/**/
@import url(//fonts.googleapis.com/css?family=Signika:400,300,600,700);
/* 'Signika', sans-serif */

@import "../css/reset.css";
@import "../css/grid.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;
	min-width:960px;
	background: #000000;
}

.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: 100px;
	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: #565051;
	
}

/*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: 8px;
	top: 0;
	overflow: hidden;
	background-color: #000000;
	transition: 0.2s ease;
	-o-transition: 0.1s ease;
	-webkit-transition: 0.2s ease;

}




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;
}


.tm_link {
	color: #fd2614;
}

.tm_link:hover {
	color: #fff;
}

#page1 {
	min-height: 100vh;
	padding-bottom: 1px;


	background-image:url('../images/home.jpg');
	background-size: cover;
	min-height: 100vh;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/home.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/home.jpg', sizingMethod='scale')"



}

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-image:url('../images/about.jpg');
	background-size: cover;
	min-height: 100vh;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/about.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/about.jpg', sizingMethod='scale')"
}

header.page2 {
	background-color: #000000;
}

header.page2 .hover {
	background-color: #FBBBB9;
}



#page3 {
	background-image:url('../images/skills.jpg');
	background-size: cover;
	-webkit-background-size: cover;
	min-height: 100vh;
        -moz-background-size: cover;
        -o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/skills.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/skills.jpg', sizingMethod='scale')"

}

header.page3{
	background-color: #000000;
}

header.page3 .hover {
	background-color: #32CD32;
}

#page4 {
	background-image:url('../images/jobs.jpg');
	background-size: cover;
	min-height: 100vh;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/jobs.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/jobs.jpg', sizingMethod='scale')"
  	

}

header.page4{
	background-color: #000000;
}

header.page4 .hover {
	background-color: #565051;
}

#page5 {
	background-image:url('../images/contact.jpg');
	background-size: cover;
	min-height: 100vh;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/contact.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/contact.jpg', sizingMethod='scale')"
	
}

header.page5{
	background-color: #000000;
}

header.page5 .hover {
	background-color: #a39469;
}

.content {
}

.slogan h3 {
	margin-bottom: 0px;
}

#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: 50px;
	padding-bottom: 245px;
	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: 19px;
	line-height: 19px;
}

.box {
	border: 3px solid #FFFFFF;
	padding: 23px 0 24px;
	border-top-width: 4px;
	border-bottom-width: 4px;
}

.box img {
	border: 3px solid #FFFFFF;
	border-radius: 500px;
	margin-bottom: 19px;
}

.box .text1 {
	margin-bottom: 1px;
}

.slogan {
	margin-bottom: 100px;
}

.slogan2 {
	margin-bottom: 75px;
}



.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;
}




#page2 .box {
	background-color: rgba(0, 0, 0, 0.54);
	color: #fff;
	border-color: transparent;
	padding: 15px 30px 20px;
}


#page3 .box {
	background-color: #000000;
	color: #fff;
	border-color: #FFFFFF;
	padding: 15px 15px 27px;
}

#page3 .box img {
	margin-bottom: 21px;
	border-color: #FFFFFF;
	background-color: #000000;
	
}

#page3 .box .text1 {
	margin-bottom: 16px;
}

#page2 {
	padding-top: 100px;
	padding-bottom: 705px;
}

#page3 {
	padding-top: 100px;
	padding-bottom: 400px;
}

#page4 {
	padding-top: 100px;
	padding-bottom: 400px;
}

#page4  h3 {
	
	margin-bottom: 45px;
}

.companies img {
	margin-bottom: 10px;
}

.companies .text1 {
	margin-bottom: 9px;
}

.companies a {
	display: inline-block;
	color: #FFFFFF;
	padding-right: 12px;
	background: url(../images/link_marker.png) right 4px no-repeat;
	margin-top: 14px;
}

.companies a:hover {
	color: #fff;
}

.companies .clear {
	height: 40px;
}

#page5 {
	padding-top: 100px;
	padding-bottom: 520px;
}

#page5 .slogan {
	margin-bottom: 80px;
}

#page5 a {
	color: #fff;
	text-decoration: underline;
}

#page5 .text1 {
	padding-left: 122px;
	color: #000000;
}

/****Map***/

.map {
	text-align: left;
	overflow: hidden;
}

.map .text1 {
	color: #fff;
}

.map a {
	color: #fff;
}

.map a:hover {
	color: #fff;
}

.map address {
	overflow: hidden;
	font-size: 14px;
	line-height: 21px;
}






/************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:15px;
	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;
}