@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 100%;
	height: auto;
}
#header-main-wrapp {
	padding: 0px;
	margin: 0px;
	z-index: 9999;
	position: absolute;
}
.mobile-responsive-menu {
	display: none;
}
#header-main-wrapp .header-top-containner {
	padding: 0px;
	margin: 0px;
	height: 100px;
	border-bottom: 1px solid #E0E2E3;
}
#header-main-wrapp .header-top-containner .header-top-content {
	padding: 0px;
	margin: 0px auto;
	width: 1200px;
}
#header-main-wrapp .header-top-containner .header-top-content .header-logo-pull-left {
	padding: 0px;
	margin: 0px 0px;
	width: 329px;
	height: 90px;
	float: left;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
#header-main-wrapp .header-top-containner .header-top-content .header-logo-pull-left img {
	padding: 0px;
	margin: 0px;
	width: 233px;
	height: 90px;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
#header-main-wrapp .header-top-containner .header-top-content .header-logo-pull-right {
	padding: 0px;
	margin: 25px 0px;
	width: 850px;
	float: right;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
div.site-message-fixed {
	background: rgba(255,255,255,.95) !important;
	height: 75px;
	width: 1070px;
	z-index: 100 !important;
	margin: 0px auto !important;/*-moz-box-shadow: -1px 3px 15px #3D4549;-webkit-box-shadow: -1px 3px 15px #3D4549;box-shadow: -1px 3px 15px #3D4549;*/
}
#site-message {
	margin: 0px;
	width: 100% !important;
	position: fixed;
	top: 0px;
	background: none;	
	webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
