/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
@import url(https://fonts.googleapis.com/css?family=Francois+One);
@import url(https://fonts.googleapis.com/css?family=Questrial);

@font-face { /* declare fonts */
	font-family: "MuseoLight";
	/*src: url("fonts/Museo300-Regular-webfont.eot");*/
	/*src: local("Museo 300"), local("Museo-300"),
		url("fonts/Museo300-Regular-webfont.woff") format("woff"),
		url("fonts/Museo300-Regular-webfont.otf") format("opentype"),
		url("fonts/Museo300-Regular-webfont.svg#Museo-300") format("svg");*/

  src: url('fonts/Museo300-Regular-webfont.eot'); /* IE9 Compat Modes */
  src: url('fonts/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Museo300-Regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Museo300-Regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Museo300-Regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/Museo300-Regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */

		}

@font-face { /* declare fonts */
	font-family: "Avenir";
	/*src: url("fonts/Museo300-Regular-webfont.eot");*/
	/*src: local("Museo 300"), local("Museo-300"),
		url("fonts/Museo300-Regular-webfont.woff") format("woff"),
		url("fonts/Museo300-Regular-webfont.otf") format("opentype"),
		url("fonts/Museo300-Regular-webfont.svg#Museo-300") format("svg");*/
    
  src: url('fonts/Avenir.eot'); /* IE9 Compat Modes */
  src: url('fonts/Avenir.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Avenir.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Avenir.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Avenir.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/Avenir.svg#svgFontName') format('svg'); /* Legacy iOS */

		}

@font-face { /* declare fonts */
	font-family: "Avenir";
	/*src: url("fonts/Museo300-Regular-webfont.eot");*/
	/*src: local("Museo 300"), local("Museo-300"),
		url("fonts/Museo300-Regular-webfont.woff") format("woff"),
		url("fonts/Museo300-Regular-webfont.otf") format("opentype"),
		url("fonts/Museo300-Regular-webfont.svg#Museo-300") format("svg");*/
    
  src: url('fonts/Avenir.eot'); /* IE9 Compat Modes */
  src: url('fonts/Avenir.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Avenir.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Avenir.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Avenir.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/Avenir.svg#svgFontName') format('svg'); /* Legacy iOS */

		}

@font-face {
	font-family: "NexaRustSlabShadow";
  src: url('fonts/NexaRustSlab-BlackShadow01-webfont.eot'); 
  src: url('fonts/NexaRustSlab-BlackShadow01-webfont.eot?#iefix') format('embedded-opentype'), 
       url('fonts/NexaRustSlab-BlackShadow01-webfont.woff2') format('woff2'), 
       url('fonts/NexaRustSlab-BlackShadow01-webfont.woff') format('woff'), 
       url('fonts/NexaRustSlab-BlackShadow01-webfont.ttf') format('truetype'), 
       url('fonts/NexaRustSlab-BlackShadow01-webfont.svg#svgFontName') format('svg'); 

		}


body {
    padding: 0;
    margin: 0;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: sans-serif;
    background: #f9f9f9;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
/******************************** CSS for page loading gif image. *********************. MB 6/17/16*/

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_3.gif) center no-repeat #fff;
}

.loader {
	position: fixed;
    display: none; 
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
/******************************** CSS for page loading gif image. *********************. MB 6/17/16*/



.header{
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    z-index: 1100 ;

}

.top-header{
	background:#2a55b1;
	border-bottom: 2px solid #d20116;
    /*position: absolute;*/
    top: 50px;
    left: 0;
    padding-bottom:35px;
}
.top-header2{
	background:#ffffff;
    z-index: 900;

}

/*Old Menu Color #48314D*/
.logo{
	/*background:#ffffff;*/
	float:left;
	margin-top: 0 0 0 0;
}
#nav .current a {
   color:#aaf5c3;
   /*color:#a0c0e4;*/
   /*background:#e4551d;--*/
   -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.top-menu-container{
    position: absolute;
      top: 50px;
      left: 0;

}

.top-menu{
	/*float:right;*/
    background:#f01c28;
      top: 30px;
      right: 10%;
	border: 4px solid #ffffff;
    border-radius:10px;
    position: absolute;
    z-index: 1000;
    /*margin-bottom:50px;*/
}
.top-menu ul li{
	display:inline-block;
	float:left;
	border-right: 1px solid #583F5E;
}
.top-menu ul li:first-child{
    -moz-border-radius-topleft:15px;
    -webkit-border-top-left-radius:15px;
    border-top-left-radius:15px;
    -moz-border-radius-bottomleft:15px;
    -webkit-border-bottom-left-radius:15px;
    border-bottom-left-radius:15px;


}
.top-menu ul li:last-child{
	border-right:none;

}

.top-menu ul li a{
	text-decoration: none;
	padding: 5px 0 5px 0;
	color: #EEEEEE;
	display: block;
	/*font-size: 15px;
	font-weight: 400;*/
	font-size: 0.88em;
	font-weight:700;
	margin: 2px 10px 2px 10px;
    /*text-transform:capitalize !important;*/
	text-transform: uppercase;
}
.top-menu ul li a:hover{
	color:#a0c0e4;
}


/************** Footer CSS *****************/
.footer-main{
    position: relative;
    display:inline-block;
    bottom: 0px;
    width: 100%;
    float: left;
}



/*--- slider-css --*/
.slider {
	position: relative;
    margin-top: 140px;
    /*z-index:0;*/
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.caption{
	width: 100%;
	position: absolute;
	top: 5%;
	left: 0%;
    height:600px;
	text-align:center;
}
.caption h3{
	color: #FFF;
	font-weight: 700;
	font-size: 3em;
	text-transform: uppercase;
	font-family: 'Anton', sans-serif;
	/*border-left: 2px solid #fff;
	border-right: 2px solid #fff;*/
	width: 100%;
	margin: 0 auto;
}
.caption span.color-1{
	color:#00ADF0;
}
.caption span.color-2{
	color:#4CBB90;
}
.caption span.color-3{
	color:#D96446;
}
.caption span.color-4{
	color:#005ca9;
    text-shadow: 2px 3px #ffffff;
}
.caption span.color-5{
    /*font-size: 7em;*/
    color: white;
    background: url("../images/pattern.jpg") repeat center center;
    /*background: url("strip.png") repeat center center;*/
    background-size: 6px 6px;
    background-clip: content-box;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip:content-box;
}
.caption p{
	color: #FFF;
	line-height: 1.2em;
	font-size: 1.6em;
	text-align: center;
	margin: 0.4em 0 1.5em 0;
	font-weight: 400;
}


.headingWrapper {
  text-align: center;
  background-color: #fff;
  padding: 10px;
}
.shadowText {
  display: inline-block;
  text-align: center;
  font-family: 'Francois One', Helvetica, Arial, sans-serif;
  font-size: 65px;
  color: #e7e7e7;
  text-decoration: none;
  text-shadow: 1.5px 1.5px 0 #cac6c5, -1.5px -1.5px 0 #cac6c5, -1.5px -1.5px 0 #cac6c5, -1.5px 1.5px 0 #cac6c5, 1.5px -1.5px 0 #cac6c5;
  transition: all 400ms ease-in-out;
  margin-top:-20px;
}

.shadowText--pushDown {
  text-shadow: 1.5px 1.5px 0 #333, 0px 1.5px 0 #333, -1.5px -1.5px 0 #333, -1.5px -1.5px 0 #333, -1.5px 1.5px 0 #333, 1.5px -1.5px 0 #333, 0.77782px 0.77782px 0 #aaaaaa, 1.55563px 1.55563px 0 #aaaaaa, 2.33345px 2.33345px 0 #aaaaaa, 3.11127px 3.11127px 0 #aaaaaa, 3.88909px 3.88909px 0 #aaaaaa, 4.6669px 4.6669px 0 #aaaaaa, 5.44472px 5.44472px 0 #aaaaaa, 6.22254px 6.22254px 0 #aaaaaa, 7.00036px 7.00036px 0 #aaaaaa, 7.77817px 7.77817px 0 #aaaaaa;
}
.shadowText--pushDown:hover {
  transform: translate(9px, 9px);
  text-shadow: 1.5px 1.5px 0 #cac6c5, -1.5px -1.5px 0 #cac6c5, -1.5px -1.5px 0 #cac6c5, -1.5px 1.5px 0 #cac6c5, 1.5px -1.5px 0 #cac6c5;
}

.color-bright {
  /*background-color: #ebaca5;*/
}
.color-bright .shadowText {
  /*color: #f89bb4;*/
  color: #CFD67D;
  /*text-shadow: 1.5px 1.5px 0 #d38076, -1.5px -1.5px 0 #d38076, -1.5px -1.5px 0 #d38076, -1.5px 1.5px 0 #d38076, 1.5px -1.5px 0 #d38076;*/
  text-shadow: 1.5px 1.5px 0 #2466B0, -1.5px -1.5px 0 #2466B0, -1.5px -1.5px 0 #2466B0, -1.5px 1.5px 0 #2466B0, 1.5px -1.5px 0 #2466B0;
}
.color-bright .shadowText--pushDown {
  text-shadow: 1.5px 1.5px 0 #fff, 0px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, 0.77782px 0.77782px 0 #2466B0, 1.55563px 1.55563px 0 #2466B0, 2.33345px 2.33345px 0 #2466B0, 3.11127px 3.11127px 0 #2466B0, 3.88909px 3.88909px 0 #2466B0, 4.6669px 4.6669px 0 #2466B0, 5.44472px 5.44472px 0 #2466B0, 6.22254px 6.22254px 0 #2466B0, 7.00036px 7.00036px 0 #2466B0, 7.77817px 7.77817px 0 #2466B0;
}
.color-bright .shadowText--pushDown:hover {
  text-shadow: 1.5px 1.5px 0 #2466B0, -1.5px -1.5px 0 #2466B0, -1.5px -1.5px 0 #2466B0, -1.5px 1.5px 0 #2466B0, 1.5px -1.5px 0 #2466B0;
}



.caption_bottom{
	width: 98%;
	position: absolute;
	top: 75%;
	left: 0%;
    height:600px;
	text-align:center;
}

 a.morebtn{
	padding: 3px 0 3px 0;
	display: block;
	font-size: 1.25em;
	text-transform: uppercase;
    text-align: center;

	color: #FFF;
    background:#eb4800;
	text-decoration:none;
	font-weight:400;
    /*vertical-align:100%;*/
    position:relative;
    margin: auto;
	/*margin-top: 250px;*/
	/*margin-bottom: 235%;*/
      /*top: -125%;*/
	/*margin-left: 34%;
	margin-top: 23%;*/
    /*margin-right:5%;*/

      /*transform: translateY(-20%);*/
	width:15%;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	border: 2px solid #fff;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
}
a.morebtn:hover{
	border: 2px dashed #60CBA1;
}
.callbacks_tabs a:after {
    margin: 0 0 0 0;
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 15px;
	width: 15px;
	display: inline-block;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.callbacks_here a:after{
	border: 2px solid #FFF;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 11%;
	z-index: 999;
	left: 47%;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 41%;
  left: 6%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.png") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 6%;
 }


/**** Slider *****/
.banner{
	background: url(../images/SliderImage1b.jpg) no-repeat center top;
	/*background: url(../images/SliderImage1b.jpg) no-repeat top;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:top;
	min-height:395px;
    margin: 150px 0 0 0;
	/*min-height:600px;*/
}
.banner_bot{
	background: url(../images/SliderImage2_thin_fin.jpg) no-repeat center top;
	/*background: url(../images/SliderImage1b.jpg) no-repeat center top;*/
	/*background: url(../images/SliderImage1b.jpg) no-repeat top;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:  cover;
	background-position:top;
	min-height:220px;
	/*min-height:395px;*/
}
.wmuSlider_2 {
	position: relative;
	overflow: hidden;
}
.wmuSlider_2 .wmuSliderWrapper_2 article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: inline-block;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev_2, .wmuSliderNext_2 {
  position: absolute;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background: url(../images/img_sprite.png) no-repeat;
  top: 11em;
  z-index: 2;
  cursor: pointer;
}
.wmuSliderPrev_2 {
	background-position: -1px -2px;
    left: 0px;
}
.wmuSliderNext_2 {
	background-position:-33px 0px;
	right: 0px;
}
.banner_container{
	width:78%;
	margin: 0 auto;
}
.banner_container_bot{
	width:78%;
	margin: 0 auto;
}

.banner_right{
	padding-top: 3%;
	margin-left: 4%;
    text-align: left;
}
.banner_right h1{
    font-family: "Avenir","MuseoLight",'Source Sans Pro', sans-serif;
    font-size: 2.3em;
    /*color: #bd4932;*/
    /*line-height:2.2;*/
    color: #0c4161;
    font-weight: 900;
    margin: .2em 0 1em 0;
    text-transform: uppercase;
    /*text-shadow:2px 1px 1px #ffffff;*/

}
.banner_right h2{
    font-family: "Avenir","MuseoLight",'Source Sans Pro', sans-serif;
    font-size: 1.9em;
    color: #0c4161;
    font-weight: 300;
    margin: 1em 0 1em;
    /*text-transform: uppercase;*/
}

.banner_right h3{
    font-family: "MuseoLight",'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    color: #0c4161;
    font-weight: 400;
    margin: 1em 0 1.8em;
    /*text-transform: uppercase;*/
}

.banner_center {
    padding-top: 3%;
    margin-left: 4%;
    text-align: center;
}

    .banner_center h1 {
        /*font-family: "Avenir","MuseoLight",'Source Sans Pro', sans-serif;*/
        font-family: 'Montserrat', sans-serif;
        font-size: 2.3em;
        color: #90a77a;
        /*line-height:2.2;*/
        /*color: #b77eed;*/
        font-weight: 900;
        margin: .2em 0 1em 0;
        text-transform: uppercase;
        /*text-shadow: 2px 1px 1px #cecece;*/
    }

.banner_center h2 {
    font-family: "Avenir","MuseoLight",'Source Sans Pro', sans-serif;
    font-size: 1.9em;
    color: #EEEEEE;
    font-weight: 300;
    margin: 1em 0 1em;
    /*text-transform: uppercase;*/
}

.banner_center h3 {
    font-family: "MuseoLight",'Source Sans Pro', sans-serif;
    font-size: 1.5em;
    color: #EEEEEE;
    font-weight: 400;
    margin: 1em 0 1.8em;
    /*text-transform: uppercase;*/
}


.btn.btn-primary{
	font-size: 1.1em;
  font-weight: 600;
  font-style: normal;
  text-shadow: none;
  text-transform: uppercase;
  color: #FFF;
  margin: 10px 0 5% 0;
  padding: 12px 20px;
  position: relative;
  letter-spacing: 0;
  background: transparent;
  /*border-radius: 2px;*/
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
}
.btn-primary {
	color: #fff;
}
.btn.btn-primary:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
	background:#105b63;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.btn.btn-primary:hover:before {
	width: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn.btn-primary:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background:#bd4932;
	z-index: -2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

/*****************************/
.btn.btn-order {
    font-size: 1.1em;
    font-weight: 600;
    font-style: normal;
    text-shadow: none;
    text-transform: uppercase;
    color: #FFF;
    margin: 10px 0 5% 0;
    padding: 12px 20px;
    position: relative;
    letter-spacing: 0;
    background: transparent;
    /*border-radius: 2px;*/
    box-shadow: none;
    border: none;
    outline: none;
    border-radius: 4px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-appearance: none;
}

.btn-order {
    color: #fff;
}

.btn.btn-order:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 0;
    background: #ed9e2f; /* background*/
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn.btn-order:hover:before {
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.btn-order:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0;
    background: #50a950; /*foreground*/
    z-index: -2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*****************************/




.input_btn.input_btn-primary{
	font-size: 1.1em;
  font-weight: 600;
  font-style: normal;
  text-shadow: none;
  text-transform: uppercase;
  color: #FFF;
  margin: 10px 0 5% 0;
  padding: 12px 20px;
  position: relative;
  letter-spacing: 0;
  /*background: transparent;*/
	background:#bd4932;
  /*border-radius: 2px;*/
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 4px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
}
.input_btn-primary {
	color: #fff;
}
.input_btn.input_btn-primary:before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 0;
	background:#105b63;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.input_btn.input_btn-primary:hover:before {
	width: 100%;
	left: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.input_btn.input_btn-primary:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0;
	background:#bd4932;
	z-index: -2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}




/***********************************/
.features-grid span {
  width: 100px;
  height: 100px;
  display: inline-block;
  background: url(../images/icons.png) no-repeat -7px -6px;
}
.features-grids{
	padding:5em 0;
}
.features-grid span.f-icon1{
    background-position: -109px -7px;
}
.features-grid span.f-icon2{
    background-position: -213px -7px;
}
.features-grid span.f-icon3{
    background-position:-316px -7px;
}
.features-grid h3{
   font-size: 18px;
   color: #000;
   margin: 0.5em 0 1em;
}
.features-grid p{
   font-size: 13px;
   color: #555;
   line-height:1.5em;
}
.box_1{
	background:#105b63;
	padding:5em 0;
	text-align:center;
}
.box_1 h3{
    font-size: 3em;
    color: #ffd34e;
    font-weight: 700;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}
span.m_1{
	color:#fff;
}
.box_1 p{
    color: #fff;
    line-height: 1.5em;
    width: 50%;
    margin: 0 auto;
    font-size: 0.95em;
    margin-bottom: 3em;
}
a.btn1 {
   background: #fff;
   padding: 15px 40px;
   font-weight: 700;
   color: #105b63;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -o-border-radius: 3px;
   font-size: 1.1em;
}
a.btn1:hover{
	background:#bd4932;
	text-decoration:none;
	color:#fff;
}
.box_2{
	padding:5em 0;
}
.span_1_of_about {
    width: 32.2%;
}
.lsidebar {
    display: block;
    float: left;
    margin:0% 8.6% 0% 0;
}
.span_2_of_about {
    width:59.1%;
}
.cont {
    display: block;
    float: left;
}
h4.m_2 {
    color:#333;
    margin-bottom: 1em;
    font-size: 1.5em;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.grid_1{
	position:relative;
}
.span_2_of_about p{
	text-align: justify;
    color: #888;
    font-size: 0.85em;
    line-height: 1.5em;
    margin-bottom:1.5em;
}
.span_2_of_about span.quotes {
    position: absolute;
    left: 208px;
    top: 43px;
    width: 25px;
    height: 23px;
    background: url(../images/quote.png) no-repeat;
}
.span_2_of_about span.quote_down{
    position: absolute;
    right: 15px;
    top: 136px;
    width: 25px;
    height: 23px;
    background: url(../images/quote_down.png) no-repeat;
}  
.span_2_of_about h3{
	color: #000;
    font-size: 0.95em;
}
.span_2_of_about h3 a{
	color:#999;
	font-style:italic;
	font-size: 13px;
}
.span_1_of_about h5{
	display: block;
    width: 60px;
    height: 70px;
    background: #bd4932;
    text-align: center;
    position: absolute;
    top: 52px;
    left: 105px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 20px;
    padding-top: 13px;
}
span.month{
	font-size:15px;
}
.span_2_of_about h5{
	color: #333;
    margin-bottom: 1em;
    font-size: 1.1em;
    font-weight:700;
}  
a.btn2 {
    font-weight:400;
    color:#000;
    font-size:0.85em;
}



/*************************
*******Blog CSS******
**************************/



.blog-post-area 
.single-blog-post h3 {
  color: #696763;
  font-size: 16px;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 17px;
}

.single-blog-post > a {
}


.blog-post-area 
.single-blog-post a img {
  border: 7px solid #F7F7F0;
  /*width: 100%;*/
  margin-bottom: 30px
}

.blog-post-area  
.single-blog-post p {
  color: #363432
}

.blog-post-area 
.post-meta {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}

.blog-post-area 
.post-meta ul {
  padding:0;
  display: inline;
}

.blog-post-area 
.post-meta ul li {
  background:#F0F0E9;
  float: left;
  margin-right: 10px;
  padding: 0 5px;
  font-size: 11px;
  color: #393b3b;
  position: relative;
}

.blog-post-area 
.post-meta ul li i {
  background:#FE980F;
  color: #FFFFFF;
  margin-left: -4px;
  margin-right: 7px;
  padding: 4px 7px;
}

.sinlge-post-meta li i:after,
.blog-post-area 
.post-meta ul li i:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  border-color:transparent transparent transparent #FE980F;
  border-width:4px;
  border-style: solid;
  top:6px;
  left:24px
}

.blog-post-area 
.post-meta ul span {
  float: right;
  color: #FE980F
}

.post-meta span{
    float: right;
}

.post-meta span i{
  color: #FE980F
}


.blog-post-area  
.single-blog-post 
.btn-primary2 {
  background:#FE980F;
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  margin-top: 17px;
}


.pagination-area {
  margin-bottom:45px;
  margin-top:45px
}

.pagination-area 
.pagination li a {
  background:#F0F0E9;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  margin-right: 5px;
  padding: 4px 12px;
}

.pagination-area 
.pagination li a:hover,
.pagination-area 
.pagination li .active {
  background:#FE980F;
  color: #fff
}



/*************************
*******Left Ecomm Menu******
**************************/



.category-products {
  /*border: 1px solid #F7F7F0;*/
  border: 1px solid #105b63;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.left-sidebar h2, .brands_products h2 {
  color: #FE980F;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 30px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index:3;
}

.left-sidebar h2:after, h2.title:after{
	content: " ";
	position: absolute;
	border: 1px solid #f5f5f5;
	bottom:8px;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -2;
}

.left-sidebar h2:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 130px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -65px;
}

h2.title:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	width: 220px;
	height: 30px;
	z-index: -1;
	left: 50%;
	margin-left: -110px;
}

.category-products .panel {
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 20px;
}


.panel-body ul li a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;
}


.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
  display:block;
}

.brands-name .nav-stacked li .active {
  background-color: #a7cfff;
  color: #696763;
}


.brands-name .nav-stacked li a:hover{
  background-color: #f8ce94;
  color: #696763;
}

.shipping {
  background-color: #F2F2F2;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}


.price-range{
  margin-top:30px;
}







/*-- start tabs --*/
.resp2-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
	margin:0;
}
.resp2-tab-item:first-child{
	border-left:none;
}
.resp2-tab-item{
	font-size: 0.8125em;
	cursor: pointer;
	padding: 10px 17px;
	display: inline-block;
	margin: 0 ;
	text-align: center;
	list-style: none;
	float: left;
	outline: none;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
}

.resp2-tab-item span{
	font-size:14px;
	color:#212121;
font-weight: 700;
}
.resp2-tabs-container {
	padding: 0px;
	clear: left;
}
h2.resp2-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp2-tab-content {
	display: none;
}
.resp2-content-active, .resp2-accordion-active {
   display: block;
}
h2.resp2-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#ffe71d;
	margin:10px 0;
	color:#30318b;
}
h2.resp2-accordion:hover{
	background:#ffe71d;
	text-shadow: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.facts{
	padding:  30px 0 27px 0;
	/*border-top-left-radius:8px;*/
	border-top-right-radius:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	background: #e2e2e2;
}

.facts_subContainer{
	padding:  0 0 2px 0;
	/*border-top-left-radius:8px;*/
	background: #e2e2e2;
}

.facts .left-box{
    float:left;
    width: 50%;
    max-width: 700px;
    margin: 0 0 0 0;
	/*padding: 0 40px 10px 50px;*/
    padding-bottom: 10px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	background: #e2e2e2;
}

.facts .right-box{
    float:right;
	width: 50%;
    margin: -30px 0 0 0;
	/*padding: 0 20px 10px 60px;*/
    padding-bottom: 10px;
	/*border-bottom-left-radius:8px;*/
	border-bottom-right-radius:8px;
	border-top-right-radius:8px;
	background: #e2e2e2;
	background: #a9a9a9;
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(160deg, #a9a9a9, rgba(255,0,0,0) 45%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(160deg, #a9a9a9, rgba(255,0,0,0) 45%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(160deg, #a9a9a9, rgba(255,0,0,0) 45%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(160deg, #a9a9a9, rgba(255,0,0,0) 45%); /* Standard syntax */

}

.facts .right-box p{
    margin: 0 0 0 0;
	padding: 0 40px 0 40px;
	background: #e2e2e2;
}


.facts p{
	color:#212121;
	font-size:14px;
	line-height:1.7em;
	padding: 0 0 26px 0;
	margin:0;
}
.facts ul{
padding:0;
}
.facts p:last-child{
padding:0;

}
.facts ul li{
	list-style:none;
	color:#30318b;
	font-size:1.1em;
	padding:0.3em 0;
}


/*Old Stylesheet classes*/


.calling-plan-blurb2title {
    font-family: 'Questrial', sans-serif;
    font-size: 15px;
    /*color: #b0cadb;*/
    color: rgba(234, 132, 19, 1);
    text-align:center;
    text-decoration: none;
    padding-bottom: 3px;
    /*background-color:#e1effb;*/
    /*display: block;*/
}
.calling-plan-blurb2text {
    font-family: 'Questrial', sans-serif;
    /*font-size: 13px;
    font-weight: bold;*/
    text-align: center;
    /*color: #b0cadb;*/
    color: rgba(234, 132, 19, 1);
    text-decoration: none;
    /*background-color:#e1effb;*/
    /*display: block;*/
    padding-bottom: 10px;
}

.calling-plan-blurb1text-main{
	/*font-family: Arial, Helvetica, sans-serif;*/
    font-family:Avenir,Helvetica, sans-serif !important;
	font-size:34px;
	font-weight:bold;
    text-align:center;
	color:#d90511;
	text-decoration:none;
    display: block;
    /*width:245px;*/
    padding-bottom:7px;
    z-index: 0;    
}
.calling-plan-blurb1text-asp-main{
    font-family:NexaRustSlabShadow,Helvetica, sans-serif !important;
    /*font-family:Avenir,Helvetica, sans-serif !important;*/
	font-size:48px;
	font-weight:bold;
    text-align:center;
	color:#d90511;
	text-decoration:none;
    margin: 0 -5px 0 -5px;
    padding-bottom:10px;
}

.calling-plan-blurb1text-month-main{
    display: inline;
    font-family:Avenir,Helvetica, sans-serif !important;
	font-size:12px;
	font-weight:bold;
    text-align:left;
	color:#d90511;
	text-decoration:none;
    margin: 0 0px 0 -40px;
    z-index: 1;
}

.signup_pp_heading_plans_rt
{
	clear:both;
    float:left;
	width:500px;
    height:50px;
	/* font-weight:bold; */
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:20px;
    font-weight:normal;
    color:#C50202;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
    margin-top:-5px;
    margin-left:-5px;
    padding: 20px 0 15px 25px;

}

.signup_pp_heading_plans_rt_bot
{
    clear:both;
	float:left;
	/*width:500px;*/
	/* font-weight:bold; */
	font-size:16px;
    color:#3e3e3e;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
    /*margin: auto;*/
    margin-top:8%;
    margin-left:5%;
    margin-right:5%;
	padding: 5px 10px 20px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
    overflow:hidden;
}

.cart_main_label_lt_gray
{
	float:left;
	width:100%;
	font-size:13px;
    color: #464646;
	margin-right:10px;
    margin-left:10px;
	padding-left:10px;
    text-align: left;
}

.cart_main_label_lt_gray_list
{
	float:left;
	width:100%;
	font-size:13px;
    color: #464646;
	margin-right:10px;
    margin-left:10px;
	padding-left:10px;
    text-align: left;
}

.cart_main_label_lt_gray_list li
{
    list-style-type: circle !important;
}
.bullet-list-style3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #205D7A;
    padding-right: 8px;
}

.PlanHighlightsList {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #205D7A;
    padding-right: 8px;
    list-style-type: circle;
}

.resp2-tab-item:first-child {
border-left: none;
}
.resp2-tab-active {
background: #e2e2e2;

}
.resp2-tab-active span{
color: #D34346;
}
/*--stop tabs--*/


.container_local {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


/*-- pricing --*/
.pricing{
	padding:6em 0;
	background:#F9F9F9;
	}
.price{
	width: 100%;
	text-align:center;
	}
.price h2{
	color:#292C34;
	margin:0;
	font-size: 35px;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	}
.price p{
	color:#5E6C76;
	font-size:20px;
	margin: 1em 0 4em;
	}
.price p span{
	display:block;
	}
.basic{
	float:left;
	width:29%;
	text-align:center;
    background: #f4f4f4;

    -moz-border-radius-topleft:15px;
    -webkit-border-top-left-radius:15px;
    border-top-left-radius:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-right-radius:15px;
    border-top-right-radius:15px;

    -moz-border-radius-bottomleft:15px;
    -webkit-border-bottom-left-radius:15px;
    border-bottom-left-radius:15px;
    -moz-border-radius-bottomright:15px;
    -webkit-border-bottom-right-radius:15px;
    border-bottom-right-radius:15px;


	box-shadow: 3px 3px 4px #D7D7D7;

	}
.basic:hover{
	transform:scale(1.1);
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	}
.business{
	/*background:#192C3B;*/
	background:#2a55b1;
	padding:2em 0em;

    -moz-border-radius-topleft:15px;
    -webkit-border-top-left-radius:15px;
    border-top-left-radius:15px;
    -moz-border-radius-topright:15px;
    -webkit-border-top-right-radius:15px;
    border-top-right-radius:15px;


	}
.business h2{
	font-size:26px;
	color:#fff;
	margin:0;
	font-family: 'Questrial', sans-serif;
	}
.business p{
	color:#D1D5D8;
	font-size:16px;
	margin:3px 0 0;
	font-family: 'Questrial', sans-serif;
	}
.value{
	padding:1em 0;
	/*background:#5DC9C9;*/
	background:#e1effb;
	}
.value p{
	color:#2a55b1;
	font-size:19px;
	margin:0;
	}
.basic ul{
	padding:2em 0 1em 0;
	margin:0;
	background: url(../images/circle.png) no-repeat 16.4em 10em #F4F4F4;
	display:block;
	height:100%;
    margin: 0 0 -10px 0 !important;
	/*box-shadow: 0px 2px 4px #D7D7D7;*/
    -moz-border-radius-bottomleft:15px;
    -webkit-border-bottom-left-radius:15px;
    border-bottom-left-radius:15px;
    -moz-border-radius-bottomright:15px;
    -webkit-border-bottom-right-radius:15px;
    border-bottom-right-radius:15px;

	}
.basic ul li{
	font-size:15px;
	color:#5B6873;
	/*border-bottom: 1px dotted #5B6873;*/
	/*padding-bottom:.5em;*/
	list-style-type:none;
	margin: 0 20px 3px 20px;
	}

.basic ul li:first-child{
	font-size:18px;
    color: #d90511;
	}

.basic ul li:last-child{
	margin: 0 0 20px 0;
	}

.basic ul li span{
	color:#5DC9C9;
	font-weight: 500;
	}
.basic ul li.gd{
	border-bottom:none;
	}
.buy-me{
	text-align:center;
	}
.buy-me a{
	padding:10px 40px;
	background:#5DC9C9;
	color:#fff;
	font-size:15px;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	}
.buy-me a:hover{
	text-decoration:none;
	color:#5DC9C9;
	background:#fff;
	}
.basic-mid{
	margin:0 5em;
	}
/*-- //pricing --*/





/*-- prices --*/
.prices-header {
background: #D34346;
border-left: 8px solid #C62F31;
}
.prices-header h2{
margin: 0;
float:left;
color: #ffffff;
font-size: 20px;
font-weight: 700;
padding: 15px;
}
.prices {
background: #efefef;
padding-bottom: 50px;
}
.prices-header img{
float:right;
margin: 11px 15px 0 0px;
}
.pricing-grid:nth-child(4){
margin:0;
}
.pricing-grid{
		width: 40%;
        max-width: 250px;
        position: relative;
		background: #f7f7f7;
		float: left;
        /*padding-bottom: 100px;
        margin-bottom: -100px;*/
    	margin-right:5%;
        margin-left:5%;

        text-align: center;
    overflow: hidden; 

        /*vertical-align: bottom;*/
/*display: table; */
/*width: 100%;*/ 
/*height: 100%;*/

}

.pricing-grid_subContainer{
    margin:auto;
	padding:  0 0 2px 0;
    overflow: hidden; 
	/*border-top-left-radius:8px;*/
	/*background: #e2e2e2;*/
}

.price-list{
    height:100%;
    margin-bottom:10px;
    min-height:10px;
    /*height:auto !important;*/
    /*height:10px;*/    
    /*height:auto ;
    overflow:visible;*/

}

.price-list:after
{
content:".";
display:block;
clear:both;
visibility:hidden;
}

.price-list_noAuto{
    height:100%;
    margin-bottom:10px;
    /*min-height:10px;*/
    /*height:auto !important;*/
    /*height:10px;*/    
    /*overflow:auto;*/

}


.price-list ul{
		margin:0px;
		padding:0px;
		}
pricing .price-list ul li{
		list-style-type:none;
		color:#212121;
		padding: 12px 0 12px 0px;
        margin: auto;
		border-top:1px solid #E0E9E9;
		background:url("../images/a.png") no-repeat 22px 15px;
		font-size:14px;
		}

.pricing-grid:hover div.light-plan h3{
background: #D34346;
border-left: 8px solid #C62F31;
transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.light-plan p span {
font-size: 16px;
}
.pricing-grid:hover div.light-plan p{
color: #D34346;
transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.pricing-grid:hover div.price-list ul li{
color: #D34346;
background:url("../images/b.png") no-repeat 22px 15px;
transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.pricing-grid:hover div.buy{
background: #D34346;
transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
.light-plan h3{
margin:0;
color:#ffffff;
padding: 15px 20px;
text-align: left;
font-size:18px;
font-weight:600;
background: #46586A;
border-left: 8px solid #2B3945;
border-top-left-radius:8px;
border-top-right-radius:8px;

}
.light-plan p{
font-weight:700;
font-size: 23px;
color: #46586A;
text-align: left;
margin: 10px 0 10px 25px;
}

.custom-font-drk-yellow {
    color: rgba(234, 132, 19, 1) !important;
}
.custom-font-white {
    color: #ffffff !important;
}



.bottom-section {
  /*background: lightblue;*/
  /*overflow:visible;*/
    /*position: absolute;*/
    /*bottom:0px;*/
    left:50%;
  /*height: 50%;*/
  /*margin: 8px;*/
}
.bottom-aligner {
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
  width: 3px;
  background: red;
}
.now {
margin-top: 100px;
}
.nowa {
margin-top: 55px;
}
.nowb {

    /*display: table-cell;*/
    /*width:50%;*/
    /*vertical-align: bottom;*/
    /*height: 100%;*/


/*position:absolute;*/
/*left:-50%;*/
/*display: inline-block;*/
/*height:20%;

vertical-align:bottom;*/
/*bottom: 0;*/
/*margin-top: 10px;
margin-top: -10px;*/
/*margin-top: 50%;*/
/*margin-bottom: -20%;*/
/*margin-bottom: 0px;*/
}
.buy{	
/*position: absolute;*/
background: #46586A;
padding: 12px 30px;
text-align:center;
}
.buy a{
color:#fff;
font-size: 14px;
font-weight:600;
}
.pricing-grids {
margin: 50px 0;
}
.news-letter {
background: #f7f7f7;
padding: 25px;

}
.news-left {
float:left;
width:43%;
}
.news-right {
float:right;
width:57%;
}
.news-left h3{
margin:0;
font-size:20px;
color:#46586A;
font-weight:bold;
}
.news-left p{
margin: 15px 0 0 0;
font-size:14px;
color: #46586A;
line-height: 1.8em;
}
.news-right input[type="text"]{
	width: 44%;
	color: #c9c9c9;
	margin: 16px -4px 0px 217px;
	padding: 12px 10px 10px 10px;
	outline: none;
	border: 1px solid #e8e8e8;
	}
.news-right input[type=submit] {
	color: #ffffff;
	padding: 8px 15px;
	font-size: 16px;
	cursor: pointer;
	font-weight: 700;
	border: 3px solid #D34346;
	background:#D34346;
	}
.news-right input[type=submit]:hover {
border: 3px solid #D34346;
color:#D34346;
background:none;
transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
}
/*-- //prices --*/





/*-- services --*/
.services {
background: #ffffff;
}
.services-bottom {
    padding: 2% 3% 2px 3%   ;
}
.services-left {
width:100%;
float: left;
}
.services-right {
float: right;
}


.services-section-head h3{
	color:#FFFFFF;
	font-weight:400;
	font-size:3.3em;
	text-transform:uppercase;
	padding-top: 1.7em;
}
.services-section{
	background: url("../images/service-banner.jpg") no-repeat;
	min-height: 565px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position:relative;
}
.services-section-head p{
	color:#FFFFFF;
	font-size:1.2em;
	font-weight:400;
	margin-bottom:2.5em;
}
.services-section-grid h5{
	color:#FFFFFF;
	font-size:1.7em;
	font-weight:400;
	text-transform:uppercase;
	margin:1em 0 0.2em 0;
}
.services-section-grid p{
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:400;
}
.border{
	position:absolute;
	top: -6px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
}
.border-1{
	position:absolute;
	bottom:-3px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
}
.border img {
	width: 100%;
}
.border-1 img {
	width: 100%;
}
ul.header-contact {
	float: right;
}
.header-bottom ul li{
	display:inline-block;
	float:left;
}
.header-bottom{
	background: url("../images/pattern.jpg") no-repeat;
	min-height: 32px;
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	margin-bottom: 2.5em;
}
.header-slider {
	/*border-top: 3px solid #DEDEDE;*/
}
.icon{
	float:left;
	margin-right:5px;
}
.icon-data{
	float:left;
}
.icon-data p{
	font-size:14px;
	font-weight:600;
	color:#464251;
}
.icon-data p a{
	color:#464251;
}
i.message{
	width: 20px;
	height: 20px;
	background: url("../images/img-sprite.png") no-repeat -3px -2px;
	display: inline-block;
}
i.telephone{
	width: 20px;
	height: 20px;
	background: url("../images/img-sprite.png") no-repeat -27px -2px;
	display: inline-block;
}
i.feed{
	width: 35px;
	height: 35px;
	background: url("../images/img-sprite.png") no-repeat -50px 0px;
	display: inline-block;
}
i.facebook{
	width: 35px;
	height: 35px;
	background: url("../images/img-sprite.png") no-repeat -85px 0px;
	display: inline-block;
}
i.twitter{
	width: 35px;
	height: 35px;
	background: url("../images/img-sprite.png") no-repeat -120px -0px;
	display: inline-block;
}
i.dribble{
	width: 35px;
	height: 35px;
	background: url("../images/img-sprite.png") no-repeat -155px -0px;
	display: inline-block;
}
i.pinterest{
	width: 35px;
	height: 35px;
	background: url("../images/img-sprite.png") no-repeat -190px -0px;
	display: inline-block;
}
i.feed:hover,i.facebook:hover,i.twitter:hover,i.dribble:hover,i.pinterest:hover{
	opacity:0.5;
}
li.span-2{
	margin: 9px 12px 5px 0;
}
.project-section-head h3{
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	font-size: 3.2em;
}	
.project-section-head p{
	color: #FFF;
	font-weight: 400;
	font-size: 1.3em;
}
.project-section{
	padding: 4em 0;
	position:relative;
	background: url("../images/portfolio-bg.jpg") no-repeat;
	min-height: 565px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}	
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 25%;
	display:none;
	float:left;
	overflow:hidden;
	margin: 0;
}
div#portfoliolist {
	padding: 0px 0px;
}	
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
	border-radius:50%;
}
.b-link-stripe .b-wrapper:hover {
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio img {
	width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}
.row:after,
.clearfix:after {
  clear: both; 
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*-- portfolio --*/
.portfolio-wrapper img{
	width:100%;
}
.grid_box a:hover .zoom-icon {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=99); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.entertain_box{
	margin-bottom:3em;
}
/******** SAP ************/
.sap_tabs{
	clear:both;
	padding: 0em 0 2em;
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.toimg1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    padding: 4em 0px 2em;
    margin: 0 auto;
    text-align: center;
}
.resp-tab-item {
    color:#464251;
    font-size: 1.4em;
    cursor: pointer;
    font-weight: 700;
    padding: 6px 25px;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: uppercase;
    margin: 0 0.5em 0 0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
div#portfoliolist {
    padding-bottom: 3em;
}
.resp-tab-active {
    background: #60B890;
    text-shadow: none;
    color: #fff;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.img-top {
    float: left;
    width: 25%;
}
.link-top{
	position: absolute;
 top: 0%;
  text-align: center;
  width: 90%;
  background: rgba(0, 0, 0, 0.49);
  height: 100%;
  padding: 5em 0 0;
  display: none;
}
i.link {
  background: url(../images/eye.png)no-repeat 0px 0px;
  width: 35px;
  height: 27px;
  display: inline-block;
}
.img-top:hover .link-top{
	display: block;
}
.portfolio-botton {
	text-align: center;
	margin-top: 3em;
}
.portfolio-botton input[type="button"]{
	border:none;
	outline:none;
	padding:0.5em 1em;
	color:#fff;
	background:#FFA200;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:1px dashed #FFA200;
}
.portfolio-botton input[type="button"]:hover{
	border:1px dashed #FFA200;
	color:#000000;
	background:#C7C7C7;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	display: block;
	left: 0;
	top: -152px;
	    width: 385px;
    height: 394px;
	background: url(../images/zoom.png) center center no-repeat;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.portfolio-botton input[type="button"]{
	border:none;
	outline:none;
	padding:0.5em 1em;
	color:#fff;
	background:#60B890;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border:1px dashed #60B890;
}
.portfolio-botton input[type="button"]:hover{
	border:1px dashed #fff;
	background:#F68367;
}
/********start-slider**************/
article > div {
	text-align: center;
}
.wmuSlider {
	position: relative;
	overflow: hidden;
	min-height: 400px;
	text-align: center;
}
.wmuSlider .wmuSliderWrapper article {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage img {
	max-width: 100%;
	width: auto;
	height: auto;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.wmuSliderPrev {
	background-position: 19px 9px;
	left: 40px;
}
.wmuSliderPrev, .wmuSliderNext {
	position: absolute;
	width: 25px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/sprite.png) no-repeat;
	top: 40%;
	z-index: 2;
	cursor: pointer;
}
.wmuSliderPrev {
	background-position: -3px -54px;
	left: 143px;
}
.wmuSliderNext {
	background-position: -48px -51px;
	right: 149px;
}
.client-main{
	padding: 3em 0;
}
.client{
	float:left;
	width:30%;
}
.client-des{
	float:right;
	width:65%;
}
.client-des h4{
	color: #585C67;
	font-size: 2.7em;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}
.client-des p {
	width: 93%;
	color: #585C67;
	font-size: 1.2em;
	text-align: left;
	font-family: 'Raleway', sans-serif;
	line-height: 1.8em;
	font-weight: 500;
}
.client img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border: 8px solid #3A9ADA;
}
article > div > span{
	text-align: center;
	padding: 1em 0 0 0;
	display:block;
}
 article:nth-child(2) > div > span > a {
	color:#585C67;
	cursor: pointer;
	font-size:1.2em;
}
article:nth-child(2) > div > span > a:hover{
	color:#C0B9CD;
}
.testimonials-section {
	padding: 3em 0;
	background: #FBD773;
}
.contact-section-head{
	padding:2em 0;
	background:#00ADF0;
	position:relative;
}
.down{
	position:absolute;
	bottom: -15%;
	left: 15%;
}
.contact-section-head h3{
	color:#fff;
	font-weight:400;
	font-size:2em;
	
}
.border-2{
	position:absolute;
	top: -7%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
}
.border-2 img {
	width: 100%;
}
.border-1 img {
	width: 100%;
}
.contact-section-head span{
	color:#fff;
	font-weight:600;
	font-size:1.2em;
}
.contact-section-grids{
	padding:5em 0;
	background:#313131;
	background: url("../images/contact-bg.jpg") no-repeat;
	min-height: 565px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.contact-section-left-grid input.text,.contact-section-left-grid textarea{
	padding:0.8em 1em;
	background: rgba(124, 124, 124, 0.59);
	color:#fff;
	font-size:14px;
	font-weight:600;
	border:none;
	outline:none;
	margin:13px 0;
	width:90%;
	text-transform:uppercase;
}
.contact-section-left-grid textarea{
	resize:none;
	height:15em;
}
.contact-section-left-grid input[type="button"]{
	color:#fff;
	padding:0.6em 1.8em;
	border:none;
	outline:none;
	background:#3F8DBF;
	text-transform:uppercase;
	font-size:17px;
	font-weight:500;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-bottom: 3px solid #3678A3;
}
.contact-section-right-grid h4 {
	font-size:20px;
	font-weight:600;
	color: #fff;
	text-transform:uppercase;
	margin-top:12px;
}
.contact-section-right-grid p {
	line-height:2em;
	font-size:15px;
	font-weight:300;
	color: #fff;
	margin: 0.5em 0 1em 0;
}
ul.contact-section-list li{
	display:inline-block;
	color:#FFF;
	font-size:15px;
	font-weight:300;
	margin:7px 0;
}
ul.contact-section-list li a{
	display:inline-block;
	color:#FFF;
}
.contact-section-left-grid input[type="button"]:hover {
	border-bottom: 3px dashed;
}
.contact-section-list i{
	width:20px;
	height:20px;
	background: url("../images/img-sprite.png") no-repeat 0px 0px;
	display: inline-block;
	vertical-align:bottom;
	margin-right:5px;
}
.contact-section-list i.location{
	background-position:-225px 0px;
}
.contact-section-list i.phone{
	background-position:-245px 0px;
}
.contact-section-list i.mail{
	background-position:-265px 0px;
}
.latest-tweets{
	float:left;
	width:57%;
	margin-right:6%;
}
.flickr{
	float:left;
	width:37%
}
.icon-text p{
	color:#D7D7D8;
	font-size:15px;
	font-weight:400;
	margin-bottom:1em;
	line-height: 1.3em;
}
.icon-text span{
	color:#3F8DBF;
	font-size:15px;
	font-weight:400;
}
.icon-text a {
	color:#D7D7D8;
}
.icon-text a:hover{
	color:#3F8DBF;
}
.top-footer-left-grid {
	background: #152535;
	padding: 3em 2em 3em 16.5em;
}
.latest-tweets h4 ,.flickr h4,.top-footer-right-grid h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1.4em;
	margin-bottom:0.6em;
}
.icon-3-square{
	float:left;
	width:3%;
	margin-right:2%;
}
.icon-text{
	float:left;
	width: 80%;
}
i.square-3{
	width:20px;
	height:20px;
	background: url("../images/img-sprite.png") no-repeat -284px 0px;
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
}
.flickr ul li {
	display: inline-block;
	width: 75px;
	height: 70px;
	background: #999999;
	margin: 0 1px 0 0;
}
.top-footer-right-grid{
	background:#233547;
	padding:3em 17em 4.3em 2em;
}
.top-footer-right-grid p{
	color:#D7D7D8;
	font-size:16px;
	font-weight:400;
	margin-bottom:1em;
}
.top-footer-right-grid input.text{
	outline:none;
	border:none;
	padding:0.5em;
	background:#fff;
	color:#989796;
	font-size:14px;
	font-weight:300;
	margin:6px 0 6px 0;
	width:100%;	
}
.top-footer-right-grid input[type="button"]{
	outline:none;
	padding:0.5em;
	display:block;
	background:#60B890;
	color:#fff;
	font-size:15px;
	font-weight:500;
	text-transform: uppercase;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	margin-top: 1em;
	float: right;
	border-bottom:3px solid #529D7B;
}
.top-footer-right-grid input[type="button"]:hover{
	border-bottom:3px dashed #fff;
}
.copy-rights{
	background:#233547;
	padding: 1.3em 2em 2em 16.5em;
    width: 66%;
    float: left;
}
.copy-rights p{
	color:#fff;
	font-size:14px;
	font-weight:400;
    margin: 0;
}
.copy-rights a{
	color:#60B890;
	font-size:15px;
	font-weight:400;
}
.fax{
	background: #152535;
	padding:1.3em 17em 2em 2em;
    width: 34%;
    float: right;
    /*width: 50%;*/

}
.fax ul li{
	display:inline-block;
}
.fax ul li a{
	color:#fff;
	font-size:15px;
	font-weight:400;
	margin:0 8px;
}
.poll {
	margin-bottom: 2em;
}
.nth-child{
	margin-bottom: 0;
}
.poll_desc{
	color: #777;
	font-size: 1em;
}
.poll_desc{
	float:left;
}
.poll_desc h4{
	color:#63656A;
	font-weight:600;
	font-size:19px;
}
.percentage p{
	color:#63656A;
	font-weight:400;
	font-size:17px;
}
.percentage{
	float:right;
}
.skills {
	width: 100%;
	margin: 5px 0;
	height:14px;
	background: #63656A;
}
.skills > div {
	height: 100%;
	display: block;
	background-color: #F6AB25;
}
.testimonial-section-right-grid h3, .testimonial-section-left-grid h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 2em;
	margin-bottom: 1.2em;
	font-weight: 500;
}
.testimonial-section-right-grid span, .testimonial-section-left-grid span {
	font-weight: 600;
	text-transform: capitalize;
}
/********start-slider**************/
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0 auto;
	width:100%;
}
.nbs-flexisel-item {
	float: left;
	margin:0px;
	padding:0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.course_demo{
	padding:0% 3% 0 3%;
	margin-top: 4em;
}
.nbs-flexisel-item img {
	  width: 100%;
	  cursor: pointer;
	  position: relative;
	  display:inline;
	  border-radius: 7px;
	  -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width:30px;
  height:30px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  margin-top:-10.3em;
}
.nbs-flexisel-nav-left {
  	left: 450px;
  	background: url(../images/img-sprite.png) no-repeat -311px 0px;
}
.nbs-flexisel-nav-right {
  	right:0px;
 	background: url(../images/img-sprite.png) no-repeat -339px 0px;
}
.client-image{
	float:left;
	width:35%;
	margin-right:5%
}
.client-text{
	float:left;
	width:60%;
	position: relative;
}
.client-image img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border: 6px solid #fff;
}
.client-text p {
color: #464251;
line-height: 1.25em;
margin-top: 2em;
font-size: 1.2em;
font-weight: 500;
text-align: left;
}
.client-text span {
color: #464251;
display: block;
margin-top: 2em;
text-align: right;
font-weight: 300;
font-size: 15px;
line-height: 2.5em;
}
.client-text a{
	text-align:right;
	display:block;
	color:#D28E14;
	font-weight: 300;
	font-size: 15px;
}
.client-text i.open{
	width: 20px;
	height: 20px;
	background: url("../images/img-sprite.png") no-repeat -378px -4px;
	display: inline-block;
	margin: 0 5px 0 10px;
}
.client-text i.close1{
	width:20px;
	height:20px;
	background: url("../images/img-sprite.png") no-repeat -405px -5px;
	display: inline-block;
	margin: 0 0 0 3px;
	position: absolute;
	top: 51%;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top5.png") no-repeat 0px 0px;
}

.red_text {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:11px;
	font-weight:bold;
    text-align: center;
    
}

.red_text_lg {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ff2c2c;
    font-size: 1rem;
    /*font-weight: bold;
    text-align: center;*/
    display: block;
    margin-bottom: .5rem;
}
.red_text_margin_lt {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:11px;
	font-weight:bold;

    position: static;
    display: block;
    padding: 0 0 0 20px;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}


/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}
/* Samsung Galaxy S5 ----------- */
@media screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/*-- responsive-mediaquries --*/
@media(max-width:1024px){
	.caption {
		width: 100%;
		top: 5%;
		/*left: 19%;*/
	}
}
@media(max-width:768px){


	.caption {
		width: 100%;
		top: 5%;
		/*left: 13%;*/
	}
	.caption h3{
		font-size:1.5em;
	}
	a.morebtn {
		width: 26%;
	}
	.callbacks_nav {
	  	top: 55%;
	 }
}
@media(max-width:640px){
	/*.caption {
		width: 70%;
		top: 12%;
		left: 13%;
	}*/
	.caption h3{
		font-size:1.25em;
	}
	a.morebtn {
		width: 30%;
	}
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
	.callbacks_nav {
		display: none;
	}
}
@media(max-width:480px){
	/*.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}*/
	.callbacks_nav {
	  	top: 60%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.5em 0;
	}
	.caption h3{
		font-size:1.15em;
	}
	a.morebtn {
		width: 40%;
		font-size:0.8em;
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 5%;
		left: 4px;
	}
}
@media(max-width:320px){
	/*.caption {
		width: 70%;
		top: 14%;
		left: 13%;
	}*/
	.callbacks_nav {
	  	top: 63%;
	 }
	.caption p{
		height:25px;
		overflow:hidden;
		margin:0.2em 0;
	}
	.caption h3{
		font-size:1em;
	}
	a.morebtn {
		width: 50%;
		font-size: 0.8em;
		padding:0.6em 0.5em; 
	}
	.callbacks_tabs a:after {
		height:4px;
		width: 4px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 5%;
		left: 4px;
	}
}

/*-- responsive-design --*/

@media screen and (max-width:480px) and (min-width: 320px) {
    .pricing{
        padding-left: 1%;
    }


  .container_local {
    width: 750px;
    /*text-align: center;*/

  }
  .top-menu {
    right:1%;
  }

    .basic {
        width: 40%;
        /*position: absolute;*/
        left: 30%;
        margin-left: 7%;
        /*right:50%;*/
        margin-bottom:25px;

    }
}
@media screen and (max-width:639px) and (min-width: 480px) {
    .pricing{
        padding-left: 1%;
    }


  .container_local {
    width: 750px;
    /*text-align: center;*/

  }
  .top-menu {
    right:1%;
  }

    .basic {
        width: 50%;
        /*position: absolute;*/
        left: 40%;
        margin-left: 10%;
        /*right:50%;*/
        margin-bottom:25px;

    }
}

@media screen and (max-width:767px) and (min-width: 640px) {
    .pricing{
        padding-left: 1%;
    }


  .container_local {
    width: 750px;
    /*text-align: center;*/

  }
  .top-menu {
    right:1%;
  }

    .basic {
        width: 65%;
        /*position: absolute;*/
        left: 50%;
        margin-left: 10%;
        /*right:50%;*/
        margin-bottom:25px;

    }
}
@media screen and (max-width:991px) and (min-width: 768px) {
    .pricing{
        padding-left: 3%;
    }


  .container_local {
    width: 950px;
    /*padding-right:10%;*/

  }
  .top-menu {
    right:1%;
  }

    .basic {
        width: 23%;
    }
}
@media screen and (max-width:1199px) and (min-width: 992px) {
    .pricing{
        padding-left: 6%;
    }

  .container_local {
    width: 1070px;
  }
  .top-menu {
    right:10%;
  }
    .basic {
        width: 24%;
    }

}
@media screen and (max-width:1367px) and (min-width: 1200px) {
    .pricing{
        padding-left: 8%;
    }

  .container_local {
    width: 1150px;
  }
    .basic {
        width: 25%;
    }

}
@media (min-width: 1368px) {
    .pricing{
        padding-left: 1%;
    }
  .container_local {
    width: 1170px;
  }
    .basic {
        width: 29%;
    }

}

    @media screen and (max-width:1366px){

        /*.calling-plan-blurb1text-asp-main{
		    font-size: 100%;
    }*/

    .calling-plan-blurb1text-main{
	    font-size:30px;
	    /*font-weight:bold;*/
    }
    .calling-plan-blurb1text-asp-main{
	    font-size:40px;
	    /*font-weight:bold;*/
    }

    .calling-plan-blurb1text-month-main{
	    font-size:10px;
	    /*font-weight:bold;
        text-align:left;
        margin: 0 0px 0 -40px;*/
    }

    .facts ul li{
	    font-size:14px;
	    padding:3px 0;
    }

    .light-plan h3{
        padding: 12px 17px;
        font-size:17px;
        font-weight:600;
    }





	    .header-bottom {
		    margin-bottom: 2.3em;
	    }


	    .caption h3 {
		    font-size: 2.9em;
		    width: 100%;
	    }

     /* Shadow Text.  MB*/

        .shadowText {
          font-size: 60px;
        }

    /*Shadow Bright Text. END!!  MB*/


	    .callbacks_nav {
		    left: 6%;
		    top: 47%;
	    }
	    .callbacks_nav.next {
		    right: 6%;
	    }
	    .caption p {
		    font-size: 1.25em;
	    }

        .caption_bottom{
	        top: 70%;
        }
	    a.morebtn {
		    font-size: 1.2em;
		    width: 25%;
        }
	    .caption {
		    top: 5%;
	    }
	    .top-footer-left-grid {
		    padding: 3em 2em 3em 8em;
	    }
	    .top-footer-right-grid {
		    padding: 3em 11em 4.4em 2em;
	    }
	    .fax {
		    padding: 2em 0em 2em 2em;
	    }
	    .copy-rights {
		    padding: 2em 2em 2em 8em;
	    }
	    .services-section-head h3 {
		    font-size: 3.2em;
		    padding-top: 1.3em;
	    }
	    .services-section {
		    min-height: 530px;
	    }
	    .flickr ul li {
		    width: 72px;
	    }
	    .contact-section-grids {
		    padding: 3.5em 0;
	    }
	    }
    @media screen and (max-width:1280px){
    .logo {
    /*margin-top: 1.85em;*/
    }
    /*.top-menu ul
    {
    width: 68%;
    left: 16%;
    top: 23%;
    }*/

    /* Shadow Text.  MB*/

    .shadowText {
    font-size: 55px;
    }

    /* Shadow Text. END!!  MB*/


    .caption h3 {
    font-size: 2.5em;
    width: 100%;
    }
    .callbacks_nav {
    left: 6%;
    }
    .callbacks_nav.next {
    right: 6%;
    }
    a.morebtn {
    font-size: 1.05em;
    width: 25%;
    }
    .caption p {
    font-size: 1.1em;
    margin: 0.3em 0 1.3em 0;
    }
    .callbacks_nav {
    top: 44%;
    }
    ul.callbacks_tabs.callbacks1_tabs {
    left: 44.5%;
    }
    .services-section-head h3 {
    font-size: 2.8em;
    padding-top: 1em;
    }
    .project-section-head h3 {
    font-size: 2.8em;
    }
    .border {
    top: -8px;
    }
    #filters li span {
    font-size: 1.2em;
    padding: 6px 21px;
    }
    .project-section {
    padding: 3em 0;
    }
    .services-section {
    min-height: 490px;
    }
    .client-text span {
    line-height: 1.1em;
    }
    .client-text a {
    line-height: 1em;
    }
    .client-text i.close1 {
    top: 58%;
    }
    .nbs-flexisel-nav-left {
    left: 353px;
    }
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: -11.3em;
    }
    .client-text p {
    margin-top: 1.6em;
    }
    .border-2 {
    top: -9%;
    }
    .top-footer-left-grid {
    padding: 3em 2em 3.02em 3.7em;
    }
    .latest-tweets {
    width: 64%;
    margin-right: 2%;
    }
    .top-footer-right-grid {
    padding: 3em 3em 4em 2em;
    }
    .flickr ul li {
    width: 64px;
    height: 64px;
    }
    .flickr {
    width: 34%;
    }
    .icon-text p {
    font-size: 14px;
    }
    .top-footer-right-grid p {
    font-size: 15px;
    margin-bottom: 0.35em;
    }
    .copy-rights {
    padding: 1.5em 2em 1.5em 8em;
    }
    .fax {
    padding: 1.5em 0em 1.5em 2em;
    }

    /*Custom settings. MB*/

    .resp2-tabs-list{
    width: 60%;
    margin: auto;

    }
    .facts  {
    width: 60%;
    margin: auto;

    }
    .facts_subContainer {
    margin: auto;
    }

    .facts .left-box{
    float:left;
    width: 100%;
    margin: auto;
    /*padding: 0 20px 30px 80px;*/
    }

    .facts .right-box{
    float:left;
    width: 100%;
    margin: auto;
    /*padding: 0 20px 30px 60px;*/
    }



    }
    @media screen and (max-width:1006px) {


    /* Shadow Text.  MB*/

    .shadowText {
    font-size: 48px;
    text-shadow: 1.5px 1.5px 0 #cac6c5, -1.5px -1.5px 0 #cac6c5, -1.5px -1.5px 0 #cac6c5, -1.5px 1.5px 0 #cac6c5, 1.5px -1.5px 0 #cac6c5;
    margin-top:-20px;
    }

    .shadowText--pushDown {
    text-shadow: 1.5px 1.5px 0 #333, 0px 1.5px 0 #333, -1.5px -1.5px 0 #333, -1.5px -1.5px 0 #333, -1.5px 1.5px 0 #333, 1.5px -1.5px 0 #333, 0.77782px 0.77782px 0 #aaaaaa, 1.55563px 1.55563px 0 #aaaaaa, 2.33345px 2.33345px 0 #aaaaaa, 3.11127px 3.11127px 0 #aaaaaa, 3.88909px 3.88909px 0 #aaaaaa, 4.6669px 4.6669px 0 #aaaaaa, 5.44472px 5.44472px 0 #aaaaaa, 6.22254px 6.22254px 0 #aaaaaa, 7.00036px 7.00036px 0 #aaaaaa, 7.77817px 7.77817px 0 #aaaaaa;
    }
    .shadowText--pushDown:hover {
    transform: translate(9px, 9px);
    text-shadow: 1.5px 1.5px 0 #cac6c5, -1.5px -1.5px 0 #cac6c5, -1.5px -1.5px 0 #cac6c5, -1.5px 1.5px 0 #cac6c5, 1.5px -1.5px 0 #cac6c5;
    }

    .color-bright {
    /*background-color: #ebaca5;*/
    }
    .color-bright .shadowText {
    /*color: #f89bb4;*/
    /*color: #FF9641;*/
    color: #CFD67D;
    /*text-shadow: 1.5px 1.5px 0 #d38076, -1.5px -1.5px 0 #d38076, -1.5px -1.5px 0 #d38076, -1.5px 1.5px 0 #d38076, 1.5px -1.5px 0 #d38076;*/
    text-shadow: 1.5px 1.5px 0 #2466B0, -1.5px -1.5px 0 #2466B0, -1.5px -1.5px 0 #2466B0, -1.5px 1.5px 0 #2466B0, 1.5px -1.5px 0 #2466B0;
    }
    .color-bright .shadowText--pushDown {
    text-shadow: 1.5px 1.5px 0 #fff, 0px 1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px -1.5px 0 #fff, -1.5px 1.5px 0 #fff, 1.5px -1.5px 0 #fff, 0.77782px 0.77782px 0 #2466B0, 1.55563px 1.55563px 0 #2466B0, 2.33345px 2.33345px 0 #2466B0, 3.11127px 3.11127px 0 #2466B0, 3.88909px 3.88909px 0 #2466B0, 4.6669px 4.6669px 0 #2466B0, 5.44472px 5.44472px 0 #2466B0, 6.22254px 6.22254px 0 #2466B0, 7.00036px 7.00036px 0 #2466B0, 7.77817px 7.77817px 0 #2466B0;
    }
    .color-bright .shadowText--pushDown:hover {
    text-shadow: 1.5px 1.5px 0 #2466B0, -1.5px -1.5px 0 #2466B0, -1.5px -1.5px 0 #2466B0, -1.5px 1.5px 0 #2466B0, 1.5px -1.5px 0 #2466B0;
    }

    /*Shadow Text. END!!  MB*/



    /*Custom Settings. MB*/

    .calling-plan-blurb1text-main{
    font-size:26px;
    /*font-weight:bold;*/
    }
    .calling-plan-blurb1text-asp-main{
    font-size:32px;
    /*font-weight:bold;*/
    }

    .calling-plan-blurb1text-month-main{
    font-size:9px;
    font-weight:bold;
    text-align:left;
    margin: 0 0px 0 -30px;
    }


    .resp2-tabs-list{
    width: 70%;
    margin: auto;

    }
    .facts {
    width: 70%;
    margin: auto;
    }

    .facts_subContainer {
    margin: auto;
    }

    .facts ul li{
    font-size:12px;
    padding:2px 0;
    }

    .facts .left-box{
    float:left;
    width: 100%;
    margin: auto;
    /*padding: 0 20px 30px 60px;*/
    }

    .facts .right-box{
    float:left;
    width: 100%;
    margin: auto;
    /*padding: 0 20px 30px 60px;*/
    }



    .light-plan h3{
    padding: 10px 15px;
    font-size:15px;
    font-weight:500;
    }

    .pricing-grid{
    width: 40%;
    /*margin-right:3%;*/
    }

    /*Custom Settings END!!!!!!. MB*/


    .logo img {
    width: 80%;
    }
    .logo {
    margin-top: 1.2em;
    }
    .top-menu ul
    {
    /*width: 100%;*/
    right: 3%;
    }

    /*.top-menu ul li{
    display:inline-block;
    float:left;
    border-right: 1px solid #583F5E;
    }
    .top-menu ul li a{
    padding: 1em 0;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin: 15px 5px 15px 5px;
    }*/

    .caption_bottom{
    top: 70%;
    }

    a.morebtn {
    font-size: 0.95em;
    width: 25%;
    }


    }
    @media screen and (max-width:800px){

    /*Custom Settings. MB*/

    .calling-plan-blurb1text-main{
    font-size:26px;
    /*font-weight:bold;*/
    }
    .calling-plan-blurb1text-asp-main{
    font-size:32px;
    /*font-weight:bold;*/
    }

    .calling-plan-blurb1text-month-main{
    font-size:9px;
    font-weight:bold;
    text-align:left;
    margin: 0 0px 0 -30px;
    }

    /*.resp2-tab-item{
    font-size: 0.75em;
    padding: 8px 14px;
    }*/

    .resp2-tab-item span{
    font-size:12px;
    font-weight: 600;
    }
    .facts ul li{
    font-size:12px;
    padding:2px 0;
    }

    .facts .left-box{
    float:left;
    width: 100%;
    margin: auto;
    /*padding: 0 15px 30px 20px;*/
    }

    .facts .right-box{
    float:left;
    width: 100%;
    margin: auto;
    /*padding: 0 15px 30px 20px;*/
    }



    .light-plan h3{
    padding: 10px 15px;
    font-size:15px;
    font-weight:500;
    }

    .pricing-grid{
    width: 40%;
    /*margin-right:22px;*/
    }

    .signup_pp_heading_plans_rt
    {
    font-size:17px;
    /*margin-top:-5px;
    margin-left:-5px;
    padding: 20px 0 15px 25px;*/
    }


    /*Custom Settings END!!!!!!. MB*/



    /*.top-menu ul li a {
    font-size: 14px;
    margin: 0.6em 1.1em;
    }*/

    /************************** Begin Top Menu ******************/


    .top-menu{
    float:none;
    /*width: 100%;*/
    right:1%;
    }
    .top-menu ul li{
    display:block;
    float:none;
    margin: 0em;
    border-bottom: 1px solid #583F5E;
    border-right:none;
    }
    .top-menu ul li a{
    color:#FFFFFF;
    text-align: center;
    padding: 0.7em 0;
    /*margin:0;
    font-size: 15px;
    font-weight: 400;*/
	font-size: 0.88em;
	font-weight:700;
	margin: 2px 10px 2px 10px;

    }
    .top-menu ul{
    display:none;
    background:#2a55b1;
    width:100%;
    }
    .top-menu span.menu{
    display: none;
    text-align: right;
    position:relative;
    padding:1em 0;
    margin: 0 auto;
    }
    .top-menu span.menu:before {
    content: url("../images/nav.png") ;
    cursor: pointer;
    text-align: right;
    width: 100%;
    }
    .top-menu ul li:hover a {
    color: #60CBA1;
    }

    /************************** End Top Menu ******************/



    .icon-data p {
    font-size: 12px;
    }
    i.message {
    background: url("../images/img-sprite.png") no-repeat -3px -4px;
    }
    i.telephone {
    background: url("../images/img-sprite.png") no-repeat -27px -5px;
    }

    /* Shadow Text.  MB*/

    .shadowText {
    font-size: 38px;
    text-shadow: 1.3px 1.3px 0 #cac6c5, -1.3px -1.3px 0 #cac6c5, -1.3px -1.3px 0 #cac6c5, -1.3px 1.3px 0 #cac6c5, 1.3px -1.3px 0 #cac6c5;
    margin-top:-20px;
    }

    .shadowText--pushDown {
    text-shadow: 1.3px 1.3px 0 #333, 0px 1.3px 0 #333, -1.3px -1.3px 0 #333, -1.3px -1.3px 0 #333, -1.3px 1.3px 0 #333, 1.3px -1.3px 0 #333, 0.77782px 0.77782px 0 #aaaaaa, 1.55563px 1.55563px 0 #aaaaaa, 2.33345px 2.33345px 0 #aaaaaa, 3.11127px 3.11127px 0 #aaaaaa, 3.88909px 3.88909px 0 #aaaaaa, 4.6669px 4.6669px 0 #aaaaaa, 5.44472px 5.44472px 0 #aaaaaa, 6.22254px 6.22254px 0 #aaaaaa, 7.00036px 7.00036px 0 #aaaaaa, 7.77817px 7.77817px 0 #aaaaaa;
    }
    .shadowText--pushDown:hover {
    transform: translate(9px, 9px);
    text-shadow: 1.3px 1.3px 0 #cac6c5, -1.3px -1.3px 0 #cac6c5, -1.3px -1.3px 0 #cac6c5, -1.3px 1.3px 0 #cac6c5, 1.3px -1.5px 0 #cac6c5;
    }

    .color-bright {
    /*background-color: #ebaca5;*/
    }
    .color-bright .shadowText {
    /*color: #f89bb4;*/
    /*color: #FF9641;*/
    color: #CFD67D;
    /*text-shadow: 1.3px 1.3px 0 #d38076, -1.3px -1.3px 0 #d38076, -1.3px -1.3px 0 #d38076, -1.3px 1.3px 0 #d38076, 1.3px -1.3px 0 #d38076;*/
    text-shadow: 1.3px 1.3px 0 #2466B0, -1.3px -1.3px 0 #2466B0, -1.3px -1.3px 0 #2466B0, -1.3px 1.3px 0 #2466B0, 1.3px -1.3px 0 #2466B0;
    }
    .color-bright .shadowText--pushDown {
    text-shadow: 1.3px 1.3px 0 #fff, 0px 1.3px 0 #fff, -1.3px -1.3px 0 #fff, -1.3px -1.3px 0 #fff, -1.3px 1.3px 0 #fff, 1.3px -1.3px 0 #fff, 0.77782px 0.77782px 0 #2466B0, 1.55563px 1.55563px 0 #2466B0, 2.33345px 2.33345px 0 #2466B0, 3.11127px 3.11127px 0 #2466B0, 3.88909px 3.88909px 0 #2466B0, 4.6669px 4.6669px 0 #2466B0, 5.44472px 5.44472px 0 #2466B0, 6.22254px 6.22254px 0 #2466B0, 7.00036px 7.00036px 0 #2466B0, 7.77817px 7.77817px 0 #2466B0;
    }
    .color-bright .shadowText--pushDown:hover {
    text-shadow: 1.3px 1.3px 0 #2466B0, -1.3px -1.3px 0 #2466B0, -1.3px -1.3px 0 #2466B0, -1.3px 1.3px 0 #2466B0, 1.3px -1.3px 0 #2466B0;
    }

    /*Shadow Text. END!!  MB*/

    .caption h3 {
    font-size: 1.8em;
    width: 100%;
    }
    .caption {
    width: 100%;
    /*left: 7%;*/
    top: 5%;
    }
    .services-section-head h3 {
    font-size: 2.5em;
    padding-top: 0.85em;
    }
    .callbacks_tabs a:after {
    /*margin: 0 0 28px 0;*/
    height: 13px;
    width: 13px;
    }
    .services-section-head p {
    font-size: 1.1em;
    margin-bottom: 2.2em;
    }
    ul.callbacks_tabs.callbacks1_tabs {
    left: 44%;
    }
    .callbacks_nav {
    left: 4%;
    }
    .callbacks_nav.next{
    right:4%;
    }
    .services-section-grid {
    width: 33.333%;
    float: left;
    }
    .services-section {
    min-height: 410px;
    }
    .services-section-grid img {
    width: 150px;
    }
    .services-section-grid h5 {
    font-size: 1.6em;
    margin: 0.5em 0 0 0;
    }
    .project-section-head h3 {
    font-size: 2.4em;
    }
    .project-section-head p {
    font-size: 1em;
    }
    #filters li span {
    font-size: 1.15em;
    padding: 4px 16px;
    }
    .grid_box a:hover .zoom-icon {
    top: -20%;
    }
    .portfolio-botton input[type="button"] {
    padding: 0.3em 0.85em;
    font-size: 17px;
    }
    .border {
    top: -10px;
    }
    .border-1 {
    bottom: -7px;
    }
    .client-image {
    width: 25%;
    margin-right: 5%;
    }
    .client-text p {
    margin-top: 2.3em;
    }
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: -9em;
    }
    .nbs-flexisel-nav-right {
    right: 41px;
    }
    .nbs-flexisel-nav-left {
    left: 542px;
    }
    .course_demo {
    margin: 2em 0 3em 0;
    }
    .client-text i.close1 {
    top: 48%;
    }
    .testimonial-section-right-grid h3, .testimonial-section-left-grid h3 {
    margin-bottom: 0.7em;
    }
    .poll_desc h4 {
    font-size: 18px;
    }
    .skills {
    margin: 0;
    }
    .contact-section-head h3 {
    font-size: 1.8em;
    }
    .contact-section-head span {
    font-size: 1.1em;
    }
    .contact-section-head {
    padding: 1.5em 0;
    }
    .border-2 {
    top: -14%;
    }
    .down {
    bottom: -20%;
    left: 8%;
    }
    .contact-section-left-grid input.text, .contact-section-left-grid textarea {
    padding: 0.7em 1em;
    margin: 8px 0;
    font-size: 13px;
    }
    .contact-section-grids {
    padding: 3em 0;
    }
    .contact-section-left-grid textarea {
    height: 12em;
    }
    .contact-section-left-grid {
    margin-bottom: 3em;
    }
    .top-footer-left-grid {
    padding: 2em 3em;
    }
    .flickr ul li {
    width: 60px;
    height: 60px;
    }
    .latest-tweets {
    width: 69%;
    margin-right: 2%;
    }
    .flickr {
    width: 29%;
    }
    .latest-tweets h4, .flickr h4 {
    font-size: 1.3em;
    margin-bottom: 0.8em;
    }
    .top-footer-right-grid h4 {
    margin-bottom:0.2em;
    }
    .top-footer-right-grid {
    padding: 2em 3em 5em 3em;
    }
    .top-footer-right-grid input[type="button"] {
    margin-top: 0.5em;
    float: left;
    }
    .top-footer-right-grid input.text {
    width: 88%;
    }
    .copy-rights {
    padding: 2em 3em;
    background: #152535;
    width: 50%;
    float: left;
    }
    .fax {
    width: 50%;
    padding: 2em 3em;
    float: left;
    }
    .caption p {
    font-size: 1em;
    margin: 0.2em 0 1.1em 0;
    }
    }
    @media screen and (max-width:768px){





    .services-bottom {
    /*padding: 15px 35px 35px 35px;*/
    padding: 2% 3% 2px 3%   ;
    }
    .col-md-6.services-left {
    float: left;
    width: 50%;
    }
    .col-md-6.services-right {
    float: right;
    width: 50%;
    }
    .caption_bottom{
    top: 70%;
    }
    a.morebtn {
    font-size: 0.85em;
    width: 25%;
    }




    /*Custom Settings. MB*/

    .resp2-tab-item{
    font-size: 0.75em;
    padding: 8px 14px;
    }


    .resp2-tabs-list{
    width: 85%;

    }
    .facts {
    width: 85%;
    }

    /*Custom Settings END!!!!!!. MB*/



    }
    @media screen and (max-width:640px){


    /*Custom Settings. MB*/

    /*.resp2-tab-item{
    font-size: 0.65em;
    padding: 6px 10px;
    }*/

    .resp2-tab-item span{
    font-size:10px;
    font-weight: 500;
    }

    .resp2-tabs-list{
    margin-left:-25px;
    width: 110%;

    }
    .facts {
    margin-left:-25px;
    width: 110%;
    }

    .signup_pp_heading_plans_rt
    {
    font-size:13px;
    /*margin-top:-5px;
    margin-left:-5px;
    padding: 20px 0 15px 25px;*/
    }

    /*Custom Settings END!!!!!!. MB*/



    .services-section-grid img {
    width: 140px;
    }
    .services-section-grid {
    padding: 0;
    }
    .header-bottom {
    margin-bottom: 2em;
    }


    /* Shadow Text.  MB*/

    .shadowText {
    font-size: 28px;
    text-shadow: 1.15px 1.15px 0 #cac6c5, -1.15px -1.15px 0 #cac6c5, -1.15px -1.15px 0 #cac6c5, -1.15px 1.15px 0 #cac6c5, 1.15px -1.15px 0 #cac6c5;
    margin-top:-10px;
    }

    .shadowText--pushDown {
    text-shadow: 1.15px 1.15px 0 #333, 0px 1.15px 0 #333, -1.15px -1.15px 0 #333, -1.15px -1.15px 0 #333, -1.15px 1.15px 0 #333, 1.15px -1.15px 0 #333, 0.77782px 0.77782px 0 #aaaaaa, 1.55563px 1.55563px 0 #aaaaaa, 2.33345px 2.33345px 0 #aaaaaa, 3.11127px 3.11127px 0 #aaaaaa, 3.88909px 3.88909px 0 #aaaaaa, 4.6669px 4.6669px 0 #aaaaaa, 5.44472px 5.44472px 0 #aaaaaa, 6.22254px 6.22254px 0 #aaaaaa, 7.00036px 7.00036px 0 #aaaaaa, 7.77817px 7.77817px 0 #aaaaaa;
    }
    .shadowText--pushDown:hover {
    transform: translate(9px, 9px);
    text-shadow: 1.15px 1.15px 0 #cac6c5, -1.15px -1.15px 0 #cac6c5, -1.15px -1.15px 0 #cac6c5, -1.15px 1.15px 0 #cac6c5, 1.15px -1.15px 0 #cac6c5;
    }

    .color-bright {
    /*background-color: #ebaca5;*/
    }
    .color-bright .shadowText {
    /*color: #f89bb4;*/
    /*color: #FF9641;*/
    color: #CFD67D;
    /*text-shadow: 1.15px 1.15px 0 #d38076, -1.15px -1.15px 0 #d38076, -1.15px -1.15px 0 #d38076, -1.15px 1.15px 0 #d38076, 1.15px -1.15px 0 #d38076;*/
    text-shadow: 1.15px 1.15px 0 #2466B0, -1.15px -1.15px 0 #2466B0, -1.15px -1.15px 0 #2466B0, -1.15px 1.15px 0 #2466B0, 1.15px -1.15px 0 #2466B0;
    }
    .color-bright .shadowText--pushDown {
    text-shadow: 1.15px 1.15px 0 #fff, 0px 1.15px 0 #fff, -1.15px -1.15px 0 #fff, -1.15px -1.15px 0 #fff, -1.15px 1.15px 0 #fff, 1.15px -1.15px 0 #fff, 0.77782px 0.77782px 0 #2466B0, 1.55563px 1.55563px 0 #2466B0, 2.33345px 2.33345px 0 #2466B0, 3.11127px 3.11127px 0 #2466B0, 3.88909px 3.88909px 0 #2466B0, 4.6669px 4.6669px 0 #2466B0, 5.44472px 5.44472px 0 #2466B0, 6.22254px 6.22254px 0 #2466B0, 7.00036px 7.00036px 0 #2466B0, 7.77817px 7.77817px 0 #2466B0;
    }
    .color-bright .shadowText--pushDown:hover {
    text-shadow: 1.15px 1.15px 0 #2466B0, -1.15px -1.15px 0 #2466B0, -1.15px -1.15px 0 #2466B0, -1.15px 1.15px 0 #2466B0, 1.15px -1.15px 0 #2466B0;
    }

    /*Shadow Bright Text. END!!  MB*/

    .caption h3 {
    font-size: 1.5em;
    }
    .caption {
    width: 100%;
    top: 5%;
    }
    .caption p {
    font-size: 0.9em;
    }

    .caption_bottom{
    top: 65%;
    }
    a.morebtn {
    font-size: 0.65em;
    width: 25%;
    /*padding: 0.35em;*/
    }
    .callbacks_tabs a:after {
    height: 11px;
    width: 11px;
    }
    ul.callbacks_tabs.callbacks1_tabs {
    bottom:11%;
    left: 43.5%;
    }
    .services-section-head h3 {
    font-size: 2.1em;
    padding-top: 0.7em;
    }
    .services-section-head p {
    font-size: 1em;
    margin-bottom: 2.1em;
    }
    .project-section-head h3 {
    font-size: 2.1em;
    }
    .project-section {
    padding: 2em 0;
    }
    #filters li span {
    font-size: 1.1em;
    padding: 3px 15px;
    margin: 0 0.3em;
    }
    #portfoliolist .portfolio {
    width: 50%;
    }
    .grid_box a:hover .zoom-icon {
    top: 0%;
    }
    ..portfolio-botton {
    margin-top: 2em;
    }
    .nbs-flexisel-nav-left {
    left: 433px;
    }
    #filters {
    margin: 4% 0;
    }
    /*.client-image {
    .latest-t		width: 28%;
    }*/
    .client-text p {
    margin-top: 1.6em;
    }
    .client-text span {
    margin-top: 1.2em;
    }
    .client-text i.close1 {
    top: 55%;
    }
    .testimonial-section-right-grid h3, .testimonial-section-left-grid h3 {
    font-size: 1.8em;
    }
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: -8.3em;
    }
    .flickr ul li {
    width: 58px;
    height: 58px;
    }
    .flickr {
    width: 34%;
    }
    .latest-tweets {
    width: 66%;
    margin-right: 0;
    }
    .icon-text p {
    margin-bottom: 0.6em;
    ;
    text-align: right;
    position:relative;
    padding:1em 0;
    margin: 0 auto;
    }
    .top-menu span.menu:before {
    content: url("../images/nav.png") ;
    cursor: pointer;
    text-align: right;
    width: 100%;
    }
    .top-menu ul li:hover a {
    color: ##60CBA1;
    }
    }
    @media screen and (max-width:640px){
    .services-section-grid img {
    width: 140px;
    }
    .services-section-grid {
    padding: 0;
    }
    .header-bottom {
    margin-bottom: 2em;
    }
    .caption h3 {
    font-size: 1.35em;
    }
    .caption {
    width: 100%;
    top: 5%;
    }
    .caption p {
    font-size: 0.9em;
    }
    a.morebtn {
    font-size: 0.55em;
    width: 25%;
    /*padding: 0.35em;*/
    }
    .callbacks_tabs a:after {
    height: 11px;
    width: 11px;
    }
    ul.callbacks_tabs.callbacks1_tabs {
    left: 42%;
    }
    .services-section-head h3 {
    font-size: 2.1em;
    padding-top: 0.7em;
    }
    .services-section-head p {
    font-size: 1em;
    margin-bottom: 2.1em;
    }
    .project-section-head h3 {
    font-size: 2.1em;
    }
    .project-section {
    padding: 2em 0;
    }
    #filters li span {
    font-size: 1.1em;
    padding: 3px 15px;
    margin: 0 0.3em;
    }
    #portfoliolist .portfolio {
    width: 50%;
    }
    .grid_box a:hover .zoom-icon {
    top: 0%;
    }
    .portfolio-botton {
    margin-top: 2em;
    }
    .nbs-flexisel-nav-left {
    left: 433px;
    }
    #filters {
    margin: 4% 0;
    }
    .client-image {
    width: 28%;
    }
    .client-text p {
    margin-top: 1.6em;
    }
    .client-text span {
    margin-top: 1.2em;
    }
    .client-text i.close1 {
    top: 55%;
    }
    .testimonial-section-right-grid h3, .testimonial-section-left-grid h3 {
    font-size: 1.8em;
    }
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: -8.3em;
    }
    .flickr ul li {
    width: 58px;
    height: 58px;
    }
    .flickr {
    width: 34%;
    }
    .latest-tweets {
    width: 66%;
    margin-right: 0;
    }
    .icon-text p {
    margin-bottom: 0.6em;
    }
    .portfolio-botton {
    margin-top: 2em;
    }
    }
    @media screen and (max-width:480px){


    /*Custom Settings. MB*/

    /*.resp2-tab-item{
    font-size: 0.65em;
    padding: 6px 10px;
    }*/

    .resp2-tab-item span{
    font-size:9px;
    font-weight: 400;
    }

    .resp2-tabs-list{ 
    margin-left:-25px;
    width: 115%;

    }
    .facts {
    margin-left:-25px;
    width: 115%;
    }



    /*Custom Settings END!!!!!!. MB*/


    .nbs-flexisel-nav-left {
    left: 375px;
    }
    ul.header-contact {
    width: 71%;
    margin: 0 auto;
    float:none;
    }
    li.social-icons {
    margin-left: 4em;
    }

    /* Shadow Text.  MB*/

    .shadowText {
    font-size: 16px;
    margin-top:-8px;
    }

    /*Shadow Bright Text. END!!  MB*/

    .caption h3 {
    font-size: 1.2em;
    width: 100%;
    }
    .caption {
    width: 100%;
    top: 3%;
    }
    .callbacks_nav {
    display: none;
    }
    .caption p {
    height: 31px;
    font-size: 0.8em;
    }
    a.morebtn {
    font-size: 0.475em;
    width: 25%;
    /*padding: 0.3em;
    border: 1px solid #fff;*/
    }
    a.morebtn:hover {
    border: 1px dashed #60CBA1;
    }
    .services-section-head h3 {
    font-size: 1.6em;
    padding-top: 0.6em;
    }
    .services-section-head p {
    font-size: 0.95em;
    margin-bottom: 2em;
    }
    .services-section-grid h5 {
    font-size: 1.4em;
    margin: 0.4em 0 0 0;
    }
    .services-section-grid p {
    font-size: 1em;
    }
    .services-section-grid img {
    width: 40%;
    }
    .services-section-grid {
    margin-bottom: 2em;
    width: 100%;
    }
    .project-section-head h3 {
    font-size: 1.8em;
    }
    .project-section-head p {
    font-size: 0.95em;
    }
    #filters li span {
    font-size: 1em;
    padding: 3px 13px;
    margin: 0 0.2em;
    }
    .portfolio-botton input[type="button"] {
    font-size: 16px;
    }
    .testimonial-section-right-grid h3, .testimonial-section-left-grid h3 {
    font-size: 1.6em;
    }
    .client-image {
    width: 30%;
    }
    .client-text {
    width: 65%;
    }
    .client-text p {
    font-size: 1.1em;
    margin-top: 0.3em;
    }
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: -7.5em;
    }
    .nbs-flexisel-nav-right {
    right: 0px;
    }
    .nbs-flexisel-nav-left {
    left: 325px;
    }
    .client-text i.close1 {
    top: 53%;
    }
    .poll_desc h4 {
    font-size: 17px;
    }
    .skills {
    height: 11px;
    }
    .testimonials-section {
    padding: 2em 0 3em 0;
    }
    .contact-section-head {
    padding: 1.2em 0;
    }
    .contact-section-head h3 {
    font-size: 1.5em;
    }
    .contact-section-grids {
    padding: 2em 0;
    }
    .contact-section-left-grid input.text, .contact-section-left-grid textarea {
    padding: 0.6em 1em;
    margin: 6px 0;
    font-size: 12px;
    width: 100%;
    }
    .contact-section-left-grid textarea {
    height: 10em;
    }
    .contact-section-left-grid input[type="button"] {
    padding: 0.4em 1.6em;
    font-size: 15px;
    }
    .contact-section-right-grid p {
    line-height: 1.8em;
    font-size: 14px;
    margin: 0.1em 0 1em 0;
    }
    .top-footer-right-grid h4 {
    font-size: 1.3em;
    }
    .top-footer-right-grid p {
    font-size: 14px;
    }
    .top-footer-right-grid input.text {
    width: 94%;
    padding: 0.4em;
    }
    .top-footer-right-grid input[type="button"] {
    padding: 0.4em 1em;
    font-size: 14px;
    }
    .copy-rights {
    padding: 1.5em 0 1.5em 2em;
    }
    .top-footer-right-grid {
    padding: 1.5em 3em 4.5em 2em;
    }
    .fax {
    padding: 1.5em 0 1.5em 3em;
    }
    .top-footer-left-grid {
    padding: 1.5em;
    }
    .icon-3-square {
    width: 4%;
    }
    .icon-text {
    width: 94%;
    }
    .latest-tweets {
    width: 100%;
    margin-bottom: 1.5em;
    }
    .flickr {
    width: 100%;
    }
    .flickr ul li {
    width: 43px;
    height: 43px;
    }
    }
    @media screen and (max-width:320px){


    .resp2-tab-item{
    font-size: 0.45em;
    padding: 4px 8px;
    }

    .resp2-tabs-list{
    width: 110%;

    }
    .facts {
    width: 110%;
    }

    .nbs-flexisel-nav-left {
    left: 200px;
    }
    .logo img {
    width: 75%;
    }
    .top-menu ul li a {
    padding: 0.5em 0;
    font-size: 14px;
    }
    li.span-2 {
    margin: 5px 9px 0px 0;
    }
    .icon {
    margin-right: 1px;
    }
    i.message {
    background: url("../images/img-sprite.png") no-repeat -3px -6px;
    }
    .icon-data p {
    font-size: 11px;
    }
    i.telephone {
    background: url("../images/img-sprite.png") no-repeat -29px -7px;
    }
    ul.header-contact {
    width: 100%;
    }
    .services-section-head h3 {
    font-size: 1.3em;
    padding-top: 1em;
    }
    .services-section-head p {
    font-size: 0.9em;
    margin-bottom: 1.4em;
    line-height: 1.3em;
    }
    .services-section-grid img {
    width: 50%;
    }
    .services-section-grid h5 {
    font-size: 1.3em;
    margin: 0.3em 0 0 0;
    }
    .services-section-grid {
    margin-bottom: 1.5em;
    }
    .border {
    top: -11px;
    }
    .project-section-head h3 {
    font-size: 1.5em;
    }
    .project-section {
    padding: 1.5em 0;
    }
    .project-section-head p {
    line-height: 1.2em;
    }
    #filters li span {
    font-size: 0.8em;
    padding: 2px 6px;
    margin: 0 0.2em;
    }
    .grid_box a:hover .zoom-icon {
    top: -34%;
    }
    .caption p {
    display: none;
    }

    /* Shadow Text.  MB*/

    .shadowText {
    font-size: 18px;
    margin-top:-5px;
    }

    /*Shadow Bright Text. END!!  MB*/

    .caption h3 {
    font-size: 1.05em;
    width: 100%;
    }
    a.morebtn {
    font-size: 0.74em;
    width: 25%;
    /*padding: 0.3em;
    margin-top: 0.5em;*/
    }
    ul.callbacks_tabs.callbacks1_tabs {
    left: 36%;
    }
    .portfolio-botton input[type="button"] {
    font-size: 14px;
    }
    .portfolio-botton {
    margin-top: 1.5em;
    }
    .testimonial-section-right-grid h3, .testimonial-section-left-grid h3 {
    font-size: 1.4em;
    }
    .client-image {
    width: 40%;
    /* text-align: center; */
    margin: 0 0 3% 30%;
    }
    .client-text {
    width: 100%;
    }
    .nbs-flexisel-nav-right {
    right: -27px;
    }
    .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    margin-top: -10.9em;
    }
    .client-text span {
    margin-top: 1em;
    }
    .poll_desc h4 {
    font-size: 15px;
    }
    .percentage p {

    font-size: 16px;
    }
    .skills {
    height: 9px;
    }
    .poll {
    margin-bottom: 1em;
    }
    .border-2 {
    top: -19%;
    }
    .testimonials-section {
    padding: 2em 0;
    }
    .contact-section-left-grid {
    margin-bottom: 2em;
    padding: 0;
    }
    .contact-section-left-grid input.text, .contact-section-left-grid textarea {
    padding: 0.5em 1em;
    margin: 5px 0;
    font-size: 12px;
    }
    .contact-section-right-grid {
    padding: 0;
    }
    .fax {
    padding: 1.65em 0 1.65em 1em;
    }
    .fax ul li a {
    font-size: 13px;
    margin: 0 3px;
    }
    .copy-rights {
    padding: 1em 0 1em 1em;
    text-align: center;
    }
    .copy-rights p {
    font-size: 13px;
    }
    .contact-section-right-grid p {
    line-height: 1.6em;
    }
    .top-footer-right-grid {
    padding: 1em 0em 4em 1.5em;
    }
    .icon-3-square {
    width: 6%;
    }
    .icon-text {
    width: 92%;
    }
    .header-bottom {
    margin-bottom: 0;
    }
    }	
	
    /*--portfolio--*/

    @media(max-width:1280px){
    .b-animate img {
        margin-top: 22%;
    }	
    .resp-tabs-list {
        padding: 0em 0px 1em;
    }
    .resp-tabs-list {
        padding: 3em 0px 1.5em;
    }
    .grid_box .zoom-icon {
        height: 225px;
	        width: 322px;
    }

    }
    @media(max-width:1024px){
    .resp-tab-item {
        font-size: 1.3em;
    }
    .resp-tabs-list {
        padding: 2.5em 0px 1.5em;
    }	
    .grid_box .zoom-icon {
        width: 253px;
    }
    }
    @media(max-width:768px){
    .b-animate img {
        margin-top: 20%;
        width: 30%;
    }	
    .resp-tabs-list {
        padding: 2.5em 0px 1em;
    }
    .portfolios p {
        margin: 2em 0 1.3em 0;
    }
    .resp-tab-item {
        font-size: 1.1em;
	    margin: 0;
    }
    .zoom-icon {
        background-size: 100%;
	    left: 25%;
    }
    .grid_box .zoom-icon {
        height: 203px;
        width: 45%;
    }
    .portfolio-botton {
        text-align: center;
        margin-top: 2em;
    }
    }
    @media(max-width:640px){
    .b-wrapper {
        width: 89.5%;
        height: 85.5%;
    }	
    .portfolio-botton {
        margin-top: 1em;
    }
    .grid_box .zoom-icon {
        height: 110px;
    }
    .resp-tab-item {
        font-size: 1.05em;
        padding: 6px 15px;
    }
    }
    @media(max-width:480px){
    .resp-tab-item {
        font-size: 0.9em;
        padding: 4px 12px;
    }
    .portfolio-botton {
        text-align: center;
        margin-top: 1em;
    }
    .portfolio-botton input[type="button"] {
        padding: 0.35em 0.5em;
        font-size: 14px;
    }
    .b-wrapper {
        width: 93%;
        height: 82.5%;
    }
    .resp-tabs-list {
        padding: 2em 0px 1em;
    }
    }
    @media(max-width:320px){
    .b-wrapper {
        width: 93%;
        height: 90%;
    }
    .img-top {
        width: 50%;
    }
    .tab_img {
        padding: 0em 0em;
    }
    .resp-tab-item {
        font-size: 0.9em;
        padding: 7px 17px;
        margin: 0 0em 0 0;
    }
    }