@charset "UTF-8";
/* CSS Document */
.clear{clear: both;display: block;height: 0;width: 100%;float: none !important;}
 input::-moz-focus-inner /*Remove button padding in FF*/{ border: 0;padding: 0;}
a{text-decoration: none;outline: 0 !important;}
a:hover{color: inherit;text-decoration: none;}
img{max-width: 100%;}
*:focus ,
textarea,
input,
textarea:focus, input:focus{
    outline: none;
    -webkit-appearance: none;
     border-radius: 0;
}
input::placeholder{ 
	color: #333;
	opacity: 1;
}
textarea::placeholder{ 
	color: #333;
	opacity: 1;
}
::-moz-placeholder {
	opacity: 1;
}
#shell{
	position: relative;
}
body{
        background: #fff;
        color: #000;
	font-family: 'Montserrat', 'Arial', 'Helvetica';
	font-size: 14px;
	font-weight: 300;
}
.wrapper{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

/** GENERIC  ELEMENT **/
.has-bg{
	position: relative;
}
.has-bg .bg-color,
.has-bg .bg-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: block;
	
}
.has-bg .bg-img{
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 2
}
.has-bg .puller,
.has-bg .wrapper{
	position: relative;
	z-index: 3;
}
.button{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	padding: 0 30px;
	position: relative;
	line-height: 50px;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	-moz-border-radius: 25px ;
	-webkit-border-radius: 25px ;
	border-radius: 25px !important;
	border: none;
}
.button > *{
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
}
.button > *:first-child{
	margin-right: 17px;
}
.button > *:first-child + *{
	-webkit-transition:right 0.2s ease-in;
	-moz-transition:right 0.2s ease-in;
	-o-transition:right 0.2s ease-in;
	-ms-transition:right 0.2s ease-in;
	transition:right 0.2s ease-in;
	right: 0;
	position: relative;
	font-size: 14px
}
.button:hover > *:first-child + *{
	right: -5px;
}
.button.btn-white{
	background: #fff;
	color: #ea4d47;
	-webkit-box-shadow:  0px 0 0 5px rgba(255, 255, 255, .2);
	-moz-box-shadow:     0px 0 0 5px rgba(255, 255, 255, .2);
	box-shadow:         0px 0 0 5px rgba(255, 255, 255, .2);
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.button.btn-white:hover{
	color: #fff;
	background: #ea4d47;
}
.button.btn-red{
	background: #ea4d47;
	color: #fff;
	-webkit-box-shadow:   0px 0 0 5px rgba(235, 77, 71, .2);
	-moz-box-shadow:     0px 0 0 5px rgba(235, 77, 71, .2);
	box-shadow:         0px 0 0 5px rgba(235, 77, 71, .2);
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.button.btn-red:hover{
	color: #ea4d47;
	background: #fff;
}
.btn-line{
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	color: #fff;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	opacity: 1;
}
.btn-line:link,
.btn-line:visited{
	color: #fff;
	text-decoration: none;
}
.btn-line:hover{
	border-color: #e1e1e1;
	color: #e1e1e1;
}
.page-title{
	height: 600px;
	color: #fff;
}
.page-template-page-career .page-title{
	height: 450px;
}
.page-title .holder{
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 3;
}
.page-title h1{
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 15px;
}
.page-title .meta{
	margin-bottom: 20px;
}
.product-detail .main .sidebar .item .meta a,
.single-blog  .related .item .meta a,
.page-title .meta a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 11px;
	position: relative;
}
.product-detail .main .sidebar .item .meta a:hover,
.single-blog  .related .item .meta a:hover,
.page-title .meta a:hover{
	text-decoration: underline;
}
.single-blog  .related .item .meta a:first-child,
.page-title .meta a:first-child{
	margin-right: 10px;
	padding-right: 10px;
}
.single-blog  .related .item .meta a:first-child:after,
.page-title .meta a:first-child:after{
	display: block;
	position: absolute;
	right: 0;
	top: 2px;
	width: 1px;
	height: 14px;
	content: '';
	background: #fff;
}
.page-title .txt{
	line-height: 160%;
	color: #fff;
	font-size: 16px;
}
.page-title .txt a{
	color: #fff;
	text-decoration: underline;
}
.page-title.has-thumb .wrapper{
	position: relative;
}
.page-title.has-thumb .txt{
	margin-bottom: 35px;
}
.page-title.has-thumb figure{
	position: absolute;
	right: 0;
	top: 40px;
}
.page-title.has-thumb .caption{
	max-width: 380px;
	position: relative;
	bottom: -80px;
}
/** HEADER **/
#top{
	padding-top: 50px;
	padding-bottom: 50px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
.relative-header #top,
.home #top,
.blog #top{
	position: relative;
	left: auto;
	top: auto;
}
#top .puller{
	padding-left: 75px;
	padding-right: 75px;
}
#top #logo{
	float: left;
}
#top #logo img,
#top #logo span{
	display: inline-block;
	vertical-align: top;
}
#top #logo span{
	position: relative;
	margin-left: 20px;
	padding-left: 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	top: 6px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#top #logo span:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 23px;
	width: 2px;
	background: #fff;
	content: '';
}
#top #mainmenu{
	float: right;
}
/** HOME **/
body.home{
	background: #ea4d47;
	overflow: hidden;
}
.section-product{
	position: fixed;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
}
.section-product a{
	display: inline-block;
	vertical-align: middle;
	width: 16.6666666666666666%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	opacity: 1;
	-webkit-transition:opacity 0.2s ease-in;
	-moz-transition:opacity 0.2s ease-in;
	-o-transition:opacity 0.2s ease-in;
	-ms-transition:opacity 0.2s ease-in;
	transition:opacity 0.2s ease-in;
}
.section-product a:hover{
	opacity: .7;
}
.section-product img{
	vertical-align: top;
}
.section-hero{
	position: fixed;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
}

