
body{
	background:#fff;
	font-family: 'Roboto Condensed', sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.header-top{
	//background:#ee6706;
	background:#008ac9;
	//background:#ffae00;
	//background:#fe54333;
	
	padding: 1em 0;
}
.top-nav{
	float:left;
}
.top-nav ul li{
	display: inline-block;
}
ul{
	padding:0;
	margin:0;
}
.top-nav ul li label {
	background: url(../images/line.png) -5px 0px no-repeat;
	width: 20px;
	height: 24px;
	display: inline-block;
	margin:1.2em 0.7em  0;
	vertical-align: top;
}
/*----*/
/* Effect 5: same word slide in */
.top-nav ul li a {
	overflow: hidden;
	padding: 0 4px;
}
.top-nav ul li a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.top-nav ul li a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.top-nav ul li a:hover span,
.top-nav ul li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.top-nav ul li a {
	position: relative;
	display: inline-block;
	margin: 15px 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.5em;
	height:26px;
}
.top-nav ul li a:hover{
	color:#ffae00;
}
/*----*/
.top-nav span.menu:before{
	content: url(../images/menu.png)no-repeat 0px 0px;
	cursor:pointer;	
	width:100%;
}
.top-nav span.menu{
	display: none;
}



/*--responsive media-quries--*/
@media(max-width:768px){
.top-nav ul{
	display: none;
	position:absolute;
	width:100%;
	z-index: 9999;
	left: 0%;
	margin: 0em 0em;
	background:#ffae00;
}
.top-nav ul li label{
	display:none;
}
.top-nav span.menu {
	display: block;
	width: 100%;
	position: relative;
	text-align: right;
	padding: 14px 1em 0;
}
.top-nav ul li{
	display: block;
	float:none;
	padding: 0.8em 0;
	text-align: center;
}
.top-nav ul li a,.top-nav ul li.active a{
	color:#fff;
	border: none;
	padding: 0;
	background:none;
	margin:0;
}
.top-nav ul li a:hover{
	color:#000;
	border: none;
	background:none;
}
}
/*----*/
.search-box{
	float:right;
}
/*----*/
.sb-search {
	position: absolute;
	right:125px;
	width: 0%;
	min-width:42px;
	margin-top: 5px;
	height:40px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 999;
}
.sb-search-input {
	position: absolute;
	top: 0;
	right: 3px;
	border: none;
	outline: none;
	background:#ffae00;
	width: 35%;
	height:40px;
	margin: 0;
	z-index: 10;
	padding: 5px 15px;
	font-size: 15px;
	color: #ffffff;
	border-radius:50px;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width:30px;
	height:40px;
	display: block;
	position: absolute;
	right: 0;
	top: 0%;
	padding: 0;
	margin: 0;
	line-height:71px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: url('../images/search.png') no-repeat -6px 10px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
    background:#ffae00 url('../images/search.png') no-repeat 3px 10px;
	z-index: 90;
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:72%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background:  url('../images/search.png') no-repeat 3px 10px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*--header-bottom--*/
.logo{
	float:left;
	margin-top: 1.2em;
}
.in-phone{
	float:left;
	
}
.top-tele,.in-phone-in,.number{
	float:right;
}
.top-tele {
	width: 33%;
	padding: 1.5em 0;
}
i.phone{
	background: url('../images/img-sprite.png')  0px 0px;
	display:inline-block;
	width: 40px;
	height: 40px;
	float:left;
	margin:0.5em 0 0;
}
i.new-phone{
	background-position:-46px 0px;
	margin:1em 0;
}
.number{
	margin-left: 0.5em;
}
.number span{
	font-size: 1.1em;
	color: #712d41;
	display: block;
}
.number p {
	margin: 0;
	font-size: 1.2em;
	color: #712d41;
}
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 10px;
	width: 130px;
	display: inline-block;
	background:#fff;
}
.callbacks_here a:after{
	background:#008ac9;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	right:9em;
}
.banner{
	display: block;
	z-index: 2;
	text-shadow: none;
	padding: 4em 3em 6em;
	margin: 0;
	max-width: none;
	position: absolute;
	top: 29%;
	left: 31%;
	text-align: center;
	background:rgba(57, 57, 57, 0.75);
	width: 36%;
}
.banner h2{
	margin:0 0 1em;
	color:#fff;
	font-size:3em;
	text-transform:uppercase;
	font-weight: 300;
}
.banner h2 span {
	font-weight: 400;
}
a.read-more {
	text-decoration: none;
	font-size: 1.2em;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.7em 1.5em;
}
a.read-more:hover {
	background:#009df0;
	color:#000;
}
/*--content--*/
.content-welcome{
	background:#008ac9;
	padding: 3em 0;
}
.more{
	float:left;
}
.more h3{
	margin:0;
	font-size:3em;
	color:#fff;
	text-transform:uppercase;
}
.more p{
	margin:0;
	font-size:1.2em;
	color:#000;
	//text-transform:uppercase;
}
.info-left{
	float:right;
}
a.info-left{
	background:#ffae00;
	border:none;
	padding: 0.7em 2.5em;
	margin: 1.2em 0 0;
}
/*----*/
.content-bottom-grid {
	padding: 4em 0;
}
.content-bottom{
	text-align:center;
}
.content-bottom h3{
	margin:0;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
	font-weight: 600;
}
.content-bottom span{
	font-size:1.5em;
	color:#000;
	text-transform:uppercase;
}
.content-bottom p{
	margin: 2em 0 3em;
	font-size: 1.1em;
	color: #9d9d9d;
	line-height: 1.6em;
}
.in-content{
	float:left;
	width:50%;
	background:#ffae00;
	text-align:center;
	padding: 1em 1em 1.9em;
}
.in-content-in{
	float:left;
	width:50%;
}
.in-content h4{
	margin: 0.5em 0 1em;
	font-size:1.8em;
	color:#fff;
}
.in-content p{
	margin:0 0 2.3em;
	font-size:1em;
	color:#fff;
}
a.in-more{
	color:#008ac9;
	background:#fff;
	border-radius:5px;
	border:none;
	padding:0.5em 1.5em;
}
a.in-more:hover{
	background:#008ac9;
	color:#fff;
}
.blub{
	background: url('../images/img-sprite.png') 0px -46px;
	display: inline-block;
	width: 50px;
	height: 50px;
	float: left;
}
p.in-due{
	float:right;
	margin:0.3em 0;
	font-size: 1.1em;
	color: #000;
	width: 94%;
	text-transform: uppercase;
}
.bottom-in-set {
	padding: 3.5em 0;
}
.lot{
	width:100%;
}
.content-in-on{
	background:#464a56;
	padding:4em 0 1em;
}
.item-in p {
	border: 2px solid #fff;
	margin: 0 auto;
	width: 74%;
	font-size: 1.4em;
	color: #a8a8a8;
	padding: 2.5em;
	line-height:1.5em;
}
.item-in label {
	background: url(../images/in.png) -4px 0px no-repeat;
	width: 25px;
	height: 34px;
	display: block;
	position: absolute;
	top:55.5%;
	left: 50%;
}
.item-in {
	padding: 3em 0 7em;
	text-align:center;
}
.item-in span{
	color: #fff;
	font-size: 1.3em;
	padding: 1.5em 0 0;
	display: block;
}
.content-in-on h4{
	margin:0;
	font-size:3em;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}
div#example1 {
	padding-bottom: 5em;
}
b.down-arrow{
	background: url(../images/img-sprite.png) -4px -176px no-repeat;
	width: 38px;
	height: 25px;
	display: block;
	text-align: left;
	position: absolute;
	top: 8em;
	left: 9.5em;
}
b.in-usa{
	background: url(../images/img-sprite.png) -42px -182px no-repeat;
	width: 38px;
	height: 25px;
	display: block;
	text-align: left;
	position: absolute;
	top: 8em;
	right: 9.5em;
}
/*----*/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right:46%;
	bottom:35px;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 5px 6px;
	background: #a8a8a8;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-o-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
}
.wmuSliderPagination a.wmuActive {
	background:#fff;
}
/*--products--*/
.products{
	text-align:center;
	background:#f0f0f0;
	padding: 4em 0;
}
.products-top {
	padding: 1em 0 3em;
}
.products-top h3{
	margin:0 0 0.5em;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
}
.products-top p{
	margin:0 auto;
	font-size:1.1em;
	color:#636262;
	line-height:1.6em;
	width:70%;
}
.read p{
	margin: 0 auto;
	font-size: 1.2em;
	color: #FFF;
	width: 76%;
}
/*----*/
.view {
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask {
  position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   height:250px;
   padding:2em 0;
}
.view img {
   display: block;
   position: relative;
}
.view h4 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 30px;
  // font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color:#008ac9;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h4 {
   border-bottom: 1px solid #E9C78C;
   background: transparent;
   margin:40px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #fff;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #fff;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(10);
   -moz-transform: scale(10);
   -o-transform: scale(10);
   -ms-transform: scale(10);
   transform: scale(10);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h4,.view-tenth:hover p {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.products-bottom {
	padding: 1em 0;
}
/*--services--*/
.services-top-top{
	text-align:center;
	background:#f0f0f0;
	padding: 4em 0;
}
.services-top {
	padding: 1em 0 3em;
}
.services-top h3{
	margin:0 0 0.5em;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
}
.services-top p{
	margin:0 auto;
	font-size:1.1em;
	color:#636262;
	line-height:1.6em;
	width:70%;
}
a.here{
	background:#008ac9;
	border:none;
}
a.here:hover{
	background:#ffae00;
}
.read-in{
	padding: 1em 0;
}
.read-in h5{
	margin:0;
	color:#000;
	font-size:1.5em;
	text-transform:uppercase;
}
.read-in p{
	margin: 0.5em auto 2em;
	font-size: 1.2em;
	color:#636262;
	width: 90%;
}
.content-middle h4{
	color:#000;
	font-size: 2.5em;
	text-transform: uppercase;
}
.content-middle h4 label{
	color:#008ac9;
}
span.many-left{
	font-size: 1.8em;
	color:#696868;
}
p.grid-para{
	font-size: 1.2em;
	color:#A09F9F;
	line-height: 25px;
	margin: 0;
	padding: 1em 0 0;
}
.stand{
	text-align:center;
	background:#008ac9;
	padding:2em 2em 5em;
}
.stand p{
	color: #fff;
	font-size: 1.8em;
	line-height: 30px;
	text-transform: uppercase;
	margin: 1em auto 2em;
	width: 81%;
	font-weight: 300;
}
a.more-in{
	text-decoration:none;
	font-size:1.2em;
	color:#fff;
	background:#ffae00;
	padding: 1em 1.5em;
}
a.more-in:hover{
	background:#fff;
	color:#008ac9;
}
.services-bottom-in {
	padding: 4em 0;
}
.bottom-in-ser{
	background:#008ac9;
	padding: 4em 0;
}
ul.popular li {
	list-style:none;
	padding:0.5em 0;
}
ul.popular li a{
	text-decoration: none;
	font-size: 1.2em;
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.popular li a:hover{
	color:#ffae00;
}
ul.popular li span.dot {
	background: url(../images/ar.png) no-repeat 0px 8px;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0em 8px 0 0;
}
.grid-categories h4{
	text-transform:uppercase;
	margin:0.5em 0;
	font-size:2em;
	color:#fff;
}
.grid-categories p{
	color:#fff;
	font-size:1.2em;
	margin:0;
	line-height:1.6em;
}
/*--blog--*/
.blog{
	background:#f0f0f0;
	padding: 4em 0;
}
.blog-top h3{
	margin:0 0 0.5em;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.blog-left,.left-blog,.top-blog{
	float:left;
}
.blog-left{
	width:8%;
}
.left-blog{
	width:33%;
}
.top-blog{
	width:57%;
	padding:0 0 0 2em;
}
.blog-left p{
	font-size: 5em;
	color: #008ac9;
	display: block;
	height: 78px;
	font-weight: 400;
	margin:0;
}
.blog-left span {
	font-size: 2.7em;
	color: #ffae00;
}
ul.men-grid li{
	padding: 0.5em 0;
	display: inline-block;
}
ul.men-grid li  span{
	background: url(../images/img-sprite.png) -57px -62px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 4px;
}
ul.men-grid li  span.out{
	background-position:-76px -62px;
}
ul.men-grid li a{
	text-decoration: none;
	font-size: 1em;
	color: #000;
	vertical-align: top;
}
.top-blog a.fast {
	text-decoration: none;
	font-size: 1.3em;
	text-transform: uppercase;
	color: #000;
	margin:0.5em 0;
}
.top-blog a.fast:hover{
	color: #ffae00;
}
.top-blog p{
	margin:0 0 3em;
	font-size:1.1em;
	color:#636262;
	width:82%;
}
.single-top {
	padding: 2em 0;
}
/*--resources--*/
.resources{
	text-align:center;
	background:#f0f0f0;
	padding:2em 0;
}
.page-not-found{
	padding: 0;
}
.page-not-found h3 {
	font-size: 15em;
	color: #ffae00;
	text-align: center;
	margin:0;
	min-height:231px;
}
.resources p{
	color:#636262;
	font-size:40px;
	margin-top:1px;
}	
.sub a{
	color:#fff;
	background:#272727;
	text-decoration:none;
	padding:10px 20px;
	font-size:13px;
	font-family: arial, serif;
	font-weight:bold;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	-border-radius:.5em;
}
/*--single--*/
/*----artical-links---*/
.single{
	background:#f0f0f0;
	padding:4em 0;
}
.single-header h3{
	font-size: 3em;
	color: #000;
	text-transform: uppercase;
	margin:0;
	text-align:center;
}
.artical-links{
	padding: 10px 0px;
	border:1px dashed rgba(0, 0, 0, 0.61);
	border-left: none;
	margin-top: 5px;
	border-right: none;
}
.artical-links ul li{
	display:inline-block;
}
.artical-links ul li:last-child{
	float:right;
}
.artical-links ul li a span{
	vertical-align:top;
}
.artical-links ul li small{
	background: url(../images/img-sprite.png) -8px -106px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right:3px;
}
.artical-links ul li small.admin{
	background-position:-27px -106px;
}
.artical-links ul li small.no{
	background-position:-48px -106px;
}
.artical-links ul li small.posts{
	background-position:-64px -109px;
}
.artical-links ul li small.link{
	background-position:-86px -108px;
}
.artical-links ul li a{
	color: #000;
	padding-left: 20px;
}
.artical-links ul li a:hover{
	text-decoration:underline;
}
.artical-content h3{
	color: #000;
	text-align: left;
	text-transform: uppercase;
	padding: 15px 0px;
	font-size: 1.8em;
}
.artical-content p{
	color: #636262;
	padding: 13px 0px;
	font-size:1.1em;
}
/*----share-artical----*/
.share-artical h3{
	color: #000;
	text-align: left;
	text-transform: none;
	padding: 17px 0px 28px 0px;
	margin: 0;
	font-size: 1.6em;
}
.share-artical ul li{
	display:inline-block;
	padding-right:10px;
}
.share-artical ul li a{
	color: #000;
	padding-left: 20px;
	vertical-align:top;
}
.share-artical ul li span{
	background: url(../images/img-sprite.png) -4px -150px;
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right:3px;
}
.share-artical ul li span.twitter{
	background-position: -26px -150px;
}
.share-artical ul li span.link-in{
	background-position: -52px -150px;
}
.share-artical ul li span.google{
	background-position: -73px -150px;
}
.share-artical ul li span.pin{
	background-position: -96px -153px;
}
.share-artical ul li span.rss{
	background-position: -119px -152px;
}
.share-artical ul li a:hover{
	text-decoration:underline;
}

/*---comment-box----*/
.table-form{
	width:100%;
}
.table-form form input[type="text"]{
	border: 1px solid rgba(192, 192, 192, 0.22);
	outline: none;
	padding: 8px;
	margin-top: 23px;
	color: #000;
	overflow: hidden;
	width: 40%;
	display: block;
	
}
.table-form textarea{
	padding: 8px;
	margin-top: 25px;
	outline:none;
	color:#000;
	border: 1px solid rgba(192, 192, 192, 0.22);
	width:70%;
	height:100px;
	resize: none;
}
.table-form a{
	margin-top:10px;
	color: #008ac9;
	font-size: 1.1em;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.table-form a:hover{
	color: #000;
}
.artical-commentbox h3{
	color: #000;
	text-align: left;
	text-transform: none;
	padding-top: 14px;
	margin: 0;
	font-size: 1.6em;
}	
/*--contact--*/
.contact{
	text-align:center;
	background:#f0f0f0;
	padding: 4em 0;
}
.contact-top {
	padding: 1em 0 3em;
}
.contact-top h3{
	margin:0 0 0.5em;
	font-size:3em;
	color:#000;
	text-transform:uppercase;
}
.contact-top p{
	margin:0 auto;
	font-size:1.5em;
	color:#636262;
	line-height:1.6em;
	width:70%;
}
.map iframe{
	width:100%;
	height:464px;
	border:none;
}
.map h4,.contact-grid h4{
	margin:0 0 1em;
	font-size:2em;
	color:#000;
}
.contact-grid input[type="text"],.contact-grid textarea{
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	background: #fff;
	outline:none;
	border: none;
	-webkit-appearance: none;
}
.contact-grid textarea{
	resize:none;
}
.send-in input[type="submit"]{
	width: 100%;
	font-size: 1.5em;
	background: #ffae00;
	padding: 0.6em 1em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
}
.send-in input[type="submit"]:hover{
	background:#008ac9;
}
.contact-form {
	padding: 1em 0 3em;
}
.map {
	
}
/*--footer
.footer-in h5{
	color:#585656;
	font-size:3em;
	margin:0;
	text-transform:uppercase;
}
.mail input[type="text"],.send input[type="submit"]{
	width: 100%;
	padding: 1em;
	outline: none;
	color: #828282;
	font-size: 1em;
	background: none;
	border: 1px solid #ccc;
}
.send input[type="submit"]{
	background: #fe5433;
	color: #fff;
	font-size: 1.5em;
	border: none;
	padding: 10px 1.3em;
}
.send input[type="submit"]:hover{
	background: #ffae00;
}
.footer-top {
	padding: 3em 0;
}
.mail {
	padding-left: 0;
}
ul.social-ic-icons li{
	display:inline-block;
	padding: 0 0.3em;
}
ul.social-ic-icons li a span{
	background: url(../images/img-sprite.png) -84px -6px;
	width: 25px;
	height: 25px;
	display:block;
}
ul.social-ic-icons li a span:hover{
	opacity:0.7;
}
ul.social-ic-icons li.twitter a span{
	background-position: -108px -6px;
}
ul.social-ic-icons li.gmail a span{
	background-position: -133px -8px;
}
ul.social-ic-icons li.print a span{
	background-position: -159px -9px;
}
.foter-bottom{
	text-align:center;
}
p.footer-grid{
	color:#ccc;
	font-size:1.2em;
	text-transform:uppercase;
	margin:1em 0;
}
p.footer-grid a{
	text-decoration:none;
	color:#fe5433;
}
p.footer-grid a:hover{
	color:#ccc;
}

--*/

/*---- footer -----*/
.footer{
	background:#2f3837;
	padding:3em 0 2em 0;
	border-top: 2px solid #FD5F40;
}
.footer-grid h3{
	color:#999;
	font-weight:600;
	text-transform:uppercase;
	font-size:1.5em;
	//font-size:3em;
	
}
.footer-grid ul{
	margin:1.3em 0 0 0;
	padding:0;
}
.footer-grid ul li{
	display:block;
}
.footer-grid ul li a{
	color:#777;
	text-decoration:none;
	padding:0.15em 0;
	display:block;
	text-transform:uppercase;
	//font-size:0.875em;
	font-size:1.2em;
}
.footer-grid ul li a:hover{
	color:#008ac9;
}
.footer-grid ul li a span{
	width: 27px;
	height: 24px;
	display:inline-block;
	margin-right:0.5em;
}
.footer-grid ul li a.twitter span{
	background:url(../images/splits.png) no-repeat -210px -12px;
	vertical-align:middle;
}
.footer-grid ul li a.facebook span{
	background:url(../images/splits.png) no-repeat -81px -12px;
	vertical-align:middle;
}
.footer-grid ul li a.googlepluse span{
	background:url(../images/splits.png) no-repeat -118px -12px;
	vertical-align:middle;
}
ul.social-icons li a{
	padding:0.5em 0;
}
.location{
margin-top:1.3em;
}
.location ul li {
display: block;
}
.location ul li a:hover {
color: #008ac9;
}
ul.location li a {
padding: 0.5em 0;
}
.location ul li a {
color: #777;
text-decoration: none;
padding: 0.15em 0;
display: block;
text-transform: uppercase;
font-size: 0.875em;
}
ul.location li a span{
	width: 27px;
	height: 27px;
	display:inline-block;
	margin-right:0.5em;
}
ul.location li a.hm span {
background: url(../images/splits.png) no-repeat -9px -12px;
vertical-align: middle;
}
ul.location li a.phn span {
background: url(../images/splits.png) no-repeat -45px -12px;
vertical-align: middle;
}
/*----*/
.copy-right{
	text-align:center;
	margin-top:1em;
}
p.copy-right{
	color:#ADADAD;
}
p.copy-right a{
color:#FD5331;
}
p.copy-right a:hover{
color:#fff;
}
.location p{
	color:#008ac9;
	text-decoration:none;
}
.location p:hover{
	color:#777;
}






/*--responsive media-quries--*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
.banner {
	top: 22%;
	width: 45%;
}
b.down-arrow {
	left: 8.5em;
}
b.in-usa {
	right: 7.5em;
}
}
@media(max-width:1024px){
.sb-search {
	right: 29px;
	margin-top: 12px;
}
.top-tele {
	width: 41%;
}
.banner {
	top: 14%;
	width: 56%;
	left:20%;
}
.in-content h4 {
	margin: 0.5em 0 23px;
}
.in-content p {
	height: 36px;
	overflow: hidden;
}
.item-in p {
	font-size: 1.3em;
}
b.down-arrow {
	left: 5.5em;
}
b.down-arrow {
	left: 5.5em;
}
.item-in label {
	top: 57.5%;
}
.wmuSliderPagination {
	right: 43%;
}
.footer-in h5 {
	font-size: 2.5em;
}
.view .mask {
	height: 196px;
	padding: 0em 0;
}
ul.popular li a {
	font-size: 1em;
}
.grid-categories p {
	font-size: 1.1em;
}
.top-blog p {
	margin: 0 0 2em;
	height: 80px;
	overflow: hidden;
}
}
@media(max-width:768px){
.sb-search {
	margin-top: 4px;
}
.sb-search-input {
	width: 45%;
}
.top-tele {
	width: 52%;
}
.banner h2 {
	font-size: 2em;
}
.banner {
	padding: 3em 2em 4em;
	left: 22%;
	width: 52%;
}
ul.callbacks_tabs.callbacks1_tabs {
	right: 2em;
}
.callbacks_tabs a:after {
	width: 100px;
}
.more h3 {
	font-size: 2.3em;
}
.more p {
	font-size: 1.1em;
}
a.info-left {
	margin: 0.2em 0 0;
}
.in-content p {
	height: 72px;
	width: 73%;
	margin: 0 auto 2em;
}
.in-content {
	padding: 3em 1em 4.3em;
	margin: 0 0 1em;
}
p.in-due {
	width: 90%;
}
.item-in p {
	width: 85%;
	font-size: 1.2em;
}
.item-in label {
	top: 55.8%;
}
b.down-arrow {
	left: 1.5em;
}
b.in-usa {
	right: 1em;
}
.footer-in h5 {
	text-align: center;
}
.mail {
	padding-left: 15px;
	margin: 2em 0;
}
.send input[type="submit"] {
	width: 50%;
}
.send {
	text-align: center;
}
.of-my{
	margin:0 auto;
}
.view .mask{
	left: 160px;
	height: 255px;
	width: 53.6%;
}
.view-tenth img {
  	transition: none;
}
.view-tenth {
	margin: 0em 0 2em;
}
.view .mask {
	padding: 2em 0;
}
.products-bottom {
	padding: 0em 0;
}
.stand {
	width: 70%;
	margin: 1em auto;
}
ul.popular li a {
	font-size: 1.2em;
}
.blog-left {
	width: 13%;
}
.left-blog {
	width: 52%;
}
.top-blog {
	width: 92%;
	margin: 2em auto;
}
}
@media(max-width:640px){
.sb-search.sb-search-open, .no-js .sb-search {
	width: 90%;
}
.top-tele,.logo,.more,.info-left {
	float: none;
}
.logo {
	text-align:center;
	margin:0;
}
.more,.info-left{
	text-align:center;
}
.top-tele {
	width: 68%;
	margin: 0 auto;
}
.header-bottom {
	padding: 1em 0;
}
.banner h2 {
	font-size: 1.8em;
}
.banner {
	padding: 2em 1em 3em;
}
a.info-left {
	margin: 1em auto 0;
	display: block;
	width: 28%;
}
.item-in p {
	font-size: 1.1em;
}
.item-in p {
	padding: 2em;
}
.item-in label {
	top: 54.8%;
}
b.down-arrow {
	left: 0.5em;
}
b.in-usa {
	right: 0em;
}
.view .mask {
	left: 95px;
	width: 66.3%;
}
.left-blog {
	width: 63%;
}
}
@media(max-width:480px){
.top-tele {
	width: 87%;
}
.sb-search.sb-search-open, .no-js .sb-search {
	width: 100%;
}
.banner h2 {
	font-size: 1.5em;
}
a.read-more {
	padding: 0.5em 1.5em;
	font-size: 1.1em;
}
.callbacks_tabs a:after {
	width: 70px;
	height:8px;
}
.banner {
	padding: 1em 1em 2em;
}
.more h3 {
	font-size: 1.7em;
}
.more p {
	font-size: 1em;
}
.content-welcome {
	padding: 2em 0;
}
.content-bottom h3,.content-in-on h4 {
	font-size: 2em;
}
.content-bottom span {
	font-size: 1.2em;
}
.in-content p {
	height: 60px;
	width: 83%;
}
.item-in label {
	top: 56%;
}
.item-in p {
	padding: 1.5em;
	width:82%;
}
.wmuSliderPagination {
	right: 37%;
}
.view .mask {
	left: 13px;
	width: 93.3%;
}
.products-top p,.services-top p,.contact-top p {
	width: 93%;
	height: 50px;
	overflow: hidden;
}
.products ,.services-top-top,.contact,.blog,.single{
	padding: 2em 0;
}
.products-top h3,.services-top h3,.contact-top h3 ,.blog-top h3,.single-header h3{
	font-size: 2em;
}
.read-in h5 {
	font-size: 1.3em;
}
.read-in p {
	font-size: 1.1em;
}
.content-middle h4 {
	font-size: 1.8em;
}
span.many-left {
	font-size: 1.4em;
	height: 59px;
	overflow: hidden;
	display: block;
}
p.grid-para {
	font-size: 1.1em;
	height: 93px;
	overflow: hidden;
}
.services-bottom-in {
	padding: 2em 0;
	text-align: center;
}
.stand p {
	font-size: 1.3em;
}
a.more-in {
	padding: 0.7em 1.5em;
}
.stand {
	padding: 1em 1em 4em;
}
.grid-categories h4 {
	font-size: 1.5em;
}
.bottom-in-ser {
	padding: 2em 0;
}
.footer-in h5 {
	font-size: 2em;
}
.page-not-found h3 {
font-size: 12em;
}
.blog-left p {
	font-size: 4em;
	height: 63px;
}
.blog-left span {
	font-size: 2em;
}
.top-blog a.fast {
	font-size: 1.2em;
}
.blog-left {
	width: 18%;
}
.left-blog {
	width: 70%;
}
.single-top {
	padding: 1em 0;
}
.artical-content h3{
	font-size: 1.3em;
}
.artical-content p {
	font-size: 1em;
	height: 136px;
	overflow: hidden;
}
.artical-links ul li a,.share-artical ul li {
	padding: 0px;
}
.share-artical h3 {
padding: 7px 0px 13px 0px;
}
.table-form form input[type="text"] {
	width: 65%;
}
.table-form textarea {
	width: 90%;
}
.content-bottom-grid {
	padding: 2em 0;
}
.content-bottom p {
	margin: 1em 0 2em;
}
p.in-due {
	width: 86%;
}
.top-nav ul li a {
	font-size: 1.2em;
}
.resources p {
	font-size: 30px;
}
}
@media(max-width:320px){
.resources p {
	font-size: 25px;
}
.page-not-found h3 {
	font-size: 7em;
	min-height: 106px;
}
.logo img {
	width: 99%;
}
.sb-search-input {
	width: 65%;
}
.top-tele {
	width: 79%;
	padding: 0.5em 0;
}
.in-phone,.in-phone-in{
	float: none;
}
.in-phone-in{
	width:75%;
}
.banner {
	padding: 1.5em 0.5em;
	left: 15%;
	width: 70%;
}
.top-nav ul li {
	padding: 0.4em 0;
}
.banner h2 {
	font-size: 1.2em;
	margin:0;
}
a.read-more {
	display:none;
}
ul.callbacks_tabs.callbacks1_tabs {
	bottom: 9px;
}
.callbacks_tabs a:after {
	width: 50px;
	height:5px;
}
.more h3 {
	font-size: 1.4em;
}
.more p {
	font-size: 0.9em;
}
a.info-left {
	display: block;
	width: 45%;
}
.content-welcome {
	padding: 1em 0;
}
.content-bottom h3, .content-in-on h4 {
	font-size: 1.4em;
}
.content-bottom span {
	font-size: 1em;
	height:40px;
	overflow:hidden;
	display:block;
}
.content-bottom p {
	margin: 0.5em 0 1em;
	height: 57px;
	overflow: hidden;
	line-height:1.5em;
	font-size:0.9em;
}
a.in-more{
	display:block;
	padding: 0.5em 1em;
}
.in-content h4 {
	margin: 0.5em 0 5px;
	font-size:1.2em;
}
.in-content p {
	height: 22px;
	width: 100%;
	margin:0 auto 1em;
}
.in-content {
	padding: 2em 1em 2.3em;
}
.bottom-in-set {
	padding: 1em 0 2em;
}
p.in-due {
	width: 80%;
	height: 40px;
	overflow: hidden;
	font-size:1em;
}
div#example1 {
	padding-bottom: 2em;
}
.footer-in h5 {
	font-size: 1.5em;
}
.mail {
	margin: 1em 0;
}
.send input[type="submit"] {
	width: 58%;
	font-size:1.2em;
}
.mail input[type="text"], .send input[type="submit"] {
	padding: 0.4em;
}
.footer-top {
	padding: 1em 0;
}
.view .mask {
	left: 0px;
	width: 100%;
	padding:0;
	height:164px;
}
.view-tenth h4 {
	margin: 0 1em;
}
.view h4{
	font-size:13px;
}
.products-top {
	padding: 1em 0;
}
.products, .services-top-top, .contact, .blog, .single {
	padding: 1em 0;
}
.products-top h3, .services-top h3, .contact-top h3, .blog-top h3, .single-header h3 {
	font-size: 1.5em;
}
.products-top p, .services-top p, .contact-top p {
	height: 48px;
	font-size:1em;
}
.read-in h5 {
	font-size: 1.1em;
}
.read-in p {
	font-size: 0.9em;
	width:100%;
	margin: 0.5em auto 1em;
}
.content-middle h4 {
	font-size: 1.5em;
	margin:0;
}
span.many-left {
	font-size: 1.2em;
	height: 47px;
}
p.grid-para {
	font-size: 1em;
	height: 50px;
	line-height: 20px;
	padding: 0.5em 0 0;
}
.stand p {
	font-size: 1.1em;
	line-height: 24px;
	margin: 0em auto 1em;
	width: 85%;
}
.stand {
	width: 85%;
	margin: 1em auto;
}
a.more-in {
	font-size: 1.1em;
	padding: 0.5em 1.3em;
}
.services-bottom-in {
	padding: 1em 0;
}
.grid-categories h4 {
	font-size: 1.3em;
}
ul.popular li a {
	font-size: 1em;
}
.grid-categories p {
	font-size: 1em;
	height: 92px;
	overflow: hidden;
}
.bottom-in-ser {
	padding: 1em 0;
}
.read-in {
	padding: 0.3em 0;
}
.contact-top {
	padding: 0em 0 1em;
}
.map h4, .contact-grid h4 {
	font-size: 1.3em;
	margin: 0.5em 0 0em;
}
.map iframe {
	height: 130px;
}
.contact-grid input[type="text"], .contact-grid textarea {
	padding: 0.7em;
	margin: 0.5em 0;
}
.send-in input[type="submit"] {
	font-size: 1.3em;
}
p.footer-grid {
	font-size: 1.1em;
}
.blog-left p {
	font-size: 2.5em;
	height: 38px;
}
.blog-left span {
	font-size: 1.7em;
}
.top-blog a.fast {
	font-size: 1em;
}
.top-blog {
	width: 100%;
	margin: 1em auto 0;
}
.top-blog p {
	margin: 0 ;
	height: 41px;
	font-size:1em;
}
.share-artical h3 {
	font-size: 1.2em;
}
.share-artical h3 {
	font-size: 1.2em;
}
.artical-content h3 {
	font-size: 1.2em;
	margin:0;
}
.item-in p {
	padding: 1em;
	width: 73%;
	font-size: 0.9em;
}
.item-in label {
	top: 67.2%;
}
.item-in span {
	font-size: 1.1em;
}
.wmuSliderPagination {
	right: 27%;
	bottom:0;
}
.content-in-on {
	padding: 1em 0;
}
.item-in{
	padding:1em 0 2em;
}
b.down-arrow,b.in-usa{
	top:5em;
}
}







/* Slider
http://www.freshdesignweb.com/drop-down-responsive-menu-with-css3-and-jquery.html
*/

/* @import url(http://fonts.googleapis.com/css?family=Gentium+Basic:400,700|Yanone+Kaffeesatz); */
/*===== nav style ======*/
#fdw nav select {
	display:none; /* this is just for the mobile display */
}
#fdw nav ul {
	display:block;
	z-index:999999;
}
#fdw nav ul li {
	display:inline-block;
	padding:0px 3px 0px;
	margin-left:30px;
	position:relative;
}
#fdw nav ul li a:link, #fdw nav ul li a:visited {
	color:#fff;
	//font:normal 20px 'Yanone Kaffeesatz', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
//	color:#e25d29;
	color:#ffae00;
	text-decoration:none;
}
#fdw nav ul li span {
	position:absolute;
	right:-12px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 3px;
	float:right;
	display:block;
	background:url('images/nav_arrow.png') no-repeat left -8px;
	font:0/0 a;
}
#fdw nav ul li.current {
	border-bottom:2px solid #e25d29;
}
#fdw nav ul li.current a {
	color:#e25d29;
	cursor: default;
}
#fdw nav ul li.current a span {
	background:url('../images/nav_arrow.png') no-repeat left 0;
}
#fdw nav ul li.current ul li a {
	cursor:pointer;
}

