@charset "utf-8";

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    background: #fff;
}

a {
    color: #aaa;
    text-decoration: none;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}
ul,ol {
    margin: 0;
    font-size: 16px;
    font-family: Tahoma,arial,sans-serif ;
}
p {
    font-family: arial ;
}
h1 {
    font-family: arial;
    font-weight: 300;
    font-size: 46px;
    text-transform: uppercase;
}
h2 {
    text-transform: uppercase;
    
    font-size: 28px;
    font-family: arial, sans-serif;
    font-weight: 300;
}
h3 {
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}
h4 {
    text-transform: uppercase;
    color: #ffc32a;
    ont-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

blockquote {
   font-weight: 600;
   color: #fff;
   border: none;
}
blockquote p {
   font-weight: 600;
   font-size: 18px;
}
blockquote i {
    color: #ffc32a;
}
footer {
    background: #000;
    padding-top: 20px;

}
footer h1 {
    color: #fff !important;
    background: none !important;
    border: none !important;
    margin-top: 0 !important;
}
footer h4 {
    color: #fff;
}
.center {
    float: none;
    text-align: center;
    margin: 0 auto;
}
.padding {
    padding: 50px 0;
}
.section-title {
    margin: 0 auto 15px;
    float: none;
    margin-top: 60px;
    text-align: center;
    border: 3px solid #000;
    padding: 15px 0;
    color: #000;
    font-weight: 600;

}
.section-desc {
    margin-bottom: 60px;
   
}
.section-desc strong {
    padding: 0 5px;
}
.input-append, .input-prepend {
    display: block;
    height: 45px;
}
.input-prepend input {
    height: 100%;
    border-radius: 0;
    border: 3px solid #ffc32a;
    border-left: none;
    border-right: none;
}
.input-prepend input:focus {
     border-color: #ffc32a;
     box-shadow: none;
}
.input-append .add-on, .input-prepend .add-on {
    height: 100%;
     border: 3px solid #ffc32a;
     border-right: none;
}
.nav li a:hover, .nav li a:focus {
    background: transparent;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    border-radius: 0;
}/*--
      }
==================================
        THEE SKILLS
==================================
--*/ 
    .skils-bar {
        background: #fff;
        padding: 25px 0;
        text-align: center;
    }
    .skils-bar ul {
        display: inline-block !important;
        text-align: center;
    }
    li.skills {
        display: inline-block !important;
        color: #000;
        width:164px;
        height: 164px;
        margin: 15px;
        border: 3px solid #f4214e;
        padding-top: 30px;
    }

    .skills.start {
    -webkit-animation: cssAnimation 0.3s 3 linear;
    -moz-animation: cssAnimation 0.3s 3 linear;
    -o-animation: cssAnimation 0.3s 3 linear;
    }
    @-webkit-keyframes cssAnimation {
    from { -webkit-transform: rotate(0deg) }
    to { -webkit-transform: rotate(360deg) }
    }
    @-moz-keyframes cssAnimation {
    from { -moz-transform: rotate(0deg) }
    to { -moz-transform: rotate(360deg) }
    }
    @-o-keyframes cssAnimation {
    from { -o-transform: rotate(0deg) }
    to { -o-transform: rotate(360deg) }
    }




/*--
      }
==================================
        THEE HERO UNIT
==================================
--*/ 
.hero-unit {
    background: #fff;
    padding: 25px;
}
.hero-unit h1 {
    margin: 30px 0 10px;
}

/*--
      }
==================================
        THEE PRELOADER
==================================
--*/ 




/* Preloader */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999999999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}



/*--
      }
==================================
        THEE STYLE SWITHER
==================================
--*/ 



