﻿html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
/*ol,ul{list-style:none;margin:0;padding:0;}*/
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
font-family: 'Roboto Condensed', sans-serif;
	font-size: 100%;
	line-height:1.8em;
	font-size:16px;
	
}
.error { color: red; font-style:italic;}

.wrap{
	margin:0 auto;
	width:80%;
}
/* start header */
.header_bg{
	margin: 0;
	padding: 0;
	/*background-color:#E0E5E8;
	border-bottom:10px solid #FBBA00;*/
	border-bottom:13px solid #02788b;
	background-color:#222;
	
}
.header{
	/*padding: 2%;*/
	padding:0;
	margin:0;
}
#logo {
	/*padding-top:1em;*/
	padding:20px 0 40px 0;
	float:left;
	height:113px;
	
}

.mid_grid_impressum {
text-align:center;
}

.mid_grid_impressum a {
  color:#02788B;
}


.mid_grid_impressum a:hover {
  color:#fff;
  background-color:#02788b;
}

#box {
float:right;
padding:40px 0 0 0;
color:#02788b;
font-family: 'Satisfy', cursive;
font-size:33px;

}
.cssmenu {
        right: 0;  
        top: 0;  
		background-color:#FFFFFF; 

}

/*.cssmenu {
        position: fixed;  
        width: 100%;  
        right: 0;  
        top: 0;  
        z-index: 100; 
        border-top: 0; 
		background-color:#FFFFFF; 
		border-bottom:1px solid #999;
}*/
.cssmenu > ul > li {
  	display:inline-block;
 	position: relative;
	
}

.cssmenu > ul {
  	padding:0.25%;
	margin-top:5%;
	float:right;
}

.cssmenu > ul > li.active a{
	color: #F47921;
}
.cssmenu > ul > li  img {
	vertical-align: middle;
}
.cssmenu > ul > li > a {
font-family: 'Roboto Condensed', sans-serif;
	display: block;
	font-size: 18px;
	color: #A3A692;
	line-height: 1.8em;
	padding: 0 15px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

.cssmenu > ul > li > a:hover {
	/*color: #FBBA00;*/
	color:#02788b;
}
.cssmenu > ul > li > ul {
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	background: #5C5C5C;
	color:#fff;
	text-align: left;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-top: 22px;
	margin-left: -90px;
	width: 180px;
	-webkit-transition: all .3s .1s;
	-moz-transition: all .3s .1s;
	-o-transition: all .3s .1s;
	transition: all .3s .1s;
}
.cssmenu > ul > li:hover > ul {
	opacity: 1;
	top: 65px;
	visibility: visible;
}
.cssmenu > ul ul > li {
	position: relative;
}
.cssmenu ul ul a {
	border-bottom: 1px solid rgb(34, 33, 33);
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	color: #ffffff;
	font-size: 14px;
	background: #000000;
	padding: 12px;
	display: block;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.cssmenu ul ul a:hover {
	background-color: #f0f0f0;
}
.cssmenu ul ul ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -16px;
	left: 206px;
	padding: 8px;
	background-color: #fafafa;
	text-align: left;
	width: 160px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.cssmenu ul ul > li:hover > ul {
	opacity: 1;
	left: 190px;
	visibility: visible;
}
.cssmenu ul ul a:hover {
	background: #FFFFFF;
	color: #000000;
}
/* display with 840px  */
.top-nav{
	display: none;
}
.nav_bg{
	background: #FBBA00;
}
.clearfix {
	height: 40px;
	width: 100%;
	font-size: 11pt;
	position: relative;
	z-index: 9999;
}
.clearfix ul {
	padding:0;
	margin: 0 auto;
	display: none;
	background: #ffffff;
	margin-top:20px;
}
.clearfix li {
	display: block;
	padding:0;;
}
.clearfix a {
	color: #000000;
	font-size:15px;
	text-transform:uppercase;
	display: block;
	width:100%;
	text-indent: 10px;
	text-align: left;
	text-decoration: none;
	line-height: 40px;
	-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;
}
.clearfix li a {
	border-bottom: 1px solid rgba(90, 85, 73, 0.17);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0;
}
.clearfix li:last-child a {
	border-right: 0;
	padding:0;
}
.clearfix a:hover,.clearfix a:active {
	background: #FBBA00;
	color:#fff;
	padding:0;
}

/*li a.active {
	color:#FEBD17;
}

li a.active:hover {
	color:#FFF;
	background-color:#FEBD17;
}*/


.clearfix a#pull {
	font-size: 20px;
	display: block;
	width: 100%;
	position: relative;
	color: #2e2e2e;
	/*background-color: #FBBA00;*/
	float:right;
	padding:0;
	text-align:center;
}
.clearfix a#pull:after {
	background:url('../images/nav-icon.png')no-repeat;
	width: 30px;
	content:"";
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}
/* start main */


 h1, h2 ,h3 {
/*font-family: 'Pacifico', cursive; */
font-family: 'Roboto Condensed', sans-serif;
	 }
	 