#header-main-wrapp .header-top-containner div.site-message-fixed .header-top-content .header-logo-pull-left {
	width: 207px;
	height: 70px;
	margin: 0;
	padding: 0;
	float: left;
}
#header-main-wrapp .header-top-containner div.site-message-fixed .header-top-content .header-logo-pull-left img {
	width: 207px;
	height: 70px;
	margin: 0px 0px;
	padding: 0;
}
#header-main-wrapp .header-top-containner div.site-message-fixed .header-top-content .header-logo-pull-right {
	padding: 0px;
	margin: 15px 0px;
	width: 850px;
	float: right;
}
#header-main-wrapp .header-top-containner div.site-message-fixed .header-top-content .header-logo-pull-right #cssmenu > ul > li.active > a {
	color: #f57000;
}
#header-main-wrapp .header-top-containner div.site-message-fixed .header-top-content .header-logo-pull-right #cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	color: #f57000;
}
#header-main-wrapp .header-top-containner div.site-message-fixed .header-top-content .header-logo-pull-right #cssmenu > ul > li > a {
	padding: 0px 30px;
	font-size: 14px;
	line-height: 46px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
}
#cssmenu {
	margin: 0;
	width: auto;
	padding: 0;
	line-height: 1;
	display: block;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	float: right;
}
#cssmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#cssmenu ul:after, #cssmenu:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
#cssmenu ul li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}
#cssmenu ul li a {
	text-decoration: none;
	display: block;
	margin: 0;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	font-family: 'Raleway', sans-serif;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu ul li ul {
	position: absolute;
	left: -9999px;
	top: auto;
}
#cssmenu ul li ul li {
	max-height: 0;
	position: absolute;
	-webkit-transition: max-height 0.4s ease-out;
	-moz-transition: max-height 0.4s ease-out;
	-ms-transition: max-height 0.4s ease-out;
	-o-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
	background: #ea6b00;
}
#cssmenu ul li ul li.has-sub:after {
	display: block;
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background: #000000;
	z-index: 1;
	top: 13px;
	right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
	right: auto;
	left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
	display: block;
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	border: 3px solid transparent;
	border-left-color: #ffffff;
	z-index: 2;
	top: 15px;
	right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
	right: auto;
	left: 15px;
	border-left-color: transparent;
	border-right-color: #ffffff;
}
#cssmenu ul li ul li a {
	font-size: 13px;
	text-transform: none;
	color: #fff;
	letter-spacing: 0;
	display: block;
	width: 170px;
	padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a, #cssmenu ul li ul li.active > a {
	color: #fff;
	background: #f57000;
}
#cssmenu ul li ul li:hover:after, #cssmenu ul li ul li.active:after {
}
#cssmenu ul li ul li:hover > ul {
	left: 100%;
	top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
	max-height: 72px;
	position: relative;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul > li {
	float: none;
	display: inline-block;
}
#cssmenu.align-center > ul {
	text-align: center;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul {
	float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
	right: 100%;
	left: auto;
}
#cssmenu.align-right ul ul li a {
	text-align: right;
}
#cssmenu > ul > li:after {
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	z-index: 0;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}
/*#cssmenu > ul > li.has-sub > a {  padding-right: 0px;}*/
#cssmenu > ul > li.has-sub > a:after {
	display: block;
	content: "";
	background: #474320;
	height: 12px;
	width: 12px;
	position: absolute;
	border-radius: 13px;
	right: 14px;
	top: 16px;
	display: none;
}
#cssmenu > ul > li.has-sub > a:before {
	display: none;
	content: "";
	border: 4px solid transparent;
	border-top-color: #4cb6ea;
	z-index: 2;
	height: 0;
	width: 0;
	position: absolute;
	right: 16px;
	top: 21px;
}
#cssmenu > ul > li > a {
	color: #000;
	padding: 0px 30px;
	font-size: 14px;
	line-height: 46px;
	font-weight: 600;
	text-transform: uppercase;
}
#cssmenu > ul > li:hover:after, #cssmenu > ul > li.active:after {
	height: 100%;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	color: #f57000;
}
#cssmenu > ul > li:hover > a:after, #cssmenu > ul > li.active > a:after {
	background: #f57000;
	z-index: 9999999999999999999;
}
#cssmenu > ul > li:hover > a:before, #cssmenu > ul > li.active > a:before {
	border-top-color: #924c04;
}
#cssmenu > ul > li:hover > ul {
	left: 0;
}
#cssmenu > ul > li:hover > ul > li {
	max-height: 72px;
	position: relative;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu > ul > li > a {
	display: block;
}
#cssmenu > ul > li {
	width: auto;
}
#cssmenu > ul > li > ul {
	width: 170px;
	display: block;
	z-index: 9999999999999999999;
}
#cssmenu > ul > li > ul > li {
	width: 170px;
	display: block;
}
.slide-banner {
	width: 100%;
	height: 650px;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
.button-scroll {
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 999;
	bottom: 8%;
	left: 48%;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
.button-scroll img {
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
}
 @-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
}
 40% {
-moz-transform: translateY(-5px);
}
 60% {
-moz-transform: translateY(-10px);
}
}
 @-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0);
}
 40% {
-o-transform: translateY(-5px);
}
 60% {
-o-transform: translateY(-10px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-5px);
}
 60% {
transform: translateY(-10px);
}
}
.welcome-banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: url(../images/bg1.jpg) 100% fixed;
}
.welcome-banner-in {
	width: 1000px;
	height: 350px;
	margin: 0px auto;
	padding: 80px 0px;
}
.welcome-banner-in h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 40px;
	margin: 0;
	padding: 25px 0px;
	text-align: center;
	line-height: 45px;
	color: #fff;
}
.welcome-banner-in h1 span {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 45px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 45px;
	color: #009fff
}
.welcome-banner-in p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin: 0;
	padding: 5px 0px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}
