	/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/font-awesome.css";
@import "../css/superfish.css";

@import url(//fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
	height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
	height: 100%;
}

body{
	background: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 20px;
}

p {
	font-size: 14px;
	margin-bottom: 22px;
}

h1 {
	letter-spacing: 0.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 18px;
	font-size: 20px;
}

h2 {
	letter-spacing: 0.5px;
	color: #999;
	line-height: 26px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}

h3 {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	line-height: 40px;
	color: #333;
	letter-spacing: 0.5px;
	font-weight: 700;
	padding-top: 47px;
	margin-bottom: 20px;
}

h4 {
	line-height: 28px;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

h5 {
	margin-bottom: 14px;
	color: #333;
	line-height: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: 700;
	padding-top: 15px;
}

input {
	border-radius: 0 !important;
	outline: none !important;
	-webkit-appearance: none;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

.extra_wrapper {
	overflow: hidden;
}


/*-----------Header------------*/
#header {
	background: url('../images/bg2.jpg') repeat;
}
#header h1 {
	clear: both;
	display: inline-block;
}
#header h1 img {
	display: block;
	margin-bottom: 15px;
}
#header h1 span {
	display: block;
	color: #fff;
}
.socials {
	padding-top: 124px;
	margin-bottom: 50px;
}
.socials span {
	display: block;
}
.socials span+span {
	margin-top: 11px;
}
.socials span a {
	position: relative;
}
.bg1 {
	padding-top: 125px;
	background: url('../images/bg1.jpg') center 0 no-repeat;
}
.bg2 {
	background: url('../images/bg3.jpg') repeat;
	padding-bottom: 36px;
}
.bg3 {
	overflow: hidden;
	background-color: #666;
}
.bg4 {
	position: relative;
	padding: 20px 10px 21px 80px;
	background-color: #999;
}
.bg4:after {
	top: 0;
	right: -1px;
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-top-width: 0;
	border-right-width: 18px;
	border-bottom-width: 49px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: #666;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.bg4:before {
	bottom: 0;
	right: -1px;
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 49px;
	border-left-width: 18px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: #666;
	border-left-color: transparent;
}
.bg7 {
	background-color: #333;
}
.bg8 {
	background: url('../images/bg3.jpg') repeat;
}
.bg9 {	
	padding-top: 20px;
	background: url('../images/bg1.jpg') center -107px no-repeat;
}
.bg10 {
	background: url('../images/bg2.jpg') repeat;
}



/*-----------Content-----------*/
#content {
	padding-top: 28px;
}
.flt {
	float: left;
}