.section-hero .caption h1{
	line-height: 101%;
	font-weight: 700;
	font-size: 60px;
	color: #fff;
	margin-bottom: 20px;
}
.section-hero .caption .txt{
	color: #fff;
	font-size: 16px;
	line-height: 160%;
	max-width: 420px;
	margin-bottom: 50px;
}
.section-hero .button,
.section-hero .btn-link{
	display: inline-block;
	vertical-align: middle;
}
.section-hero .button{
	margin-right: 30px;
}
#animbg{
	display: block;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.home #shell{
	position: relative;
	z-index: 2;
}
/** INNER BLOG **/
.inner-blog{
	padding-top: 75px;
	padding-bottom: 70px;
}
.section-posts .nav-cat{
	margin-bottom: 30px;
}
.section-posts .nav-cat li,
.section-posts .nav-cat > *{
	display: inline-block;
	vertical-align: middle;
}
.section-posts .nav-cat strong{
	text-transform: uppercase;
	position: relative;
	margin-right: 20px;
	padding-right: 20px;
	letter-spacing: 2px;
	color: #333333;
	font-weight: 700;
}
.section-posts .nav-cat strong:after{
	display: block;
	position: absolute;
	right: 0;
	top: -2px;
	height: 21px;
	width: 2px;
	background: #333333;
	content: '';
}
.section-posts .nav-cat li{
	margin-left: 24px;
}
.section-posts .nav-cat li:first-child{
	margin-left: 0;
}
.section-posts .nav-cat span,
.section-posts .nav-cat a{
	color: #999999;
	font-size: 14px;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	-ms-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
}
.section-posts .nav-cat span,
.section-posts .nav-cat a:hover{
	color: #333333;
}
.section-posts .nav-cat span{
	font-weight: 700;
}
.section-posts .wrap{
	margin: 0 -10px;
}
.section-posts .content{
	margin-bottom: 40px;
}
.section-posts .content figure img{
	width: 100%;
	vertical-align: top;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
}
.section-posts .content.full{
	display: block;
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-posts .content.full figure{
	float: right;
	width: 65%;
}
.section-posts .content.full .caption{
	float: left;
	width: 35%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 30px;
	padding-top: 23px;
}
.section-posts .content.full.switch figure{
	float: left;
}
.section-posts .content.full.switch .caption{
	float: right;
	padding-left: 30px;
	padding-right: 0;
}
.section-posts .content.half{
	display: inline-block;
	width: 33.33333333%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.section-posts .content.half figure{
	margin-bottom: 20px;
}
.section-posts .content h2,
.section-posts .content h3{
	color: #eb4e46;
	font-size: 24px;
	line-height: 130%;
	font-weight: 500;
	margin-bottom: 3px;
}
.section-posts .content h3{
	font-size: 16px;
}
.section-posts .content h2 a,
.section-posts .content h3 a{
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	-ms-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
	color: #eb4e46;
}
.product-detail .main .sidebar .more:hover,
.section-posts .content h2 a:hover,
.section-posts .content h3 a:hover{
	color: #7e130e;
}
.section-posts .content h2 a:visited,
.section-posts .content h2 a:link,
.section-posts .content h3 a:link,
.section-posts .content h3 a:visited{
	text-decoration: none;
}
.section-posts .content .meta{
	margin-bottom: 20px;
}
.section-posts .content .date{
	margin-bottom: 10px;
}
.section-posts .content .meta .date a{
	color: #999999;
	font-size: 11px;
}
.section-posts .content .meta .date a:hover{
	text-decoration: underline;
}
.product-detail .main .sidebar .item .tags a,
.single-blog  .related .item .tags a,
.page-title .tags a,
.section-posts .content .tags a{
	display: inline-block;
	vertical-align: middle;
	background: #cccccc;
	-moz-border-radius: 3px ;
	-webkit-border-radius: 3px ;
	border-radius: 3px ;
	font-size: 11px;
	color: #fff;
	-webkit-transition:background 0.2s ease-in;
	-moz-transition:background 0.2s ease-in;
	-o-transition:background 0.2s ease-in;
	-ms-transition:background 0.2s ease-in;
	transition:background 0.2s ease-in;
	margin-left: 3px;
	padding: 5px 7px;
}
.page-title .tags a{
	background: #333333;
	color: #fff;
}
.single-blog  .related .item .tags a:first-child,
.page-title .tags a:first-child,
.section-posts .content .tags a:first-child{
	margin-left: 0;
}
.product-detail .main .sidebar .item .tags a:hover,
.single-blog  .related .item .tags a:hover,
.section-posts .content .tags a:hover{
	color: #fff;
	background: #333;
}
.page-title .tags a:hover{
	color: #fff;
	background: #cccccc;
}
.section-posts .content .txt{
	color: #666666;
	font-size: 14px;
	line-height: 160%;
	font-weight: 300;
}
/** BOTTOM **/
.widget-title{
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
#bottom{
	padding-top: 60px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 12px;
	background: #ea4d47;
}
#bottom .wrap{
	margin: 0 -15px;
}
#bottom .col-widget{
	padding: 0 15px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	margin-bottom: 50px;
}
.bg-color {
	background-color:#ea4d47!important;
}
footer#bottom {
	background-color:#ea4d47!important;
}
.footer-logo{
	margin-bottom: 20px;
}
.footer-logo img{
	vertical-align: top;
}
.widget_text .textwidget{
	line-height: 160%;
}
.widget_text .textwidget > *{
	margin-top: 20px;
}
.widget_text .textwidget > *:first-child{
	margin-top: 0;
}
.widget_text .textwidget a{
	color: #fff;
}
.widget_text .textwidget a:hover{
	text-decoration: underline;
}
.widget li{
	display: block;
	margin-top: 15px;
	
}
.widget li:first-child{
	margin-top: 0;
}
.widget li a{
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
	color: #fff;
	opacity: 1;
	-webkit-transition:opacity 0.2s ease-in;
	-moz-transition:opacity 0.2s ease-in;
	-o-transition:opacity 0.2s ease-in;
	-ms-transition:opacity 0.2s ease-in;
	transition:opacity 0.2s ease-in;
}
.widget li a:hover{
	opacity: .7;
}
.widget_latest_post .item{
	margin-top: 25px;
}
.widget_latest_post .item:first-child{
	margin-top: 0;
}
.widget_latest_post figure{
	float: left;
	width: 25%;
	max-width: 60px;
}
.widget_latest_post figure img{
	vertical-align: top;
	width: 100%;
	height: auto;
	-moz-border-radius: 3px ;
	-webkit-border-radius: 3px ;
	border-radius: 3px ;
}
.widget_latest_post .caption{
	float: left;
	width: 75%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}
