/**/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/*       'Open Sans', sans-serif     */
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
/*       'Open Sans Condensed', sans-serif*/

@import "../css/reset.css";
@import "../css/grid.css";
/*@import "../css/superfish.css";*/

input {
	outline:  none !important;
	border-radius: 0 !important;	 
}


html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 14px/20px  Arial, Helvetica, sans-serif;
	color:#a1a1a1;
	background-color: #009fb3;
	position:relative;
	min-width:960px;
	margin:15px;
	background-image: url(../images/bg_main_decor.jpg);
}

.ic {
	border:0;
	float:right;
	background:#fff;
	color:#f00;
	width:50%;
	line-height:10px;
	font-size:10px;
	margin:-220% 0 0 0;
	overflow:hidden;
	padding:0
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Open Sans', sans-serif ;
	color: #009fb3;
	text-transform: uppercase;

}
#bigfont{
	font-weight: bolder;
/*	font-family: 'Open Sans',sans-serif;*/
	color: rgb(0, 0, 0);
	font-size: 33px;
	line-height: 35px;
	text-align: center;
}
#captionfont{
	font-weight: bold;
	color: #009fb3;
	text-transform: uppercase;
	margin-left:5px;
}
h2 {
	 padding-top: 14px; 
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	/*margin-bottom: 48px;*/
}

h3 {
	text-align: center;
	font-size: 20px;
	line-height: 33px;
	padding-top: 62px;
	margin-bottom: 24px;
	background: url(../images/h3_bg.png) 0 74px repeat-x;
}

h3.head1 {
	background: no-repeat;
	text-align: left;
	padding-top: 62px;
	 
}
h3.headnew {
	background: no-repeat;
	text-align: center;
	padding-top:0px; 
	padding-right:72px;

}
h3.head2 {
	margin-top: -42px;
}


h3.head3 {
	padding-bottom: 30px;
	margin-top: -30px;
}

h3.head1.h1 {
	padding-top: 59px;
}

.page1 h3 {
	background-position: 0 13px;
	padding-top: 0;
	margin-bottom: 54px;
}


h3 span {
	padding: 0 36px;
	background-color: #fff;
	display: inline-block;
}
h2>span {
	padding-top: 18px;
	color: rgb(0,0,0);

	display: block;
	font-size: 14px;
	line-height: 33px;
}

p {
	margin-bottom: 20px;
}
p:hover{
	margin-bottom: 20px;
	color:#000;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list {
	padding-right: 19px;
}
ul.list2 {
	padding-right: 1px;
}

ul.list .count{
	float: left;
	width: 16px;
	height: 20px;
	text-align: center;
	margin-right: 22px;
	color: white;
	font-size: 13px;
	background-color: rgb(253, 146, 32);
	font-family: 'Open Sans',sans-serif;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-left: 20px;

}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid rgb(253, 146, 32);
	margin-left: 40px;
	float: left;
	margin-right: 22px;
	margin-top:4px;
}
ul.list li+li {
	margin-top: 29px;
	/*padding-top: 29px;
	border-top: 1px solid #d1d1d1;*/
}

ul.list1 {
	margin-top: -1px;
}

ul.list1 li {
	text-decoration: underline;
	padding-left: 36px;
	padding-top: 1px;
	background: url(../images/marker.png) 0 0px no-repeat;
}

ul.list1 li+li {margin-top: 11px;}


ul.list1.l1 {
	padding-top: 16px;
	float: left;
	width: 50%;
}

ul.list1.l1 li {
	text-decoration: none;
	color: #626262;
	background-position: 0 1px;
}
/*links*/

a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #009fb3;
	
}

a.btn {
	/*color: #fd9220;*/
	font: bold 14px/20px 'Open Sans Condensed', sans-serif;
	display: inline-block;
	margin-top: 33px;
}

a.btn:hover {
/*	color: #009fb3;*/
	background-color:#fd9220;
	color:white;
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}

.mb1  {
	margin-bottom: 25px !important;
}

.ind1 {
	margin-top: 11px;
}

.pad0 {
	padding: 0 !important;
}


.pt0 {
	padding-top: 0;
}

.img_inner {
	max-width: 100%;
	 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
	margin-bottom: 19px;
 position: relative;
}

.fleft {
	float: left;
	margin-right: 18px;
	margin-top: 5px;	
	margin-bottom: 0px;
}

.page1 .fleft {
	margin-top: 1px;
	margin-right: 22px;
}

.fright {
	float: right !important;

}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
	color:rgb(0,0,0);
	text-align:justify;
}
.extra_wrapper2 {
	overflow: hidden;
	color:rgb(0,0,0);
	text-align:justify;
	margin-bottom:5px;
}
.clear {
	float: none !important;
	clear: both;
}


/*header*/

header {
	display: block;
	position: relative;
	z-index: 999;
	padding: 11px 0 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color:white;
	border-bottom: solid #009fb3;
}