/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu {
	position:absolute;
	top:40px;
	left:0;
	margin:0;
	padding:0;
	background:#fff;
	border:1px solid #ececec;
	border-top:5px solid #e25d29;
	display:none;
	z-index:999999;
    -moz-box-shadow: 0px 6px 7px #121012;
    -webkit-box-shadow: 0px 6px 7px #121012;
    box-shadow: 0px 6px 7px #121012;
}
#fdw nav ul li ul.sub_menu li.arrow_top {
	position:absolute;
	top:-12px;
	left:12px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li {
	float:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ececec;

}
#fdw nav ul li ul.sub_menu li a {
	white-space: nowrap;
	width: 320px;
	padding:12px;
//	font:13px Arial, tahoma, sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;

	text-transform:capitalize;
	color:#777;
	
}
#fdw nav ul li ul.sub_menu li a:hover {
//	background:#f9f9f9;
	background:#009df0;
	
	color:#fff;
}
#fdw nav ul li ul.sub_menu li a.subCurrent {
	color:#e25d29;
	cursor:default;
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover {
	background:none;
}
/*===================== end Header style ======================*/


@media only screen and (min-width: 768px) and (max-width: 959px) {
		/* nav */
		#fdw nav ul li{
			margin-left:12px;
		}
}

	/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

		/* nav menu ul & select */
		#fdw nav ul {
			display:none;
		}
		#fdw nav select {
			width:100%;
			display:block;
			margin-bottom:30px;
			cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
		}
}