h1 {
	 font-size: 2em;
	font-weight:100;
	}
h2 {
	/*font-size:30px;*/
	 font-size: 2em;
	font-weight:200;
	}

h2.white {
	color:#ffffff;
	 font-size: 2.4em;

	}

h2.white_handwritten {
	color:#ffffff;
	 font-size: 2.4em;
	 font-family: 'Satisfy', cursive;


	}

h3 {
	 font-size: 1em;
	font-weight:200;
	}
	
.main {
	padding: 2%;
}
.grids_1_of_3{
	padding: 2% 0;
	text-align:center;
}
.grid_1_of_3{
	display: block;
	float:left;
}
.grid_1_of_3 { 
	margin-right:0%;
	padding:0% 5%;
} 

.grids_1_of_4{
	padding: 2% 0; 
}
.grid_1_of_4{
	display: block;
	float:left;
}
.grid_1_of_4 { 
	margin-right:0%;
	padding:0%;
} 

.grid_1_of_3:last-child { 
	margin-right:0;
} 
.grid_1_of_4:last-child { 
	margin-right:0;
} 
.images_1_of_3 {
	width: 15%; 
}

.images_1_of_4 {
	width: 25%; 
}
.images_1_of_4 img{
	border-radius: 0%;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	-o-border-radius: 0%;
	/*border:5px solid #FFFFFF;*/
}
.images_1_of_3  h3{
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
	font-size: 1.0em;
	font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.8em;
	/*-webkit-text-stroke: 2px;*/
	letter-spacing: 1px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	}
}
.images_1_of_3  h3:hover{
	color: #F47921;
}
.images_1_of_3  p  {
	color: #ffffff;
	line-height: 1.8em;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	margin-bottom: 2%;
}
/* start top_mid_bg */

	
.top_grid_bg{
	background-color: #02788b;
	background-size: 100%;

}

	
.top_grid p {
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;

}

.top_grid_bg_grey{
	background-color: #38434E;
	background-size: 100%;	
	color:#FFFFFF;
	padding-top:70px;
}

.top_grid_bg_grey .mid_grid h3{	
	color:#FFFFFF;
}
.top_grid{
	padding:1% 0 4% 0;
	text-align: center;
}
.top_grid img {
	border:5% solid #FFFFFF;
}

.top_grid_text,
.mid_grid,
.btm_grid {
	text-align:left;
}
.mid_grid2 {
	text-align:left;
}

/*.mid_grid p {
	font-size:125%;
}*/

.mid_grid p span {
	font-weight: bold;
	letter-spacing: 1px;
	padding:0;
	color: #F47921 !important;
}

	
.top_grid_text h2.white {
	color: #ffffff;
	font-size: 2em;
	font-weight: normal;
	/*font-family: 'Pacifico', cursive;*/
	letter-spacing: 1px;
	padding:0;
}

.top_grid_text h2{
	color: #FFFFFF;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 1px;
}

.top_grid h3.dark {
	color:#2e2e2e;
}
.top_grid_btn{
	float:right;
}
.top_grid_btn .btn{
	padding: 12px 30px;
	border: 1px solid #ffffff;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.top_grid_btn .btn:hover{
	background: #ffffff;
	color:#000000;
}
/* top_grid_portolio */
/*.top_grid_gallery{
	margin-top: 4%;
}*/

.top_grid_gallery{
	width:15%;
	padding: 0 5%;
}
	
.top_grid_portfoli{
	margin-right: 2%;
}
.last {
	margin-right:0;
}
.da-thumbs li ,.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
}
.da-thumbs li  article {
	position: absolute;
	background-image:url(../images/image_hover.png);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}
