/**/
@import url(http//fonts.googleapis.com/css?family=Signika:400,300,600,700);
/* 'Signika', sans-serif */

@import "../css/reset.css";
@import "../css/superfish.css";

input {
	outline:  none !important;
}


html {
	width: 100%;
}

 a[href^="tel:"] {
color: inherit;
text-decoration:none;
}

* {
	-webkit-text-size-adjust: none;
}


body {
	font: 13px/19px  Arial, Helvetica, sans-serif;
	color:#ecedef;
	position:relative;
	background: #334960;
}

.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: 'Signika', sans-serif;
	color: #ecedef;
}

h2 {
	font-size: 60px;
	padding-top: 101px;
	line-height: 60px;
	text-align: center;
}

h3 {
	font-size: 48px;
	line-height: 54px;
}

p {
	margin-bottom: 19px;
}

img {
	max-width: 100%;
}

address {
	font-style: normal;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.list{

}

/*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: #334960;
	
}

/*preclass*/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}


.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;
 position: relative;
}

.fleft {
	float: left;
	margin-right: 20px;
	margin-top: 3px;
	margin-bottom: 22px;
}

.fright {
	float: right !important;	
}

.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}



/*header*/

header {
	display: block;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	top: 0;
	overflow: hidden;
	background-color: #334960;
	transition: 0.2s ease;
	-o-transition: 0.1s ease;
	-webkit-transition: 0.2s ease;
	text-align: center;
}




h1 {
	padding-top: 28px;
	float: left;
	z-index: 999;

}
header h1 a {
	display: block;
	overflow: hidden;
	width: 108px;
	height: 43px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

header h1 a img {
	display: block;	
}

/*Content*/
.content {
	padding-top: 125px;
	text-align: center;
	position: relative;
}

.content:after {
	display: block;
	position: absolute;
	content: '';
	z-index: 1;
	width: 0px;
height: 0px;
border-style: solid;
border-width: 37px 50px 0 50px;
border-color: #334960 transparent transparent transparent;
	left: 50%;
	margin-left: -50px;
	top: 0;

}

#page3:after {
	border-color: #f17c72 transparent transparent transparent;

}

#page4:after {
	border-color: #32ac97 transparent transparent transparent;

}

#page5:after {
	border-color: #7f4c76 transparent transparent transparent;

}

.tm_link {
	color: #fd2614;
}

.tm_link:hover {
	color: #fff;
}

#page1 {
	padding-bottom: 20px;
}

header.page1 .men .hover{
	top: 0;
}

header.page2 .men1 .hover{
	top: 0;
}

header.page3 .men2 .hover{
	top: 0;
}

header.page4 .men3 .hover{
	top: 0;
}

header.page5 .men4 .hover{
	top: 0;
}

#page2 {
	background-color: #f17c72;
	padding-top: 230px;
	padding-bottom: 500px;
	padding-bottom: 190px;
}

header.page2 {
	background-color: #f17c72;
}

header.page2 .hover {
	background-color: #e6655e;
}



#page3 {
	background-color: #32ac97;
	padding-top: 230px;
}

header.page3{
	background-color: #32ac97;
}

header.page3 .hover {
	background-color: #46dcc7;
}

#page4 {
	background-color: #7f4c76;
}

header.page4{
	background-color: #7f4c76;
}

header.page4 .hover {
	background-color: #b288ab;
}

#page5 {
	background-color: #3f9fc9;
}

header.page5{
	background-color: #3f9fc9;
}

header.page5 .hover {
	background-color: #37637f;
}

.content {
}

.slogan h3 {
	margin-bottom: 30px;
}

#page2 h3 span {
	background-color: #2aae96;
}

#page2 h3 span, #page2 h3 em {
	display: inline-block;
	padding: 0 3px;
}

#page2 h3 em {
	font-style: normal;
	background-color: #7f4c76;
}

