@charset "utf-8";
/* correction Codes */

header,asside,footer,section,canvas{ display:block;}

/* font integration */

@font-face {
   font-family: "Corbert";
   src:url(../fonts/Corbert-Regular_0.otf)

}

@font-face {
   font-family: "HelveticaNeueLT Com 35 Th";
   src:url(../fonts/HelveticaNeueLTCom-Th_0.ttf);
}

@font-face {
   font-family: "Segoe UI";
   src:url(../fonts/segoeui.ttf);
  
}

@font-face {
   font-family: "HelveticaNeueLT Com 37 ThCn";
   src:url(../fonts/HelveticaNeueLTCom-ThCn_0.ttf);
}

@font-face {
   font-family: "Helvetica Neue";
   src:url(../fonts/helveticaneuewebfont.ttf);
}

@font-face {
   font-family: "HelveticaNeueLT Com 25 UltLt";
   src:url(../fonts/HelveticaNeueLTCom-UltLt_0.ttf);
}


@font-face {
   font-family: "freestyle script";
   src:url(../fonts/FREESCPT.TTF);
}

@font-face {
   font-family: "HelveticaNeueLT Com 67 MdCn";
   src:url(../fonts/HelveticaNeueLTCom-MdCn.ttf);
}

@font-face {
   font-family: "HelveticaNeueLT Com 87 MdCn";
   src:url(../fonts/HelveticaNeueLTCom-HvCn_0.ttf);
}

@font-face {
   font-family: "HelveticaNeueLT Com 47 LtCn";
   src:url(../fonts/HelveticaNeue47.ttf);
}

@font-face {
   font-family: "HelveticaNeueLT Com 57 Cn";
   src:url(../fonts/HelveticaNeueLTCom-Cn.ttf);
}


@font-face {
   font-family: "HelveticaNeueLT Com 55 Roman";
   src:url(../fonts/HelveticaNeueLTCom-Roman.ttf);
}



@font-face {
   font-family: "Calibri";
   src: url(../fonts/calibri.ttf);
}

/*Spacing*/
.space0
{ width:100%; height:5px;}
.space1
{ width:100%; height:10px;}
.space2
{ width:100%; height:20px;}
.space3
{ width:100%; height:30px;}
.space4
{ width:100%; height:40px;}
.space5
{ width:100%; height:50px;}
.space9
{ width:100%; height:90px;}
.space6
{ width:100%; height:60px;}
.space7
{ width:100%; height:70px;}
.space8
{ width:100%; height:80px;}

.space10
{ width:100%; height:110px;}

.tint1{background:#e9e9e9;}

.tint2{background:#e5e5e5;}

.tint3{background:#e2e2e2;}

.tint4{background:#f2f2f2;}

.bottam_left{background:#3a464f;}


body,html{ height:100%; position:relative;}
/*----------   mainpage    -------------*/

.banner{ height:100%; position:relative; background:url(../images/banner.jpg) no-repeat; background-size:cover; }
.top{ height:84px; background:url(../images/top.png) repeat-x top left;}

.logo{background:url(../images/logo.jpg) no-repeat; height:84px;}
.logo2{height:84px; display:none !important;}


/*Menu*/

/* menu::base */
#menu {
    position:relative;
    z-index:100;
    height:43px;
	width:657px;
}
#menu .menu {
    
    background: url(images/header.html) right top no-repeat; 
}
#menu * {
    list-style:none;
    border:0;
    padding:0;
    margin:0;
}
#menu a {
    display:block;
    padding:15px 10px 11px 10px;
    white-space:nowrap;
}
#menu li {
    float:left;
    background:#fff;
}
#menu li li {
    float:none;
}
#menu div {
    visibility:hidden;
    position:absolute;
    background:url(images/pix.html);
}
#menu div div {
    margin:-35px 0 0 -1px;
    left:100%;
}
#menu div div div {
    margin:-35px 0 0 -1px;
    left:100%;
}
#menu li:hover>div { visibility:visible; }