.da-thumbs {
	text-align:center;
}
.da-thumbs li  article h3{
	color:#fff;
	font-size:1.5em;
	text-transform:capitalize;
	padding: 80px 0 20px 0;
}
.da-thumbs li  article em{
	margin-bottom:10px;
	color:#fff;
	display:block;
}
.da-thumbs li  article span{
	display:inline-block;
}
span.link_post{
	display:block;
	width:35px;
	height:35px;
	background-color:#F47921;
	cursor:pointer;
	background-image:url(../images/link_post_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-right:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
span.zoom{
	overflow:hidden;
	display:block;
	width:35px;
	height:35px;
	background-color:#F47921;
	cursor:pointer;
	background-image:url(../images/zoom_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.portfolio_2col article h3{
	padding-top:70px !important;
}
/* Image Grid */
.image_grid {
	float:left;
	overflow:hidden;
	position:relative;
}

.image_grid li{
	float: left;
	line-height: 18px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	text-align:center;
}
/* start mid_grid_bg */
.mid_grid_bg{
	background:#ffffff;
}

.mid_grid_bg_grey{
	background:#E0E5E8;
	color:#000;
}

.mid_grid_bg_black{
	background:#222;
	color:#fff;
}

.mid_grid_bg_blue{
	background:#02788b;
	color:#fff;
}

.mid_grid_bg_impressum{
	text-align:center;
	font-size:1.2em;
	line-height:1.5;
	font-weight:300;
}

.mid_grid_bg_impressum a{
	color: #FBBA00;
}
.mid_grid_bg_impressum a:hover {
background-color:#FBBA00;
	padding:3px 6px;
	color:#FFFFFF;
}

.mid_grid_bg_slogan{
	background:#38434E;
	color:#FFFFFF;
}

.mid_grid_bg_slogan h2{
	color:#FFFFFF;
	font-size:20px;	
	font-family: 'Roboto Condensed', sans-serif;
}

.mid_grid{
	padding: 2% 0%;
}

.mid_grid img {
	border:3px solid white;
}

.mid_grid_bg_data {
	background: #999;
}
.mid_grid ul li {
	list-style: url(../images/list-style.png);
}
.mid_grid h2{
	color: #202227;
	font-size: 2em;
	/*-webkit-text-stroke: 2px;*/
	letter-spacing: 1px;
	padding-bottom:20px;
	font-weight:normal;
}

.mid_grid h1.white,
.mid_grid h2.white {
		color: #fff;
}
h1.white_right {
	float:right;
	color: #ffffff;
}	

h1.white_right_02 {
	float:left;
	color: #ffffff;

font-family: 'Roboto Condensed', sans-serif;
	margin-top:10%;
}	
h1.white_right_02 span {
	font-size:200%;
}
			
.mid_grid h3{
	color: #000000;
	font-size: 1.5em;
	margin: 2% 0;
}
.mid_grid h3 a{
	color: #202227;
	text-transform: uppercase;
}
.mid_grid h3 a:hover{
	color: #555555;
}
.mid_grid .btn{
	margin-top:8px;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background:#202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.mid_grid .btn:hover{
	background: #000000;
}
.mid_grid img.button a:hover {
	background-image: url(../images/img_button_active.png)}
.mid_grid_left{
	float:left;
	width: 48%;
	text-align:left;
font-family: 'Roboto Condensed', sans-serif;
line-height:2.5em;
}

.mid_grid_left a,
.mid_grid_left a:link,
.mid_grid_left a:visited,
.mid_grid_left a:active {
	color:#fff;
	background-color:#02788b;
	padding:3px 6px;
}

.mid_grid_left a:hover {
	background-color:#000;
	color:#02788b;
	padding:3px 6px;
}

.mid_grid_bg_blue .mid_grid_left a,
.mid_grid_bg_blue .mid_grid_left a:link,
.mid_grid_bg_blue .mid_grid_left a:visited,
.mid_grid_bg_blue .mid_grid_left a:active {
	color:#fff;
	background-color:#000;
	padding:3px 6px;
}

.mid_grid_bg_blue .mid_grid_left a:hover {
	background-color:#fff;
	color:#02788b;
	padding:3px 6px;
}

.mid_grid_bg_grey .mid_grid_right a,
.mid_grid_bg_grey .mid_grid_right a:link,
.mid_grid_bg_grey .mid_grid_right a:visited,
.mid_grid_bg_grey .mid_grid_right a:active {
	color:#fff;
	background-color:#02788b;
	padding:3px 6px;
}

.mid_grid_bg_grey .mid_grid_right a:hover {
	background-color:#000;
	color:#02788b;
	padding:3px 6px;
}

.mid_grid_bg_black .mid_grid_right a,
.mid_grid_bg_black .mid_grid_right a:link,
.mid_grid_bg_black .mid_grid_right a:visited,
.mid_grid_bg_black .mid_grid_right a:active {
	color:#fff;
	background-color:#02788b;
	padding:3px 6px;
}

.mid_grid_bg_black .mid_grid_right a:hover {
	background-color:#fff;
	color:#02788b;
	padding:3px 6px;
}


.mid_grid_right a,
.mid_grid_right a:link,
.mid_grid_right a:visited,
.mid_grid_right a:active {
	color:#fff;
	background-color:#02788b;
	padding:3px 6px;
}

.mid_grid_right a:hover.button {
	background-color:#fff;
	color:#02788b;
	padding:3px 6px;
}


.mid_grid_right{
	float:right;
	padding-right:0;
	margin-right:0;
	width: 48%;
	font-family: 'Roboto Condensed', sans-serif;
line-height:2.5em;

}


.mid_grid_left_grey{
	float:left;
	padding-right:0;
	margin-right:0;
	width: 48%;
}

.mid_grid_right_grey{
		/*text-align:left;	*/
		float:right;
	text-align:left;
font-family: 'Roboto Condensed', sans-serif;
line-height:2.5em;
width: 48%;
}

.mid_grid_right_grey a,
.mid_grid_right_grey a:link,
.mid_grid_right_grey a:visited,
.mid_grid_right_grey a:active {
	color:#000000;
	background-color:#FBBA00;
	padding:3px 6px;
}

.mid_grid_right_grey a:hover.button {
	background-color:#000000;
	color:#FBBA00;
	padding:3px 6px;
}


.mid_grid_left_black{
	float:left;
	padding-right:0;
	margin-right:0;
	width: 48%;
}

.mid_grid_right_black{
		/*text-align:left;	*/
		float:right;
	text-align:left;
font-family: 'Roboto Condensed', sans-serif;
line-height:2.5em;
width: 48%;
}

.mid_grid_right_black a,
.mid_grid_right_black a:link,
.mid_grid_right_black a:visited,
.mid_grid_right_black a:active {
	color:#fff;
	background-color:#FBBA00;
	padding:3px 6px;
}

.mid_grid_right_black a:hover.button {
	background-color:#000000;
	color:#FBBA00;
	padding:3px 6px;
}


.mid_grid_right ul li ul.second {
		font-size:85%;
		padding-left:20px;
}

.button a,
.button a:active,
.button a:visited,
.button a:focus
 {
	/*background: url(../images/img_button_inactive.png) no-repeat;
	display:block;
	margin:0 auto;
	height:72px;
	width:855px;*/
}

.button a:hover {
	background:url(../images/img_button_active.png) no-repeat;
}
/* start btm_grid */
.btm_grid_bg{
	background: #FBBA00;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.btm_grid{
	padding:4% 0;
}
.btm_grid_bg{
	padding:0;
}
.btm_grid h2 {
	color: #000000;
	font-size: 2em;
	letter-spacing: 1px;
}
.btm_grid h3{
	color: #000000;

	font-size: 1.3em;
	margin: 8% 0 4%;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}

.btm_grid h3 span  {
	color:#999;
	font-style: italic;
	font-size: 80%;
}

.btm_grid p {
	font-family: 'Roboto Condensed', sans-serif;
}

.btm_grid ul li {
	font-family: 'Roboto Condensed', sans-serif;
}

.btm_grid a,
.btm_grid a:link,
.btm_grid a:visited,
.btm_grid a:active {
	color:#FBBA00;
	background-color:#000000;
	padding:3px 6px;
}

.btm_grid a.link_none,
.btm_grid .link_none a:hover {
	color:#000;
	text-decoration:underline;
	background-color:#FBBA00;
}
.btm_grid a:hover {
	background-color:#ffffff;
	color:#000000;
	padding:3px 6px;
}

.top_grid a,
.top_grid a:link,
.top_grid a:visited,
.top_grid a:active {
	}

.top_grid a:hover {
}

.top_grid a.termin img {
	border:none;
	}

.top_grid h2.white {
font-size:2em;	}

/*.top_grid a.termin {
	background-image:url('../images/img_button_termin.png');
	background-color:none;
	background-repeat:repeat-x;
}

.top_grid a.termin img {
	border:none;
	display:none;
	}


.top_grid a.termin:hover {
	background-image:url('../images/img_button_termin_inverted.png');
	background-color:none;
	background-repeat:repeat-x;
}
*/
.span_of_4 .button a,
.span_of_4 .button a:link,
.span_of_4 .button a:visited,
.span_of_4 .button a:active {
	color:#FBBA00;
	background-color:#000000;
	padding:3px 6px;
}

.span_of_4 a:hover.button {
	background-color:#ffffff;
	color:#000000;
	padding:3px 6px;
}
.span_of_3 {
	margin-top: 3%;
}

.span1_of_3 {
	width: 30.3333%;
	float: left;
	margin-right: 4%;
	font-family: 'Roboto Condensed', sans-serif;
}

.span_of_4 {
	margin-top: 3%;
}

.span1_of_4 {
	width: 20%;
	float: left;
	margin-right: 2%; /*4%*/
	font-family: 'Roboto Condensed', sans-serif;
}
.span1_of_4 img.team {
	border:4px solid white; /*10px solid white*/
	margin-right:20px;
	float:left;
	width:40%; /*kein width*/
}

.span1_of_4 img.service {
	border:none;
	margin-right:10px;
	float:left;
}

.span1_of_4 #team {
	float:left;
}

.span1_of_4 #service {
	float:left;
}

.span1_of_3:nth-child(3){
	margin-right: 0;
}
.span_of_3 h3.style{
	opacity: 0.5;
}
.span_of_3 h4{
	position: relative;
	display: inline-block;
}
.span_of_3 h4.divider{
	position: absolute;
	background: url('../images/divider.png') no-repeat;
	width: 40px;
	height: 10px;
}

.copy {
	font-family: 'Roboto Condensed', sans-serif;;
}
/* start testimonial */
.testimonial_bg{
	background: #f4f4f4;
}
.testimonial{
	padding:6% 2%;
	text-align: center;
}
.testimonial h2 {
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
}
.testimonial h3{
	color: #A5A5A5;
	font-size: 1.5em;
}
.testimonial_text{
	margin:4% 0;
	background: #ffffff;
	padding:4% 8%;
	position: relative;
}
.testimonial_text h4{
	color: #BBBBBB;
	font-size: 2em;
}
.testimonial_text:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 20px solid #FFFFFF;
	border-bottom: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 15px solid rgba(0, 0, 0, 0)!important;
	border-left: 15px solid rgba(0, 0, 0, 0)!important;
	left: 50%;
	bottom: -20px;
	margin-left: -10px;
}
.client_btn{
	margin-bottom: 4%;
}
.client_btn a{
	display: inline-block;
	text-transform: capitalize;
	font-size: 1.2em;
	padding: 8px 28px;
	color: #ffffff;
	background: #34BCEB;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
}
.client_btn a:hover{
	background: #159ECD;
}
.client_pic ul li{
	display: inline-block;
	margin-right: 10px;
}
.client_pic ul li a img{
	margin-bottom: -4px;
}
.client_pic ul li a.active{
	border-bottom: 5px solid #FEBD17;
}
.client_pic ul li a{
	display:block;	
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.client_pic ul li a:hover{
	border-bottom: 5px solid #FEBD17;
}
/* start clients */
.partner_bg{
	background: #ffffff;
}

.partner {
	padding: 0;
	text-align: center;
}
.partner h2{
	color: #2E2E2E;
	font-size: 1.8em;
	text-align:center;
}
.partner h3{
	float: right;
	width: 82%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 12px;
}

.partner img {
	margin:0 5% 0 0;
	padding:0;
}

.partner img:last {
margin:0;
padding:0;
}

/* start tooltip */
.tool_tip1 {
	margin: 4% 0;
}
.tt-wrapper{
	padding:4% 0 10% 0;	
}
.tt-wrapper li:first-child{
	margin-left: 0;
}
.tt-wrapper li{
	float: left;
	margin-left: 4%;
	width:16.77777%;
}
.tt-wrapper li a{
	display: block;
	outline: none;
	position: relative;
	height: 60px;
}
.tt-wrapper li .tt-sample{
    background-position: 0px 0px;
}
.tt-wrapper li a span{
	text-transform:uppercase;
	width: 100px;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 17px;
	margin-left: -64px;
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	border: 4px solid #000;
	background:#000000;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a span:before,
.tt-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #000;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 70px;
}

/* start products */
.products_bg{
	background: #f1f1f1;
}
.products{
	padding:6% 2%;
	text-align: center;
}
.products h2{
	background: #000000;
	font-size: 1.4em;
	color: #ffffff;
	padding: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.products_of_3{
	display:block;
	margin-top: 4%;	
}
.product1_of_3{
	float: left;
	width: 25.3333%;
	padding: 2%;
	margin-right: 4%;
	background: #ffffff;
}
.product1_of_3 h3{
	font-size: 1.2em;
	color: #000000;
	text-transform: capitalize;
	-webkit-text-stroke: 0.5px;
	margin: 4% 0;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.product1_of_3 h3:hover{
	color: #F47921;	
}
.product1_of_3 h4{
	font-size: 1.2em;
	color: #28AAD6;
	-webkit-text-stroke: 0.5px;
}
/* start footer_top */
.footer_top_bg{
	background: #02788b;
}
.footer_top{
	padding:2% 2%;
	text-align: center;
}
.footer_top h2{
	color: #fff;
	font-size: 2.3em;
	font-family: 'Satisfy', cursive;
	
}
.footer_top h2  a{
	color: #FFFFFF;
	text-decoration:underline;
}
.footer_top h2  a:hover{
	text-decoration:none;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
/* start footer */
.footer_bg{
	background: #000000;
}
.footer{
	padding:1% 0 0 0;
}

.footer form{
	padding:0;
}

.footer h2 {
	font-size: 1.6em;
	color: #ffffff;
	margin-bottom: 2%;
}

.footer .span_of_3{
	color:#FFFFFF;
	float:left;
	margin-right:10%;
	font-family: 'Roboto Condensed', sans-serif;
}

.footer .last {
	margin-right:0;
}
.footer .span_of_3 a{
	color:#02788b;
}
a.yellow {
	color:#02788b;
	font-weight:800;
}
a:hover.yellow {
	text-decoration:underline;
}

.copy img a:hover {
	text-decoration:none;
}
. mid_grid_text p a:hover {
	color:#FFF;
	background-color:#FBBA00;
	padding:3px 6px;
	}
.footer .span_of_3 a:hover{
	color:#FFFFFF;
	background-color:#02788b;
	padding:3px 6px;
}
.footer .span_of_3 img a:hover{
	color:#02788b;
	background-color:#fff;
	padding:3px 6px;
}
.footer .span_of_3 a.none{
	background-color:none;
	padding:0;
}

.footer table {
	color:#FFFFFF;
	float:left;
	font-family: 'Roboto Condensed', sans-serif;
}
.footer table tr td input {
	background-color:#38434E;
	border:none;
	color:#999;
	padding:5px 0;
	margin:10px 0;
}

.footer table tr td textarea {
	background-color:#38434E;
	border:none;
	color:#999;
}

.footer table .button{
	color:#FFFFFF;
	background: #02788b;
	padding:5px;
	border:none;
	font-size:1.6em;
	font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:10px;
}
.footer table .button:hover {
	background-color: #fff;
	color:#02788b;
	cursor:pointer;
}

.mid_grid_right table {
	color:#000;
	float:left;
	font-family: 'Roboto Condensed', sans-serif;
}
.mid_grid_right table tr td input {
	background-color:#fff;
	border:1px solid #999;
	color:#000;
	padding:5px 0;
	margin:10px 0;
}

.mid_grid_right table tr td textarea {
	background-color:#fff;
	border:1px solid #999;
	color:#000;
}

.mid_grid_right table .button{
	color:#FBBA00;
	background: #000 url(../images/icon_post.png)no-repeat 7px 15px;
	padding:5px 5px 5px 35px;
	border:none;
	font-size:1.6em;
	font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top:10px;
}
.mid_grid_right table .button:hover {
	background-color: #333;
	cursor:pointer;
}


.f_nav1 li{
	display: inline-block;
}
.f_nav1 li a{
	display: block;
	color: #ABABAB;
	line-height: 1.8em;
	font-size: 1em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.f_nav1 li a:hover{
	color: #ffffff;
}
.f_nav2 li{
	margin:10px 5px 0 0;
	display: inline-block;
	background: #222222;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
}
.f_nav2 li:hover{
	background: #333333;
}
.f_nav2 li a{
	display: block;
	color: #ABABAB;
	font-size: 1em;
	padding: 10px;
}
p.f_para{
	color: #ABABAB;
	line-height: 1.8em;
	font-size: 1em;
}
/*search*/
.search{
	margin-top:8%;
	position: relative;
	background: #ffffff;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.search input[type=text]{
	font-family: 'Roboto Condensed', sans-serif;
	padding:10px 16px;
	outline: none;
	color: #5a5a5a;
	background: none;
	border: none;
	width: 68.33333%;
	line-height: 1.5em;
	position: relative;
	font-size: 1em;
	text-transform: capitalize;
}
.search input[type=submit]{
	background: url('../images/search1.png') no-repeat 8px 12px;
	padding: 10px 0px;
	border: none;
	cursor: pointer;
	width: 14.33%;
	line-height: 1.5em;
	outline: none;
	position: absolute;
}
.search input[type=submit]:hover {
	background:url('../images/search1_h.png') no-repeat 8px 12px;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.footer_btm{
	margin-top:2%;
	border-top: 2px solid #38434E;
	padding-top: 2%;
}

.footer_btm2{
	margin-top:2%;
	border-top: 2px solid #b9b9b9;
	padding-top: 2%;
	background-color:#000000;
}

.copy a {
	text-align:left;
	color:#FBBA00;
}
.copy a:hover {
	color:#FFF;
	background-color:#FBBA00;
	padding:3px 6px;
}
.copy p{
	font-size: 1em;
	color: #B9B9B9;
}
.copy p span{
	color: #ffffff;
}

.copy p.w3-link,
.copy p.w3-link a,
.copy p.w3-link a:hover {
	display:none;
}
.copy p a{
	color:#02788b;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.copy p a:hover{
	color:#000000;
	background-color:#02788b;
	padding:3px 6px;
}
/*---top-social-icons-----*/
.social-icons {
	float: right;
}
.social-icons li{
	float:left;
	margin-right:10px;
	display:inline-block;
}
.social-icons li a {
	height: 16px;
	width: 18px;
	display: block;
	background:url(../images/social_icons.png);
}
.social-icons li:first-child a{
	background:url(../images/social_icons.png) 0% 0%;
}
.social-icons li:first-child a:hover{
	background: url(../images/social_icons.png) 0% 90%;
}
.social-icons li:nth-child(2) a{
	background: url(../images/social_icons.png) 8% 0%;
}
.social-icons li:nth-child(2) a:hover{
	background: url(../images/social_icons.png) 8% 90%;
}
.social-icons li:nth-child(3) a{
	background: url(../images/social_icons.png) 24% 0%;
}
.social-icons li:nth-child(3) a:hover{
	background: url(../images/social_icons.png) 24% 90%;
}
.social-icons li:nth-child(4) a{
	background: url(../images/social_icons.png) 32% 0%;
}
.social-icons li:nth-child(4) a:hover{
	background: url(../images/social_icons.png) 32% 90%;
}
.social-icons li:nth-child(5) a{
	background: url(../images/social_icons.png) 40% 0%;
}
.social-icons li:nth-child(5) a:hover{
	background: url(../images/social_icons.png) 40% 90%;
}
.social-icons li:nth-child(6) a{
	background: url(../images/social_icons.png) 49% 0%;
}
.social-icons li:nth-child(6) a:hover{
	background: url(../images/social_icons.png) 49% 90%;
}
.social-icons li:nth-child(7) a{
	background: url(../images/social_icons.png) 56% 0%;
}
.social-icons li:nth-child(7) a:hover{
	background: url(../images/social_icons.png) 56% 90%;
}
.social-icons li:nth-child(8) a{
	background: url(../images/social_icons.png) 66% 0%;
}
.social-icons li:nth-child(8) a:hover{
	background: url(../images/social_icons.png) 66% 90%;
}
.social-icons li:nth-child(9) a{
	background: url(../images/social_icons.png) 74% 0%;
}
.social-icons li:nth-child(9) a:hover{
	background: url(../images/social_icons.png) 74% 90%;
}
.social-icons li:nth-child(10) a{
	background: url(../images/social_icons.png) 83% 0%;
}
.social-icons li:nth-child(10) a:hover{
	background: url(../images/social_icons.png) 83% 90%;
}
.social-icons li:nth-child(11) a{
	background: url(../images/social_icons.png) 92% 0%;
}
.social-icons li:nth-child(11) a:hover{
	background: url(../images/social_icons.png) 92% 90%;
}
.social-icons li:nth-child(12) a{
	background: url(../images/social_icons.png) 100% 0%;
}
.social-icons li:nth-child(12) a:hover{
	background: url(../images/social_icons.png) 100% 90%;
}
/* start portfolio */
.grids_1_of_3_btm{
	text-align:center;
	margin-bottom: 4%;
}
/* start service*/
.ser-main{
	display: block;
	margin: 4% 0;
}
.ser-grid{
	float:right;
}
.ser-grid-list:nth-last-child(2){
	margin-right: 0;
}
.ser-grid-list{
	float: left;
	width: 21.33333%;
	margin-right: 4%;
}
.ser-grid-list img{
	margin-top:15px;
}
.ser-grid-list p{
	margin: 8% 0;
}
.ser-para {
	margin: 2% 0;
}
h2.style{
	color: #202226;
	text-transform: capitalize;
	font-size: 3em;
	letter-spacing: -1px;
}
p.para{
	color: #000000;
	line-height: 1.8em;
	font-size: 1em;
}
.btn_s {
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.btn_s:hover {
	background: #000000;
}
/* start staff */
.staff h3 {
	margin-top:4%;
	color: #000000;
	text-transform: capitalize;
	font-size: 1.5em;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.staff h3:hover {
	color: #79C378;
}
/* start blog */
.blog {
	padding: 2%;
}
.blog_list{
	margin-top: 2%;
}
.blog_list h5{
	text-transform:capitalize;
	line-height: 1.5em;
	font-size:1.4em;
	color: #202227;
	-webkit-text-stroke: 0.2px;
}
.blog_list h5 a{
	color: #F47921;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.blog_list h5 a:hover{
	color: #202227;
}
.blog_para{
	margin: 2% 0;
}
.blog_para p a{
	float: left;
	margin-right: 4%;
}
.blog_para p a img{
	margin-top: 10px;
}
.read_more1{
	margin-top: 2%;
}
/***Contact*/
.contact{
	padding:4% 2%;
}
.map{
	margin: 2% 0;
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	color: #202227;
	display: block;
	font-size: 1em;
	padding-bottom: 5px;
}
.contact-form input[type=text], .contact-form textarea {
font-family: 'Roboto Condensed', sans-serif;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 98%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type=submit]{
font-family: 'Roboto', sans-serif;
	cursor:pointer;
	-webkit-appearance: none;
	padding: 12px 30px;
	border: 1px solid #ffffff;
	background: #202227;
	display: inline-block;
	font-size: 1em;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.contact-form input[type=submit]:hover{
	background: #000000;
}
/* start feature */
.top_grid_bg1{
	background: #ffffff
}
.top_grid_btn1 {
	float: right;
}
.top_grid_btn1 .btn {
	padding: 12px 30px;
	border: 1px solid #202227;
	display: block;
	font-size: 1em;
	text-transform: uppercase;
	color: #202227;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	transition: 0.9s;
}
.top_grid_btn1 .btn:hover{
	background: #202227;
	color:#ffffff;
}


/***** Media Quries *****/
@media only screen and (max-width: 1440px) {
	.wrap{
		width:95%;
		}
	.cssmenu > ul {
	margin-top:0;
	padding:0;
}

.cssmenu > ul > li > a {
	font-size:18px;
	padding:70px 0px 0px 35px;
}

#fwslider .slide_content_wrap {
	margin:5% auto;
}
}

@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
	}
	#fwslider .title {
		margin-left: 8%;
	}
	#fwslider .description {
		margin-left: 8%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
}

@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.image_grid {
		width: 21.333%;
	}
	.tool_tip > ul > li {
		width: 16.33333%;
	}
	.cssmenu > ul > li > a {
		/*padding: 14px 16px;*/
		padding:65px 0 0 15px;
	}
	h2.white_handwritten {
	font-size:2.2em;
	}
	
	.footer_top h2 {
	font-size:2.2em;
	}
#fwslider .slide_content_wrap {
	margin:0;
}

}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.tool_tip > ul > li > ul {
		margin-left: -50px;
	}
	.cssmenu > ul > li > a {
	padding: 14px 16px;
	 }
#box {
	font-size:26px;
}
#fwslider .slide_content_wrap{
	
	margin-left:150px;
	margin-top:3%;
}

h2.white_handwritten {
	font-size:1.8em;
}
.footer_top h2 {
    font-size: 1.7em;
}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	
	.footer_top h2 {
    font-size: 1.5em;
}	
img.icon {
top: 0;
float:right;
}

#box {
	display:none;
}

#fwslider .slide_content_wrap {
	margin-top:3%;
}