#style-switcher h3 {
    color: #1D1D1D;
    font-size: 14px;
    margin: 8px 3px 5px;
}
#style-switcher {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    left: -189px;
    position: fixed;
    top: 25%;
    width: 195px;
    z-index: 9999;
}
#style-switcher div {
    padding: 5px 10px;
}
#style-switcher .bottom {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #252525;
    padding: 0;
}
#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 41px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
}
#style-switcher .bottom a.settings i {
    margin-left: 1px;
    margin-top: 3px;
    color: #000;
}
ul.colors {
    list-style: none outside none;
    margin: 0 0 10px;
    overflow: hidden;
}
ul.colors li {
    float: left;
    margin: 2px;
}
ul.colors li a {
    cursor: pointer;
    display: block;
    height: 30px;
    width: 30px;
}
ul.colors li a:hover {
    opacity: 0.8;
}
ul.colors .color1 {
    background: none repeat scroll 0 0 #1D1D1D;
}
ul.colors .color2 {
    background: none repeat scroll 0 0 #34495E;
}
ul.colors .color3 {
    background: none repeat scroll 0 0 #39132A;
}
ul.colors .color4 {
    background: none repeat scroll 0 0 #433A4F;
}
ul.colors .color5 {
    background: none repeat scroll 0 0 #2A375F;
}
ul.colors .color6 {
    background: none repeat scroll 0 0 #255253;
}
ul.colors .color7 {
    background: none repeat scroll 0 0 #6F412F;
}
ul.colors .color8 {
    background: none repeat scroll 0 0 #5BC566;
}
ul.colors .color9 {
    background: none repeat scroll 0 0 #F65252;
}
ul.colors .color10 {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 0 2px #E1E1E1 inset;
}
ul.colors li a.active {
    box-shadow: 0 0 0 2px #1D1D1D inset;
    position: relative;
}
ul.colors li a.active:after {
    bottom: 4px;
    color: #FFFFFF;
    content: "";
    font-family: "FontAwesome";
    font-size: 10px;
    position: absolute;
    right: 5px;
}
@media only screen and (max-width: 1029px) {
#style-switcher {
    display: none;
}
}

/*--
      }
==================================
        THEE CAROUSEL
==================================
--*/ 
.carousel {
    position: static;
}
.carousel-control {
    left: 0;
    font-size: 30px;
    top: 50%;
    background: #ffc32a;
    border-color: #fff;
    opacity: 1 !important;
    display: none;  
}
.parallax:hover .carousel-control {
    display: block;
} 
.carousel-control.left {
    background: url("../images/arrow_left.png") no-repeat scroll 50% 50% #FFFFFF;
    border-radius: 0;
    height: 80px;
    width: 30px;
}
.carousel-control.right {
    right: 0;
    background: url("../images/arrow_right.png") no-repeat scroll 50% 50% #FFFFFF;
    border-radius:0;
    height: 80px;
    width: 30px;
}





/* carousel fade */

.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity:0;
}

.carousel.carousel-fade .active.item {
  opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
.carousel-indicators {
    left: 49.2%;
    bottom: 35%;
}
.carousel-indicators li {
    background: #ffc32a;
    border: 1px solid #FFFFFF;
    border-radius: 0 0 0 0;
    padding: 5px;
}
.carousel-indicators .active {
    background: #000;
}



/*--
      }
==================================
        THEE BTN
==================================
--*/ 

.btn {
    background-image: none;
    background: #ffc32a;
    color: #fff;
    border: 3px solid #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    border-radius: 0;
     -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;   
}
.btn:hover, .btn-large:hover {
    background: #000;
    text-shadow: none;
    color: #ffc32a;
}
.btn-large {
    color: #fff;
    padding:10px 30px;
    background-image: none;
    border: 3px solid #fff;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 0;
    background-color: #ffc32a;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
     -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;   
}


/*--
      }
==================================
        THEE PARALLAX
==================================
--*/ 




.parallax {
    padding: 200px 0;
    position: relative;

}
.parallax p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.parallax-title {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}



/*--
      }
==================================
        THEE BACKGROUND OF PARALLAX
==================================
--*/ 

.bg1 {
   background: url(../images/bg.jpg) repeat fixed 0 0  transparent;

}
.bg2 {
    background:  url(../images/bg4.jpg) repeat fixed 0 0 transparent;
}




  /*--
======================================
       THE SOCIALICON
======================================
--*/

      .socialicon-small {
        display: inline-block;
        margin: 0;
        padding: 0;
      }
        .socialicon-small li {
          float: left;  
          margin: 5px;
          display: table;
        }
        .socialicon-small li:first-child {
          margin-left: 0;
        }
        .socialicon-small li a { 
          font-size: 18px;
          text-align: center;
          display: table-cell;
          vertical-align: middle;
          width: 30px !important;
          height: 30px !important;
          text-decoration: none;
          -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;    
        }
         .socialicon-small li a i {
          color: #fff;

         }
         .socialicon-small li a:hover i {
           
         }
        .socialicon-small li a:hover {
            transform: rotate(50deg);
            -webkit-transform: rotate(50deg);
            -moz-transform: rotate(50deg);
            -o-transform: rotate(50deg);
            -ms-transform: rotate(50deg);
        }

        .socialicon-big {
        text-align: center;
        }
          .socialicon-big ul {
          display: inline-block !important;
          text-align: center;
            }
          .socialicon-big ul li {
            display: inline-block;
            margin: 5px;
          }
          .socialicon-big ul li a {
            display: table-cell;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            text-decoration: none;
            font-size: 18px;
            text-align: center; 
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -ms-transition: all 0.4s;
            transition: all 0.4s;         
          }
          .socialicon-big li a i {
          color: #fff;

        }
         .socialicon-big ul li a:hover {
            transform: rotate(50deg);
            -webkit-transform: rotate(50deg);
            -moz-transform: rotate(50deg);
            -o-transform: rotate(50deg);
            -ms-transform: rotate(50deg);

        }

/*--
      }
==================================
        THEE WHO ARE
==================================
--*/  
#who-we-are {
    padding: 50px 0;
    background: #ffc32a;
}