.btn-div {
	width: 195px;
	height: 40px;
	margin: 20px auto;
	padding: 0;
}
.btn2 {
	width: 170px;
	height: 40px;
	margin: 0px;
	float: left;
	border: 2px solid #f57000;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0px;
	text-transform: uppercase;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
.btn2:hover {
	background: #f57000;
	color: #fff;
}
.content-banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
.content-banner-row1 {
	width: 100%;
	height: 500px;
	margin: 0px;
	padding: 0px;
}
.content-banner-row1-box {
	width: 50%;
	height: 500px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #ccc;
	overflow: hidden;
	position: relative;
}
.view {
	width: 100%;
	height: 500px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
}
.view .mask, .view .content {
	width: 100%;
	height: 500px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view img {
	width: 100%;
	height: 500px;
	display: block;
	position: relative;
}
.view h2 {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 20px;
	top: 34%;
	padding: 0px;
	margin: 0px;
}
.view h2 span {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 21px;
	top: 34%;
	padding: 0px;
	margin: 0px;
}
.view p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 16px;
	position: relative;
	color: #fff;
	top: 34%;
	padding: 5px 30px;
	text-align: center;
}
.view-div {
	width: 170px;
	height: 35px;
	margin: 20px auto;
	top: 40%;
	position: relative;
	padding: 0;
}
.view-btn {
	width: 170px;
	height: 35px;
	margin: 0px;
	float: left;
	border: 2px solid #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0px;
	text-transform: uppercase;
	-webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
.view-btn:hover {
	background: #fff;
	color: #000;
}
.view-first img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background: rgba(255,102,0,0.85);
	background: -moz-linear-gradient(left, rgba(255,102,0,0.85) 0%, rgba(0,157,255,0.85) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,102,0,0.85)), color-stop(100%, rgba(241,0,7,0.85)));
	background: -webkit-linear-gradient(left, rgba(255,102,0,0.85) 0%, rgba(241,0,7,0.85) 100%);
	background: -o-linear-gradient(left, rgba(255,102,0,0.85) 0%, rgba(241,0,7,0.85) 100%);
	background: -ms-linear-gradient(left, rgba(255,102,0,0.85) 0%, rgba(241,0,7,0.85) 100%);
	background: linear-gradient(to right, rgba(255,102,0,0.85) 0%, rgba(241,0,7,0.85) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#009dff', GradientType=1 );
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.view-first h2 {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-first p {
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-first:hover h2, .view-first:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.content-banner-row2 {
	width: 100%;
	height: 400px;
	margin: 0px;
	padding: 0px;
}
.content-banner-row2-box {
	width: 33.33333333%;
	height: 400px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	position: relative;
}
.view2 {
	width: 100%;
	height: 400px;
	margin: 0px;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
}
.view2 .mask2, .view2 .content2 {
	width: 100%;
	height: 400px;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.view2 img {
	width: 100%;
	height: 400px;
	display: block;
	position: relative;
}
.view2 h2 {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 20px;
	top: 30%;
	padding: 0px;
	margin: 0px;
}
.view2 h2 span {
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 21px;
	top: 30%;
	padding: 0px;
	margin: 0px;
}
.view2 p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 16px;
	position: relative;
	color: #fff;
	top: 30%;
	padding: 5px 30px;
	text-align: center;
}
.view-div2 {
	width: 170px;
	height: 35px;
	margin: 20px auto;
	top: 34%;
	position: relative;
	padding: 0;
}
.view-first2 img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first2 .mask2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	background: rgba(255,102,0,0.85);
	background: -moz-linear-gradient(left, rgba(255,102,0,0.85) 0%, rgba(0,157,255,0.85) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,102,0,0.85)), color-stop(100%, rgba(241,0,7,0.85)));
	background: -webkit-linear-gradient(left, rgba(255,102,0,0.85) 0%, rgba(241,0,7,0.85) 100%);
	background: -o-linear-gradient(left, rgba(255,102,0,0.85) 0%, rgba(241,0,7,0.85) 100%);
	background: -ms-linear-gradient(left, rgba(255,102,0,0.85) 0%, rgba(241,0,7,0.85) 100%);
	background: linear-gradient(to right, rgba(255,102,0,0.85) 0%, rgba(241,0,7,0.85) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#009dff', GradientType=1 );
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.view-first2 h2 {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.view-first2 p {
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.view-first2:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.view-first2:hover .mask2 {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.view-first2:hover h2, .view-first2:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.map {
	width: 100%;
	height: 400px;
	margin: 0;
	padding: 0;
}
.footer-banner {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: url(../images/footer-bg.jpg);
}
.footer-banner-in {
	width: 1200px;
	height: 270px;
	margin: 0px auto;
	padding: 70px 0px;
}
.footer-banner-in-box {
	width: 300px;
	height: 250px;
	margin: 0;
	padding: 0;
	float: left;
}
.footer-banner-in-box h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px;
	margin: 0;
	padding: 15px 0px;
	text-align: left;
	color: #f57000;
}
.footer-banner-in-box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-banner-in-box ul li {

	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-banner-in-box ul li a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 32px;
	font-weight: 300;
	text-decoration: none;
	webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
.footer-banner-in-box ul li:hover a {
	color: #f10007;
}
.footer-banner-in-box input {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	margin: 2px;
	padding: 5px;
	width: 250px;
	height: 20px;
	line-height: 25px;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	background: none;
}
.footer-banner-in-box textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	margin: 2px;
	padding: 5px;
	width: 250px;
	height: 30px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #fff;
	background: none;
}
	  
.footer-banner-in-box ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
 color:    #fff;
}
.footer-banner-in-box :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #fff;
 opacity:  1;
}
.footer-banner-in-box ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #fff;
 opacity:  1;
}
.footer-banner-in-box :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #fff;
}
.send { width:200px !important; height:30px !important;
	font-family: 'Raleway', sans-serif;
	margin: 0 auto !important;
	padding: 0px !important;
	border: 1px solid #fff !important;
	text-align: center !important;
	margin-top: 20px !important;
	line-height: 30px !important;
	font-size: 14px !important;
	text-decoration: none;
	color: #fff !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.send:hover {
	background: #fff;
	color: #000 !important;
}
.footer-banner-in-box3 {
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 0;
	margin-left: 100px;
	float: left;
}
.footer-banner-in-box3 h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px;
	margin: 0;
	padding: 15px 0px;
	text-align: left;
	color: #f57000;
}
.footer-banner-in-box3 p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	padding: 5px 0px;
	text-align: left;
	color: #fff;
	line-height: 25px;
}
.footer-banner-in-box3 p span {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin: 0;
	padding: 5px 0px;
	text-align: left;
	color: #fff;
	line-height: 25px;
}
.footer-banner-in-box3 h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 15px;
	margin: 0;
	padding: 5px 0px;
	text-align: left;
	color: #fff;
	line-height: 25px;
}
.footer-banner-in-box3 h4 span {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	padding: 5px 0px;
	text-align: left;
	color: #f57000;
	line-height: 25px;
}
.fa-map-marker {
	font:30px;
	margin-right: 5px;
	color: #009fff;
}
.fa-envelope, .fa-phone {
	color: #fff;font: normal normal normal 28px/1 FontAwesome !important;
}
.footer-banner-in-box2 {
	width: 200px;
	height: 250px;
	margin: 0;
	padding: 0;
	float: right;
}
.footer-banner-in-box2 h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px;
	margin: 0;
	padding: 15px 0px;
	text-align: left;
	color: #f57000;
}
.social {
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0px;
}
.social h2 {
	width: 120px;
	height: auto;
	float: left;
	margin: 0;
	padding: 0px;
}
.fa-twitter, .fa-facebook-f, .fa-instagram, .fa-linkedin {
	font: normal normal normal 23px/1 FontAwesome !important;
	color: #fff;
	margin: 10px;
	padding: 0;
	cursor: pointer;
	webkit-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transform: 0.4s;
	-o-transform: 0.4s;
	transition: 0.4s;
}
.fa-twitter:hover, .fa-facebook-f:hover, .fa-instagram:hover, .fa-linkedin:hover {
	color: #f10007;
}
.footer-bottom {
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background: #333; float:left;
}
.footer-bottom p {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 60px;
	margin: 0px 70px;
	padding: 0px;
	text-align: center;
	color: #9a9a9a;
}
                 /*<!--<!--<!--/*inner pages*/-->-->-->*/
				 
				 
