@charset "UTF-8";

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype'),
         url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype'),
         url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { font-family:'latoregular',Arial,Tahoma,Verdana,Helvetica,sans-serif; }

html,body {
	height:100%;
}
html {
	font-size:100%;
}
body {
	color:#666;
	-webkit-font-smoothing:antialiased;
	background:#FFF url("../images/bg01.jpg") center 50% no-repeat fixed;
	background-size:cover;
}
body.bg2 {
	background:#FFF url("../images/bg02.jpg") center 50% no-repeat fixed;
	background-size:cover;	
}
h1, h2, h3, h4 {
	line-height:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
a:link, a:visited {
	color:#666;
}
a:hover {
	color:#0095CF;
	text-decoration:none;
}
ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

/* Base-styles ............................. */

.box_margin {
	margin-bottom:60px;
}
.box_margin2 {
	margin-bottom:30px;
}
.sml_in {
	display:inline-block;
}

/* Header ............................................................... */

.content {
	position:relative;
	height:100%;
	min-height:620px;
}
.content a {
	white-space:nowrap;
}
.content_in {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	font-size:150%;
	-ms-transform:translate(0,-50%);
	-webkit-transform:translate(0,-50%);
	transform:translate(0,-50%);
}
.content_in h1 {
	font-size:300%;
}
.content_in h1 small {
	font-size:100%;
	color:#0095CF;
}
.content_in h2 {
	font-size:100%;
}
.content_in p a {
	position:relative;
	display:inline-block;
	color:#0095CF;
}
.content_in p a:after {
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:1px;
	background-color:transparent;
}
.content_in p a:hover:after {
	background-color:#0095CF;
}
.content_in p span {
	color:#0095CF;
}
.content_in li {
	position:relative;
	margin-bottom:30px;
	padding-left:55px;
}
.content_in li:before {
	position:absolute;
	top:0;
	left:0;
	width:38px;
	height:38px;	
	line-height:38px;
	font-family:"FontAwesome";
	font-size:16px;
	color:#666;
	text-align:center;
	background:#DBDBDB;
	border-radius:50%;
}
.content_in li:nth-child(1):before {
	top:-4px;
	content:"\f041";	
}
.content_in li:nth-child(2):before {
	top:-4px;
	content:"\f2a0";	
}
.content_in li:nth-child(3):before {
	content:"\f0ac";	
}
.content_in a.img-circle {
	display:inline-block;
	width:38px;
	height:38px;
	line-height:38px;
	color:#FFF;
	text-align:center;
	background-color:#0095CF;
}
.content_in a.img-circle:hover {
	background-color:#666;
}

/* Footer ............................................................... */

.footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#9D9C9C;
	padding:10px 50px;
	border-top:1px solid #C7C7C7;
}
.footer a {
	color:#9D9C9C;
}
.footer a:hover {
	color:#0095CF;
}
.footer li {
	display:inline-block;
}

/* Effects ............................. */

a, .content_in p a:after {
	-webkit-transition:all 300ms linear;
	-moz-transition:all 300ms linear;
	-o-transition:all 300ms linear;
	-ms-transition:all 300ms linear;
	transition:all 300ms linear;
}

/* RESPONSIVE STRUCTURE
--------------------------------------- */

@media screen and (max-width: 1366px) {
	.content_in img { width:100%; max-width:400px; }
	.bg2 .content_in img { width:100%; max-width:500px; }
	.content_in {	font-size:130%; }
	.content_in h1 { font-size:220%; }
	.footer {	padding:5px 30px; }
}
  
@media screen and (max-width: 1200px) {
	.box_margin { margin-bottom:30px; }
	.box_margin2 {	margin-bottom:15px; }
}

@media screen and (max-width: 767px) {
	.content_in img { max-width:300px; }
	.content_in {	font-size:120%; padding:30px 15px; }
	.footer, .footer div {	text-align:center; }
}

@media screen and (max-width: 600px) {
	body { overflow-x:hidden; }
	.content {	min-height:inherit; }
	.content_in { position:relative; top:0;	-ms-transform:translate(0); -webkit-transform:translate(0); transform:translate(0); }
 .footer { position:relative; top:0;	padding:5px 15px; }
}

@media screen and (max-width: 360px) {
	.content_in {	font-size:105%; }
	.content_in img { max-width:220px; }
	.content_in h1 { font-size:160%; }
	.sml > .row > div { width:100%; margin-left:0; }
	.footer > .row > div:first-child li { width:100%; 	}	
	.footer > .row > div:first-child span { display:none; 	}
}