/* accordin*/
.accordion-toggle {
    background: #fff; 
    color: #000;
}
.accordion-toggle:hover, .accordion-toggle:focus, .accordion-toggle:active  {
    background: #000; 
    color: #fff;
    text-decoration: none;
}
.accordion-toggle:active {
    background: #000; 
}

/* skills */
.progress {
    height: 40px;
    box-shadow: none;
    border: 1px solid #eee;
    background-color: transparent;
    background-image: none;
}
.progress .bar {
    background-image: none;
    background-color: #000; 


}
.grid figure {
    margin: 0;
    position: relative;
    text-align: center;
}

.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    background: #000;
    color: #fff;
}

.grid figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}

.grid figcaption span:before {
    content: 'by ';
}


/* Individual Caption Styles */



/* Caption Style 3 */
.cs-style-3 figure {
    overflow: hidden;
}

.cs-style-3 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.cs-style-3 figcaption {
    height: 50px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
        
}


@media screen and (max-width: 61.5em) {
    .grid {
        padding: 10px 10px 100px 10px;
    }
}


/*--
      }
==================================
        THEE PORTFOLIO
==================================
--*/ 

#portfolio {
    padding: 50px 0;
}
.btn.filter {
    border: none;
    margin: 2px;
}
.filter.active {
    background: #000;
    color: #fff;
}
.og-grid li a {
    position: relative;
}
.overlay {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    background: #ffc32a;
    -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s; 
}
.overlay i {
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s; 

}
.og-grid li a:hover .overlay {
   opacity: 1;
}
.og-grid li a:hover .overlay i {
   left: 43%;
    top: 43%;
}
.controls {
    text-align: center;
}
.controls ul {
    display: inline-block;
    text-align: center;
}
.controls ul li {
    display: inline-block;
    text-align: center;
}
.controls ul li a {
    display: table-cell;
    text-align: center;
}
.controls ul li:hover {
    cursor: pointer;
}
#og-grid .mix{
    opacity: 0;
    display: none;
}
.og-grid {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.og-grid li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top;
    height: 250px
}

.og-grid li > a,
.og-grid li > a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
}

.og-grid li.og-expanded > a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #000;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
}

.og-expander {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
}

.og-expander-inner {
    padding: 50px 65px;
    height: 100%;
    text-align: center;
}

.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.og-close::before,
.og-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.og-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
    background: #fff;
}

.og-fullimg,
.og-details {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}

.og-details {
    padding: 0 40px 0 20px;
}

.og-fullimg {
    text-align: center;
}

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.og-details h3 {
    font-weight: 300;
    font-size: 52px;
    padding: 40px 0 10px;
    margin-bottom: 10px;
}

.og-details p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #999;
}

.og-details a {

    letter-spacing: 2px;
    padding: 10px 20px;
    display: inline-block;
    margin: 30px 0 0;
    outline: none;
}

.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px;
}


.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -moz-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both;
}

@-webkit-keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@-moz-keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}

@keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@media screen and (max-width: 830px) {

    .og-expander h3 { font-size: 32px; }
    .og-expander p { font-size: 13px; }
    .og-expander a { font-size: 12px; }
    .og-details h3 { padding: 0; }

}