.inner-page{
	width:100%;
	height: auto;
	 margin:0;
	 padding:0;
	 background:#fff;	 
}	
			 
.inner-banner-top{
	width:100%;
	height: auto;
	margin:0;
	padding:0;
}
.inner-banner-top img{ width:100%; height: auto; margin:0; padding:0;}	
.free-space{
	width:100%;
	height:50px;
	margin:0;
	padding:0;
}
.inner-banner-content{
	width:1200px;
	height:auto;
	min-height:600px;
	margin:0px auto;
	padding:40px 0px;
}
.inner-banner-content img{
	width:350px;
	height:260px;
	margin:0px 0px 10px 10px;
	padding:2px;
	float:right;
	border:1px solid #ccc;
}
.inner-banner-content h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin: 0;
    padding: 20px 0px;
    text-align: center;
    line-height: 45px;
    color: #f57000;
}
.inner-banner-content p {
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    padding: 5px 0px;
    text-align: justify;
    line-height: 25px;
    color: #000;
}
.inner-banner-content h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 25px;
    margin: 0;
    padding: 10px 0px;
    text-align: left;
    line-height: 30px;
    color: #f57000;
    font-weight: 500;
}
.inner-banner-content h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    padding: 5px 0px;
    line-height: 35px;
    color: #333;
    font-weight: bold;
}
.inner-banner-content ul {
    margin: 0px;
	padding:0;
}
.inner-banner-content li {
	font-family: 'Raleway', sans-serif;
	margin: 0;
	padding: 5px 0px;
	text-align: justify;
	padding:0px;
	color: #000;
	list-style:url(../images/navigate-right1.png) inside;
	font-weight: 400;
	font-size: 17px;
	line-height: 30px;	
}