/* Header Style */
.freshdesignweb-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.freshdesignweb-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.freshdesignweb-top a:hover{
	background: #fff;
}
.freshdesignweb-top span.right{
	float: right;
}
.freshdesignweb-top span.right a{
	float: left;
	display: block;
}
.freshdesignweb-demos{
    text-align:center;
	display: block;
	line-height: 30px;
	padding: 20px 0px;
}
.freshdesignweb-demos a{
    display: inline-block;
	margin: 0px 4px;
	padding: 0px 4px;
	color: #fff;
	line-height: 20px;	
	font-style: italic;
	font-size: 13px;
	border-radius: 3px;
	background: rgba(41,77,95,0.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.freshdesignweb-demos a:hover{
	background: rgba(41,77,95,0.3);
}
.freshdesignweb-demos a.current,
.freshdesignweb-demos a.current:hover{
	background: rgba(41,77,95,0.3);
}



/* Search Script Box */

.sb_wrapper{
	margin:0;
	padding:0;
	position: absolute;
	top:80px;
	left:40px;
	width:372px;
	z-index:999999;
}
.sb_wrapper input[type="text"],
ul.sb_dropdown{
	border:1px solid #fff;
	background: #fafafa; 
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa)); 
	background: -moz-linear-gradient(top, #f2f2f2, #fafafa);
	font-size:24px;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	-box-shadow:1px 1px 3px #555;
	outline:none;
	padding:6px 5px 6px 20px;
	text-shadow:1px 1px 1px #fff;
	width:295px;
	float:left;
	margin:3px 0px;
	z-index:999999;
}
ul.sb_dropdown{
	float:left;
	list-style:none;
	width:360px;
	padding:6px 5px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
ul.sb_dropdown li{
	font-size:16px;
	line-height:32px;
	height:32px;
	float:left;
	width:50%;
}
ul.sb_dropdown li input[type="checkbox"]{
	float:left;
	margin:10px 4px 0 5px;
}
ul.sb_dropdown li.sb_filter{
	width:348px;
	border:1px solid #f9f9f9;
	clear:both;
	background: #ddd;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#444;
	height:16px;
	line-height:16px;
	padding:5px;
	-moz-box-shadow:0px 0px 2px #777;
	-webkit-box-shadow:0px 0px 3px #555 inset;
	-box-shadow:0px 0px 3px #555 inset;

}
span.sb_up,
span.sb_down{
	position:absolute;
	top:3px;
	left:0px;
	width:14px;
	height:41px;
	background-color:#f2f2f2;
	background-position:center center;
	background-repeat: no-repeat;
	z-index:10;
	border:1px solid #fff;
	-moz-box-shadow:1px 0px 1px #ddd;
	-webkit-box-shadow:1px 0px 1px #ddd;
	-box-shadow:1px 0px 1px #ddd;
	
}
span.sb_up{
	background-image:url(../icons/up.png);
}
span.sb_down{
	background-image:url(../icons/down.png);
}
input.sb_search{
	background:#f2f2f2 url(../icons/search.png) no-repeat center center;
	height:43px;
	width:50px;
	float:left;
	border:none;
	margin:3px 0px;
	border:1px solid #fff;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	-box-shadow:1px 1px 3px #555;
	outline:none;
	cursor:pointer;
}
input.sb_search:hover{
	background-color:#fff;
}








input {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

select, input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: none;
}

input[type="search"] {
  border-radius: 0;
  margin-top: 0;
}

select {
  background-color: transparent;
  cursor: pointer;
}

.cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/cd-icons.svg) no-repeat 0 0;
  pointer-events: none;
}