h1 {
	float: left;
	z-index: 999;

}
h1 a {
	display: block;
	overflow: hidden;
	width: 161px;
	height: 45px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

h1 a img {
	display: block;	
}

/*Content*/
.titilecol1 {
	color: #000;
}
 
.col1 {
	color: #fd9220;
}

.col2  {
	color: #5fabb5;
}

.col3 {
	color: #626262;
	text-align : justify;
}
.col4 {
	color: #626262;
	text-align : justify;
	font-size:12px;
}


.content {
	background-color: #fff;
	padding-bottom: 68px;
	/*border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;*/
}

.page1 .content {
	padding-bottom: 70px;

}

.icon {
	text-align: center;
}

.icon img {
	margin-bottom: 18px;
}

.icon .title {
	font: 24px/33px 'Open Sans', sans-serif;
	/*text-transform: uppercase;*/
	color: #626262;
	margin-bottom: 19px;
}

.page1 .icon {
	margin-bottom: 59px;
}

.works {
	overflow: hidden;
	padding-top: 1px;
	margin-bottom: 53px;
}

.works .clear {
	height: 21px;
}

blockquote {
	padding-top: 1px;
	font-family: 'Open Sans', sans-serif;
}

blockquote p {
	font-family: Arial, Helvetica, sans-serif;;
	padding-top: 4px;
	margin-bottom: 8px;
}

blockquote .col2 {
	
}

.team {
	padding-top: 7px;
	margin: 0 -10px;
	overflow: hidden;
}

.team img {
	margin-bottom: 6px;
	border: 1px solid #d1d1d1;
}

.team .clear {
	height: 29px;
}

.text1 {
	font-size: 20px;
	text-transform: uppercase;
}

.port {
	overflow: hidden;
	padding-top: 5px;
}

.port a.gal {
	display: block;
	line-height: 0;
	margin-top: 0;
	font-size: 0;
	margin-bottom: 	30px;
	background: url(../images/magnifier.png) center center no-repeat #000;

}

.port .clear {
	height: 28px;
}


.port a {
	font: 14px/18px 'Open Sans Condensed', sans-serif;
	display: inline-block;
	margin-top: 5px;
	text-transform: uppercase;
}

.port .text1 {
	margin-bottom: 7px;
	font-size: 18px;
}

a.gal img {
	width: 100%;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a.gal:hover img {
	opacity: 0.76;
}

.pb1 {
	padding-bottom: 7px;
}

.logos {
	overflow: hidden;
	padding-top: 28px;
	margin-bottom: 38px;
}

.logos img {
	border: 1px solid #d3d3d3;
}

p.text1 {
	font-family:  'Open Sans', sans-serif;
	padding-bottom: 14px;
}
/****Map***/

.map {
	padding-top: 12px;
}

.map figure {

	width: 100%;
		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;
margin-bottom: 43px;

}
.map figure iframe {
	width: 100%;
	height: 325px;
	max-width: 100%;
}


.map address {
	padding-top: 10px;
	overflow: hidden;
	line-height: 20px;
}


address dt {
	color: #000;
}


address dd span {
	min-width: 85px;
	display: inline-block;
	text-align: left;
}

/*===NEW STYLES====*/

.grid_menu{
	margin:30px 0px;
}

.grid_menu .grid_3, .grid_menu .grid_4{
	margin:5px;
}

.grid_menu .grid_4{
	    width: 32%;
    min-height: 50px;
}

.grid_menu .grid_3 a, .grid_menu  .grid_4 a{
	padding: 10px 20px;
    display: block;
    background: linear-gradient(180deg, #02e4e3, #016d6e);
    border: 1px solid #036465;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    transition: all 0.4s ease-in-out;
    min-height: 60px;
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-style: italic;

    text-shadow: 2px 2px 1px rgba(0,0,0,0);

}

.grid_menu .grid_3 a:hover, .grid_menu  .grid_4 a:hover{
    background: linear-gradient(0deg, #02e4e3, #016d6e);
    color: #fff;

    text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
    transition: all 0.4s ease-in-out;
}

.grid_menu .grid_3 a span, .grid_menu  .grid_4 a span{
display: block;
    border-top: 1px solid #12ffff;
    padding-top: 10px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 10px 0px 10px;
    font-style: normal;

    text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}

.grid_menu  .grid_4 a {display: block;}
.grid_menu .grid_4 a span .fa{
    vertical-align: middle;
    padding-right: 5px;
    font-size: 32px;
    color: #29f3f2;
    display: inline-block;
}

.grid_menu  .grid_4 a:hover span{ 
	color:#000;
    text-shadow: 2px 2px 1px rgba(0,0,0,0);
     }

     .grid_menu .grid_4 a span .fa-android{
     	font-size:40px;
    line-height: 32px;
     }

     .grid_menu .grid_4 a span .fa-gamepad{
     	font-size:40px;
    line-height: 32px;
     }

.grid_menu  .grid_4 a:hover span .fa{ 
	color:#000;
    text-shadow: 2px 2px 1px rgba(0,0,0,0);
     }

.grid_menu .grid_2 { margin: 0px; }


/************Footer***********/

footer {
	display: block;
	padding: 23px 0px;
	font-size: 12px;
	color: rgb(0,0,0);
	background-color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: solid #009fb3;
}

footer a:hover {
	color: #fd9220;
}



.copy {
	padding-top: 9px;
	padding-bottom: 23px;

}


.socials {
	overflow: hidden;
	float: right;
}

.socials a {
	float: left;
	display: block;
	background: url(../images/socials.png) 0 0 no-repeat;
	width: 35px;
	height: 35px;
}

.socials a+a {
	margin-left: 7px;
	background-position: -42px 0;
}

.socials a+a+a {
	background-position: -84px 0;
}

.socials a+a+a+a {
	background-position: right 0;
}

.socials a:hover {
	opacity: 0.5;
}









/*==========
ie.css style
=============*/

.socials a:hover, .camera_prev:hover, .camera_next:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);

}

a.gal:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=76);

}