.menu-bar{ width:100%; height:80px; background-color:#FFF;}				 
.meun-bar-inner{ width:1200px; height:80px; margin:0px auto;}				 
.header-logo-pull-left1{ width:400px; height:80px; float:left;}		
.header-logo-pull-left1 img{ width:233px; height:70px; margin-top: 6px;}
		 
.header-logo-pull-right1 {
    width: 800px;
    height: 50px;
    float: right;
    margin-top: 20px;
}				 

.welcome-banner1 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	/*background: url(../images/bg1.jpg) 100% fixed;*/
	background-color:#FFF; float:left;
}
.welcome-banner-in1 {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 80px 0px;
}
.welcome-banner-in2 {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	padding: 80px 0px;
}
.welcome-banner-in2 h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 40px;
	margin: 0;
	padding: 15px 0px;
	text-align: center;
	line-height: 45px;
	color: #f57000; font-weight:bold; margin-bottom:30px;
	
}

.welcome-banner-in1 h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 40px;
	margin: 0;
	padding: 15px 0px;
	text-align: center;
	line-height: 45px;
	color: #f57000; font-weight:bold; margin-bottom:30px;
	
}
.welcome-banner-in1 h2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 25px;
	margin: 0;
	padding: 15px 0px 0px 0px;
	text-align: left;
	line-height: 25px;
	color: #f57000; font-weight:500;
	
}
.welcome-banner-in h1 span {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 45px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 45px;
	color: #f57000
}
.welcome-banner-in1 p {
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    padding: 5px 0px;
    text-align: justify;
    line-height: 25px;
    color: #000;
}

.welcome-banner-in1 ul { margin:0px; 
;
}




.welcome-banner-in1 li {
	font-family: 'Raleway', sans-serif;


	margin: 0;
	padding: 5px 0px;
	text-align: justify;
 padding:0px;
	color: #000; list-style:url(../images/navigate-right1.png);
	
	
	
	    
    font-weight: 400;
    font-size: 17px;
 
    line-height: 30px;
   
	
	
	
	
}

			       
		
		
.contact1 {width: 1200px; height:100px; margin:0px; padding:0;}		
.contact-box {
    width: 460px;
    height: 100px;
    float: left;
	margin:0;
	padding:0;
}		
		
.contact-box p {
  font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    width: 400px;
    color: #000;
    line-height: 25px;
	margin:0;
	padding:0;
    margin-left: 65px;
}
		
.contact-box img{
	width: 45px;
	height:70px;
	margin:0;
	padding:0;
	border:none;
	float: left;
}
.contact-box h4 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding: 5px 0px;
    text-align: left;
    color: #000;
    line-height: 34px;
}    	   


	
.input{     
    width: 1200px;
    height: auto;
    padding: 0;
    margin: 30px auto 0px auto;
}		
	
.left{ width:550px;   height: 620px; margin:0;
padding:0;  float:left;}	
.left img{
	width:120px;
	height:30px;
	margin:10px;
	padding:2px;
	border:1px solid #ccc;
	float:left;
}
.right {
    width: 550px;
    height: 400px;
	margin:0;
	padding:0;
   float: right;
   overflow:hidden;
}	
		