/*------------Page1------------*/
.first {
	font-size: 24px;
	color: #333;
	line-height: 26px;
	font-family: "Times New Roman", Times, serif;
	float: left;
	padding: 18px 10px 20px 18px;
	font-weight: 300;
	margin-top: 7px;
	background-color: #06C;
	background-image: url(../images/icon8.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.first .p3 {
	color: #fff;
	display: inline-block;
	font-weight: 700;
}
.first>p>span {
	display: block;
}
.second {
	float: left;
	height: 164px;
	margin: 7px 0 0;
	text-align: end;
	vertical-align: bottom;
	width: 80px;
	background-attachment: scroll;
	background-color: #333;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

.second a {
	line-height: 16px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #999;
	display: block;
	margin-top: 68px;
	text-align: left;
	vertical-align: bottom;
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	font-size: 18px;
}
.second a:hover {
	color: #fff;
}
.art1 p {
	margin-bottom: 12px;
	color: #999;
}
.gal {
	margin-bottom: 10px;
}
.gal p {
	margin-bottom: 10px;
}


/*------------Page3------------*/
.art2 {
	margin-bottom: 35px;
}
.art2 p {
	padding-top: 10px;
	margin-bottom: 0;
}


/*------------Page4------------*/
.div7 {
	padding-top: 15px;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	font-size: 13px;
}
.div7 span {
	color: #333;
	font-weight: 700;
}
.div7 ul.nav {
	float: right;
}
.div7 ul.nav li {
	float: left;
}
.div7 ul.nav li a {
	margin-left: 15px;
}
.div7 ul.nav li a:hover {
	color: #333;
}


/*-------------Text------------*/
.p1 {
	line-height: 40px;
	position: relative;
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	padding-left: 80px;
	font-weight: 700;
	color: #333;
}
.p1:after {
	font-size: 60px;
	content: '“';
	font-weight: 700;
	top: 10px;
	position: absolute;
	color: #999;
	font-family: "Times New Roman", Times, serif;
	left: 47px;
}
.p2 {
	/* padding-right: 27px; */
	position: relative;
	color: #999;
	padding-top: 3px;
}
.p2>span, .p6>span {
	font-weight: 700;
	font-size: 60px;
	display: inline-block;
	color: #999;
	font-family: "Times New Roman", Times, serif;
	margin: 10px 0 0 5px;
}
.p4, .p7 {
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	padding-top: 25px;
	display: inline-block;
	font-size: 48px;
}
.p5 {
	font-weight: 700;
	color: #999;
	display: inline-block;
	font-size: 200px;
	font-family: "Times New Roman", Times, serif;
	float: left;
	line-height: 30px;
	padding: 97px 30px 5px;
	background-color: #333;
}
.p6 {
	color: #999;
	height: 105px;
	overflow: hidden;
	padding: 25px 18px 0px 38px;
	background: #fff;
	border: #dcdad7 solid 1px;
}
.p7 {
	color: #06C;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
.p8 {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}


/*-------------Links-----------*/
a.lightbox {
	position: relative;
	display: block;
	text-align: center;
	padding-top: 8px;
	margin-bottom: 22px;
	background-image: url(images/portfolio/graphic_portfolio/40.JPG);
}
a.lightbox img {
	width: 100%;
}
a.lightbox span {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('../images/magnify.png') -100px center no-repeat;
}
a.lightbox:hover span {
	background-position: center center;
}
a {
	text-decoration: none;
	color: inherit;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #999;
}
.a1 {
	color: #333;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	line-height: 28px;
	font-weight: 300;
	letter-spacing: 1px;
}
.a1:hover, .a2:hover {
	color: #fff;
}
.a2, .a3 {
	color: #999;
	font-family: "Times New Roman", Times, serif;
	text-decoration: underline;
	letter-spacing: 0.5px;
	font-weight: 700;
}
.a3 {
	color: #999;
}
.a3:hover {
	color: #d8d2d2;
}
.a4 {
	color: #333;
	font-weight: 500;
}
.item .a2:hover {
	color: #999;
}
.selected, .selected:hover {
	color: #333;
}


/*-------------Images-----------*/
.img1 {
	float: left;
	margin: 3px 20px 10px 0;
}
.img2 {
	float: right;
	margin: 3px 0 10px 20px;
}


/*--------------List-----------*/
.list {
	padding-top: 16px;
	position: relative;
	overflow: hidden;
}
.list:before {
	position: absolute;
	height: 100%;
	background: url('../images/line.jpg') repeat-y;
	content: '';
	width: 7px;
	left: 19px;
}
.list li {
	/* padding: 8px 0  3px 35px; */
	background: url('../images/arrow2.png') 0 13px no-repeat;
}
.list li+li {
	border-top: 1px solid #f0efef;
}
.list a {
	color: #999;
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
	display: block;
	padding: 8px 0 3px 35px;
}
.list li:hover {
	background: url('../images/arrow1.png') 0 13px no-repeat;
}
.list li:hover a {
	color: #333;
}
.list1 {
	display: inline-block;
}
.list1+.list1 {
	margin-left: 80px;
}
.list1 li {
	padding-left: 22px;
	background: url('../images/marker1.png') 0 1px no-repeat;
	margin-bottom: 10px;
	text-align: left;
}
.list1 li a {
	line-height: 15px;
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}
.list1 li a:hover {
	color: #333;
}


/*-------------Indent-----------*/
.pad1, .pad4 {
	padding: 30px 0 45px;
}
.pad1 p {
	margin-bottom: 8px;
}
.pad2 {
	padding-top: 46px;
}
.pad3 {
	padding-top: 90px;
}
.mrg1 {
	margin-bottom: 46px;
}
.mrg2 {
	margin-bottom: 91px;
}

.mrg4 {
	margin-bottom: 60px;
}
.mrg4 p {
	margin-bottom: 10px;
}
.mrg5 p {
	margin-bottom: 10px;
}


/*-------------Footer-----------*/
footer {
	color: #999;
	text-transform: uppercase;
	padding: 50px 0 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
}
footer h1 {
	margin-bottom: 8px;
}
.privacy div {
	position: relative;
	margin-left: 13px;
	display: inline-block;
}
.privacy div:before {
	content: '|';
	position: absolute;
	left: -8px;
}


/*--------------To_Top----------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 56px;
    height: 27px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    opacity: 0.5;
    filter:alpha(opacity=50);
}


/*--------------Map-------------*/
.map {
	font-weight: 400;
	overflow: hidden;
	padding-top: 7px;
	color: #333;
}
.map figure {
	display: block;
	width: 100%;
	margin-bottom: 23px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width:100%;
	height: 340px;
	max-width: 100%;
}
.map address {
	line-height: inherit;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #666;
}
.map address dt {
	color: #333;
	margin-bottom: 15px;
	font-size: 16px;
}
.map address dd{
	height: 20px;
}
.map address dd span {
	color: inherit;
	padding: 0;
	min-width: 80px;
	display: inline-block;
	text-align: left;
}
.map address a{
	color: #999;
	text-decoration: underline;
}
.map address a:hover{
	color: #333;
}



/*=======================RESPONSIVE LAYOUTS===========================*/

@media only screen and (max-width: 995px) {
	body {
		min-width: 768px;
	}
	.p1 {
		font-size: 30px;
		padding-left: 50px;
	}
	.p1:after {
		left: 15px;
	}
	.p2 {
		padding-right: 0;
	}
	.bg4 {
		padding-left: 60px;
	}
	.p4, .p7 {
		font-size: 40px;
		line-height: 40px;
	}
	.owl-controls {
		right: 42px !important;
	}
	.p6 {
		height: 116px !important;
		padding: 15px 10px 0;
		font-size: 14px;
		line-height: 17px;
	}
	.p2 > span {
		margin-top: 5px !important;
	}
	figure {
		display: inline-block;
	}
	figure img {
		width: 100%;
	}
	.first, .second {
		float: none;
	}
	.second a {
		-moz-transform: none;
		-webkit-transform: none;
		-o-transform: none;
		margin-top: 0;
	}
	.second {
		width: auto;
		height: 30px;
		padding-top: 15px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		min-width: 420px;
	}
	#content , footer, #header {
		text-align: center;
	}
	.socials {
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.bg1, .bg9 {
		padding-top: 15px;
		-webkit-background-size: 220% auto;
		-moz-background-size: 220% auto;
		background-size: 220% auto;
		background-position: center 0;
	}
	#owl2 figure {
		float: none !important;
	}
	.mrg1 {
		margin-bottom: 10px;
	}
	.p1 {
		padding: 0 10px 0 30px;
	}
	.p2 {
		padding: 0 10px 15px;
	}
	.bg4 {
		padding: 10px 15px;
	}
	.p4 {
		font-size: 35px;
		line-height: 35px;
		padding: 10px 0;
	}
	.img1, .img2 {
		float: none;
		margin: 0 0 20px;
	}
	.mrg1 figure, .map {
		margin-bottom: 20px;
	}
	#owl {
		margin: 0 !important;
	}
	#owl .item {
		padding: 28px 15px 15px !important;
	}
	#owl .owl-prev, #owl .owl-next {
		border-right: -38px !important;
	}
	#owl .owl-prev {
		right: -4px !important;
	}
	#owl .owl-next {
		right: -42px !important;
	}
	.p5, .flt {
		float: none;
	}
	.p6 {
		height: auto !important;
		padding-bottom: 10px;
	}
	.list1 + .list1 {
		margin-left: 20px;
	}
	.div7 {
		text-align: center;
	}
	.div7 ul.nav {
		display: inline-block;
		margin-bottom: 15px;
		float: none;
	}
}

@media only screen and (max-width: 480px) {
	body {
		min-width: 300px;
	}
	.bg1, .bg9 {
		padding-top: 15px;
		-webkit-background-size: 450% auto;
		-moz-background-size: 450% auto;
		background-size: 450% auto;
		background-position: center 0;
	}
	.list1 + .list1 {
		margin-left: 0px;
	}
	.list1 {
		display: block;
	}
}