/*===========
superfish.css
============*/

 
.menu_block  {
	position: relative;
	z-index: 999;
	float: right;
	padding-top: 6px;

}

nav>.sf-menu {

}
nav{ position:relative;padding: 0px 0 0 0;}
.sf-menu ul {position:absolute;top:-999px; display:none;/* left offset of submenus need to match (see below) */}
.sf-menu li {float:left;position:relative; }
.sf-menu>li {
	position: relative;
	float: left;

}

.sf-menu>li+li {
	
}


.sf-menu>li>a{
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	color: black;
	display: block;
	text-transform: uppercase;
	position: relative;
	line-height: 16px;
	z-index: 999;
	position: relative;
	padding: 9px 20px 9px;
}


.sf-menu>li.sfHover>a,   .sf-menu>li:hover>a:hover {
	text-decoration:underline;
}
  .sf-menu>li.current>a {
	background-color: #fd9220;
}


/*================================>> 2 Level <<========================================*/
.sf-menu li ul,.sf-menu li.sfHover>ul{
	top:-28px;
	left: 114px;

	width: 141px;
	z-index: 999; 
	padding-top: 28px;
	padding-bottom: 23px;
	background-color: #ffffff;
}


.sf-menu li ul li{
	padding-left: 18px;
	float: none !important; 
	margin-bottom: 3px;


}




.sf-menu li ul li a{
	text-transform: uppercase;
	font: 16px/16px 'Dosis', sans-serif;
;
	position: relative;
	color: #000;

}

.sf-menu li li a:hover, 
.sf-menu li.sfHover li.sfHover>a {  
	color: #ec0606;

}
/*=======
form.css
========*/

/****Form****/

#form {
padding-top: 14px;
margin-bottom: 34px;
}

#form input {
	 border: 1px solid #d4d4d4;
	 	 padding: 4px 12px 5px;
	background-color: #fff;

	width: 100%;
	height: 29px;
	float:left;
	font: 14px/20px  Arial, Helvetica, sans-serif;
	color:#a1a1a1;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

#form textarea {
	height: 269px;
	overflow: auto;
	background-color: #fff;
	 border: 1px solid #d4d4d4;
	 	 padding: 7px 12px 8px;
	width: 100%;
	position: relative;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
	float:left;
	font: 14px/20px  Arial, Helvetica, sans-serif;
	color:#a1a1a1;
	margin: 0;
	
}
#form label {
	position:relative;
	display: block;
	min-height: 41px;
	width: 220px;
	clear: left;
	float: left;
}





#form .error, #form .empty {
	color: #FF0000;
	display: none;
	font-size: 10px;
	line-height:14px;
	width:auto;
	position: absolute;
	z-index: 999;
	right: 5px;
	top: 10px;
	float:left;
}

#form .error-empty {
	display:none;
	float:left;
}

.btns {
	position:relative;
	padding-top: 40px;
	text-align: right;

}
.btn {
background-color: rgb(0, 159, 179);
color: white;
width: 58px;
text-align: center;
}

.btns a {
	cursor: pointer;
	margin: 0;
	text-transform: uppercase;
}

.btns a+a {
	margin-left: 30px;
}

#form .message {
	width: 100%;
}

#form .btns span {
	display: inline-block;
	width: 13px;
}


.message br {
	height: 0;
	line-height: 0;
}

#form .success {
	display: none;
	position: absolute;
	width: 220px;
	background-color: #fff;
border: 1px solid #d4d4d4;
		text-align: center;
	padding: 20px 10px;
	z-index: 999;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}



.success_wrapper {
	position: relative;	
}