@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}




body {
	background-color: #aaaaaa;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4e4e4e;
	line-height: 20px;
	
}

html{
		background-image: url(../images/128.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%
}

.video{ background-image: url(../images/video.jpg); width:100%; height: 400px; padding-top:20px }

ul li{
	list-style: none;
}

.clearfix {
	clear: both;
}

img {
	vertical-align: top;
}

a img {
	border: none;
}
a{color:#999;
text-decoration:none;}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;
}

.container {
	width: 100%;
	position: absolute;
	top: 0;
}

.container.background {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	
	background-size: cover;
}

.container.background.backimage1 {
	background-image: url(../images/128.jpg);
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
  min-height:100%;
	
}





.wrapper {
	width: 984px;
	height: auto;
	position: relative;
	margin: auto;
	z-index: 1;
}

.wrapper.boxstyle1 {
	margin-top: 130px;
	margin-bottom: 60px;
}

.wrapper.boxstyle1 {
	margin-top: 180px;
	margin-bottom: 60px;
	
}

.box-container1{
	background-color: rgba(255, 255, 255, 0.85);
	padding: 40px 35px 45px 35px;
	overflow: hidden;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.box-container {
	
	padding: 40px 35px 45px 35px;
	overflow: hidden;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}





.blog-container {
	display: table;
}


.blog-details {
	display: table-cell;
	vertical-align: top;
	width: 900px;
}



.blog-post {
	padding-bottom: 25px;
	border-bottom: #ffffff solid 1px;
	margin-top: 35px;
}

 .blog-post:first-child {
	margin-top: 0px;
}

.blog-post figure {
	position: relative;
}







.blog-container.blog-single {
	margin-top: 35px;
}

.blog-meta.blog-single {
	margin-top: 0px;
}





/* ===== Contact Us ===== */

.map-container {
	width: 100%;
	height: 400px;
	border: #ffffff solid 1px;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

.contact-area {
	width: 100%;
	display: table;
	margin-top: 35px;
}


.contact-info {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	border-left: #666666 solid 1px;
	padding-left: 30px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.contact-info a:hover{color:#0d8de7; font-weight:400; text-decoration:none;}

.contact-info a{color:#919393; font-weight:400; text-decoration:none;}

.contact-area h2 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 24px;
}



.contact-details {
	margin-top: 25px;
	padding-left: 20px;
	border-left: #0d8de7 solid 5px;
	
	
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.contact-details ul {
	list-style: none;
}

.contact-details ul li {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #0d8de7;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.contact-details ul li span{
	color: #0d8de7;
	margin-left: 3px;
	text-transform: none;
}





/* ===== Sidebar ===== */

.page-sidebar {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	padding-left: 55px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.sidebar-title {
	font-size: 24px;
	font-weight: 600;
	color: #4e4e4e;
	text-transform: uppercase;
}



.sidebar-gallery {
	margin-top: 40px;
	overflow: hidden;
}

.sidebar-gallery ul {
	list-style: none;
	margin-top: 26px;
	margin-left: -5px;
}

.sidebar-gallery ul li {
	width: 120px;
	float: left;
	position: relative;
	margin-top: 5px;
	margin-left: 5px;
}

/* === Sidebar Tags === */

.sidebar-tags {
	margin-top: 43px;
}

.sidebar-tags ul {
	list-style: none;
	margin-top: 26px;
}

.sidebar-tags ul li {
	color: #ffffff;
	text-decoration: none;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	padding: 3px 15px;
	background-color: #debb67;
	border-radius: 3px;
	cursor: pointer;
	
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-ms-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.sidebar-tags ul li:hover {
	background-color: #4a4a4a;
}



/* ===== Footer ===== */

.footer-container {
	padding: 35px 0px 40px 0px;
	background-color: rgba(255, 255, 255, 0.95);
	overflow: hidden;}


.footer-bottom {
	height: 40px;
	padding-top: 9px;
	background-color: rgba(30, 30, 30, 0.95);
	border-top: rgba(78, 78, 78, 0.95) solid 2px;
	
	/* div padding fix */
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #909090;
	float: left;
}

.copyright a {
	color: #909090;
	text-decoration: none;
	
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.copyright a:hover {
	color: #ffffff;
}








/* ===== Go To Top ===== */

.back-to-top {
	width: 40px;
	height: 40px;
    position: fixed;
    bottom: 2em;
    right: 2em;
	background: url(../images/go-to-top.png) no-repeat;
	opacity: 0.7;
	z-index: 99999;
    display: none;
}

.back-to-top:hover {    
    opacity: 0.9;
}

/* ===== Go To Top End ===== */



/* ===== Hover Effect ===== */

.thumbnail-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/plus-link-thumbnail.png) no-repeat center center;
	background-color: rgba(0, 0, 0, 0.65);
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.thumbnail-hover:hover {
	opacity: 1;
}



.blog-lists .thumbnail-hover {
	background: rgba(54, 191, 196, 0.85) url(../images/lupe2.png) no-repeat center;
}

@font-face {
    font-family:"source sans pro light";
    src:url(../SourceSansPro-Light_0.otf);
}

.fontstyle {
	font-family:"source sans pro light";
	font-size:16px;
	color:#000000;
}