.input-text {
   width: 520px;
    height: 40px;
    margin: 10px;
    float: left;
    padding: 10px;
    color: #000;
    border: 1px solid #C1C1C1;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}	
		
.input-text1	{
    width: 520px;
    height: 70px;
    margin: 10px;
    float: left;
    padding: 5px 10px;
    color: #000;
    border: 1px solid #C1C1C1;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    text-align: left;
}		
.send1 {
    font-family: 'Raleway', sans-serif;
    margin: 20px auto;
    padding: 12px 50px;
    border: 1px solid #000;
    text-align: center;
    float: right;
    font-size: 14px;
    text-decoration: none;
    color: #000;
	background:none;
	cursor:pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
::-webkit-input-placeholder {
   color:#666;
}

:-moz-placeholder { /* Firefox 18- */
   color:#666; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#666; 
}

:-ms-input-placeholder {  
   color:#666;  
}		
.send1:hover{ border: 1px solid #f57000; background-color:#f57000; color:#FFF;}		

.map2{ width:400px; height: 300px;  float:right;}


.products-in{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.product-main-box{ margin:0px; padding:0px; width:280px; height:340px; margin:20px 10px; float:left;  background:#f57000; text-align:center;}
				 
.product-main-box-img{ margin:0px; padding:0px; width:280px; height:300px;  float:left;  }
.product-main-box-img img{ margin:0px; padding:0px; width:280px; height:300px; }




.product-main-box h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
    padding: 15px 0px;
    text-align: center;
    color: #009fff; line-height:40px; text-decoration:none;
}
	
	.product-main-box h2 a{
	

				     font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin: 0;
    padding: 15px 0px;
 
    color: #fff; line-height:40px; text-decoration:none;}
	
	
.ware-house-pic{
    padding: 0px;
    width: 220px;
    height: 250px;
    float: left;
    margin:20px 10px;
}
	
	
	
.ware-house-pic img{ 
    margin: 0px;
    padding: 2px;
	border:1px solid #ccc;
    width: 220px;
    height: 250px;
 
   }
	
	
	.welcome-banner-in1 h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    padding: 0px 0px;
  
    line-height: 35px;
    color:#333;
    font-weight: bold;
   
}

.warehouse-in{
	width:100%;
	height:1400px;
	margin:0;
	padding:0;
}
.ware-main{ 
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;
	margin:30px 0px;
}

.ware-main-box{ margin:20px; padding:0px; width:550px; float:left; height:auto;}

.ware-main-box h6{ font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    padding: 0px 0px;
    line-height: 35px;
    color:#333;
    font-weight: bold; margin-bottom:20px;
}


.ware-main-box img{
	margin:0px; 
	padding:2px; 
	width:550px; 
	height:410px;
	border:1px solid #ccc;
 }



.ware-main-in2{ margin:0px; padding:0px; width:450px; float:right; height:auto; }

.ware-main-in2 h6{ font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    padding: 0px 0px;
  
    line-height: 35px;
    color:#333;
    font-weight: bold; margin-bottom:20px;}


.ware-main-in2 img{ margin:0px; padding:0px; width:450px; float:left; height:340px; margin-right:25px; border:5px solid rgba(204,204,204,.6);}





	
	.ware-house-pic2{ margin: 0px;
    padding: 0px;
    width: 230px;
    height: 250px;
    float: left;
    margin: 40px 20px;
	}
	.ware-house-pic2 h3{ font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0px 0px;
    line-height: 35px;
    color:#333;
    font-weight: bold; margin-bottom:20px; text-align:center; padding-bottom:10px; border-bottom:1px solid #999;}
	
.ware-house-pic2 img{
	 margin: 0px;
    padding: 2px;
    width: 230px;
    height: 205px;
	border:1px solid #ccc;
 
   }
  
  
  .main-pic{
    margin: 0px;
    padding: 0px;
    width: 216px;
    height: 148px;
    float: left;
    margin: 10px;
}
  
  
  

  
  .main-pic img {
    margin: 0px;
    padding: 2px;
    width: 216px;
    height: 148px;
	border:1px solid #ccc;
}




  .attachment-pic{
    margin: 0px;
    padding: 0px;
    width: 238px;
    height: 198px;
    float: left;
    margin: 10px;
}
  
  
  

  
 .attachment-pic img {
    margin: 0px;
    padding: 2px;
   width: 238px;
    height: 198px;
	border:1px solid #ccc;
}




.more-detail{ margin:0px; padding:0px; width:100%;  background:#f57000; height: auto; margin-top:40px; margin-bottom:40px;  font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding: 0px;
}

.more-detail a{
	display:block;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    padding: 10px 0px;
    text-align: justify;
    line-height: 20px;
    color: #fff; text-align:center; text-decoration:none;}

.more-detail a:hover{
    color: #fff;}




.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 280px;
	height: 300px; margin:0px;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	height: 400px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/

figure.effect-goliath {
	background: #df4e4e;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-goliath img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-goliath h2,
figure.effect-goliath p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
}

figure.effect-goliath p {
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
	-webkit-transform: translate3d(0,-80px,0);
	transform: translate3d(0,-80px,0);
}

figure.effect-goliath:hover h2 {
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Hera *****/
/*-----------------*/

figure.effect-hera {
	background: #303fa9;
}

figure.effect-hera h2 {
	font-size: 158.75%;
}

figure.effect-hera h2,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}

figure.effect-hera p {
	width: 100px;
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effect-hera p a {
	color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.effect-hera p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

/*-----------------*/
/***** Winston *****/
/*-----------------*/

figure.effect-winston {
	background: #162633;
	text-align: left;
}

figure.effect-winston img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/triangle.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, transform 0.45s;
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

figure.effect-winston h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-winston p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 7% 0;
}

figure.effect-winston a {
	margin: 0 10px;
	color: #5d504f;
	font-size: 170%;
}

figure.effect-winston a:hover,
figure.effect-winston a:focus {
	color: #cc6055;
}

figure.effect-winston p a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}

figure.effect-winston:hover img {
	opacity: 0.6;
}

figure.effect-winston:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: rotate3d(0,0,1,20deg);
	transform: rotate3d(0,0,1,20deg);
}

figure.effect-winston:hover p i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-winston:hover p a:nth-child(3) i {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-winston:hover p a:nth-child(2) i {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-winston:hover p a:first-child i {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*-----------------*/
/***** Selena *****/
/*-----------------*/

figure.effect-selena {
	background: #f57000;
}

figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}

figure.effect-selena h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-selena p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
	transform: perspective(1000px) rotate3d(1,0,0,90deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*-----------------*/
/***** Terry *****/
/*-----------------*/

figure.effect-terry {
	background: #34495e;
}

figure.effect-terry figcaption {
	padding: 1em;
}

figure.effect-terry figcaption::before,
figure.effect-terry figcaption::after {
	position: absolute;
	width: 200%;
	height: 200%;
	border-style: solid;
	border-color: #101010;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-terry figcaption::before {
	right: 0;
	bottom: 0;
	border-width: 0 70px 60px 0;
	-webkit-transform: translate3d(70px,60px,0);
	transform: translate3d(70px,60px,0);
}

figure.effect-terry figcaption::after {
	top: 0;
	left: 0;
	border-width: 15px 0 0 15px;
	-webkit-transform: translate3d(-15px,-15px,0);
	transform: translate3d(-15px,-15px,0);
}

figure.effect-terry img,
figure.effect-terry p a {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-terry img {
	opacity: 0.85;
}

figure.effect-terry h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.4em 10px;
	width: 50%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

@media screen and (max-width: 920px) {
	figure.effect-terry h2 {
		padding: 0.75em 10px;
		font-size: 120%;
	}
}

figure.effect-terry p {
	float: right;
	clear: both;
	text-align: left;
	text-transform: none;
	font-size: 111%;
}

figure.effect-terry p a {
	display: block;
	margin-bottom: 1em;
	color: #fff;
	opacity: 0;
	-webkit-transform: translate3d(90px,0,0);
	transform: translate3d(90px,0,0);
}

figure.effect-terry p a:hover,
figure.effect-terry p a:focus {
	color: #f3cf3f;
}

figure.effect-terry:hover figcaption::before,
figure.effect-terry:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-terry:hover img {
	opacity: 0.6;

}

figure.effect-terry:hover h2,
figure.effect-terry:hover p a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-terry:hover p a {
	opacity: 1;
}

figure.effect-terry:hover p a:first-child {
	-webkit-transition-delay: 0.025s;
	transition-delay: 0.025s;
}

figure.effect-terry:hover p a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-terry:hover p a:nth-child(3) {
	-webkit-transition-delay: 0.075s;
	transition-delay: 0.075s;
}

figure.effect-terry:hover p a:nth-child(4) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/

figure.effect-phoebe {
	background: #675983;
}

figure.effect-phoebe img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-phoebe:hover img {
	opacity: 0.6;
}

figure.effect-phoebe figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/triangle2.svg) no-repeat center center;
	background-size: 100% 100%;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(5,2.5,1);
	transform: scale3d(5,2.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-phoebe:hover figcaption::before {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-phoebe h2 {
	margin-top: 1em;
	-webkit-transition: transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-phoebe:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-phoebe p a {
	color: #fff;
	font-size: 140%;
	opacity: 0;
	position: relative;
	display: inline-block;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-phoebe p a:first-child {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-phoebe p a:nth-child(2) {
	-webkit-transform: translate3d(0,60px,0);
	transform: translate3d(0,60px,0);
}

figure.effect-phoebe p a:nth-child(3) {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-phoebe:hover p a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #3498db;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: left;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/*-----------------*/
/***** Kira *****/
/*-----------------*/

figure.effect-kira {
	background: #fff;
	text-align: left;
}

figure.effect-kira img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-kira figcaption {
	z-index: 1;
}

figure.effect-kira p {
	padding: 2.25em 0.5em;
	font-weight: 600;	
	font-size: 100%;
	line-height: 1.5;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-kira p a {
	margin: 0 0.5em;
	color: #101010;
}

figure.effect-kira p a:hover,
figure.effect-kira p a:focus {
	opacity: 0.6;
}

figure.effect-kira figcaption::before {
	position: absolute;
	top: 0;
	right: 2em;
	left: 2em;
	z-index: -1;
	height: 3.5em;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,4em,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

figure.effect-kira:hover img {
	opacity: 0.5;
}

figure.effect-kira:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-kira:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
	transform: translate3d(0,5em,0) scale3d(1,1,1);
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #000;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0,0,0,0.8);
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
}

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}

figure.effect-steve h2,
figure.effect-steve p {
	background: #fff;
	color: #2d434e;
}

figure.effect-steve h2 {
	position: relative;
	margin-top: 2em;
	padding: 0.25em;
}

figure.effect-steve h2:before {
	box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effect-steve p {
	margin-top: 1em;
	padding: 0.5em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,21px);
	transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover h2:before {
	opacity: 0;
}

figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*-----------------*/
/***** Moses *****/
/*-----------------*/

figure.effect-moses {
	background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
	background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}

figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-moses h2,
figure.effect-moses p {
	padding: 20px;
	width: 50%;
	height: 50%;
	border: 2px solid #fff;
}

figure.effect-moses h2 {
	padding: 20px;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
}

figure.effect-moses p {
	float: right;
	padding: 20px;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

figure.effect-moses:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-moses:hover img {
	opacity: 0.6;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/*---------------*/
/***** Ming *****/
/*---------------*/

figure.effect-ming {
	background: #030c17;
}

figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-ming p {
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
	opacity: 0.4;
}

/*---------------*/
/***** Lexi *****/
/*---------------*/

figure.effect-lexi {
	background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
	background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
	margin: -10px 0 0 -10px;
	max-width: none;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(10px,10px,0);
	transform: translate3d(10px,10px,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
	position: absolute;
	right: -100px;
	bottom: -100px;
	width: 300px;
	height: 300px;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transform: scale3d(0.5,0.5,1);
	transform: scale3d(0.5,0.5,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lexi h2 {
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(5px,5px,0);
	transform: translate3d(5px,5px,0);
}

figure.effect-lexi p {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1.5em 1.5em 0;
	width: 140px;
	text-align: right;
	opacity: 0;
	-webkit-transform: translate3d(20px,20px,0);
	transform: translate3d(20px,20px,0);
}

figure.effect-lexi:hover figcaption::before {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/*---------------*/
/***** Duke *****/
/*---------------*/

figure.effect-duke {
	background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
	background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

figure.effect-duke img,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 30px;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/* Media queries */
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}

}


















@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}


.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }



a {
	outline: none;
	color: #3498db;
	text-decoration: none;
}

a:hover, a:focus {
	color: #333;
}

section {
	padding: 1em;
	text-align: center;
}

.content {
	margin: 0 auto;
	max-width: 1000px;
}

.content > h2 {
	clear: both;
	margin: 0;
	padding: 4em 1% 0;
	color: #484B54;
	font-weight: 800;
	font-size: 1.5em;
}

.content > h2:first-child {
	padding-top: 0em;
}

/* Header */
.codrops-header {
	margin: 0 auto;
	padding: 4em 1em;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 800;
	font-size: 4em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	color: #74777b;
	font-weight: 300;
	font-size: 45%;
}

/* Demo links */
.codrops-demos {
	clear: both;
	padding: 1em 0 0;
	text-align: center;
}

.content + .codrops-demos {
	padding-top: 5em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0 5px;
	padding: 1em 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
	background: #3c414a;
	color: #fff;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {
	clear: both;
	padding: 6em 1em;
	font-size: 120%;
}

.related > a {
	display: inline-block;
	margin: 20px 10px;
	padding: 25px;
	border: 1px solid #4f7f90;
	text-align: center;
}

.related a:hover {
	border-color: #39545e;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

/* Demo ad design */
body #cdawrap {
	background: none;
	top: 50px;
	border: none;
}

body #cdawrap a {
	color: #fff !important;
}

body #cda-remove {
	color: #fff;
}

@media screen and (max-width: 25em) {
	.codrops-header {
		font-size: 75%;
	}
	.codrops-icon span {
		display: none;
	}
}


.rolarized{ width:auto; height:auto; float:right; padding:0px; margin:0px; }