/* menu::special styles */
/* menu::level 1 */
#menu a {
    text-decoration:none;
    color:#ffffff;/*1*/
    position:relative;
    z-index:77;
}
#menu a:hover {
    background:url(images/header.html) left -43px repeat-x;
    color:#FFF;
}
#menu a:hover span { color:#FFF; }
#menu li.current a {
    background: transparent url(images/header_active.html) repeat-x;
    color:#3C4955;
	
}

.mn_act{ border-bottom:solid 2px #fff !important;}

#menu li.current span {
    color:#fff;
}
#menu>ul>li:hover>a {
    background:url(images/header.html) left -43px repeat-x;
    color:#CACFD3;
}
#menu>ul>li:hover>a span { color:#FFF; }
#menu span {
    text-transform:uppercase;
    font-family: 'GothamLight' !important;
	font-size:13px;
    text-decoration:none;
    color:#ffffff;
}
#menu li { background: url(images/header.html) left top no-repeat;}

#menu li:hover{ border-bottom: solid 2px #007cd3 !important;}
/* menu::level >= 2 */
#menu ul ul {width: 150px;}
#menu li li{
	  background:#007cd3;
	  border-bottom:1px solid #008ef2;}
#menu li li a {
    position:static;
    background:#007cd3;
    white-space:normal;
    text-align: center;
    color:#FFF;
	
    padding:0;
		text-transform:none;
		width: 100%;
}
#menu li.current li a {
    background: none;
    color:#FFF;
}
#menu li.current li span {
    color:#FFF;
}
#menu li li a:hover { background:#006cb7; }
#menu li li a span { color:#fff; line-height: 15px; padding: 10px;	}
#menu li li a:hover span { color:#ffffff; }
#menu li li a.parent span{background:transparent url(images/arrow.html) no-repeat scroll right 50%; z-index:10;  }