.widget_latest_post .caption h4{
	line-height: 145%;
	margin-bottom: 3px;
	color: #fff;
	font-size: 11px;
}
.widget_latest_post .caption h4 a{
	color: #fff;
	-webkit-transition:opacity 0.2s ease-in;
	-moz-transition:opacity 0.2s ease-in;
	-o-transition:opacity 0.2s ease-in;
	-ms-transition:opacity 0.2s ease-in;
	transition:opacity 0.2s ease-in;
	opacity: 1;
}
.widget_latest_post .caption h4 a:hover{
	opacity: .7;
}
.widget_latest_post .caption span{
	color: #fff;
	font-size: 11px;
}
/** MOBILE TRIGGER **/
.mobile-trigger{
	color: #fff;
	font-size: 30px;
	-webkit-transition:opacity 0.2s ease-in;
	-moz-transition:opacity 0.2s ease-in;
	-o-transition:opacity 0.2s ease-in;
	-ms-transition:opacity 0.2s ease-in;
	transition:opacity 0.2s ease-in;
	display: none;
	opacity: 1;
}
.mobile-trigger,
.mobile-trigger:visited,
.mobile-trigger:link{
	color: #fff;
}
.mobile-trigger:hover{
	opacity: .7;
}
/** SINGLE BLOG **/
.inner-career,
.single-blog{
	padding-top: 80px;
	padding-bottom: 130px;
}
.inner-career .puller,
.inner-contact .puller,
.single-blog .puller{
	max-width: 620px;
	margin: 0 auto;
}
.single-blog  .related{
	margin-top: 45px;
}
.single-blog  .related h2{
	color: #571845;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 21px;
	padding-bottom: 19px;
	border-bottom: 1px solid #dddddd;
	line-height: 100%;
}
.single-blog  .related .item{
	margin-top: 20px;
}
.single-blog  .related .item:first-child{
	margin-top: 0;
}
.single-blog  .related .item figure{
	float: left;
	width: 140px;
}
.single-blog  .related .item figure img{
	vertical-align: top;
	-moz-border-radius: 3px ;
	-webkit-border-radius: 3px ;
	border-radius: 3px ;
}
.single-blog  .related .item .caption{
	float: right;
	width: calc( 100% - 140px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}
.single-blog  .related .item h3{
	font-size: 14px;
	margin-bottom: 3px;
	line-height: 130%;
	font-weight: 500;
}
.product-detail .main .sidebar .item h3 a,
.single-blog  .related .item h3 a{
	color: #eb4e46;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	-ms-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
}
.product-detail .main .sidebar .item h3 a:hover,
.single-blog  .related .item h3 a:hover{
	color: #7e130e;
}
.product-detail .main .sidebar .item .meta,
.single-blog  .related .item .meta {
	margin-bottom: 10px;
}
.product-detail .main .sidebar .item .meta a,
.single-blog  .related .item .meta a{
	color: #999999;
}
.single-blog  .related .item .meta a:first-child:after{
	background: #999999;
}
/** INNER WHO WE ARE **/
.inner-who{
	padding-top: 70px;
	padding-bottom: 140px;
}
.inner-who .item{
	margin-top: 50px;
	position: relative;
}
.inner-who .item:first-child{
	margin-top: 0;
}
.inner-who .item .caption{
	right: 0;
	width: 50%;
	height: 100%;
	position: absolute;
}
.inner-who .item:nth-child(even) .caption{
	left: 0;
	right: auto;
}
.inner-who .item figure{
	width: 50%;
	float: left;
}
.inner-who .item:nth-child(even) figure{
	width: 50%;
	float: right;
}
.inner-who .item figure img{
	vertical-align: top;
}
.inner-who .item .caption .holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.inner-who .item .caption .holder .layer{
	max-width: 365px;
	display: inline-block;
	text-align: left;
}
.inner-who .item .caption h2{
	color: #571945;
	font-size: 36px;
	line-height: 130%;
	margin-bottom: 15px;
	font-weight: 700;
}
.inner-who .item .caption .txt{
	color: #666666;
	font-size: 16px;
	line-height: 160%;
}
.inner-who .nav-who{
	text-align: center;
	margin-top: 120px;
}
.inner-who .nav-who > *{
	text-align: center;
	margin: 0 11px;
}
/** PRODUCT DETAIL **/
.product-detail{
	padding-top: 80px;
	padding-bottom: 130px;
	position: relative;
	z-index: 2;
}
.product-detail .feature{
	margin-bottom: 60px;
}
.product-detail .feature .wrap{
	margin: 0 -10px;
}
.product-detail .feature .item{
	float: left;
	width: 33.333333333333%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 30px;
}
.product-detail .feature figure{
	margin-bottom: 25px;
}
.product-detail .feature figure img{
	vertical-align: top;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
}
.product-detail .feature .caption{
	padding: 0 10px;
}
.copy-career .caption h2,
.product-detail .feature h3{
	color: #571845;
	font-size: 14px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 10px;
}
.product-detail .feature .txt{
	line-height: 160%;
	color: #666666;
	font-size: 14px;
	font-weight: 300;
}
.product-detail .stat{
	padding-top: 40px;
	padding-bottom: 10px;
	margin-bottom: 90px;
	background: #f6f6f6;
	text-align: center;
}
.product-detail .stat .wrap{
	margin: 0 -20px;
}
.product-detail .stat .item{
	width: 25%;
	padding: 0 20px;
	text-align: center;
	margin: 0 0 30px;
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.product-detail .stat span,
.product-detail .stat strong{
	display: inline-block;
	vertical-align: middle;
	font-size: 48px;
	color: #8f457b;
	letter-spacing: 1px;
}
.product-detail .stat  h3{
	position: relative;
	font-weight: 500;
	color: #8f457b;
	letter-spacing: 2px;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 30px;
}
.product-detail .stat  h3:before{
	display: block;
	width: 20px;
	height: 2px;
	background: #8f457b;
	content: '';
	margin: 0 auto 30px;
}
.product-detail .main{
	padding-bottom: 90px;
}
.product-detail .main .copy{
	float: left;
	width: 77%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 100px;
}
.product-detail .main .sidebar{
	float: right;
	width: 23%;
}
.product-detail .main .ptitle{
	color: #571845;
	font-size: 36px;
	font-weight: 700;
	line-height: 130%;
	margin-bottom: 30px;
}
.product-detail .main .copy .format-text{
	margin-bottom: 70px;
}
.product-detail .main .sidebar h2{
	font-size: 24px;
	font-weight: 700;
	color: #571845;
	line-height: 130%;
	margin-bottom: 15px;
}
.product-detail .main .sidebar .item{
	margin-top: 30px;
}
.product-detail .main .sidebar .item:first-child{
	margin-top: 0;
}
.product-detail .main .sidebar .item figure{
	margin-bottom: 15px;
}
.product-detail .main .sidebar .item img{
	vertical-align: top;
	-moz-border-radius: 5px ;
	-webkit-border-radius: 5px ;
	border-radius: 5px ;
}
.product-detail .main .sidebar .item h3{
	line-height: 130%;
	font-size: 14px;
	margin-bottom: 3px;
	font-weight: 500;
}
.product-detail .main .sidebar .more{
	color: #571845;
	font-weight: 500;
	display: inline-block;
	font-size: 14px;
	margin-top: 30px;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	-ms-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
}
.product-detail .main .sidebar .more i{
	position: relative;
	-webkit-transition:right 0.2s ease-in;
	-moz-transition:right 0.2s ease-in;
	-o-transition:right 0.2s ease-in;
	-ms-transition:right 0.2s ease-in;
	transition:right 0.2s ease-in;
	right: 0;
	margin-left: 10px;
}
.product-detail .main .sidebar .more:hover i{
	right: -5px;
}
.product-detail .testimonial{
	background: #f6f6f6;
	margin-bottom: 50px;
}
.product-detail .testimonial .holder{
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	padding-top: 55px;
	padding-bottom: 40px;
}
.product-detail .testimonial .txt{
	color: #666666;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	line-height: 180%;
}
.product-detail .testimonial .meta{
	margin-top: 25px;
}
.product-detail .testimonial .meta h3{
	position: relative;
	color: #666666;
	font-size: 14px;
	font-weight: 600;
	line-height: 130%;
	margin-bottom: 2px;
}
.product-detail .testimonial .meta h3:before{
	display: block;
	width: 20px;
	height: 3px;
	background: #eb4d47;
	content: '';
	margin-bottom: 30px;
}
.product-detail .testimonial .meta span{
	color: #999999;
	font-size: 12px;
	font-weight: 500;
}
.product-detail .testimonial .nav-slide{
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	z-index: 2;
	-ms-transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
	transform: translateY(-30%);
}
.product-detail .testimonial .nav-slide a{
	display: block;
	background: url(../img/arrow.png) no-repeat;
	background-size: 40px 148px;
	width: 40px;
	height: 74px;
	position: absolute;
	opacity: 1;
	-webkit-transition:opacity 0.2s ease-in;
	-moz-transition:opacity 0.2s ease-in;
	-o-transition:opacity 0.2s ease-in;
	-ms-transition:opacity 0.2s ease-in;
	transition:opacity 0.2s ease-in;
	top: 0;
}
.product-detail .testimonial .nav-slide a:hover{
	opacity: .7;
}
.product-detail .testimonial .nav-slide a.prev{
	background-position: 0 0;
	left: -150px;
}
.product-detail .testimonial .nav-slide a.next{
	background-position: 0 -74px;
	right: -150px;
}
.product-detail .action{
	text-align: center;
}
.product-detail .action .wrapper > *{
	margin: 0 11px;
	display: inline-block;
}

.product-detail .testimonial .slick-dots {
	margin-top: 30px;
	text-align: center;
}
.product-detail .testimonial .slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}
.product-detail .testimonial .slick-dots button{
	background: #bbbaba;
	border: none;
	text-indent: -99999px;
	width: 12px;
	height: 12px;
	-moz-border-radius: 50% ;
	-webkit-border-radius: 50% ;
	border-radius: 50% ;
	cursor: pointer;
	-webkit-transition:background 0.2s ease-in;
	-moz-transition:background 0.2s ease-in;
	-o-transition:background 0.2s ease-in;
	-ms-transition:background 0.2s ease-in;
	transition:background 0.2s ease-in;
	padding: 0;
}
.product-detail .testimonial .slick-dots li.slick-active button,
.product-detail .testimonial .slick-dots button:hover{
	background: #8f457b;
}
.product-detail .progo{
	margin-bottom: 20px;
	padding: 0 30px;
	text-align: center;
}
.product-detail .progo .wrap{
	margin: 0 -30px;
}
.product-detail .progo .item{
	display: inline-block;
	vertical-align: middle;
	padding: 0 30px;
	margin: 0 0 30px;
}
/** INNER PRODUCT **/
.inner-product{
	padding-top: 80px;
	padding-bottom: 100px;
}
.inner-product .centered{
	text-align: center;
	margin-top: 60px;
}
.inner-product .wrap{
	border: 1px solid #e1e1e1;
	-moz-border-radius: 20px ;
	-webkit-border-radius: 20px ;
	border-radius: 20px ;
	overflow: hidden;
}
.inner-product .item{
	width: 50%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.inner-product .item:before,
.inner-product .item:after{
	display: block;
	position: absolute;
	content: '';
	background: #e1e1e1;
}
.inner-product .item:before{
	height: 100%;
	width: 1px;
	top: 0;
}
.inner-product .item:nth-child(odd):before{
	right: 0;
}
.inner-product .item:nth-child(even):before{
	left: -1px;
}
.inner-product .item:after{
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
}
.inner-product .item a{
	display: block;
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	-webkit-transition:opacity 0.2s ease-in;
	-moz-transition:opacity 0.2s ease-in;
	-o-transition:opacity 0.2s ease-in;
	-ms-transition:opacity 0.2s ease-in;
	transition:opacity 0.2s ease-in;
	opacity: .5;
}
.inner-product .item a:hover{
	opacity: 1;
}
.inner-product .item .holder{
	display: inline-block;
	max-width: 300px;
	padding: 0 15px;
}
.inner-product .item img{
	vertical-align: top;
}
.inner-product .item .txt{
	line-height: 160%;
	color: #666;
	font-size: 16px;
	padding-top: 25px;
}
/** PAGINATION **/
.page-pagination{
	text-align: center;
	margin-top: 50px;
}
.page-pagination a,
.page-pagination span{
	border: 1px solid #e1e1e1;
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	line-height: 33px;
	background: #fff;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	-ms-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
	font-weight: 600;
	padding: 0 13px;
	color: #333;
	-moz-border-radius: 3px ;
	-webkit-border-radius: 3px ;
	border-radius: 3px ;
}
.page-pagination a:hover,
.page-pagination span{
	color: #fff;
	background: #333;
	border: 1px solid #333;
}
.format-text .wpcf7-spam-blocked,
.format-text div.wpcf7-mail-sent-ok,
.format-text div.wpcf7-validation-errors,
.format-text .wpcf7-not-valid-tip{
	display: block;
	margin: 10px 0px;
	color: white;
	background: #900d3d;
	padding: 10px 20px 8px;
	font-size: 14px;
	border: none;
	font-weight: 300;
	-moz-border-radius: 25px ;
	-webkit-border-radius: 25px ;
	border-radius: 25px ;
}
.format-text .wpcf7-spam-blocked,
.format-text div.wpcf7-validation-errors{
	background: #e67e22;
	margin: 20px 0 0;
}
.format-text div.wpcf7-mail-sent-ok{
	background: #900d3d;
	margin: 20px 0 0;
}
/** SINGLE CAREER **/
.ctitle{
	color: #eb4d47;
	font-size: 24px;
	font-weight: 300;
	line-height: 110%;
	margin-bottom: 10px;
}
.ctitle a{
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	-ms-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
	color: #eb4d47;
}
.ctitle a:hover{
	color: #7e130e;
}
.ctitle a:visited,
.ctitle a:link{
	text-decoration: none;
}
.cmeta{
	margin-bottom: 20px;
}
.cmeta span{
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 13px;
	font-weight: 300;
	position: relative;
	margin-left: 10px;
	padding-left: 11px;
}
.cmeta span:first-child{
	margin-left: 0;
	padding-left: 0;
}
.page-title .cmeta span{
	color: #fff;
}
.cmeta span:after{
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 1px;
	height: 15px;
	background: #b8b8b8;
	content: '';
}
.cmeta span:first-child:after{
	display: none;
}
.page-title .cmeta span:after{
	background: #fff;
	top: 6px;
}
.inner-career .copy-career,
.inner-career .item{
	padding-bottom: 38px;
	margin-bottom: 40px;
	border-bottom: 2px solid #dddddd;
}

.copy-career figure{
	float: right;
	width: 30%;
}
.copy-career .caption{
	float: left;
	width: 70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 50px;
}
.copy-career .format-text > *{
	margin-top: 20px !important;
}
.copy-career .format-text > *:first-child{
	margin-top: 0 !important;
}
/** INNER CONTACT **/
.inner-contact{
	padding-top: 80px;
	padding-bottom: 100px;
}
.inner-contact .info{
	margin-bottom: 60px;
}
.inner-contact .address{
	margin-bottom: 30px;
}
.inner-contact .address h2{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 130%;
	color: #571845;
}
.inner-contact .address p{
	line-height: 160%;
}
.inner-contact .phone p{
	margin-top: 10px;
}
.inner-contact .phone p:first-child{
	margin-top: 0;
}
.inner-contact .phone p strong{
	font-weight: 600;
	font-size: 30px;
	color: #444444;
}
.inner-contact .map{
	margin-bottom: 80px;
}
.iframe-holder {
	position: relative;
	padding-bottom: 25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.iframe-holder iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* MEDIA QUERY FOR WEBKIT BASED BROWSER **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}

/* MEDIA QUERY FOR GECKO BASED BROWSER **/
@-moz-document url-prefix(){

}

@media (max-width: 1399px) {
	.sf-menu > li{
		margin-left: 10px;
	}
	.sf-menu > li > a{
		padding: 0 20px !important;
	}
}

@media (max-width: 1299px) {
	.sf-menu > li{
		margin-left: 5px;
	}
	.sf-menu > li > a{
		padding: 0 12px !important;
	}
}

@media (max-width: 1099px) {
	#top .puller{
		padding-left: 30px;
		padding-right: 30px;
	}
	#top{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.wrapper{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}
	body.home{
		overflow-x: hidden;
		overflow-y: scroll;
	}
	.section-product,
	.section-hero{
		position: relative;
		left: auto;
		top: auto;
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-product{
		padding: 0 0 25px;
		bottom: auto;
	}
	.section-product .puller{
		padding-left: 30px;
		padding-right: 30px;
	}
	.section-product .puller a{
		text-align: left;
		width: 33.333333333%;
		margin-bottom: 30px;
	}
	.inner-product .item a{
		opacity: 1;
	}

}
@media (min-width: 992px) {
	.sf-menu > li > a{
		height: 50px;
		padding: 0 28px;
		line-height: 50px;
		-moz-border-radius: 25px ;
		-webkit-border-radius: 25px ;
		border-radius: 25px ;
	}
	.sf-menu > li.current-menu-item > a{
		background: rgba(0,0,0,.1);
		opacity: 1;
	}
}
@media (max-width: 991px) {
	
	.mobile-trigger{
		display: block;
		position: relative;
	}
	.mobile-trigger:before{
		display: block;
		position: absolute;
		width: 180%;
		height: 120%;
		content: '';
		top: -10%;
		right: -40%;
		background: #fe3b3f;
		z-index: 1;
	}
	.mobile-trigger i{
		position: relative;
		z-index: 2;
	}
	#top #mainmenu{
		padding-top: 14px;
	}
	#mainmenu .holder{
		position: absolute;
		left: 0;
		background: #fe3b3f;
		width: 100%;
		visibility: hidden;
		opacity: 0;
		-webkit-transition:all 0.2s ease-in;
		-moz-transition:all 0.2s ease-in;
		-o-transition:all 0.2s ease-in;
		-ms-transition:all 0.2s ease-in;
		transition:all 0.2s ease-in;
		margin-top: 35px;
	}
	#mainmenu.open .holder{
		opacity: 1;
		visibility: visible;
		margin-top: 30px;
	}
	.sf-menu li{
		float: none;
		display: block;
		margin: 0;
		padding: 0;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		top: auto;
	}
	.sf-menu > li ul{
		display: block !important;
		position: relative !important;
		top: auto;
		left: auto;
		opacity: 1 !important;
	}
	.sf-menu > li ul a,
	.sf-menu > li  a{
		display: block;
		padding: 13px 30px !important;
		border-bottom: 1px solid rgba(255,255,255,.2);
		color: #fff;
		-webkit-transition:all 0.2s ease-in;
		-moz-transition:all 0.2s ease-in;
		-o-transition:all 0.2s ease-in;
		-ms-transition:all 0.2s ease-in;
		transition:all 0.2s ease-in;
		text-transform: none;
		font-size: 16px;
		opacity: 1;
	}
	
	.sf-menu > li:first-child > a{
		border-top: 1px solid rgba(255,255,255,.2);
	}
	.sf-menu > li ul a:hover,
	.sf-menu > li  a:hover{
		opacity: 0.7;
	}
	.sf-menu > li ul a{
		padding-left: 35px !important;
		font-size: 14px;
	}
	.sf-menu > li > a.sf-with-ul:before{
		right: 0;
		display: none;
	}
	.sf-menu li:hover ul,
	.sf-menu li.sfHover ul {
		left:			0px;
	}
	.section-posts .content.full,
	.section-posts .content.half{
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
	.section-posts .content.full figure,
	.section-posts .content.full .caption,
	.section-posts .content.full.switch figure,
	.section-posts .content.full.switch .caption{
		float: none;
		width: 100%;
		padding: 0;
	}
	.section-posts .content.full .txt{
		display: none;
	}
	.section-posts .content h2{
		font-size: 14px;
	}
	.section-posts .content.full figure{
		margin-bottom: 20px;
	}
	.footer-logo{
		text-align: center;
	}
	#bottom .col-widget{
		width: 33.333333333333%;
	}
	#bottom .col-widget:first-child{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 50px;
		padding: 0;
		float: none;
		text-align: center;
	}
	.page-template-page-career .page-title,
	.page-title{
		height: auto;
		padding-top: 200px;
		padding-bottom: 120px;
	}
	.page-title .holder{
		position: relative;
		top: auto;
		left: auto;
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	.inner-who .item{
		margin-left: auto;
		margin-right: auto;
		max-width: 500px;
	}
	.inner-who .item:nth-child(even) .caption,
	.inner-who .item:nth-child(even) figure,
	.inner-who .item figure,
	.inner-who .item .caption{
		position: relative;
		width: 100%;
		right: auto;
		top: auto;
		left: auto;
		float: none;
		padding: 0;
	}
	.inner-who .item figure{
		margin-bottom: 20px;
	}
	.inner-who .item .caption .holder{
		position: relative;
		top: auto;
		-ms-transform: translateY(0%);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		left: auto;
		text-align: left;
	}
	.inner-who .item .caption .holder .layer{
		max-width: none;
		width: 100%;
		display: block;
	}
	.page-title.has-thumb figure{
		max-width: 400px;
		right: 20px;
	}
	.page-title.has-thumb .caption{
		max-width: 300px;
	}
	.product-detail .stat .item{
		width: 50%;
	}
	.product-detail .main .copy{
		width: 70%;
		padding-right: 50px;
	}
	.product-detail .main .sidebar{
		width: 30%;
	}
	.product-detail .testimonial .nav-slide a.prev{
		left: -100px;
	}
	.product-detail .testimonial .nav-slide a.next{
		right: -100px;
	}
	.copy-career figure{
		width: 40%;
	}
	.copy-career .caption{
		width: 60%;
		padding-right: 30px;
	}

}

