@import url(animate.css);
@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(proxima_nova.css);
@import url(font-awesome.css);
@import url(flaticon.css);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400italic);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, p {
	margin : 0;
	padding : 0;
	border : 0;
	vertical-align : baseline;
	font-weight : normal;
}
html, button, input, select, textarea {
	color : #7f7f7f;
}
body {
	font-family: 'proxima_nova_rgregular';
	font-size : 14px;
	line-height : 24px;
}
h1, h2, h3, h4, h5, h6, .drop_menu {
	font-family: 'proxima_novasemibold';
	font-weight: normal;
	line-height: 1.4;
	color: inherit
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 18px;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1, .h1 {
	font-size: 60px;
}
h2, .h2 {
	font-size: 50px;
}
h3, .h3 {
	font-size: 40px;
}
h4, .h4 {
	font-size: 30px;
}
h5, .h5 {
	font-size: 20px;
}
h6, .h6 {
	font-size: 16px;
}
p {
	line-height: 1.6;
	margin: 0 0 10px;
	font-family: 'proxima_novalight';
	font-weight: normal;
	font-size: 18px;
}
ol, ul {
	margin: 0px 0px 25px;
	padding: 0px;
	line-height: 1.9;
}
.no-padding {
	padding: 0px;
}
.no-margin {
	margin: 0px;
}
a:hover {
	text-decoration: none;
}
b, strong{font-family: 'proxima_novasemibold';}

/*---------------NAVIGATION MENU--------------*/
nav {
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}
.navbar-default {
	background: none;
	border: none;
	position: absolute;
	z-index: 99;
	margin-bottom: 0px;
	min-height: 40px;
}
.nav-triangle {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-top: 150px solid #4389c7;
	border-left: 150px solid transparent;
	z-index: -1;
	opacity: .9;
	transition: border 0ms 500ms, opacity 300ms 500ms, transform 300ms;
	-webkit-transition: border 0ms 500ms, opacity 300ms 500ms, -webkit-transform 300ms;
}
.navbar-default .navbar-brand a {
	display: block;
}
.navbar-default .navbar-brand img {
	display: block;
	max-height: 120px;
	z-index: 999999999;
	padding-left: 30px;
}
.navbar-nav {
	float: right !important;
	margin-right: -15px
}
.navbar-default .navbar-nav > li > a {
	font-size: 20px;
	padding: 30px 0 0;
	height: 100px;
	line-height: 30px;
	text-align: center;
	width: 100px;
	color: #ffffff;
	right: 10px;
}
.navbar-default .navbar-nav > li > a#navigation-menu:hover{color:#000;}

.nav-fixed {
	margin: auto;
	position: fixed;
	right: 0;
	top: 0;
}
.nav-fixed > li {
	float: right;
}
#sticky.nav-fixed a {
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
	line-height: 30px;
	right: 10px;
	padding: 30px 0 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

/*------------MENU------------*/
#wrapper .toggle-menu {
	background: #000;
	width: 25%;
	height: 100%;
	position: fixed;
	overflow-y: auto;
	right: -25%;
	top: 0;
	z-index: 99;
}
#wrapper .close-menu {
	float: right;
	color: #FFF;
	font-size: 36px;
	height: 100px;
	width: 100px;
	padding: 13px 0;
	text-align: center;
	display: block;
	border-top: 150px solid #f23051;
	border-left: 150px solid transparent;
}
#wrapper .close-menu:before {
	font-family: 'FontAwesome';
	content: "\f00d";
	position: absolute;
	top: 30px;
	right: 30px;
}
#wrapper .nav {
	padding: 100px 0 0 50px;
	line-height: 1.6;
}
.nav > li > a {
	color: #a2a2a2;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	padding: 6px 22px 6px 10px;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: transparent;
}
.nav > li.active {
	position: relative;
}
.nav > li.active:before {
	height: 20px;
	content: "";
	width: 77px;
	left: -77px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #f23051;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a {
	color: ##4388cf;
}
/*---STICKY----*/
.sticky-wrapper.is-sticky .nav {
	background: none repeat scroll 0 0 black;
	padding: 15px 20px;
	right: 15px;
}