@media screen and (max-width: 650px) {

    .og-fullimg { display: none; }
    .og-details { float: none; width: 100%; }

    
}



/*--
      }
==================================
        THEE SERVICES
==================================
--*/ 

#services {
    padding: 50px 0;
	background: #FFC32A;
}
#services .span4 {
    padding: 30px 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #000;
}
#services .span4 p {
    line-height: 22px;
}
#services .span4 i {
    display: block;
    margin: 0 auto;
    padding: 15px;
    width: 100px;
	height:100px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;

}
#services .span4:hover {
   margin-top: -15px;
   cursor: pointer;
}
#services .span4:hover i {
	transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    outline: 10px;
    outline-offset: -100px;
}

 


/*--
      }
==================================
        THEE SLIDESHOW
==================================
--*/  




.jms-slideshow {
    position: relative;
    width: 100%;
    padding-top: 100px;

}
.jms-wrapper {
    width: auto;
    padding: 300px 0;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;     
    background-clip: padding-box;
    outline: none;
    -webkit-transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    -o-transition: background-color 1s linear;
    -ms-transition: background-color 1s linear;
    transition: background-color 1s linear;
}
.step { 
    height: 300px;
    display: block;
    white-space:nowrap;
    -webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;
}
.step:not(.active) {
    opacity: 0;
    filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.jms-content{
    position: relative;
    clear: both;
    display: table;
    text-align: center;
    margin: 0 auto;
}
.step h1{
    font-size: 64px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin: 0;
    padding: 25px;
    text-align: center;
    border: 0px solid #ffc32a;
    display: inline-block;
    color: #ffc32a;
    font-weight: 600;
}
.step h2 {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 34px;
    position: relative;
    margin: 0;
    line-height: 34px;
    text-align: center;
    margin-top: 10px;
}
a.jms-link{
    display: inline-block;
    clear: both;
    border:none;
    -webkit-transition: all 0.4s ease-in-out 1s;
    -moz-transition: all 0.4s ease-in-out 1s;
    -ms-transition: all 0.4s ease-in-out 1s;
    -o-transition: all 0.4s ease-in-out 1s;
    transition: all 0.4s ease-in-out 1s;
}
.step:not(.active) a.jms-link{
    opacity: 0;
    margin-top: 80px;
}
.step img{
    position: absolute;
    right: 0;
    top: 0;
}
.jms-dots{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 120px;
    z-index: 2000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.jms-dots span{
    border: 1px solid #fff;
    padding: 5px;
    display: inline-block;
    position: relative;
    background: #ffc32a;
    margin: 3px;
    cursor: pointer;
}
.jms-dots span.jms-dots-current:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}
.jms-arrows{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: none;
}
.jms-slideshow:hover .jms-arrows {
    display: block;
}
.jms-arrows span{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    height: 80px;
    width: 30px;
    cursor: pointer;
    z-index: 2000;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.jms-arrows span.jms-arrows-prev{
    background: #fff url(../images/arrow_left.png) no-repeat 50% 50%;
    left: 0px;
}
.jms-arrows span.jms-arrows-next{
    background: #fff url(../images/arrow_right.png) no-repeat 50% 50%;
    right: 0px;
}
/* Not supported style */
.jms-wrapper.not-supported{
    background-color: #E3D8FF;
    background-color: rgba(227, 216, 268, 1);
}
.jms-wrapper.not-supported:after{
    content: 'The slideshow functionality is not supported on your device.';
    padding: 0px 0px 30px 0px;
    text-align: center;
    display: block;
}
.jms-wrapper.not-supported .step{
    display: none;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
    margin: 20px auto;
}
.jms-wrapper.not-supported .step:first-of-type{
    display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
    opacity: 1;
    margin-top: 40px;
}





/*--
      }
==================================
       THE NAVIGATION
==================================
--*/  


.cbp-af-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 10000;
    height: 100px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}
 
.cbp-af-header .cbp-af-inner {
    width: 90%;
    max-width: 69em;
    margin: 0 auto;
    padding: 0 1.875em;
}
 
.cbp-af-header h1,
.cbp-af-header .nav {
    display: inline-block;
    position: relative;
}
 
 /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
.cbp-af-header h1,
.cbp-af-header .nav a {
    line-height: 100px;
}
 
.cbp-af-header h1 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px;
    font-size: 4em;
    margin: 0;
    float: left;
}
 .cbp-af-header ul.nav  li {
    float: left;
 }