#menu li li span {
    display:block;
    text-transform:none;
    padding:0px 18px 0px 0px;
    font-size:13px;
    letter-spacing: 0;
}
.mn_act{ border-bottom:solid 2px #007cd3 !important;}


/*Menu end*/

.login{background:#007cd3; height:47px; cursor:pointer;}
.login i{ width:100%;}
.login i img{ margin-top:5px;}
.login h4{ color:#fff; text-align:center; margin:0px 0 0 0; line-height:10px;}
.login:hover{ background:#32c7ee;}

.join{background:#536e82; height:47px; cursor:pointer; margin:0px !important;}
.join i{ width:100%;}
.join i img{ margin-top:5px;}
.join h4{ color:#fff; text-align:center; margin:0px 0 0 0; line-height:10px;}
.join:hover{ background:#758b9b;}

.op_soc_outter{ width:auto !important;}

.op{ background: rgba(255, 255, 255, 0.5); padding:5px 10px; margin-top:3px; width:auto !important;}
.op p i{ margin: 1px 5px 0 0;}
.op p{ font:normal 13px "Calibri"; color:#fff; line-height:0; margin-top:3px; }

.social{ display:block; width:auto !important; margin:3px 0 0 0;}
.social img{ width:27px; height:27px; margin:5px 0 0 2px;
-webkit-transition: all 0.8s ease;
     -moz-transition: all 0.8s ease;
       -o-transition: all 0.8s ease;
      -ms-transition: all 0.8s ease;
          transition: all 0.8s ease;}

.social img:hover{-webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); cursor:pointer;}
		  
.banner_text{}
.banner_text h2{font:normal 50px "HelveticaNeueLT Com 87 MdCn"; color:#fff;  padding-top:250px;}
.banner_text p{font:normal 20px "HelveticaNeueLT Com 47 LtCn"; color:#fff;}
.read_more{ margin:10px 0 !important; padding:10px 0px; font:normal 20px "HelveticaNeueLT Com 47 LtCn"; text-align:center; color:#fff; background:#85cd4c; cursor:pointer;}	  
		  .read_more:hover{ background:#389bf4;}

.ser{ display:block;}
.ser_col{background: #3a464f;}
.ser h2{ font:normal 30px "HelveticaNeueLT Com 87 MdCn"; color:#007cd3; text-align:center;}
.ser h2 span{font:normal 20px "HelveticaNeueLT Com 47 LtCn"; color:#eeeeee; text-align:center; padding:0 30px 0 30px; display:block;}
.ser p{font: normal 13px "Segoe UI";
color: #b8c2c9;
padding: 0 40px 20px 40px;
text-align: justify;
line-height: 20px;
height: 400px;
}
.arro_bu{width:47px !important; height:47px !important; cursor:pointer}
.arro_bu:hover{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;}

.product{ display:block;}
.product h2{font:normal 40px "HelveticaNeueLT Com 67 MdCn"; color:#222222; text-align:left;}


.icocart{border:1px solid #fff; margin-right:5px; padding:10px; }
.icocart:hover{border:1px solid #85cd4c;}
.inner_ico{margin:0px; padding:0px;}


.l_icon{ margin:0px !important; padding:0px !important;}
.l_icon span{ display:block; width:29px;  height:29px; border:2px solid #fff; margin:0px; padding:0px;}
.l_icon span img{margin:10px 0 0 10px;}
.pro_details{ width:315px; height:126px;}
.pro_details h2{width:300px; font: normal 14px "Century Gothic"; color:#333; padding:10px 0 0 15px;}
.ico{margin:5px 0 0 8px !important; padding:0px !important;}



.realative{ position:relative; margin-bottom: 30px;}
.realative img{ position:relative; width:100%;}

.box{ width:100%; height:100% !important; position:absolute; border:6px solid #333; opacity:.0; left:0px; top:0px; }
.realative:hover .box{ opacity:.8; cursor:pointer; transition: all 0.5s ease;}
.box h2{font:normal 19px "HelveticaNeueLT Com 47 LtCn"; color:#ffffff; text-align:center; margin-top:125px;}
.box p{font:normal 14px "Segoe UI"; color:#ffffff; text-align:center;}




.round{margin-top:29px; width:100%; padding:15px 0 ;  background:#85cd4c; position:absolute; bottom:60px; left:0; font:normal 25px "HelveticaNeueLT Com 67 MdCn"; color:#fff; text-align:center; z-index:999;}




.round1{width:100%; padding:15px 0 !important; background:#007cd3; background:rgba(0,173,219,.6); position:absolute; bottom:60px; left:0; font:normal 25px "HelveticaNeueLT Com 67 MdCn"; color:#fff; text-align:center;}


.realative:hover .round1{ display:none;}

.view_more{ padding:15px 0px; margin:0px; font:14px normal 'Calibri'; color:#FFF; background:#85cd4c; margin:0px !important; text-align:center;}

.view_more:hover{ background:#ff7f25;}

.row_fluidbg{background:#f2f2f2 !important;}

.i_co{width:100%; height:auto; margin:0px !important; padding:0px !important; }
.i_co h2{ font:normal 28px "HelveticaNeueLT Com 87 MdCn"; color:#fff; display:block; padding:10px 25px 10px 25px; background:#3a464f;}

.i_co p{ font:normal 14px "Segoe UI"; color:#666;  display:block; background:none !important;}



.row_fluidbg{background:#f2f2f2 !important;}

.i_co{ margin-right:20px !important; }
.i_co h2{ font: normal 28px "HelveticaNeueLT Com 87 MdCn";
color: #fff;
display: block;
padding: 21px 20px;
background: #3a464f;
line-height: 0; margin-top:25px;}

.i_co p{ font:normal 14px "Segoe UI"; color:#666;  display:block; background:none !important; line-height:22px;}
.read_m{margin: 10px 0 !important;
padding: 10px 35px;
font: normal 15px "HelveticaNeueLT Com 47 LtCn";
text-align: center;
color: #fff;
background: #85cd4c; 
cursor: pointer;
border:0px;}

.blue_color{color:#007cd2 !important;}
.address_loc{position:relative;}
.address_icon{position:absolute; margin-left:-95px; top:15px;}

.mbox{ margin:0px !important; padding:0px 0 20px 0 !important; }
.mbox h2{font:normal 16px "HelveticaNeueLT Com 67 MdCn"; color:#333333; padding:0px 0 0 25px; margin:0px;}
.mbox ul{margin:0px; padding:0px;}
.mbox ul li{list-style:none; font:normal 14px "Calibri"; color:#666666; padding:10px 0 0 25px;}
.mbox ul li a{color:#666666;}
.mbox ul li:hover{ color:#85cd4c !important;}

.offer_img{width:50% !important; height:299px; margin:0px !important; padding:0px !important;}

.offer_box{ margin:0px !important; width:50% !important; height:299px;}
.offer_box h2{font:normal 30px "HelveticaNeueLT Com 87 MdCn"; color:#007cd3; text-align:center;}

.offer_sub {
border-bottom: 1px solid #626b72 !important;
padding: 20px 30px; }
.offer_sub h2{font:normal 22px "HelveticaNeueLT Com 47 LtCn"; color:#ffffff; margin:3px; text-align:left; }
.offer_sub p{ font:normal 13px "Segoe UI"; color:#999999;}

.round_bu{ margin:0px !important; padding:0px !important;}

.round_bu h2{ display:block; border-radius:190px; background:#85cd4c; height:30px; width:30px; color:#FFF;  font:normal 18px "Segoe UI"; margin-top: 30px;}

.main_con{height:299px; margin:0px !important; padding:0px !important;}

.border_div{ border-bottom:1px solid #000;}

.offer_round{ width:150px; height:150px; background:#007cd3; border-radius:190px; position:absolute; left:44%; top:-30%; z-index:999;}
.offer_round h2{ font:normal 13px "Segoe UI"; color:#fff; text-align:center;}
.offer_round p{ font:normal 30px "freestyle script"; color:#fff; text-align:center;}

.main_posi{position:relative; margin-top:130px;}
.border1{border-bottom:1px #000 solid;} 

.icon_f{ }
.icon_f img{ width:150px; height:70px;}
.icon_f p{  font:normal 11px "Segoe UI"; color:#1d1d1b; text-align:center; }




.mar{margin:0px !important; padding:0px !important;}
.text_sty{ font:normal 15px 'Calibri', sans-serif; color:#c92403; }



.login_box{ display:block;}

.login_box h1{font-size: 16px;
color: #333;}

.login_box input[type="text"]
{
border: solid 1px #e2e2e2 !important;
height: 40px;
width: 97%;
margin-bottom:15px;
font-size: 13px;
background: #eee;
}

.login_box textarea
{
border: solid 1px #e2e2e2 !important;
height: 80px;
width: 97%;
margin-bottom:15px;
font-size: 13px;
background: #eee;
}


.login_box  input[type="file"] {
height: 30pz;
line-height: 30px;
background: #eee;
padding: 10px 0;
width: 100%;
text-align: center !important;
}

.login_box input[type="password"]
{
border: solid 1px #e2e2e2 !important;
height: 40px;
width: 97%;
margin-bottom:15px;
font-size: 13px;
background: #eee;
}

.login_box input[type="checkbox"]
{ margin:-3px 8px 0 0;}

.modal-footer p{ float:left; padding-top:10px;}

.modal-footer p a{  color:#80b939;}
.modal-footer p a:hover{  color:#548813;}






.nl{ display:block; margin-top:10px;}

.nl input[type="email"]
{
border: solid 1px #e5e5e5 !important;
height: 40px;
width: 100%; font-size:13px;
margin-bottom:10px;
}

.nl input[type="submit"]
{ float:right;
background:#85cd4c; border:solid 1px #85cd4c; font-family: 'GothamLight'; font-size:14px; font-weight:normal; padding:5px 0; color:#fff;
width: 100px !important;

}

.footer{ background:#111;  margin: 25px 0 0 0;}
 
.footer .item { padding:50px 0; width:370px; overflow:hidden; float:left;}
.footer .item h3{margin:0px 0 10px 0; padding:0px 0 10px 0; width:100%; border-bottom:solid 1px #222; height:28px; float:left; font-family: 'museo100regular'; font-size:22px; color:#fff; text-transform:uppercase;}
.footer .item ul{margin:0px; padding:0px; width:100%; height:auto; float:left;}
.footer .item ul li {margin:0px; padding:0px; width:100%; height:22px; float:left; font:normal 13px 'Calibri', sans-serif; color:#252525; text-transform:uppercase;}

.footer .item h4 {margin:0px; padding:0px; width:100%; height:auto; float:left; font:normal 13px 'Calibri', sans-serif; color:#9f9f9f !important; line-height:22px;}

.footer .item ul li a{font:normal 13px 'Calibri', sans-serif; color:#9f9f9f; text-decoration:none;
						 -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out;}
.footer .item ul li a:hover{color:#fff; 
								-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
								

.right_res{  font:normal 13px 'Calibri', sans-serif; color:#9f9f9f; text-align:center; padding:10px 0; border-top:solid 1px #222;}


.res_top{ display:none;}

	    .mblMenu .itemM a {color:#666 !important; text-decoration:none;}
		
		
		
		

/*about us page*/

.headerbg1{ width:100%; height:250px; background: url(../images/profile.jpg); background-size:cover;}
.headerbg3{ width:100%; height:250px; background:url(../images/inner_banner3.jpg); background-size:cover;}
.headerbg4{ width:100%; height:250px; background:url(../images/contact_bg.jpg); background-size:cover;}
.headerbg5{ width:100%; height:250px; background:url(../images/inner_banner6.jpg); background-size:cover;}
.headerbg6{ width:100%; height:250px; background:url(../images/clients_bg.jpg); background-size:cover;}
.headerbg7{ width:100%; height:250px; background:url(../images/inner_banner4.jpg); background-size:cover;}
.headerbg8{ width:100%; height:250px; background:url(../images/inner_banner5.jpg); background-size:cover;}


.ab{ padding:20px 0;}
.ab h2{font-family: "Pacifico",cursive !important; font-size:25px; background:#007cd3; color:#fff; border:1px solid #FFFFFF; padding:10px; float:left; margin:35px 0 0 0;}
.ab p{ font:normal 18px "HelveticaNeueLT Com 47 LtCn"; color:#fff;}

.bac{}
.bac p{font:normal 13px 'Calibri', sans-serif; color:#fff; float:right;}

.ich{margin:0px; padding:0px;}
.ab_img{width:100%; height:auto; border:3px #e5e5e5 solid;}


.about_text{ display:block;}
.about_text h2{ font:normal 22px "HelveticaNeueLT Com 47 LtCn"; color:#7d7d7d;}
.about_text p{font:normal 13px "Segoe UI"; color:#999999;}
.read_more2{padding:10px 10px 15px; font:normal 20px "HelveticaNeueLT Com 47 LtCn"; color:#fff; background:#85cd4c; cursor:pointer; width:20%;}


.awwad{display:block;}
.awwad h3{ font:normal 30px "HelveticaNeueLT Com 67 MdCn"; color:#3c3c3c; margin:0px; padding:0px;}

.pspad{ margin-top:22px;}
.pspad i{ margin:0px 5px 0 0;}


/*T_shirt page*/

.side_menu{ background:#FFF; border: solid 1px #eeeeee;
padding-bottom: 30px;
box-shadow: 1px 3px 10px #ddd;
-webkit-box-shadow: 1px 3px 10px #ddd;}

.side_menu h2{ display:block; padding-left:45px; font:normal 20px "HelveticaNeueLT Com 57 Cn"; color:#fff; line-height:45px; border-bottom:5px solid #007cd3; background:#3a464f; margin:0px;
-moz-box-shadow: 0 0 1px 1px #888;
-webkit-box-shadow: 0 0 1px 1px#888;
box-shadow: 0 0 1px 1px #888;}  
.side_menu ul{margin:0px; padding:0px; }
.side_menu ul li{ width:100%; list-style:none;  padding:15px 0 15px 15%; margin:0px !important; border-bottom:1px solid #cfcfcf; background:#FFF; font:normal 13px "Segoe UI"; color:#666666;}
.side_menu ul li a{  color:#666;  text-decoration:none !important;}
.side_menu ul li:hover{ background:#007cd3; color:#fff !important;}

.pr{border:1px solid #e1e1e1; position:relative; cursor:pointer; margin-bottom:25px;}
.pr img{ width:100%;}
.pr:hover .text_name{cursor:pointer; transition: all 0.5s ease; background:#ff7f25; } 
.pr:hover .text_name h2{color:#fff;}
.pr:hover .text_name p{color:#fff;}
.text_name{ width:100% !important; background: rgba(255, 255, 255, 0.5); position:absolute; z-index:999; bottom:50px; margin:0px !important; padding:10px 0 !important;}
.text_name h2{ font:normal 25px "HelveticaNeueLT Com 57 Cn"; color:#111111; text-align:center;}
.text_name p{ font:normal 12px 'Calibri', sans-serif; color:#111111; text-align:center;}


/*Shop page*/

.check_area{ background:#FFF; background: #FFF;
border: solid 1px #eeeeee;
padding-bottom: 30px; box-shadow: 1px 3px 10px #ddd;
-webkit-box-shadow: 1px 3px 10px #ddd;}
.check_area h2{ display:block; padding-left:45px;  font:normal 20px "HelveticaNeueLT Com 57 Cn"; color:#fff; line-height:45px;  background:#3a464f; margin:0px;}  


.squaredOne {

	overflow:hidden;
	border:none !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
	margin:5px 0 5px 45px;
	position: relative;
	
	
	
	
}

.squaredOne input[type="checkbox"]{ float:left;}

.squaredOne p{ float:left; margin:1px 0 0 15px;}

.squaredOne label {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0px;
	top: 4px;

	

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #85cd4c;

	

	top: 2px;
	left: 2px;

	
}


.squaredOne label:hover::after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.squaredOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.check_text{ display:block;}
.check_text h1{ font:normal 14px "Segoe UI"; color:#666666; padding-left:20px; padding-top:2px;}



.abut{ display:block;}
.abut h1{ font-size:24px; color:#666; line-height:22px;}
	
	
	.ab_sid{ display:block;}
.ab_sid h1{ font-size:16px; color:#666; line-height:22px;}	

.why{ background:#f4f4f6; padding:10px 0; float:left; margin:0 0 5px 0;}
.why h1{ font-size:16px; color:#666; line-height:22px;}	
.why h4{ padding:10px; background:#007cd3; text-align: center; margin-left:10px;
color: #fff;}

/* Large desktop */
@media (min-width: 1200px) { 

 }
 
 
 
 
 
 
 
 
/* Portrait tablet to ipad */
@media (min-width: 980px) and (max-width: 1024px) 
{
	
.top{ display:none;}
.container {padding:0px 10px;}
	
.ser{ width:100% !important;}
.ser p{padding: 0 0px 20px 0px; width:90%; text-align:center; margin:0px auto; height:auto;}
.main_posi{position:relative; display:none;}
.arro_bu {
width: 47px !important;
height: 47px !important;
cursor: pointer;
margin: 10px 20px !important;
}


.res_top{ display:block;}

.banner{ padding-bottom:20px; height:auto;}

.row_fluidbg{ display:none;}

.ser_col .span7{width:100%;}


.why{ background:none;}
.why h4{ margin-left:0px;}

	}
 
  
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) 
{
.top{ display:none;}
.container {padding:0px 10px;}
	
.ser{ width:100% !important;}
.ser p{padding: 0 0px 20px 0px; width:90%; text-align:center; margin:0px auto; height:auto;}
.main_posi{position:relative; display:none;}
.arro_bu {
width: 47px !important;
height: 47px !important;
cursor: pointer;
margin: 10px 20px !important;
}
.res_top{ display:block; }
.res_logo{background:#007cd2;}

.banner{ padding-bottom:20px; height:auto;}

.row_fluidbg{ display:none;}

.ser_col .span7{width:100%;}


.why{ background:none;}
.why h4{ margin-left:0px;}

	 }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) 
{
	
	.logo{height:84px; display:none !important;}
	.top{ display:none;}
.container {padding:0px 10px;}
	
.ser{ width:100% !important;}
.ser p{padding: 0 0px 20px 0px; width:90%; text-align:center; margin:0px auto; height:auto;}
.main_posi{position:relative; display:none;}
.arro_bu {
width: 47px !important;
height: 47px !important;
cursor: pointer;
margin: 10px 20px !important;
}
.res_top{ display:block; }

.banner{ padding-bottom:20px;}

.ser_col .span7{width:100%;}


.why{ background:none;}
.why h4{ margin-left:0px;}
	}

/* Landscape phones and down */
@media (max-width: 480px)

{
	.logo{height:84px; display:none !important;}
	.logo2{height:84px; display:block !important;}
	.top{ display:none;}
.container {padding:0px 10px;}
	
.ser{ width:100% !important; }
.ser p{padding: 0 0px 20px 0px; width:90%; text-align:center; margin:0px auto; height:auto;}
.main_posi{position:relative; display:none;}
.arro_bu {
width: 47px !important;
height: 47px !important;
cursor: pointer;
margin: 10px 20px !important;
}

.footer .item { padding:50px 0; width:100% !important; overflow:hidden; float:left;}

.res_top{ display:block;}

.banner{ padding-bottom:20px; height:auto;}

.row_fluidbg{ display:none;}

.res_logo{ display:block;}
.res_logo img{ width:100%;}

.why{ background:none;}
.why h4{ margin-left:0px;}

	 }
	 
	 .top_contact ul{margin:0px; padding:0px;}
.top_contact ul li{list-style-type:none; float:left; font-size:12px; color:#242424; padding:13px 0 0 0; margin:0 5px 0 0;}
.top_contact ul li a{color:#242424;}
.top_contact span{margin:0 5px 0 0;}


.banner_inner img{width:auto !important; height:auto !important; margin:50px 0 0 0;}
.foot_map{background:url(../images/map.png) left no-repeat;}


.blue_color{color:#007cd2 !important;}
.light_grey{color:#9f9f9f!important;}
.welcome_head{color:#222222; text-align:center; font-size:38px;}
.welcome_head span{color:#007cd3;}

.logo_g{ background:url(../images/clients/siggi.jpg); width:200px; height:120px;}
.logo_g:hover{background:url(../images/clients/siggi_hover.jpg);}
.address{font-size:14px !important;}

.separator{ height:2px; border-bottom:1px solid rgba(181,181,181,1.00);}


   .sky-form  {
      display:none;
      color: #019fd3;
      
    }
    .sky-form .message i {
      display: block;
      margin: 0 auto 20px;
      width: 150px;
      height: 150px;
      border: 3px solid #019fd3;
      border-radius: 50%;
      font-size: 30px;
      line-height: 81px;
      background-image: url('../img/success.png'); 
    }
    .sky-form.submited fieldset,
    .sky-form.submited footer {
      display: none;
    }
    .sky-form .message p
    {
      text-align: center;
    }
    .sky-form.submited .message {
      display: block;
      padding: 25px 30px;
      background: rgba(255,255,255,.9);
      font: 300 18px/27px 'Open Sans', Helvetica, Arial, sans-serif;
      text-align: center;
    }