.toggle-menu .nav > li.drop-down > a span{text-align:right; font-size:20px; float:right;}
.toggle-menu .nav > li.drop-down ul{
	display:none;
}
.toggle-menu .nav > li.drop-down ul.drop-down-content{
	background-color:rgba(255,255,255,0.2);
	font-family: 'proxima_nova_rgregular';
	text-transform:uppercase;
}
.toggle-menu .nav > li.drop-down ul.drop-down-content li {
	list-style-type:none;
}
.toggle-menu .nav > li.drop-down ul.drop-down-content li a{
	display:block;
	padding:5px 20px 5px 30px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color:#FFF;
	font-size: 16px;
}
.toggle-menu .nav > li.drop-down ul.drop-down-content li:last-child a{
	border-bottom: 0px solid #353535;
}

.toggle-menu .nav > li.drop-down ul.drop-down-content li a:hover{
	background-color:#F23051;
}

.tp-banner li {
	z-index: 0 !important;
}
.tp-bullets {
	left: 15% !important;
}
.scrolldown {
	position: absolute;
	left: 0;
	right: 0;
	margin: -40px auto 0 auto;
	width: 0;
	height: 0;
	border-top: 88px solid #3f7db4;
	border-left: 53px solid transparent;
	border-right: 53px solid transparent;
	z-index: 4;
	cursor: pointer;
	-webkit-transition: border 300ms;
	-moz-transition: border 300ms;
	-ms-transition: border 300ms;
	-o-transition: border 300ms;
	transition: border 300ms;
}
.scrolldown:before {
	position: absolute;
	content: '';
	width: 16px;
	height: 24px;
	border: 2px solid #fff;
	border-radius: 20px;
	top: -70px;
	left: -10px;
}
.scrolldown:after {
	position: absolute;
	content: '';
	width: 4px;
	height: 8px;
	border-radius: 4px;
	top: -63px;
	left: -4px;
	background: #fff;
}
.intro-container {
	padding: 75px 0 0;
}
.intro-container h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 300;
	margin-top: 0;
}
.intro-container h3:before {
	font-family: 'FontAwesome';
	content: "\f10d";
	position: absolute;
	top: 0;
	left: 0;
	color: #f23051;
	font-size: 20px;
}
.intro-container h3 span.red {
	color: #f23051;
	font-weight: 300;
}
.intro-container h3 span.bold {
	font-size: 48px;
	font-weight: 400;
}
.intro-container p {
	text-align: justify;
}
.intro-image {
	float: right;
}
.wrapper-1 {
	border-top: 2px solid #CCC;
}
.wrapper-1 .inner-content {
	padding: 30px;
	text-align: justify;
	font-size: 18px;
}
/*Parallax*/	
.parallax {
	background-attachment: fixed !important;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.overlay {
	background: rgba(0,0,0,0.75);
	padding: 60px 0px;
}
.overlay h3 span {
	color: #F23051;
	font-weight: 300;
}
.overlay h3 {
	font-weight: 400;
	color: #FFF;
}
.overlay-breadcrumbs {
	background: rgba(0,0,0,0.4);
	color: #FFF;
	padding: 120px 0px;
}
.overlay-breadcrumbs h2 {
	font-size: 54px;
	text-transform:uppercase;
}
.overlay-breadcrumbs h6 {
	font-size: 20px;
	font-family: 'proxima_novalight';
	margin-top: 5px;
}
.overlay-breadcrumbs .breadcrumb {
	position: absolute;
	right: 0;
	bottom: -120px;
	background: none;
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.overlay-breadcrumbs .breadcrumb ul {
	padding: 8px 17px 5px;
	background: #FFFFFF;
	position: relative;
	z-index: 1;
	margin: 0;
}
.overlay-breadcrumbs .breadcrumb ul:after {
	clear: both;
}
.overlay-breadcrumbs .breadcrumb ul:before {
	display: block;
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	border: 1px solid #FFFFFF;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	z-index: -1;
}
.overlay-breadcrumbs .breadcrumb ul li {
	padding: 0 30px 0 0;
	position: relative;
	color: #cccccc;
}
.overlay-breadcrumbs .breadcrumb ul li.home a {
	font-size: 16px;
	color: #F23051;
}
.overlay-breadcrumbs .breadcrumb ul li:last-child {
	padding-right: 0;
}
.overlay-breadcrumbs .breadcrumb ul li:last-child:after {
	display: none;
}
.overlay-breadcrumbs .breadcrumb ul li:after {
	content: "/";
	position: absolute;
	right: 10px;
	top: 3px;
	font-size: 14px;
	color: #cccccc;
}
.about-wrapper {
	padding: 0px 0 15px;
}
.about-wrapper h2 {
	margin-bottom: 15px;
}
.about-wrapper h6 {
	margin-bottom: 15px;
	margin-top: 0px;
}
.about-wrapper p{text-align:justify;}

.img-right{float:right;}

blockquote {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15%;
	padding-right: 15%;
	font-size: 15px;
	color: #fff;
	border-left: 0;
	line-height: 28px;
	text-align: center;
}
blockquote:before {
	content: '';
	position: absolute;
	width: 34px;
	height: 24px;
	background: url(../images/quote-left.png) center center no-repeat;
	left: 6%;
	top: 5%;
}
blockquote:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 24px;
	background: url(../images/quote-right.png) center center no-repeat;
	right: 6%;
	top: 5%;
}
blockquote h5 {
	font-size: 18px;
	font-weight: 700;
	color: #CCC;
}
.overlay .carousel-indicators {
	bottom: 0px;
}
.btn {
	border-radius: 3px;
}
.btn-light {
	border: 1px solid #FFFFFF;
	color: #000000 !important;
	font-weight: normal;
	background-color: #FFF;
}
.btn-light:hover {
	border: 1px solid #F23051;
	color: #ffffff !important;
	background: #F23051;
}
.wrapper-2 {
	border-top:1px solid #CCC;
	background-image:url(../images/texture.svg);
	background-repeat:repeat;
	padding: 45px 0;
	text-align: center;
}
.wrapper-2 h3 span {
	color: #f23051;
	font-weight: 300;
}
.wrapper-2 h3 {
	font-weight: 400;
}
.touch-btn {
	margin-top: 25px;
}
.touch-btn a {
	font-size: 20px;
	line-height: 2em;
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	perspective: 800px;
	color: #FFF;
}
.touch-btn a span {
	position: relative;
	display: inline-block;
	padding: 8px 15px 5px;
	    background: #5695cc;
    box-shadow: inset 0 3px #ffffff;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.touch-btn a span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2f952f;
	color: #FFFFFF;
	content: attr(data-hover);
	-webkit-transform: rotateX(270deg);
	-moz-transform: rotateX(270deg);
	transform: rotateX(270deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
	pointer-events: none;
	text-align: center;
}
.touch-btn a:hover span, .touch-btn a:focus span {
	background: #FFFFFF;
	color: #000000;
}
.touch-btn a:hover span::before, .touch-btn a:focus span::before {
	-webkit-transform: rotateX(10deg);
	-moz-transform: rotateX(10deg);
	transform: rotateX(10deg);
}
.overlay .intro-image {
	z-index: 10;
}
.bg-corner .overlay {
	padding: 0px;
}
.bg-corner {
	position: relative;
}
.bg-corner:after {
	content: '';
	position: absolute;
	bottom: 0px;
	min-width: 775px;
	z-index: 0;
}
.bg-corner:after {
	top: 64px;
	left: 50%;
	right: 0;
	background: #F23051;
	-moz-transform: skew(-58.6deg) translateX(69%);
	-ms-transform: skew(-58.6deg) translateX(69%);
	-o-transform: skew(-58.6deg) translateX(69%);
	-webkit-transform: skew(-58.6deg) translateX(69%);
	transform: skew(-58.6deg) translateX(69%);
}
@media (max-width: 767px) {
.bg-corner:after {
	display: none;
}
}
.download-content {
	padding: 60px 45px;
	text-align: right;
}
.download-content h3 {
	text-transform: uppercase;
	font-size: 48px;
}
.download-content h3 span {
	color: #f23051;
	font-weight: 300;
}
footer {
	background-color: #14181f;
	background-image: url(../images/footer-bg.png);
	background-position: center 30%;
	background-size: cover;
	padding: 30px 0px;
	text-align: center;
	color: #FFF;
}
.ftr-menu ul {
	padding-bottom: 10px;
	text-align: center
}
.ftr-menu ul li {
	display: inline-block;
	padding: 0 20px
}
.ftr-menu ul li a {
	display: block;
	position: relative;
	font-size: 18px;
	color: #A2A2A2;
}
.ftr-menu ul li a:after {
	position: absolute;
	content: '';
	opacity: 0;
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f23051;
	transition: all 300ms
}
.ftr-menu ul li a:hover:after {
	opacity: 1;
	bottom: -5px
}
footer hr {
	height: 1px;
	width: 75px;
	border: none;
	background: #f23051;
	clear: both;
}
.social-icons {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.social-icons a {
	display: inline-block;
	color: rgba(255,255,255,0.6)
}
.social-box {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: none;
	border: 4px double rgba(255,255,255,0.2);
	display: inline-block;
	line-height: 35px;
	margin: 0 10px;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.social-box i {
	font-size: 14px;
}
.social-box:hover {
	color: #FFF;
	background: rgba(255,255,255,0.2);
	border-width: 4px;
	border-style: solid;
	border-color: transparent;
}
/* Scroll to top */
.scroll-to-top {
	position: fixed;
	background-color: rgba(255,255,255,0.6);
	background-image: url('../images/arrow-top-short.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 17px 17px;
	cursor: pointer;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	display: none;
	z-index: 99;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.scroll-to-top:hover {
	background-image: url('../images/arrow-top-short-white.png');
	background-color: #F23051;
}
.contact-box {
	text-align: center;
	margin: 30px 0px;
}
.contact-box h3 {
	font-size: 18px;
	font-family: 'proxima_nova_rgregular';
	margin-top: 0px;
	font-weight: normal;
}
.contact-box i {
	text-align: center;
	display: inline-table;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #F23051;
	background: #none;
	font-size: 36px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.contact-box .content p {
	font-size: 13px;
	font-style: italic;
	color: #666;
}
.contact-box [class^="flaticon-"]:before, .contact-box [class*=" flaticon-"]:before, .contact-box [class^="flaticon-"]:after, .contact-box [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 42px;
	font-style: normal;
}
.contact-wrapper {
	background-color: #5CB85C;
}
.contact-inner {
	padding: 0px 30px 0px 200px;
}
.contact-inner h2 {
	font-weight: normal;
	font-size: 36px;
	color: #FFF;
	margin:7px 0;
}
.form-box .form-control {
	background-color: rgba(255,255,255,0.4);
	border-color: rgba(255,255,255,0.5);
}
::-webkit-input-placeholder {
 color: #2F952F !important;
 font-size:11px;
 letter-spacing:1px;
}
::-moz-placeholder {
 color: #2F952F !important;
 font-size:12px;
 letter-spacing:1px;
}

.modal-body.form-box{background-color:#666666;}
.modal-body.form-box .form-horizontal .control-label { color: rgba(255,255,255,0.9) ;}
.modal-header {background-color:#F23051; font-family: 'proxima_nova_rgregular';}
h4.modal-title {color:#FFF;}
sup {
	top: 0;
	font-size: 100% !important;
	color: #F00;
}

.map {
	position: relative;
	padding-bottom: 37.5%;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pro-text-wrapper{padding:30px 0;}
.product-wrapper {
	padding: 30px 0 60px;
	background-color: #FFFFFF;
	background-image:url(../images/texture.svg);
	background-repeat:repeat;
}
.product-wrapper p b {
	font-family: 'proxima_novasemibold';
}
.pro-text-wrapper h6{color:#666; margin:10px 0;}

ul.fancy-list {
	list-style-type: none;
	list-style-position: outside;
}
ul.fancy-list li {
	display: block;
	position: relative;
	padding-left: 20px;
	line-height: 24px;
	margin-bottom:15px;
}
ul.fancy-list li ul {
	padding-left: 0px;
}
ul.fancy-list.arrow li {
	padding-left: 15px;
}
ul.fancy-list.double-arrow li {
	padding-left: 15px;
}
ul.fancy-list li:before {
	font-family: 'FontAwesome';
	font-style: normal;
	color: #F23051;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 14px;
	position: absolute;
	top: 1px;
	left: 0px;
}
ul.fancy-list.arrow li:before {
	content: "\f105";
}
ul.fancy-list.double-arrow li:before {
	content: "\f101";
}

/* carousel CSS */
.carousel-control.left, .carousel-control.right {
	background-image: none !important;
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.carousel-control {
	background: rgba(0,0,0,0.5);
	color: rgba(255,255,255,0.5);
	padding: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 42px;
	top: 45%;
	left: auto;
	bottom: 0;
	opacity: 1;
	text-shadow: none;
}
.carousel-control.right {
	bottom: 25%;
	right: 0%;
}
.carousel-control.left {
	bottom: 25%;
	left: 0%;
}
.carousel-control.right:hover, .carousel-control.left:hover {
	color: #FFFFFF;
	background-color:#F23051;
}

#carousel-heading h4{background-color:#F23051; margin:0px; color:#FFF; padding:10px 30px; display:inline-block;}
.selected img {
	opacity:0.5;
}

.img-block {
	display: block;
	margin-bottom: 30px;
	background-color: #FFF;
	box-shadow: 0px 0px 40px #999;
}
.img-block .linklayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 50;
	background: rgba(0,0,0,0.5);
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	opacity: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
.img-block:hover .linklayer {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.img-block .linklayer i {
	position: absolute;
	top: 50%;
	left: 45%;
}
.linklayer [class^="flaticon-"]:before, .linklayer [class*=" flaticon-"]:before, .linklayer [class^="flaticon-"]:after, .linklayer [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 60px;
	font-style: normal;
	color: rgba(255,255,255,0.7);
}
.img-block:hover .img-wrap img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
.img-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.img-wrap img {
	width: 100%;
	height: auto;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
}
.text-wrap {
	display: block;
	position: relative;
	width: 100%;
	padding: 15px;
}
.text-wrap a {
	color: #999;
}
.text-wrap a h4 {
	font-size: 20px;
	margin-top: 10px;
	color: #222;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}
.text-wrap a h4:hover {
	color: #999;
}
.text-wrap span {
	position: relative;
	float: left;
	width: 40px;
	height: 1px;
	background: #222;
}
#slider-thumbs a {
	cursor: pointer;
}
#slider-thumbs a img {
	box-shadow: 5px 5px 2px rgba(0,0,0,0.2);
}
#slider-thumbs a h5 {
	font-size: 16px;
	text-align: center;
	color: #666;
	margin-top: 5px;
}

.quote-box{margin-top:30px; border-bottom:1px dashed #E1E1E1;}

.quote-box h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 24px;
	line-height: 42px;
	margin: 0px 0 10px;
	padding: 0px;
}

.quote-box p {
	font-size: 18px;
	margin-bottom: 15px;
	text-align:right;
}

.ply-wrapper{padding:30px 0;}
.ply-wrapper h3{font-weight:300;}
.ply-wrapper h3 span{color:#F23051; font-weight:300;}
.ply-wrapper h5{font-family: 'proxima_novalight'; color:#CFCFCF; font-size:22px;}

#Exhibition_Ads .modal-dialog {width:900px;}
#Exhibition_Ads .modal-body {
    position: relative;
    padding: 0px;
}
#Exhibition_Ads .modal-header{border-bottom:0px; background-color:#666666;}
#Exhibition_Ads .modal-header button.close {font-size:48px;}

 @media only screen and (min-width: 1366px) and (max-width:1599px) {
}
 @media only screen and (min-width: 1200px) and (max-width:1365px) {
.navbar-default .navbar-brand img {
	max-height: 100px;
}
.nav > li > a {
	letter-spacing: 0px;
	font-size: 18px;
}
.toggle-menu .nav > li.drop-down ul.drop-down-content li a{
	font-size: 15px;
}
.contact-inner {
	padding: 0px 30px 0px 60px;
}
.map {
	padding-bottom: 45%;
}
}
 @media only screen and (min-width: 992px) and (max-width:1199px) {
p {
	font-size: 15px;
}
.wrapper-1 .inner-content {
	padding: 15px 15px 0;
}
.inner-content h3 {
	margin-top: 0px;
}
.bg-corner::after {
	top: 30%;
	left: 0%;
	right: -10%;
	transform: skew(-66.6deg) translateX(69%);
}
.navbar-default .navbar-brand img {
	max-height: 90px;
}
.navbar-default .navbar-nav > li > a {
	width: 80px;
	height: 80px;
	line-height: 20px;
	font-size: 16px;
	padding-top: 20px;
	right: 0;
}
.nav > li > a {
	font-size: 16px;
}
#wrapper .nav {
	padding: 75px 0 0 50px;
}
#wrapper .toggle-menu {
	width: 30%;
	right: -30%;
}
#wrapper .close-menu {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	border-top: 100px solid #f23051;
	border-left: 100px solid transparent;
}
#wrapper .close-menu::before {
	top: -10px;
	right: 20px;
}
.nav-triangle {
	border-top: 100px solid #f23051;
	border-left: 100px solid transparent;
}
#sticky.nav-fixed a {
	width: 80px;
	height: 80px;
	line-height: 20px;
	font-size: 16px;
	padding-top: 20px;
	right: 0;
}
.toggle-menu .nav > li.drop-down ul.drop-down-content li a{
	font-size: 14px;
}

.intro-container h3 {
    font-size: 32px;
}
.intro-container h3 span.bold {
    font-size: 38px;
}
.contact-inner {
	padding: 0px 30px 0px 30px;
}
.map {
	padding-bottom: 55%;
}

}
 @media only screen and (min-width: 768px) and (max-width:991px) {
.navbar-default .navbar-brand img {
	max-height: 70px;
}
.navbar-default .navbar-nav > li > a {
	width: 80px;
	height: 80px;
	line-height: 20px;
	font-size: 16px;
	padding-top: 20px;
	right: 5px;
}
.nav > li > a {
	font-size: 16px;
	letter-spacing: 0px;
}
#wrapper .nav {
	padding: 75px 0 0 50px;
}
#wrapper .toggle-menu {
	width: 35%;
	right: -35%;
}
#wrapper .close-menu {
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	border-top: 100px solid #f23051;
	border-left: 100px solid transparent;
}
#wrapper .close-menu::before {
	top: -10px;
	right: 20px;
}
.nav-triangle {
	border-top: 100px solid #f23051;
	border-left: 100px solid transparent;
}
.toggle-menu .nav > li.drop-down ul.drop-down-content li a{
	font-size: 13px;
}
#sticky.nav-fixed a {
	width: 80px;
	height: 80px;
	line-height: 20px;
	font-size: 16px;
	padding-top: 20px;
	right: 5px;
}
.intro-container h3 {
	font-size: 24px;
}
.intro-container h3 span.bold {
	font-size: 32px;
}
p {
	font-size: 13px;
}
.wrapper-1 .inner-content {
	padding: 15px 15px 0;
}
.inner-content h3 {
	font-size: 30px;
	margin-top: 0px;
}
.download-content {
	padding: 15px;
}
.download-content h3 {
	font-size: 24px;
}
.bg-corner::after {
	top: 0%;
	left: 0%;
	right: -10%;
	transform: skew(-66.6deg) translateX(69%);
}
.overlay-breadcrumbs .breadcrumb {
    bottom: -130px;
}
#Exhibition_Ads .modal-header button.close {font-size:36px;}
#Exhibition_Ads .modal-dialog {width:700px;}
.contact-inner {
	padding: 0px;
}
.map {
	padding-bottom: 75%;
}

}
 @media only screen and (min-width: 480px) and (max-width:767px) {
.navbar-header {
	width: 50%;
	float: left;
}
.navbar-default .navbar-brand img {
	max-height: 50px;
	padding-left: 0px;
}
.navbar-default .navbar-nav > li > a {
	width: 60px;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	padding-top: 10px;
	right: 5px;
}
.nav > li > a {
	font-size: 14px;
}
#wrapper .nav {
	padding: 75px 0 0 50px;
}
#wrapper .toggle-menu {
	width: 50%;
	right: -50%;
}
#wrapper .close-menu {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	border-top: 80px solid #f23051;
	border-left: 80px solid transparent;
}
#wrapper .close-menu::before {
	top: -5px;
	right: 10px;
}
.nav-triangle {
	border-top: 80px solid #f23051;
	border-left: 80px solid transparent;
}
#sticky.nav-fixed a {
	width: 60px;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	padding-top: 20px;
	right: 5px;
}
}
 @media only screen and (min-width: 320px) and (max-width:479px) {
.navbar-header {
	width: 50%;
	float: left;
}
.navbar-default .navbar-brand img {
	max-height: 50px;
	padding-left: 0px;
}
.navbar-default .navbar-nav > li > a {
	width: 60px;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	padding-top: 10px;
	right: 5px;
}
.nav > li > a {
	font-size: 12px;
	letter-spacing: 0px;
}
#wrapper .nav {
	padding: 75px 0 0 20px;
}
#wrapper .toggle-menu {
	width: 50%;
	right: -50%;
}
#wrapper .close-menu {
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	border-top: 80px solid #f23051;
	border-left: 80px solid transparent;
}
#wrapper .close-menu::before {
	top: -5px;
	right: 10px;
}
.nav-triangle {
	border-top: 80px solid #f23051;
	border-left: 80px solid transparent;
}
#sticky.nav-fixed a {
	width: 60px;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	padding-top: 20px;
	right: 5px;
}
.tp-bullets {
	left: 50% !important;
}
.scrolldown {
	border-top: 50px solid rgb(242, 48, 81);
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	margin: -20px auto 0px;
}
.scrolldown::before {
	top: -45px;
	left: -8px;
}
.scrolldown::after {
	left: -2px;
	top: -40px;
}
}
 @media only screen and (min-width: 320px) and (max-width:767px) {
p {
	font-size: 15px;
}
.intro-container {
	padding: 60px 0px 30px;
}
.intro-image {
	float: none;
}
.intro-container h3 {
	font-size: 34px;
}
.intro-container h3 span.bold {
	font-size: 38px;
}
.intro-container h3::before {
	left: 15px;
}
.wrapper-1 .inner-content {
	padding: 0px;
}
.overlay {
	padding: 30px 0;
}
.overlay h3 {
	font-size: 30px;
}
blockquote {
	padding: 5% 5%;
}
blockquote::before {
	left: 0;
}
blockquote::after {
	right: 0;
}
.wrapper-2 {
	padding: 15px 0px;
}
#Exhibition_Ads .modal-dialog {width:auto;}
.contact-inner {
	padding: 0px;
}
}