.cbp-af-header .nav {
    float: right;
}
 
.cbp-af-header .nav a {
    color: #fff;
    margin: 0 0 0 20px;
}
 
.cbp-af-header .nav a:hover, .cbp-af-header .nav li.current a {
    color: #ffc32a;
    background: transparent;
}
 
/* Transitions and class for reduced height */
.cbp-af-header h1,
.cbp-af-header .nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
 
.cbp-af-header.cbp-af-header-shrink {
    height: 80px;
    background: rgba(51,51,51,0.95);
}
 
.cbp-af-header.cbp-af-header-shrink h1,
.cbp-af-header.cbp-af-header-shrink .nav a {
    line-height: 80px;
}
 
.cbp-af-header.cbp-af-header-shrink h1 {
    font-size: 2em;
}
 
/* Example Media Queries */
@media screen and (max-width: 55em) {
     
    .cbp-af-header .cbp-af-inner {
        width: 100%;
    }
    .cbp-af-header {
    background: none repeat scroll 0 0 #000;
    height: auto;
    position: static;
    }
    .cbp-af-header h1 {
        display: block;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    .cbp-af-header h1 {
        padding-top: 15px;
    }
    .cbp-af-header .nav {
        text-align: center;
        width: 100%;
    }
    .cbp-af-header ul.nav {
        display: inline-block;
        text-align: center;
    }
    .cbp-af-header ul.nav li {
        display: block;
        width: 100%;
    }
    .cbp-af-header h1,
    .cbp-af-header .nav a {
        line-height: 30px;
    }
 
    .cbp-af-header .nav a {
        margin: 0 10px;
    }
 
    .cbp-af-header.cbp-af-header-shrink h1,
    .cbp-af-header.cbp-af-header-shrink .nav a {
        line-height: 45px;
    }
 
    .cbp-af-header.cbp-af-header-shrink h1 {
        font-size: 2em;
    }
 
    .cbp-af-header.cbp-af-header-shrink .nav a {
        font-size: 1em;
    }
    #top .container {
        width: 100%;
    }
    #top .container .row-fluid {
        padding: 0;
    }
}
 
@media screen and (max-width: 32.25em) {
    .cbp-af-header .nav a {
        font-size: 1em;
    }
}
 
@media screen and (max-width: 24em) {
    .cbp-af-header .nav a,
    .cbp-af-header.cbp-af-header-shrink nav a {
        line-height: 1;
    }
}


/*--
======================================
        THE PRICING TABLE
======================================
--*/

    #pricing {
        padding: 50px 0;
    }
      .pricing-table h2 {
        color: #000;
      }
      .pricing-table i {
        color: #000;
        padding: 5px;
      }

      
      .pricing-table .span4 {
        margin-top: 20px;
        margin-bottom: 20px;
      }
      .pricing-table ul li ul {
        margin: 0;
      }
        .pricing-table ul li ul li {
          display:block;
          padding:15px 0;
          border-bottom: 1px solid rgba(0,0,0,0.1);
          text-align: center;
		  text-transform: lowercase;
          color: #000;
        }
        .pricing-table ul li ul li strong {
            font-size: 18px;
            font-weight: 400;
        }
        .pricing-table ul li ul li:first-child {
          border:none;
          padding-bottom: 0;
        }
        .pricing-table ul li ul li:first-child p {
          margin-bottom: 0;
        }
        .pricing-table ul li ul li:last-child {
          border-bottom:none;
        }
      .pricing-table .active  {
        
      }
      .pricing-table ul li.span4 {
        border: 1px solid #dddddd;
         transition:All 0.1s linear;
        -webkit-transition:All 0.1s linear;
        -moz-transition:All 0.1s linear;
        -o-transition:All 0.1s linear;
      }
      .pricing-table ul li.span4:hover {
        background: #000;
        cursor: pointer;
        -moz-box-shadow: 0px 0px 50px rgba(44,63,82,0.5);
        -webkit-box-shadow: 0px 0px 75px rgba(44,63,82,0.5);
        box-shadow: 0px 0px 75px rgba(44,63,82,0.5);
      }
      .pricing-table ul li.span4:hover h1, .pricing-table ul li.span4:hover h2, .pricing-table ul li.span4:hover p, .pricing-table ul li.span4:hover i,.pricing-table ul li.span4:hover li {
        color: #fff;
      }
      .pricing-table ul li.span4:hover li {
      border-color: rgba(255,255,255,0.1);
      }
      .pricing-table ul li:last-child {
        box-shadow:none;
      }
      .currency {
        font-size: 48px;
      }