@media (max-width: 768px) {
	.product-detail .testimonial .nav-slide{
		display: none;
	}
	.product-detail .main .ptitle,
	.inner-who .item .caption h2,
	.page-title h1,
	.section-hero .caption h1{
		font-size: 36px;
	}
	.product-detail .main .sidebar h2{
		font-size: 20px;
	}
	.section-hero{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.section-product .puller a{
		width: 50%;
	}
	.inner-blog{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-posts .nav-cat{
		position: relative;
	}
	.section-posts .nav-cat strong{
		border: 1px solid #ececec;
		display: block;
		padding: 12px 15px;
		margin: 0;
		cursor: pointer;
		-moz-border-radius: 3px ;
		-webkit-border-radius: 3px ;
		border-radius: 3px ;
	}
	.section-posts .nav-cat strong:before{
		display: block;
		position: absolute;
		right: 13px;
		top: 18px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7px 5px 0 5px;
		border-color: #000333 transparent transparent transparent;
		content: '';
	}
	.section-posts .nav-cat strong:after{
		display: none;
	}
	.section-posts .nav-cat ul{
		position: absolute;
		left: 0;
		width: 100%;
		background: #fff;
		border: 1px solid #ececec;
		border-top: none;
		visibility: hidden;
		opacity: 0;
		margin-top: 5px;
		-webkit-transition:all 0.2s ease-in;
		-moz-transition:all 0.2s ease-in;
		-o-transition:all 0.2s ease-in;
		-ms-transition:all 0.2s ease-in;
		transition:all 0.2s ease-in;
	}
	.section-posts .nav-cat.open ul{
		margin-top: 0;
		visibility: visible;
		opacity: 1;
	}
	.section-posts .nav-cat ul li{
		display: block;
		float: none;
		margin: 0;
	}
	.section-posts .nav-cat ul li span,
	.section-posts .nav-cat ul li a{
		padding:  10px 13px;
		display: block;
		border-top: 1px solid #ececec;
	}
	.section-posts .nav-cat ul li:first-child > *{
		border: none;
	}
	#bottom .col-widget{
		width: 100%;
		max-width: 400px;
		margin: 0 auto 50px;
		padding: 0;
		float: none;
		text-align: center;
	}
	.product-detail .feature .wrap,
	#bottom .wrap{
		margin:0;
	}
	.widget_latest_post .caption,
	#bottom .widget_latest_post figure{
		float: none;
		margin: 0 auto 20px;
		display: block;
		padding: 0;
		width: 100%;
		max-width: 200px;
	}
	#bottom .widget_latest_post figure{
		max-width: 60px;
	}
	.inner-who .wrap{
		padding-left: 30px;
		padding-right: 30px;
	}
	.page-title.has-thumb figure{
		max-width: 300px;
		right: auto;
		bottom: auto;
		margin: 0 auto 30px;
		position: relative;
	}
	.page-title.has-thumb .caption{
		bottom: auto;
		margin: 0 auto;
	}
	.page-title.has-thumb{
		padding-top: 100px;
	}
	.product-detail .main .copy,
	.product-detail .main .sidebar,
	.product-detail .feature .item{
		width: 100%;
		padding: 0;
		display: block;
		float: none;
		margin: 0 auto 50px;
		max-width: 400px;
	}
	.product-detail .main .copy,
	.product-detail .main .sidebar{
		max-width: 500px;
	}
	.product-detail .action .wrapper > *{
		display: block;
		margin: 0 auto 30px;
		max-width: 300px;
	}
	.inner-product .wrap,
	.inner-product .item{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	.inner-product .item:nth-child(odd):before,
	.inner-product .item:nth-child(even):before{
		display: none;
	}
	.copy-career{
		max-width: 620px;
		margin-left: auto;
		margin-right: auto;
	}
	.copy-career figure,
	.copy-career .caption{
		width: 100%;
		float: none;
		padding: 0;
		margin: 0 0 30px;
	}
}
/* Custom mobile */
@media (max-width: 480px) {
	.product-detail .main .ptitle,
	.page-title h1,
	.section-hero .caption h1{
		font-size: 36px;
	}
	.inner-who .item .caption h2{
		font-size: 30px;
	}
	.inner-product .item .txt{
		font-size: 14px;
	}
	.sf-menu > li ul a,
	.sf-menu > li  a,
	.inner-who .wrap,
	.section-product .puller,
	.wrapper,
	#top .puller{
		padding-left: 30px;
		padding-right: 30px;
	}
	.home .sf-menu > li ul a,
	.home .sf-menu > li  a,
	.home #top .puller{
		padding-left: 45px !important;
		padding-right: 45px !important;
	}
	.page-template-page-career .page-title,
	.page-title{
		padding-top: 100px;
		padding-bottom: 80px;
	}
	.inner-product .item a{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#top{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#mainmenu.open .holder{
		margin-top: 20px;
	}
	#logo img{
		max-width: 120px;
	}
	#top #logo span{
		font-size: 12px;
		padding-left: 10px;
		margin-left: 10px;
	}
	#top #logo span:before{
		height: 15px;
		width: 1px;
	}
	#top #mainmenu{
		padding-top: 0;
	}
	.product-detail .stat .wrap,
	.section-posts .wrap{
		margin: 0;
	}
	.section-posts .content.full,
	.section-posts .content.half{
		display: block;
		width: 100%;
		padding: 0;
	}
	.section-product .puller a{
		width: 100%;
		text-align: center;
	}
	.section-hero .button{
		display: block;
		margin: 0 0 30px;
		max-width: 200px;
	}
	.section-hero .centered {
		
	}
	.single-blog .related .item figure,
	.single-blog .related .item .caption{
		width: 100%;
		margin: 0 auto 30px;
		float: none;
		padding: 0;
		text-align: center;
		max-width: 300px;
	}
	.inner-career,
	.inner-product,
	.product-detail,
	.inner-who,
	.single-blog{
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.inner-who .nav-who{
		padding: 0 30px;
		margin-top: 50px;
	}
	.inner-who .nav-who > *{
		display: block;
		margin: 0 auto 30px;
	}
	.product-detail .stat .item{
		width: 100%;
		float: none;
		margin: 0 auto 50px;
		padding: 0;
	}
	.product-detail .main{
		padding-bottom: 50px;
	}
	.product-detail .stat{
		margin-bottom: 50px;
	}
	.section-hero .caption{
		max-width: none;
		padding: 0 15px;
	}
	.detail-career .button{
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 30px;
	}
}

@media (max-width: 360px) {
	
}
@media (min-width: 1100px) {
	.wrapper{
		max-width: 940px;
	}
}

#responsive{
	display:block;
	width:30px;
	height: 30px;
	position: fixed;
	bottom:30px;
	left: 30px;
	z-index: 9999;
}
/** RESPONSIVE VIEWER **/
@media (max-width: 1099px) {  #responsive{background: blueViolet !important;}}
@media (max-width: 991px) {  #responsive{background: red !important;}}
@media (max-width: 768px) {  #responsive{background: blue !important;}}
@media (max-width: 480px) {  #responsive{background: cyan !important;}}
@media (max-width: 360px) {  #responsive{background: green !important;}}


.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
        margin-bottom: 80px;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}