.socials {
	padding-top: 45px;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.socials a {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	width: 69px;
	height: 69px;
	background: url(../images/socials.png) 0 0 no-repeat;
}

.socials a:hover {
	opacity: 0.5;
}

.socials a+a {
	margin-left: 18px;
	background-position: -87px 0;
}

.socials a+a+a {
	background-position: -175px 0;
	margin-left: 19px;
}

.socials a+a+a+a {
	background-position: right 0;
}

.text1 {
	font-size: 23px;
	line-height: 60px;
	text-align: left;
	text-indent: 2em;
}
.text_con{
	text-align: left;
	line-height:30px;
	font-size: 16px;
	padding-left: 45px; 
	text-indent: 2em;
}
.box {
	background-color: #e6655e;
	border: 3px solid #f4948b;
	padding: 23px 0 24px;
	border-top-width: 4px;
	border-bottom-width: 4px;
}

.box img {
	border: 3px solid #f4948b;
	border-radius: 500px;
	margin-bottom: 19px;
}

.box .text1 {
	margin-bottom: 1px;
}

.slogan {
	margin-bottom: 117px;
}



.socials1 {
	margin-top: 19px;
	padding-top: 24px;
	border-top: 2px solid #2aae96;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.socials1 a {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	width: 31px;
	height: 31px;
	background: url(../images/soc1.png) 0 0 no-repeat;
}

.socials1 a:hover {
	opacity: 0.5;
}

.socials1 a+a {
	width: 32px;
	margin-left: 8px;
	background-position: -39px 0;
}

.socials1 a+a+a {
	background-position: -79px 0;
}

.socials1 a+a+a+a {
	background-position: right 0;
}

#page3  {
	padding-bottom: 190px;
}

#page3 .box {
	color: #fff;
	background-color: #46dcc7;
	border-color: #99d6cb;
	padding: 22px 15px 27px;
}

#page3 .box img {
	margin-bottom: 21px;
	border-color: #c8f5ee;
	background-color: #334960;
}

#page3 .box .text1 {
	margin-bottom: 16px;
}

#page4 {
	padding-top: 231px;
	padding-bottom: 186px;
}

#page4  h3 {
	margin-bottom: 108px;
}

.companies img {
	margin-bottom: 19px;
}

.companies .text1 {
	margin-bottom: 9px;
}

.companies a {
	display: inline-block;
	color: #b288ab;
	padding-right: 12px;
	background: url(../images/link_marker.png) right 4px no-repeat;
	margin-top: 14px;
}

.companies a:hover {
	color: #fff;
}

.companies .clear {
	height: 114px;
}

#page5 {
	padding-top: 230px;
	padding-bottom: 190px;
}

#page5 .slogan {
	margin-bottom: 110px;
}
/****Map***/

.map {
	text-align: left;
	overflow: hidden;
	padding-top: 5px;
}

.map .text1 {
	margin-bottom: 39px;
	color: #fff;
}
.map figure {
	position: relative;
	top: 7px;
	border: 1px solid #3c7f9f;
	width: 100%;
		 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -o-box-sizing: border-box;
 box-sizing: border-box;
 display: block;

}
.map figure iframe {
	width: 100%;
	height: 218px;
	max-width: 100%;
}

.map a {
	color: #373b47;
}

.map a:hover {
	color: #fff;
}

.map address {
	overflow: hidden;
	font-size: 14px;
	line-height: 21px;

}



address dt {
	margin-bottom: 63px;
}


address dd span {
	min-width: 85px;
	display: inline-block;
	text-align: left;
}




/************Footer***********/

footer {
	display: block;
}

footer {
}

footer a:hover {
	color: #f17c72;
}

.copy {
	color: #e0e8ec;
	padding-top: 29px;
	padding-bottom: 30px;
	font-size: 12px;
	line-height: 24px;
}