/*--\
======================================
        THE CONTACT
======================================
--*/

    #contact {
        padding-top: 50px;
        background: #ffc32a;
    }
    #map-canvas {
        height: 400px;
        width: 100%;
    }
    .contactform {
        margin-bottom: 20px;
    }
    
 #contact select, #contact textarea,  #contact input[type="text"], #contact input[type="password"], #contact input[type="datetime"], #contact input[type="datetime-local"], #contact input[type="date"], #contact input[type="month"], #contact input[type="time"], #contact input[type="week"], #contact input[type="number"], #contact input[type="email"], #contact input[type="url"], #contact input[type="search"], #contact input[type="tel"], #contact input[type="color"], #contact .uneditable-input { 
        font-weight: bold;
        width: 100%;
        border-radius: 0;
        box-shadow: none !important;
        border-color: #000;
        float: left;
        height: 30px;
        color: #000;
        background: transparent;
      }
      #contact input {
        width: 33.333% !important;
      }
      #contact textarea {
        min-height: 146px;
      }
      #contact input:hover, textarea:hover {
        border: 1px solid #fff !important;
      }
      #contact form button {
        float: left;
      }

      .success-message {
        display: none;
      }
      .error-message {
        display: none;
      }
    .contact-info  {
        margin: 40px 0;
        color: #fff;
        padding: 10px 0;
    }
    .contact-info ul {
        display: inline-block;
        text-align: center;
    }
    .contact-info li {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
        padding: 5px 20px;
    }
    .contact-info li i {
        width: 30px;
        height: 30px;
        text-decoration: none;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        padding: 5px;
        margin-right: 5px;  
    }





/*--\
======================================
        THE MEDIA QUIRES
======================================
--*/





      
@media screen and (min-width: 781px) and (max-width: 1380px) {  

    #services .span3 h1 {
        font-size: 24px;
    }



}  
      
@media screen and (max-width: 1200px) {  

.bg1,.bg2{
            background-attachment: scroll !important;
            background-position:0 50% !important;
            -moz-background-size: auto; /* Firefox 3.6 */ 
            background-size: auto; /* Chrome, Firefox 4.0+, Safari 4.1+, Opera 10+ and IE9 */
            background-repeat: no-repeat !important;
        }


}  



@media screen and (min-width: 381px) and (max-width: 780px) {
        h1 {
         font-size: 32px !important;
        }
        h2 {
          font-size: 24px !important;
        }
        p {
          font-size: 16px;
        }
        .step p {
            font-size: 18px;
        }
        .jms-arrows span {
            height: 40px;
        }
        .jms-wrapper {
            height: 400px;
        }
        .jms-slideshow {
            padding-top: 200px;
        }
        .jms-content {
            padding: 10px 0;
        }   
        .jms-arrows span {
            height: 40px;
        }
        .pricing-table ul li.span4 {
            box-shadow: none;
        }
        .row-fluid .span4 {
           max-width: 400px;
           margin: 0 auto !important;
        }
        .carousel-indicators {
            bottom: 33%;
}
    
}


 @media screen and (max-width: 55em) {
    .jms-slideshow {
        padding-top: 0;
    }

    .row-fluid [class*="span"] {
        margin: 0 auto;
        width: 100%;
    }
    .row--fluid .span4 {
        max-width: 400px;
    }
    .row-fluid {
        padding: 0 15px;
    }
    #services .span3 {
        margin-bottom:20px;
    }
    .pricing-table ul li.span4 {
        margin-bottom: 20px !important;
    }
    body {
        text-align: center;
    }
    .contact-info li  {
        display: block;
    }
}

@media screen and (max-width: 380px) {
        .jms-slideshow {
        padding-top: 0;
        }
        .cbp-ig-grid li {
            width: 100%;
        }
        h1 {
         font-size: 20px !important;
        }
        h2 {
          font-size: 16px !important;
        }
        p {
            font-size: 14px;
        }
        .step p {
            font-size: 14px;
        }
        .pricing-table ul li.span4 {
            box-shadow: 0;
        }
        .jms-arrows span {
            display: none;
        }
        
}
        