h2.white_handwritten {
	font-size:1.8em;
	line-height:1.5em;
}

.top_grid h2.white {
    font-size: 1.2em;
}

.mid_grid_left {
	width:100%;
}
#logo img {
		text-align:center;
		float: none;
}
.clearfix a:hover, .clearfix a:active {
    background: #02788b;
   }
   
  .clearfix a#pull {
    background: #222;
    color:#02788b;
    text-align:right;
    padding:0 10px 5px 0;
    width:50px;
    margin-top: -170px;

  }
  
  .clearfix {
  height:1px;
  }
	.cssmenu {
		float: none;
		text-align:center;
	}
	.cssmenu {
		display: none;
	}
	.top-nav{
		display:block;
	}
	.footer_top h2 {
		font-size: 2em;
	}
	.span1_of_4 {
		float: left;
		width: 45.333333%;
		margin: 4% 0  0 0;
	}
		.footer_btm {
		text-align: center;
	}
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	
	.footer_top h2 {
    font-size: 1.5em;
}	
img.icon {
top: 0;
float:right;
}

#box {
	display:none;
}

#fwslider .slide_content_wrap {
	margin-top:3%;
}

h2.white_handwritten {
	font-size:1.8em;
	line-height:1.5em;
}

.top_grid h2.white {
    font-size: 1.2em;
}