/* -------------------------------- 

Patterns - reusable parts of our design

-------------------------------- */
.cd-text-replace {
  /* replace text with image */
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* -------------------------------- 

Header

-------------------------------- */
.cd-main-header {
  position: relative;
  z-index: 4;
  height: 50px;
  background-color: #333545;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-main-header.nav-is-visible {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
.cd-main-header::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
@media only screen and (min-width: 1024px) {
  .cd-main-header {
    height: 80px;
  }
  .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-main-header::before {
    content: 'desktop';
  }
}

.cd-main-nav-wrapper {
  padding: 0 5%;
}
.cd-main-nav-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.cd-logo {
  display: inline-block;
  height: 100%;
  margin-left: 15px;
  /* remove jump on iOS devices - when we fire the navigation */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-logo img {
  display: block;
  margin-top: 14px;
}
@media only screen and (min-width: 1024px) {
  .cd-logo {
    position: absolute;
    z-index: 3;
    margin-left: 5%;
  }
  .cd-logo img {
    margin-top: 29px;
  }
}

.cd-nav-trigger {
  /* nav trigger - visible on small devices only */
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}
.cd-nav-trigger span {
  /* nav icon created in CSS */
  position: absolute;
  height: 2px;
  width: 20px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.cd-nav-trigger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.nav-is-visible .cd-nav-trigger span {
  background-color: rgba(255, 255, 255, 0);
}
.nav-is-visible .cd-nav-trigger span::before {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-nav-trigger {
    display: none;
  }
}

.cd-main-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 260px;
  height: 100vh;
  overflow: auto;
  background: #1f2029;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  -moz-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}
.cd-main-nav a, .cd-main-nav input[type="search"] {
  display: block;
  font-size: 1.6rem;
  padding: 0 2em 0 1em;
  line-height: 50px;
  color: #ffffff;
  border-bottom: 1px solid #333545;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.cd-main-nav input[type="search"] {
  background-color: #292a37;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cd-main-nav input[type="search"]:focus {
  background-color: #333545;
}
.cd-main-nav.nav-is-visible {
  -webkit-transition: visibility 0s;
  -moz-transition: visibility 0s;
  transition: visibility 0s;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1024px) {
  .cd-main-nav {
    /* reset style */
    position: static;
    visibility: visible;
    width: auto;
    height: 80px;
    background: transparent;
    overflow: visible;
    float: right;
  }
  .cd-main-nav li {
    display: inline-block;
    float: left;
    height: 100%;
    padding: 1.375em .4em;
  }
  .cd-main-nav a {
    padding: .625em .8em;
    line-height: 1;
    border-bottom: none;
  }
  .cd-main-nav a:hover {
    opacity: .6;
  }
}

/* -------------------------------- 

Search Form

-------------------------------- */
.cd-main-search .cd-select {
  /* hide select element on small devices */
  display: none;
}
.cd-main-search .close {
  /* 'X' icon to close search form - hidden on small devices */
  display: none;
}
.cd-main-search input[type="search"] {
  width: 100%;
  color: #ffffff;
}
.cd-main-search input[type="search"]:focus {
  outline: none;
}
.cd-main-search input[type="search"]::-webkit-input-placeholder {
  color: #5c5d6a;
}
.cd-main-search input[type="search"]::-moz-placeholder {
  color: #5c5d6a;
}
.cd-main-search input[type="search"]:-moz-placeholder {
  color: #5c5d6a;
}
.cd-main-search input[type="search"]:-ms-input-placeholder {
  color: #5c5d6a;
}
@media only screen and (min-width: 1024px) {
  .cd-main-search {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #14151c;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .cd-main-search form {
    position: relative;
    height: 100%;
    /* 170px (margin left) is the sum of the logo width (124px) and additional 46px margin (to separate the form form the logo) */
    /* 116px (margin right) takes into account the space occupied by the a.cd-search-trigger and a.close */
    margin: 0 calc(5% + 116px) 0 calc(5% + 170px);
  }
  .cd-main-search input[type="search"] {
    font-size: 2.4rem;
    height: 100%;
    background-color: transparent;
    /* don't overlap <select> element */
    padding-right: 170px;
  }
  .cd-main-search .cd-select {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5c5d6a;
    font-size: 1.4rem;
    overflow: hidden;
  }
  .cd-main-search span {
    display: inline-block;
  }
  .cd-main-search option {
    /* style <option> elements on Firefox */
    color: #333545;
    background-color: #ffffff;
  }
  .cd-main-search select {
    /* the <select> element is not visible (if the list of options is not open) -  it is covered by the .selected-value element */
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    color: transparent;
  }
  .cd-main-search select:focus {
    outline: none;
  }
  .cd-main-search select:focus + span.selected-value {
    background-color: #3d3f4e;
  }
  .cd-main-search .selected-value {
    /* this <span> element covers the <select> element - its content is changed (using JavaScript) and set equal to the selected <option> value */
    /* its width automatically changes according to the text of the selected <option> (not possible with a <select> element) */
    color: #ffffff;
    /* clicking on this element will open the <select> drop-down list */
    pointer-events: none;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .cd-main-search select, .cd-main-search .selected-value {
    padding: 0.5em 1.7em 0.5em .3em;
    font-size: 1.4rem;
    border-radius: 3px;
  }
  .no-pointerevents .cd-main-search .selected-value {
    /* if the browser doesn't support the pointer-events property, hide the .selected-value element */
    display: none;
  }
  .no-pointerevents .cd-main-search select {
    /* if the browser doesn't support the pointer-events property, show the <select> element */
    position: relative;
    color: #ffffff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .no-pointerevents .cd-main-search select:focus {
    background-color: #3d3f4e;
  }
  .cd-main-search .close {
    /* 'X' icon - used to close the search form */
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 50%;
    height: 40px;
    width: 40px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-main-search .close::before, .cd-main-search .close::after {
    /* used to create the 'X' icon in css */
    content: '';
    position: absolute;
    height: 20px;
    width: 2px;
    background-color: #ffffff;
    left: 50%;
    top: 50%;
  }
  .cd-main-search .close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .cd-main-search .close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .cd-main-search.is-visible {
    /* search form open */
    opacity: 1;
    visibility: visible;
  }
  .cd-main-search.is-visible .close {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
  }
  .animate-search .cd-main-search.is-visible {
    /* trigger search form animation if <header> has the .animate-search class */
    -webkit-animation: cd-slide-in 0.3s;
    -moz-animation: cd-slide-in 0.3s;
    animation: cd-slide-in 0.3s;
  }
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.cd-search-suggestions {
  /* drowpdown with search suggestions - hidden on small devices */
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cd-search-suggestions {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    /* same width of <form> element */
    width: calc( 90% - 286px);
    padding: 2em;
    /* same margin of <form> element */
    margin: 0 calc(5% + 116px) 0 calc(5% + 170px);
    background-color: #ffffff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.39);
  }
  .cd-search-suggestions::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-search-suggestions .quick-links, .cd-search-suggestions .news {
    display: inline-block;
  }
  .cd-search-suggestions .quick-links {
    float: right;
    width: 140px;
    text-align: right;
  }
  .cd-search-suggestions .news {
    float: left;
    width: calc(100% - 140px);
  }
  .cd-search-suggestions h3 {
    margin-bottom: 1.5em;
    text-transform: uppercase;
    color: #7a7c86;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .cd-search-suggestions h4 {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .cd-search-suggestions h4 a {
    /* prevent the text from wrapping */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: .2em 0;
  }
  .cd-search-suggestions a {
    display: inline-block;
    color: #333545;
  }
  .no-touch .cd-search-suggestions a:hover {
    opacity: .8;
  }
  .cd-search-suggestions time {
    font-size: 1.2rem;
    color: #70727d;
  }
  .cd-search-suggestions .news li {
    position: relative;
    padding: 0.625em 0.75em 0.75em 4em;
    margin-bottom: 0.25em;
  }
  .cd-search-suggestions .news li:last-of-type {
    margin-bottom: 0;
  }
  .cd-search-suggestions .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
  .cd-search-suggestions .image-wrapper img {
    display: block;
  }
  .cd-search-suggestions .quick-links a {
    padding: .5em 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .animate-search .is-visible .cd-search-suggestions {
    /* trigger the dropdown animation if <header> has the .animate-search class */
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: cd-3d-rotation 0.5s 0.3s;
    -moz-animation: cd-3d-rotation 0.5s 0.3s;
    animation: cd-3d-rotation 0.5s 0.3s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
}

@-webkit-keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
  }
}
@-moz-keyframes cd-3d-rotation {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(1000px) translateY(0);
  }
}
@keyframes cd-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
    -moz-transform: perspective(1000px) translateY(0);
    -ms-transform: perspective(1000px) translateY(0);
    -o-transform: perspective(1000px) translateY(0);
    transform: perspective(1000px) translateY(0);
  }
}
.cd-search-trigger {
  /* trigger serach form visibility - hidden on small devices */
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cd-search-trigger {
    display: block;
    position: relative;
    z-index: 3;
    height: 40px;
    width: 40px;
    margin: 1.25em .5em;
    float: right;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-search-trigger::after, .cd-search-trigger:before {
    /* used to create the icon lens and the background circle */
    content: '';
    position: absolute;
  }
  .cd-search-trigger::after {
    /* icon lens */
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 16px;
    width: 16px;
    background: url(../img/cd-icons.svg) no-repeat -16px 0;
  }
  .cd-search-trigger::before {
    /* background circle */
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    height: 100%;
    width: 100%;
    background-color: #dd85ac;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .no-touch .cd-search-trigger:hover::before {
    background-color: #df8bb0;
  }
  .cd-search-trigger.search-form-visible {
    -webkit-transform: translateX(-46px);
    -moz-transform: translateX(-46px);
    -ms-transform: translateX(-46px);
    -o-transform: translateX(-46px);
    transform: translateX(-46px);
  }
  .cd-search-trigger.search-form-visible::before {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}

/* -------------------------------- 

Content cover layer

-------------------------------- */
.cd-cover-layer {
  /* cover main content when search form is open - hidden on smal devices */
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cd-cover-layer {
    display: block;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .cd-cover-layer.search-form-visible {
    opacity: 1;
    visibility: visible;
  }
}

/* -------------------------------- 

Page main content

-------------------------------- */
.cd-main-content {
  display: table;
  width: 100%;
  height: calc(100vh - 50px);
  position: relative;
  z-index: 2;
  background-color: #40508e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-main-content .content-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cd-main-content .content-center h1 {
  color: #ffffff;
  font-size: 2.4rem;
  margin-bottom: .6em;
}
.cd-main-content .cd-download-btn {
  background: #dd85ac;
  color: #ffffff;
  display: inline-block;
  padding: 1.4em 1.6em;
  border-radius: 50em;
  font-size: 1.4rem;
  font-weight: bold;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
}
.cd-main-content.nav-is-visible {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
@media only screen and (min-width: 1024px) {
  .cd-main-content {
    height: calc(100vh - 80px);
  }
  .cd-main-content .content-center h1 {
    font-size: 3.6rem;
  }
  .cd-main-content.nav-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/* -------------------------------- 

JavaScript Disabled

-------------------------------- */
.no-js .cd-main-header {
  height: auto;
}
.no-js .cd-main-header::after {
  clear: both;
  content: "";
  display: table;
}

.no-js .cd-nav-trigger {
  display: none;
}

.no-js .cd-main-nav-wrapper {
  display: inline-block;
  float: right;
}

.no-js .cd-main-nav {
  position: static;
  width: auto;
  height: auto;
  visibility: visible;
  background-color: transparent;
  float: right;
}
.no-js .cd-main-nav::after {
  clear: both;
  content: "";
  display: table;
}
.no-js .cd-main-nav li {
  display: inline-block;
  float: left;
}
.no-js .cd-main-nav a {
  border-bottom: 0;
}

.no-js .cd-search-trigger {
  display: inline-block;
  text-indent: 0;
  color: #ffffff;
  float: right;
  line-height: 50px;
}
@media only screen and (min-width: 1024px) {
  .no-js .cd-search-trigger {
    text-indent: 100%;
    color: transparent;
    line-height: normal;
  }
}

.no-js .cd-main-search {
  position: static;
  opacity: 1;
  visibility: visible;
  padding: 2em 5%;
  background: #333545;
}
.no-js .cd-main-search form {
  margin: 0;
}
.no-js .cd-main-search input[type="search"] {
  background: #333545;
}
.no-js .cd-main-search select {
  position: relative;
  color: #ffffff;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js .cd-main-search select:focus {
  background-color: #3d3f4e;
}
.no-js .cd-main-search .selected-value {
  display: none;
}