/**to top**/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:40px;
	margin-right: -620px !important;
	overflow:hidden;
	width:45px;
	height:45px;
	border:none;
	text-indent:-999px;
	z-index:999;
	background:url(../images/totop.png) no-repeat left top;
	transition: 0s ease;
	-webkit-transition: 0s ease;
	-o-transition: 0s ease;	
}
#toTop:hover {
	background-position: right 0;
}
.ly{
	width: 200px;
	float: left;
	height: 200px;
	line-height: 200px;
	background: #3f9fc9;
	border-radius: 50%;
	margin-left: 100px;
	font-size: 30px;
}
.ly:nth-child(2n){
	margin-top: 50px;
}

.socialAnimation{
    width: 400px;
    height: 300px;
	margin: 20px auto;
}
.socialAnimation li{
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    list-style-type: none;
    -webkit-animation: scaleLi 4s ease-in-out infinite;
    -moz-animation: scaleLi 4s ease-in-out infinite;
    -o-animation: scaleLi 4s ease-in-out infinite;
    -ms-animation: scaleLi 4s ease-in-out infinite;
    animation: scaleLi 4s ease-in-out infinite;
}
@-webkit-keyframes scaleLi {
    0% { 
        -webkit-transform: scale(1);
    }
    45% { 
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(1.2);
    }
    75% { 
        -webkit-transform: scale(1);
    }
    100% { 
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes scaleLi {
    0% { 
        -moz-transform: scale(1);
    }
    45% { 
        -moz-transform: scale(1);
    }
    60% {
        -moz-transform: scale(1.2);
    }
    75% { 
        -moz-transform: scale(1);
    }
    100% { 
        -moz-transform: scale(1);
    }
}
@-o-keyframes scaleLi {
    0% { 
        -o-transform: scale(1);
    }
    45% { 
        -o-transform: scale(1);
    }
    60% {
        -o-transform: scale(1.2);
    }
    75% { 
        -o-transform: scale(1);
    }
    100% { 
        -o-transform: scale(1);
    }
}
@-ms-keyframes scaleLi {
    0% { 
        -ms-transform: scale(1);
    }
    45% { 
        -ms-transform: scale(1);
    }
    60% {
        -ms-transform: scale(1.2);
    }
    75% { 
        -ms-transform: scale(1);
    }
    100% { 
        -ms-transform: scale(1);
    }
}
@keyframes scaleLi {
    0% { 
        transform: scale(1);
    }
    45% { 
        transform: scale(1);
    }
    60% {
        transform: scale(1.2);
    }
    75% { 
        transform: scale(1);
    }
    100% { 
        transform: scale(1);
    }
}

.socialAnimation .person{
    width: 80px;
    height: 80px;
    margin: 110px 0 0 160px;
    z-index: 9;
}
.socialAnimation .person img{
    width: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 5px;
    background-color: #fff;
}

.socialAnimation li div.connector{
    position: absolute;
    background-color: #fff;
    height: 5px;
}
.socialAnimation li div.connector span{
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin: -5px 0 0 0;
    position: absolute;
    -webkit-animation: connections 4s ease-in-out infinite;
    -moz-animation: connections 4s ease-in-out infinite;
    -o-animation: connections 4s ease-in-out infinite;
    -ms-animation: connections 4s ease-in-out infinite;
    animation: connections 4s ease-in-out infinite;

}
.socialAnimation li div.connector span.two{
    -webkit-animation: connections 4s ease-in-out infinite 1s;
    -moz-animation: connections 4s ease-in-out infinite;
    -o-animation: connections 4s ease-in-out infinite;
    -ms-animation: connections 4s ease-in-out infinite;
    animation: connections 4s ease-in-out infinite 1s;
}

@-webkit-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-moz-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-o-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@-ms-keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}
@keyframes connections {
    0% { left: 0}
    80% { left: 100%; }
}

.socialAnimation li .containerImg{
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    transition: background 0.3s linear;
    z-index: 10;
	background-repeat: no-repeat;
	color: #46dcc7;
}

.socialAnimation .facebook{
    width: 90px;
    height: 90px;
}
.socialAnimation .facebook .containerImg{
    width: 80px;
    height: 80px;
	margin: 5px;
	line-height: 80px;
}
.socialAnimation .facebook div.connector{
    position: absolute;
    background-color: #fff;
    height: 5px;
    width: 150px;
    margin: 105px 0 0 65px;

    transform:rotate(-115deg); 
    -webkit-transform:rotate(-145deg); 
    -moz-transform:rotate(-135deg); 
    -ms-transform:rotate(-135deg); 
    -o-transform:rotate(-115deg); 

}


.socialAnimation .googlePlus{
    width: 85px;
    height: 85px;
    margin: 20px 0 0 240px;
}
.socialAnimation .googlePlus .containerImg{
    width: 75px;
    height: 75px;
	margin: 5px;
	line-height: 75px;
}
.socialAnimation .googlePlus div.connector{
    position: absolute;
    background-color: #fff;
    height: 5px;
    width: 70px;
    margin: 90px 0 0 -35px;

    transform:rotate(-45deg); 
    -webkit-transform:rotate(-45deg); 
    -moz-transform:rotate(-45deg); 
    -ms-transform:rotate(-45deg); 
    -o-transform:rotate(-45deg); 

}

.socialAnimation .twitter{
    width: 60px;
    height: 60px;
    margin: 120px 0 0 300px;
}
.socialAnimation .twitter .containerImg{
    width: 50px;
    height: 50px;
	margin: 5px;
	line-height: 50px;
}
.socialAnimation .twitter div.connector{
    position: absolute;
    background-color: #fff;
    height: 5px;
    width: 90px;
    margin: 25px 0 0 -85px;

    transform:rotate(0deg); 
    -webkit-transform:rotate(0deg); 
    -moz-transform:rotate(0deg); 
    -ms-transform:rotate(0deg); 
    -o-transform:rotate(0deg); 

}

.socialAnimation .linkedin{
    width: 50px;
    height: 50px;
    margin: 150px 0 0 40px;
}
.socialAnimation .linkedin .containerImg{
    width: 40px;
    height: 40px;
	margin: 5px;
	line-height: 40px;
}
.socialAnimation .linkedin div.connector{
    position: absolute;
    background-color: #fff;
    height: 5px;
    width: 150px;
    margin: 8px 0 0 25px;

    transform:rotate(-190deg); 
    -webkit-transform:rotate(-190deg); 
    -moz-transform:rotate(-190deg); 
    -ms-transform:rotate(-190deg); 
    -o-transform:rotate(-190deg); 

}

.socialAnimation .yt{
    width: 80px;
    height: 80px;
    margin: 210px 0 0 150px;
}
.socialAnimation .yt .containerImg{
    width: 70px;
    height: 70px;
	margin: 5px;
	line-height: 70px;
}
.socialAnimation .yt div.connector{
    position: absolute;
    background-color: #fff;
    height: 5px;
    width: 80px;
    margin: -5px 0 0 5px;
    transform:rotate(100deg); 
    -webkit-transform:rotate(100deg); 
    -moz-transform:rotate(100deg); 
    -ms-transform:rotate(100deg); 
    -o-transform:rotate(100deg); 

}

.socialAnimation .ig{
    width: 80px;
    height: 80px;
    margin: 0 0 0 130px;
}
.socialAnimation .ig .containerImg{
    width: 70px;
    height: 70px;
	margin: 5px;
	line-height: 70px;
}
.socialAnimation .ig div.connector{
    position: absolute;
    background-color: #fff;
    height: 5px;
    width: 80px;
    margin: 95px 0 0 20px;
    transform:rotate(255deg); 
    -webkit-transform:rotate(255deg); 
    -moz-transform:rotate(255deg); 
    -ms-transform:rotate(255deg); 
    -o-transform:rotate(255deg); 

}