.mid_grid_left {
	width:100%;
}
#logo img {
		text-align:center;
		float: none;
}
.clearfix a:hover, .clearfix a:active {
    background: #02788b;
   }
   
  .clearfix a#pull {
    background: #222;
    color:#02788b;
    text-align:right;
    padding:0 10px 5px 0;
    width:50px;
    margin-top: -170px;

  }
  
  .clearfix {
  height:1px;
  }
	.cssmenu {
		float: none;
		text-align:center;
	}
	.cssmenu {
		display: none;
	}
	.top-nav{
		display:block;
	}
	.footer_top h2 {
		font-size: 2em;
	}
	.span1_of_4 {
		float: left;
		width: 45.333333%;
		margin: 4% 0  0 0;
	}
		.footer_btm {
		text-align: center;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	
.wrap{
		width:95%;
	}
	
	.footer_top h2 {
    font-size: 1.5em;
}	
img.icon {
top: 0;
float:right;
}

#box {
	display:none;
}

#fwslider .slide_content_wrap {
	margin-top:3%;
}

h2.white_handwritten {
	font-size:1.8em;
	line-height:1.5em;
}

.top_grid h2.white {
    font-size: 1.2em;
}

.mid_grid_left {
	width:100%;
}

.mid_grid_right {
	width:100%;
}

#logo img {
		text-align:center;
		float: none;
}
.clearfix a:hover, .clearfix a:active {
    background: #02788b;
   }
   
  .clearfix a#pull {
    background: #222;
    color:#02788b;
    text-align:right;
    padding:0 10px 5px 0;
    width:50px;
    margin-top: -170px;

  }
  
  .clearfix {
  height:1px;
  }
	.cssmenu {
		float: none;
		text-align:center;
	}
	.cssmenu {
		display: none;
	}
	.top-nav{
		display:block;
	}
	.footer_top h2 {
		font-size: 2em;
	}
	.span1_of_4 {
		float: left;
		width: 45.333333%;
		margin: 4% 0  0 0;
	}
		.footer_btm {
		text-align: center;
	}
}
@media only screen and (max-width: 320px) {
.wrap{
		width:95%;
	}
	
	.footer_top h2 {
    font-size: 1.5em;
}	
img.icon {
top: 0;
float:right;
}

.mid_grid_left {
	width:100%;
}

.mid_grid_right {
	width:100%;
}

.mid_grid h2.white {
font-size:1.4em;
}

.mid_grid h2 {
font-size:1.4em;
}

#box {
	display:none;
}

#fwslider .slide_content_wrap {
	margin-top:3%;
}

h2.white_handwritten {
	font-size:1.8em;
	line-height:1.5em;
}

.top_grid h2.white {
    font-size: 1.2em;
}

.mid_grid_left {
	width:100%;
}
#logo img {
		text-align:center;
		float: none;
}
.clearfix a:hover, .clearfix a:active {
    background: #02788b;
   }
   
  .clearfix a#pull {
    background: #222;
    color:#02788b;
    text-align:right;
    padding:0 10px 5px 0;
    width:50px;
    margin-top: -170px;

  }
  
  .span_of_3 last {
  width:10%;
	
}
  .clearfix {
  height:1px;
  }
	.cssmenu {
		float: none;
		text-align:center;
	}
	.cssmenu {
		display: none;
	}
	.top-nav{
		display:block;
	}
	.footer_top h2 {
		font-size: 2em;
	}
	.span1_of_4 {
		float: left;
		width: 45.333333%;
		margin: 4% 0  0 0;
	}
		.footer_btm {
		text-align: center;
	}
}
