/* ------------------------------------------------------------------
Project: Rival
Version: 1.5.1
------------------------------------------------------------------ */

@import url("slider.css");
@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700");
@import url("http://fonts.googleapis.com/css?family=Volkhov:400italic");
@import url("http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext");
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);

/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */


html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	 height:100%;
 min-height:100%;
}

body {
background: rgba(226,226,226,1);
background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(42%, rgba(244,245,245,1)), color-stop(68%, rgba(237,228,225,1)), color-stop(100%, rgba(233,231,230,1)));
background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: -o-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e9e7e6', GradientType=1 );
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 

	font: 400 16px/1.8 "lato", "Open Sans", sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
	min-height:100%;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	border: 0;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left !important;
}

.position-relative {
	position: relative;
}

.leftauto {
	right: 0 !important;
	left: auto !important;
}

.hoverBig {

		-webkit-transition: all 0.2s ease-in-out 0s;
	   -moz-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		 -o-transition: all 0.2s ease-in-out 0s;
			transition: all 0.2s ease-in-out 0s;

}

.hoverBig:hover {

	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);

}

/* Selection */

::-moz-selection {
	background:#000;
	color: #fff;
}

::-webkit-selection{
	background:#000;
	color: #fff;
}

::selection{
	background:#000;
	color: #fff;
}

/* Transition elsements */

.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}

a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}

#sideAbout {
	z-index: 999999999;
	left: 0;
	position: absolute;


}

#sideAbout.active {
	z-index: 1;
	top:0;
	left: 0 !important;
	position: fixed;

}



.centerSelector {

	position: relative;
  top: 50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-right: 1px solid #666666;
}

video#bgvid {
position: absolute; right: 0; bottom: 0;
min-width: 100%; min-height: 100%;
width: auto; height: auto; z-index: -100000;
background: none;
background: url(../images/section-12.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;

}

video { display: block; }


#topUl li a.active {
	color: #a90329;
    border-bottom: 1px solid #a90329;

}
}


#leftAboutUl {



}

#leftAboutUl li {

	padding-top: 40px;
	padding-bottom: 40px;
	
}

#leftAboutUl li a{

	color: #000;
	font-size: 17px;
	border-right: 5px solid;
	border-right-color: rgba(255, 255, 255, 0);
	
}

#leftAboutUl li a:hover{

	background: none;
	color: #a90329;
	
}

#leftAboutUl li a:focus{

	background: none;
	
}

#leftAboutUl li a.active{

	color: #a90329;
	border-right: 5px solid #a90329;
	
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
	-webkit-transition: all 0.3s ease-in-out 0s;
	   -moz-transition: all 0.3s ease-in-out 0s;
		-ms-transition: all 0.3s ease-in-out 0s;
		 -o-transition: all 0.3s ease-in-out 0s;
			transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */

.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}

/* Reset border-radius */

.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
    color: #2C2F30;
    text-align: center;
}

/* Forms */

.form-control {
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	font-size: 11px;
	height: 33px;
	border: 1px solid #EAEAEA;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
    background-color: rgba(20,20,20,0.1)
}

.form-control:focus {
	border-color: #CACACA;
    background-color: rgba(20,20,20,0.2)
}

/* Forms size */

.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}

.down-spin {

	font-size: 45px;
    color: #fff;

}

.down-spin:hover {

    color: #a90329;

}

/* Button style */

.btn {
	border-radius: 0;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	padding: 8px 37px;
}

.try-me-btn {
	border-radius: 0;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
    font-weight: 300;
	font-size: 20px;
	padding: 9px 38px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0;
}

.btn.btn-round {
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

.btn.btn-circle {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.btn.btn-rounded{
	-webkit-border-radius: 1;
	   -moz-border-radius: 1;
	        border-radius: 1;
}

.btn.btn-w {
	background: rgba(255, 255, 255, .8);
	color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
	background: rgba(255, 255, 255, 1);
	color: #111;
}

.btn.btn-g {
	background: #e5e5e5;
	color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
	background: #d8d8d8;
	color: #111;
}

.btn.btn-border-w {
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .75);
	color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
	background: #fff;
	border-color: transparent;
	color: #111;
}

.btn.btn-d {
	background: rgba(17, 17, 17, .8);
	color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
	background: rgba(17, 17, 17, 1);
}

.btn.btn-b {
	background: rgba(17, 17, 17, 1);
	color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
	background: rgba(17, 17, 17, .8);
}

.btn-border-d {
	background: transparent;
	border: 1px solid rgba(17, 17, 17, 1);
	color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
	background: rgba(17, 17, 17, 1);
	color: #fff;
}


.btn.btn-font-w {
	background: rgba(255, 255, 255, .8);
	color: #fff;
}
.btn.btn-font-w:hover {
	background: #fff;
	color: #111;
}

/* Buttons size */

.btn.btn-lg {
	padding: 22px 0px 10px 10px;
	font-size: 13px;
}

.btn.btn-sm {
	padding: 6px 25px;
	font-size: 10px;
	letter-spacing: 1px;
}

.btn.btn-xs {
	padding: 4px 19px;
	font-size: 10px;
	letter-spacing: 0;
}

/* Progress bars */

.progress {
	overflow: visible;
	height: 4px;
}

.progress-bar {
	position: relative;
}

.progress-bar.pb-dark {
	background: #111;
}

.progress-bar span {
	position: absolute;
	display: block;
	right: -0px;
	top: -24px;
	opacity: 0;
	line-height: 12px;
	font-size: 12px;
	color: #111;
	padding: 4px 0px;
}

.progress-bar span:after {
	display: inline-block;
	content: "%";
}

/* Tabs */

.tab-content .tab-pane {
	padding: 20px 0;
}

/* Accordion */

.panel-title {
	font-size: 14px;
}

.panel-heading a {
	position: relative;
	display: block;
    height: 170px;
    text-decoration: none;
    
}

.panel-heading a:after {
	position: absolute;
	content: "\f106";
	bottom: 0;
    margin-left: -14px;
	font-family: "FontAwesome";
	line-height: 1;
	font-size: 25px;
	margin-top: -25px;
}

.panel-heading a.collapsed:after {
	content: "\f107";
}

/* Tables */

.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
	border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
	border-top: 0;
}

.checkout-table {
	border: 1px solid #e5e5e5;

}


.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
	padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
	max-width: 36px;
}

.pr-remove {
	/*vertical-align: middle !important;*/
	text-align: center;
}

.btn-list .btn {
	margin: 5px 0;
}

.examples {
	border-radius: 2px;
	padding: 7px 5px;
	margin: 0 0 40px;
}

.examples.bg-dark {
	background: #333;
	border: 0;
}

.et-icons .box1 {
	border: 1px solid #e5e5e5;
	display: block;
	width: 25%;
	float: left;
	padding: 0;
	font-size: 13px;
	margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	margin-right: 5px;
}

.fa-icons > div {
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}

.fa-icons > div > i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #f1f1f1;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

.help-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Dark background */

.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
	color: #fff;
}
.bg-dark2 {
color: #fff;
}

.bg-dark {
	background: #111;
}

.bg-dark-30:before {
	position: absolute;
	background: rgba(34,34,34, .3);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-60:before {
	position: absolute;
	background: rgba(34,34,34, .6);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-20:before {
	position: absolute;
	background: rgba(34,34,34, 0.2);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-dark-90:before {
	position: absolute;
	background: rgba(34,34,34, .9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-gradient:before {
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.95) 95%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(95%,rgba(0,0,0,0.95)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.95) 95%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.bg-light {
	background: #f6f6f6;
}

/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
	position: fixed;
	background: #000;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	z-index: 9998;
}

.loader {
	position: absolute;
	border-left: 2px solid #ffffff;
	border-top: 2px solid rgba(255, 255, 255, 0.2);
	border-right: 2px solid rgba(255, 255, 255, 0.2);
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	height: 46px;
	width: 46px;
	left: 50%;
	top: 50%;
	margin: -23px 0 0 -23px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	   -moz-animation: load 0.8s infinite linear;
	     ms-animation: load 0.8s infinite linear;
	      o-animation: load 0.8s infinite linear;
	        animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
	border-radius: 50%;
	width: 46px;
	height: 46px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

a {
	color: #2C2F30;
    font-weight: 600
}

a:hover {
	text-decoration: none;
	color: #a90329;
	outline: 0;
}

.bg-dark a {
	color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 400;
}

p, ol, ul, blockquote {
	margin: 0 0 20px;
}

blockquote {
	border: 0;
	font-style: italic;
	font-size: 15px;
	padding: 0;
}

.font-alt {
	text-transform: uppercase;
	
}

.font-serif {
	
}

.large-text {
	font-size: 24px !important;
}

.rotate {
	text-shadow: none !important;
}

/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */

.navbar-custom {
	background-color: rgba(10, 10, 10, .8);
	-webkit-backdrop-filter: saturate(400%) blur(20px);
	border: 0;
	border-radius: 0;
	z-index: 1000;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	-webkit-transition: background, padding 0.4s ease-in-out 0s;
	   -moz-transition: background, padding 0.4s ease-in-out 0s;
		-ms-transition: background, padding 0.4s ease-in-out 0s;
		 -o-transition: background, padding 0.4s ease-in-out 0s;
			transition: background, padding 0.4s ease-in-out 0s;
}

.navbar a {
	-webkit-transition: color 0.125s ease-in-out 0s;
	   -moz-transition: color 0.125s ease-in-out 0s;
		-ms-transition: color 0.125s ease-in-out 0s;
		 -o-transition: color 0.125s ease-in-out 0s;
			transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
	background: rgba(10, 10, 10, .8);
	-webkit-backdrop-filter: saturate(400%) blur(20px);
	border-radius: 0;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}



@media screen and (max-width: 768px) {
	.navbar-custom .dropdown-menu {
		background: rgba(10, 10, 10, .8);
		-webkit-backdrop-filter: saturate(400%) blur(20px);
		border-radius: 0;
		border: 0;
		padding: 0;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}

.navbar-custom .navbar-brand {

	letter-spacing: 7px;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	background: rgba(133,0,31,1);
background: -moz-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133,0,31,1)), color-stop(100%, rgba(169,3,41,1)));
background: -webkit-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -o-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -ms-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: linear-gradient(to right, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85001f', endColorstr='#a90329', GradientType=1 );
	padding-right: 14px;
	padding-left: 16px;
	padding-top: 4px;
	height: 28px;
	margin-top: 10px;
	-webkit-transition: background, margin 0.4s ease-in-out 0s;
	   -moz-transition: background, margin 0.4s ease-in-out 0s;
		-ms-transition: background, margin 0.4s ease-in-out 0s;
		 -o-transition: background, margin 0.4s ease-in-out 0s;
			transition: background, margin 0.4s ease-in-out 0s;
	
}

.navbar-custom .nav li > a {
	position: relative;
    letter-spacing: 2px;
    font-weight: 900;
	color: rgba(255, 255, 255, 0.8);
}

.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	padding: 11px 15px;
	letter-spacing: 2px;
	color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.15);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
	right: 100%;
	left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: #a90329;
}

.navbar-custom .dropdown-menu > li > a:hover {
	background: rgba(255, 255, 255, .1) !important;
}

.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}

.dropdown-menu {
	min-width: 180px;
	font-size: 11px;
}

/* Navbar search */

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}

/* -------------------------------------------------------------------
Home Section
------------------------------------------------------------------- */

.home-section {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.hs-title-rotate-size {

	font-size: 15px;
	font-weight: 100;
}
.white {
	color: #fff !important;
}
.hs-title-size-1 {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 2px;
	margin-top: 5px;

}

.hs-title-size-2 {
	line-height: 1.3;
	letter-spacing: 3px;
	font-size: 18px;
	opacity: .8;
}

.hs-title-size-3 {
	letter-spacing: 16px;
	font-size: 46px;
}

.hs-title-size-4 {
	/*letter-spacing: 24px;*/
	font-weight: 400;
	font-size: 50px;
    letter-spacing: 7px;
	margin-bottom: 5px;
}

.hs-title-title-size {
	/*letter-spacing: 24px;*/
	font-weight: 300;
	font-size: 50px;
	margin-bottom: 5px;
}

.hs-foot-size-4 {
	/*letter-spacing: 24px;*/
	font-size: 19px;
	letter-spacing: 9px;
}

.basicRedHover {

	color: #fff;

}

.basicRedHover:hover {

	color: #a90329 !important;

}

	.redLine {

		background: rgba(133,0,31,1);
background: -moz-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133,0,31,1)), color-stop(100%, rgba(169,3,41,1)));
background: -webkit-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -o-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -ms-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: linear-gradient(to right, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85001f', endColorstr='#a90329', GradientType=1 );
		padding: 3px 25px 3px 30px;
	}

.tradeSize {

	font-size: 20px;
	height: 60px !important;
	vertical-align:  text-top;
}

/* Video */

.video-controls-box {
	position: absolute !important;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.video-controls-box a {
	display: inline-block;
	color: #fff;
	margin: 0 5px 0 0;
}

/* -------------------------------------------------------------------
Sections
------------------------------------------------------------------- */

.iconButtonSize {

	font-size: 40px;

}

.social-buttons {

	color: #999999;
	font-weight: 100;
	border-radius: 100%;
	font-size: 27px;
		-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;

}

.center-button {

	margin-right: 80px;
	margin-left: 80px;
}

.clearButton {
	font-size: 10px;
	background: none;
	border: none;
	width: 100%; 
	height: 150px;
}

.clearButton:hover {

	background: none;
	border: none;
}


.navbar-custom + .main {
	margin-top: 50px;
}

//**no-repeat center center fixed**//

.newBack {
background: rgba(72,80,82,1);
background: -moz-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(72,80,82,1)), color-stop(25%, rgba(48,56,59,1)), color-stop(53%, rgba(56,58,53,1)), color-stop(100%, rgba(33,34,39,1)));
background: -webkit-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -o-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: linear-gradient(135deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485052', endColorstr='#212227', GradientType=1 );
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover; 
background-size: cover;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.newBack{
    background: rgba(72,80,82,1);
background: -moz-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(72,80,82,1)), color-stop(25%, rgba(48,56,59,1)), color-stop(53%, rgba(56,58,53,1)), color-stop(100%, rgba(33,34,39,1)));
background: -webkit-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -o-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: linear-gradient(135deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485052', endColorstr='#212227', GradientType=1 );
}
}

.newBack{
    background: rgba(72,80,82,1);
background: -moz-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(72,80,82,1)), color-stop(25%, rgba(48,56,59,1)), color-stop(53%, rgba(56,58,53,1)), color-stop(100%, rgba(33,34,39,1)));
background: -webkit-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -o-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: linear-gradient(135deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485052', endColorstr='#212227', GradientType=1 );
}

.main {
	position: relative;



	z-index: 1;
}

.module,
.module-small {
	position: relative;
	padding: 150px 0;
	background-repeat: no-repeat;
	background-position: 80% 20%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.module-complex,
.module-complex-small {
	position: relative;
	padding: 150px;
    padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: 80% 20%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.module-accordion,
.module-accordion-small {
	position: relative;
	background-repeat: no-repeat;
	background-position: 80% 20%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.module-slider,
.module-slider-small {
	position: relative;
	padding: 150px 0;
    height: 900px;
	background-repeat: no-repeat;
	background-position: 80% 20%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.module-info,
.module-info-small {
	position: relative;
	padding: 80px 0;
	background-repeat: no-repeat;
	background-position: 80% 20%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.module-subscription,
.module-subscription-small {
	position: relative;
	background-repeat: no-repeat;
	background-position: 80% 20%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.module-small-copy {
	position: relative;
	padding: 140px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
    background-size: cover;
}

/* Module header */
.module-small-skills {
	padding: 70px 0;
}

.module-small {
	padding: 70px 0;
background: rgba(226,226,226,1);
background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(42%, rgba(244,245,245,1)), color-stop(68%, rgba(237,228,225,1)), color-stop(100%, rgba(233,231,230,1)));
background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: -o-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e9e7e6', GradientType=1 );

}

.module-extra-small {
	padding: 100px 0;
background: rgba(226,226,226,1);
background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(42%, rgba(244,245,245,1)), color-stop(68%, rgba(237,228,225,1)), color-stop(100%, rgba(233,231,230,1)));
background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: -o-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(244,245,245,1) 42%, rgba(237,228,225,1) 68%, rgba(233,231,230,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#e9e7e6', GradientType=1 );

}


.module-title {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	color: #2C2F30;
	margin: 0 0 70px;
}
.module-title2 {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
    font-family: lato;
	font-weight: 400;
	font-size: 35px;
	color: #2C2F30;
	margin: 0 0 70px;
}
@media(max-width: 420px) {
 
    .module-title2 {
    position: relative;
	letter-spacing: 2px;
	text-align: center;
	font-weight: 300;
	font-size: 35px;
	color: #2C2F30;
	margin: 0 0 70px;
        
    }
    
}
.module-title-eme {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
    font-family: lato;
	font-weight: 300;
	font-size: 30px;
	color: #2C2F30;
	margin: 0 0 70px;
}
.module-title-quote {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
    font-family: lato;
	font-weight: 300;
	font-size: 30px;
	color: #2C2F30;
	margin: 0 0 20px;
}
.module-title-sitemap {
	position: relative;
	letter-spacing: 4px;
	text-align: left;
    font-family: lato;
	font-weight: 300;
	font-size: 30px;
	color: #2C2F30;
	margin: 0 0 20px;
}
.module-eme-divider {
	position: relative;
	letter-spacing: 4px;
	text-align: left;
    font-family: lato;
	font-weight: 300;
	font-size: 60px;
	color: #fff;
	margin: 0 0 70px;
}
.module-eme-divider-light {
	position: relative;
	letter-spacing: 4px;
	text-align: left;
    font-family: lato;
	font-weight: 300;
	font-size: 60px;
	color: #fff;
	margin: 0 0 70px;
}

.module-subtitle {
	text-align: center;
	font-size: 16px;
	color: #111;
	margin-bottom: 70px;
}

.module-icon {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}

.module-title + .module-subtitle {
	margin-top: -35px;
}

/* Restaurant module header */

.alt-module-subtitle {
	display: table;
}

.alt-module-subtitle h5 {
	display: table-cell;
	white-space: pre;
	padding: 0 8px;
	color: #111;
    font-size: 20px;
}

.alt-module-subtitle-copy h5 {
	display: table-cell;
	white-space: pre;
	padding: 0 8px;
	color: #111;
}



.holder-w {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 1px;
	width: 50%;
}

.holder-w:before {
	border-top: 1px solid #eaeaea;
	position: relative;
	display: block;
	content: "";
	top: 1px;
	height: 1px;
	width: 100%;
}

/* Sections dividers */

.divider-w {
	border-top: 1px solid #eaeaea;
	margin: 0;
}

.divider-d {
	border-top: 1px solid #202020;
	margin: 0;
}

/* Half-image */

.side-image {
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.side-image-text {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 140px 60px 140px;
}

/* -------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

.footer {
	padding: 10px 0;
	height: 900px;
	overflow: hidden;
	background: rgba(72,80,82,1);
background: -moz-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(72,80,82,1)), color-stop(25%, rgba(48,56,59,1)), color-stop(53%, rgba(56,58,53,1)), color-stop(100%, rgba(33,34,39,1)));
background: -webkit-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -o-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: linear-gradient(135deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485052', endColorstr='#212227', GradientType=1 );
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.footer-cms {
	padding: 10px 0;
	height: 200px;
	overflow: hidden;
	background: #1a1c1f;
}


.copyright {
	margin: 0;
}

.footer-social-links {
	text-align: right;
}

.footer-social-links a {
	display: inline-block;
	padding: 0 6px;
}

.ajax-response {
	text-align: center;
}

/* -------------------------------------------------------------------
Google map
------------------------------------------------------------------- */

#map-section {
	position: relative;
	height: 450px;
	width: 100%;
}

#map {
	height: 100%;
	width: 100%;
}

#map img {
	max-width: none;
}

/* -------------------------------------------------------------------
Services, Content box
------------------------------------------------------------------- */

.features-item {
	margin: 20px 0;
	text-align: center;
}

.features-process {
	margin: 40px 0;
    padding: 10px;
	text-align: center;
}

.features-icon,
.alt-features-icon {
	line-height: 1.2;
	font-size: 42px;
	color: #2C2F30;
}

.features-title,
.alt-features-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 14px;
	color: #2C2F30;
	margin: 16px 0 15px;
}
.features-title2,
.alt-features-title {
	letter-spacing: 2px;
    font-family: lato;
	font-weight: 300;
	font-size: 40px;
	color: #2C2F30;
	margin: 16px 0 15px;
}

.alt-features-item {
	position: relative;
	padding-left: 55px;
	margin: 65px 0 0 0;
}

.alt-features-mobile {
	position: relative;
	margin: 65px 0 0 0;
    text-align: center;
}

.alt-features-icon {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 40px;
	font-size: 28px;
}

.alt-features-title {
	font-size: 13px;
	margin: 0 0 10px;
}

.alt-mobile-features-title {
	font-size: 22px;
	margin: 0 0 10px;
    font-weight: 400;
    text-transform: capitalize;
}
/* Content box */

.content-box {
	margin: 20px 0;
	text-align: center;
}

.content-box-title {
	font-weight: 400;
	font-size: 18px;
	color: #111;
	margin: 16px 0 15px;
}

/* -------------------------------------------------------------------
Restaurant menu
------------------------------------------------------------------- */

.menu {
	border-bottom: 1px dotted #e5e5e5;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.menu-title,
.menu-price {
	margin: 0 0 10px;
	font-size: 14px;
	color: #111;
}

.menu-price-detail {
	position: relative;
	text-align: right;
}

/* -------------------------------------------------------------------
Team
------------------------------------------------------------------- */

.team-item {
	position: relative;
	text-align: center;
}

.team-image {
	position: relative;
	overflow: hidden;
}

.team-image img {
	width: 100%;
    border-radius: 10%;
    

    
}

.team-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;

}

.team-detail {
	position: absolute;
	width: 100%;
	opacity: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;
	padding: 20px;
    border-radius: 10%;

}

.team-detail h5 {
	font-size: 16px;
}

.team-detail p {
	font-size: 14px;
}

.team-social a {
	display: inline-block;
	color: #aaa;
	padding: 5px 6px;
}

.team-social a:hover {
	color: #FFF;
}

.team-descr {
	margin: 20px 0 0;
}

.team-name {
	font-size: 14px;
	color: #111;
}

.team-role {
	font-size: 11px;
	color: #aaa;
}

.team-item:hover .team-image:after {
	background: rgba(0, 0, 0, .6);
    border-radius: 10%;
    
}

.team-item:hover .team-detail {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
    
}

/* -------------------------------------------------------------------
Price-tables
------------------------------------------------------------------- */

.price-table {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 25px 20px;
	margin: 15px 0 30px;
	border-radius: 2px;
	text-align: center;
    border-radius: 20px;
}

.price-table:hover {
	border-color: #CACACA;
    
}

.price-table.best {
	margin: 0 0 30px;
}

.price-table .small {
	margin: 0;
}

.borderline {
	position: relative;
	background: #eaeaea;
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0 15px;
}

.borderline:before {
	position: absolute;
	background: #eaeaea;
	content: "";
	bottom: -7px;
	left: 50%;
	height: 14px;
	width: 14px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	margin-left: -7px;
}

.borderline:after {
	position: absolute;
	background: #fff;
	content: "";
	bottom: -5px;
	left: 50%;
	height: 16px;
	width: 16px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	margin-left: -8px;
}

.price-table h4 {
	color: #111;
	margin: 0;
}

.price-table p.price {
	font-size: 60px;
	color: #111;
	padding: 0;
	margin: 0 0 0 -10px;
}

.price-table p.price span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-top: 25px;
}

.price-details {
	list-style: none;
	padding: 0;
	margin: 0 0 23px;
    text-transform: capitalize;
}

.price-details li {
	padding: 7px 0;
}

.price-details li > span {
	text-decoration: line-through;
	color: #aaa;
}

/* -------------------------------------------------------------------
Count to
------------------------------------------------------------------- */

.count-item {
	text-align: center;
}

.count-icon {
	line-height: 1.2;
	font-size: 42px;
}

/* -------------------------------------------------------------------
Video box
------------------------------------------------------------------- */

.video-box {
	text-align: center;
	padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
	line-height: 1.8;
	font-size: 40px;
	color: #fff;
}

.video-title {
	letter-spacing: 4px;
	font-size: 30px;
	margin: 10px 0 0;
}

.video-subtitle {
	color: rgba(255, 255, 255, .5);
}

/* -------------------------------------------------------------------
Portfolio
------------------------------------------------------------------- */

/* Portfolio filter */

.filter {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 70px;
}

.filter > li {
	display: inline-block;
	padding: 0 0 10px;
	margin: 0 25px;
}

/* Portfolio grid */

.works-grid {
	list-style: none;
	padding: 0;
	margin: 0;
}

.works-grid.works-grid-gut {
	margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
	padding: 0 0 10px 10px;
}

.work-item {
	width: 50%;
	float: left;
	margin: 0;
}

.works-grid-3 .work-item {
	width: 33.3333%;
}

.container .works-grid-3 .work-item {
	width: 33.2%;
}

.works-grid-4 .work-item {
	width: 25%;
}

.works-grid-5 .work-item {
	width: 20%;
}

.work-item > a {
	position: relative;
	display: block;
	overflow: hidden;
}

.work-image {
	position: relative;
	overflow: hidden;
}

.work-image img {
	display: block;
	overflow: hidden;
	width: 100%;
}

.work-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.work-caption {
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
	overflow: hidden;
}

.work-title {
	font-size: 14px;
	color: #fff;
	margin: 0 0 6px;
}

.work-descr {
	color: #aaa;
}

/*.work-item:hover .work-image:after {
	background: rgba(0, 0, 0, .6);
}*/

.work-item:hover .work-image > img {
	-webkit-transform: scale(1.1) rotate(2deg);
	   -moz-transform: scale(1.1) rotate(2deg);
	    -ms-transform: scale(1.1) rotate(2deg);
	     -o-transform: scale(1.1) rotate(2deg);
	        transform: scale(1.1) rotate(2deg);
}

.work-item:hover .work-caption {
	bottom: 50%;
	opacity: 1;
	z-index: 3;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

.backcolor:hover {
        background: rgba(133,0,31,1);
background: -moz-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133,0,31,1)), color-stop(100%, rgba(169,3,41,1)));
background: -webkit-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -o-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -ms-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: linear-gradient(to right, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85001f', endColorstr='#a90329', GradientType=1 );
}

/* Work item white background*/

/*.works-grid.works-hover-w .work-title {
	color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
	background: rgba(255, 255, 255, .8);
}*/

/* Work item gradien background*/

.works-grid.works-hover-g .work-image:after {
	opacity: 0;
}

.works-grid.works-hover-g .work-descr {
	color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
background: rgba(92,0,21,1);
background: -moz-linear-gradient(left, rgba(92,0,21,1) 0%, rgba(121,2,30,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(92,0,21,1)), color-stop(100%, rgba(121,2,30,1)));
background: -webkit-linear-gradient(left, rgba(92,0,21,1) 0%, rgba(121,2,30,1) 100%);
background: -o-linear-gradient(left, rgba(92,0,21,1) 0%, rgba(121,2,30,1) 100%);
background: -ms-linear-gradient(left, rgba(92,0,21,1) 0%, rgba(121,2,30,1) 100%);
background: linear-gradient(to right, rgba(92,0,21,1) 0%, rgba(121,2,30,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0015', endColorstr='#79021e', GradientType=1 );
	opacity: 0.6;
	
}

/* -------------------------------------------------------------------
Portfoli Single
------------------------------------------------------------------- */
.work-details {
	margin: 0 0 20px;
}

.work-details-title {
	color: #111;
	margin: 0 0 20px;
}

.work-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.work-details ul > li {
	border-bottom: 1px dotted #c2c2c2;
	padding: 0 0 5px;
	margin: 0 0 5px;
}

/* -------------------------------------------------------------------
Callout
------------------------------------------------------------------- */

.callout-text {
	color: rgba(255, 255, 255, 0.6);
}

.callout-title {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin: 0;
	letter-spacing: 7px;
}

.callout-btn-box {
	text-align: right;
	padding-top: 4px;
}

.callout-overide {

	text-transform: none;
	font-size: 13px;
}

/* -------------------------------------------------------------------
Testimonials
------------------------------------------------------------------- */

.testimonials-slider {
	position: relative;
	width: 100%;
}

.testimonial-text {
	text-align: center;
	font-style: normal;
	font-size: 18px;
}

.testimonial-caption {
	text-align: center;
	padding: 10px 0 0;
}

.testimonial-title {
	font-size: 14px;
}

.testimonial-descr {
	color: rgba(255, 255, 255, .5);
	font-size: 11px;
}

.white {

	color: #fff;

}

/* -------------------------------------------------------------------
Gallery
------------------------------------------------------------------- */

.gallery-item {
	position: relative;
	text-align: center;
	margin: 0 0 20px;
}

.gallery-image {
	position: relative;
	overflow: hidden;
}

.gallery-image img {
	display: block;
	overflow: hidden;
	width: 100%;
}

.gallery-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.gallery-caption {
	position: absolute;
	width: 100%;
	opacity: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 28px;
	color: #fff;
	padding: 20px;

}

.gallery-icon {
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size: 24px;
	margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
	line-height: 50px;
}

/* Gallery hover */

.gallery-item:hover .gallery-image:after {
	background: rgba(0, 0, 0, .6);
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

/* -------------------------------------------------------------------
Post
------------------------------------------------------------------- */

.post {
	margin: 0 0 80px;
}

.post-title {
	line-height: 1.4;
	font-size: 22px;
	color: #111;
	margin: 0;
}

.post-header {
	margin: 0 0 15px;
}

.post-meta {
	font-size: 11px;
	color: #aaa;
}

.post-entry {
	border-top: 1px dotted #c2c2c2;
	padding-top: 20px;
	margin-top: 10px;
}

.post-images-slider {
	position: relative;
}

.post-images-slider .flex-control-nav {
	bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
	margin: 0 0 20px;
}

.post-quote {
	background: #f5f5f5;
	text-align: center;
	padding: 20px;
}

/* Post columns */

.post-columns .post {
	margin: 0 0 60px;
}

.post-columns .post-header {
	margin: 0 0 10px;
}

.post-columns .post-title {
	line-height: 1.8;
	font-size: 14px;
}

.post-columns .post-entry {
	padding: 10px 0 0;
	margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
	border: 0;
	padding: 0;
}

.post-columns .post-entry p:last-child {
	margin: 0;
}

.more-link:after {
	content: "\00BB";
	color: #666666;
	padding-left: 5px;
}

.pagination a {
	border: 1px solid #eaeaea;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #999;
	padding: 4px 12px;
}

.pagination a.active {
	border-color: #CACACA;
}

/* -------------------------------------------------------------------
Widgets
------------------------------------------------------------------- */

.sidebar .widget {
	margin-bottom: 60px;
}

.sidebar .widget-title {
	color: #111;
}

.widget .widget-title {
	border-bottom: 1px dotted #c2c2c2;
	font-size: 14px;
	padding: 0 0 10px;
	margin: 0 0 15px;
}

.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget .icon-list li {
	padding: 5px 0;
}

.widget .icon-list li a:before {
	content: "\00BB";
	color: #666666;
	padding-right: 5px;
}

.widget-posts li {
	margin: 0 0 15px;
}

.widget-posts li:last-child {
	margin: 0;
}

.widget-posts-image {
	float: left;
	width: 64px;
}

.widget-posts-body {
	margin-left: 74px;
}

.search-box {
	position: relative;
}

/* -------------------------------------------------------------------
Tags
------------------------------------------------------------------- */

.tags a {
	background: #111;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	padding: 4px 10px 4px 12px;
	margin: 0 0 4px;
	-webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.tags a:hover {
	background: rgba(17, 17, 17, .8);
}

/* -------------------------------------------------------------------
Comments and comment form
------------------------------------------------------------------- */

.comments,
.comment-form {
	margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
	border-bottom: 1px dotted #c2c2c2;
	font-size: 16px;
	color: #111;
	padding-bottom: 15px;
	margin: 0 0 20px;
}

.comment-author {
	font-size: 14px;
	margin: 0 0 10px;
}

.comment-avatar {
	width: 55px;
	float: left;
	margin-top: 10px;
}

.comment-avatar img {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
}

.comment-content {
	padding-top: 5px;
	margin-left: 75px;
	margin-bottom: 30px;
}

/* -------------------------------------------------------------------
Client logos
------------------------------------------------------------------- */

.client-logo {
	opacity: .5;
}

.client-logo:hover {
	opacity: 1;
}

/* -------------------------------------------------------------------
Shop
------------------------------------------------------------------- */

.navbar-custom .navbar-cart > a {
	position: relative;
	font-size: 12px;
}

.navbar-custom .navbar-cart a:after {
	content: "";
}

.navbar-cart .cart-item-number {
	position: absolute;
	background: #e5e5e5;
	display: block;
	height: 14px;
	width: 14px;
	right: 7px;
	top: 21px;
	text-align: center;
	line-height: 14px;
	letter-spacing: 0;
	font-size: 10px;
	color: #111;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
}

/* If cart is last item - add padding-left */

.navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
	padding-left: 22px;
}

/* Navbar cart item */

.dropdown-menu.cart-list {
	background: rgba(26, 26, 26, .92);
	padding: 11px 15px;
	text-align: right;
}

.navbar-cart-item {
	border: 1px solid rgba(73, 71, 71, 0.15);
	margin: 0 0 10px;
}

.navbar-cart-img {
	float: left;
	border: 3px solid rgba(255, 255, 255, .1);
}

.navbar-cart-img img {
	max-width: 64px;
}

.navbar-cart-title {
	white-space: nowrap;
	margin-left: 70px;
	padding: 10px;
}

.navbar-cart-title a,
.navbar-cart-title .cart-amount {
	letter-spacing: 2px;
	font-size: 11px;
}

.navbar-cart-title a {
	display: block;
	margin: 0 0 5px;
}

.navbar-cart-title .cart-amount {
	font-size: 10px;
}

.cart-sub-totle {
	margin: 10px 0 20px;
}

/* Links hover */

.navbar-cart-item a {
	color: #999;
}

.navbar-cart-item a:hover {
	color: #fff;
}

/* -------------------------------------------------------------------
Shope item
------------------------------------------------------------------- */

.shop-item {
	text-align: center;
	margin: 0 0 40px;
}

.shop-item-image {
	position: relative;
	overflow: hidden;
}

.shop-item-image img {
	width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.shop-item-detail {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	padding: 20px;
	opacity: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;
}

.shop-item-title {
	font-weight: 400;
	font-size: 14px;
	color: #111;
	margin: 15px 0 5px;
}

/* Shop item hover */

.shop-item:hover .shop-item-image:after {
	background: rgba(255, 255, 255, .7);
}

.shop-item:hover .shop-item-detail {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}

/* -------------------------------------------------------------------
Shope item
------------------------------------------------------------------- */

.ex-product {
	opacity: .7;
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
	     -o-transition: all 0.4s ease-in-out 0s;
	        transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
	opacity: 1;
}

/* -------------------------------------------------------------------
Shop product detail
------------------------------------------------------------------- */

.product-gallery {
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 10px 0 0;
}

.product-gallery li {
	display: inline-block;
	width: 15%;
	margin: 0 5px;
}

.product-gallery li:first-child {
	margin-left: 0;
}

.product-title {
	margin: 0 0 20px;
	color: #111;
}

.star,
.star-off {
	margin-bottom: 5px;
	color: #f1c40f;
}

.star-off {
	color: #e5e5e5;
}

.amount {
	font-size: 32px;
	color: #111;
}

.reviews {
	margin: 0;
}

/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}

.scroll-up a {
	background: #fff;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #000;
	opacity: 0.6;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
	opacity: 1;
	color: #000;
}

/* -------------------------------------------------------------------
Responsive Media Querries
------------------------------------------------------------------- */

@media (min-width: 768px) {

	.navbar-transparent {
		background: transparent;
		padding-bottom: 15px;
		padding-top: 15px;
		-webkit-backdrop-filter: blur(0);
	}

	.navbar-custom .dropdown-menu {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
	}

	.navbar-custom .open > .dropdown-menu {
		visibility: visible;
		opacity: 1;
	}

	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		position: absolute;
		display: block;
		right: 9px;
		top: 50%;
		margin-top: -6px;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 9px;
		content: "\f105";
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.navbar-right .dropdown-menu {
		right: auto;
		left: 0;
	}

	/* Comments */

	.comment .comment {
		margin-left: 75px;
	}

}

@media (max-width: 1200px) {

	/* Features */

	.alt-features-item {
		margin: 20px 0 0;
	}

}

@media (max-width: 1050px) {

	/* Navbar */

	.navbar-custom {
		letter-spacing: 1px;
	}

}

@media (max-width: 991px) {

	/* Navbar */

	.navbar-custom {
		letter-spacing: 0;
	}

	/* Headers */

	.hs-title-size-3 {
		letter-spacing: 8px;
		font-size: 36px;
	}

	.hs-title-size-4 {
		letter-spacing: 12px;
		font-size: 38px;
	}

	.work-item,
	.works-grid-3 .work-item,
	.container .works-grid-3 .work-item,
	.works-grid-4 .work-item,
	.works-grid-5 .work-item {
		width: 50%;
	}

	/* Half-image */

	.side-image {
		position: relative;
		height: 300px;
	}

}

@media (max-width: 767px) {

	/* Navbar */

	.navbar-custom .navbar-nav {
		letter-spacing: 3px;
		margin-top: 1px;
		margin-bottom: 0;
	}

	.navbar-custom li > a:hover {
		background: rgba(255, 255, 255, .1) !important;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
		padding: 10px 25px;
	}

	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
	.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
		padding: 10px 35px;
	}

	.navbar-custom li a,
	.navbar-custom .dropdown-search {
		border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	}

	.navbar-custom .dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown-toggle:after {
		right: 7px;
		content: "\f107";
	}

	.navbar-custom .nav > .open >.dropdown-toggle:after,
	.navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
		right: 7px;
		content: "\f106";
	}

	/* Shop navbar */

	.navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
		padding-left: 15px;
	}

	.navbar-custom .cart-item-number {
		display: none;
	}

	.navbar-custom .navbar-cart > a:after {
		content: "\f107";
	}

	.navbar-custom .navbar-cart-item a {
		border: 0 !important;
	}


	.dropdown-menu.cart-list {
		text-align: left;
		border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	}
	.navbar-cart-item {
		border: none;
		border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
		padding-bottom: 10px;
	}

	.navbar-cart-img {
		display: none;
	}

	.navbar-cart-title {
		white-space: normal;
		padding: 0;
		margin-left: 0;
	}



	/* Headers */

	.hs-title-size-1 {
		letter-spacing: 2px;
		font-size: 14px;
	}

	.hs-title-size-2 {
		line-height: 1.3;
		letter-spacing: 2px;
		font-size: 16px;
		opacity: .8;
	}

	.hs-title-size-3 {
		letter-spacing: 4px;
		font-size: 26px;
	}

	.hs-title-size-4 {
		letter-spacing: 6px;
		font-size: 28px;
	}

	/* Features */

	.features-item {
		margin: 0 0 30px;
	}

	.alt-features-item {
		padding-left: 0;
		margin: 0 0 30px;
		text-align: center;
	}

	.alt-features-icon {
		position: static;
		width: auto;
		margin: 0 auto 8px;
	}

	/* Callout */

	.callout-text {
		margin: 0 0 30px;
	}

	.callout-text,
	.callout-btn-box {
		text-align: center;
	}

	/* Sidebar */

	.sidebar {
		margin-top: 50px;
	}

	.widget {
		margin-bottom: 60px;
	}

	.post.mb-0 {
		margin-bottom: 40px !important;
	}

	.footer {
		text-align: center;
	}

	.copyright,
	.footer-social-links {
		text-align: center;
		margin: 10px 0;
	}

	/* Half-image */

	.side-image-text {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Restaurant menu */

	.menu-title,
	.menu-detail,
	.menu-price-detail {
		text-align: center;
	}

	.align-center-sm {
		text-align: center;
	}

	.align-left-sm {
		text-align: left;
	}

	/* Scroll up btn*/

	.scroll-up {
		display: none !important;
	}

}

@media only screen and (max-width: 480px) {

	.work-item,
	.works-grid-3 .work-item,
	.works-grid-4 .work-item,
	.works-grid-5 .work-item {
		width: 100%;
	}

}

/* -------------------------------------------------------------------
Multi-columns-row
------------------------------------------------------------------- */

.multi-columns-row .first-in-row {
	clear: left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {

	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 992px) {

	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}

@media (min-width: 1200px) {

	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }

}

/* -------------------------------------------------------------------
Vertival margin, padding
------------------------------------------------------------------- */

.p-0    {padding: 0!important}
.pt-0   {padding-top:0!important}
.pt-7   {padding-top:7px!important}
.pt-10  {padding-top:10px!important}
.pt-20  {padding-top:20px!important}
.pt-30  {padding-top:30px!important}
.pt-40  {padding-top:40px!important}
.pt-50  {padding-top:50px!important}
.pt-140 {padding-top:140px!important}

.pb-0   {padding-bottom:0!important}
.pb-10  {padding-bottom:10px!important}
.pb-20  {padding-bottom:20px!important}
.pb-30  {padding-bottom:30px!important}
.pb-40  {padding-bottom:40px!important}
.pb-50  {padding-bottom:50px!important}
.pb-140 {padding-bottom:140px!important}

.m-0 {margin:0 !important}
.mt-0  {margin-top:0 !important}
.mt-7  {margin-top:7px!important}
.mt-10 {margin-top:10px !important}
.mt-20 {margin-top:20px !important}
.mt-30 {margin-top:30px !important}
.mt-40 {margin-top:40px !important}
.mt-50 {margin-top:50px !important}
.mt-60 {margin-top:60px !important}
.mt-70 {margin-top:70px !important}
.mt-80 {margin-top:80px !important}

.mb-0  {margin-bottom:0!important}
.mb-10 {margin-bottom:10px !important}
.mb-20 {margin-bottom:16px !important}
.mb-30 {margin-bottom:30px !important}
.mb-40 {margin-bottom:40px !important}
.mb-50 {margin-bottom:50px !important}
.mb-60 {margin-bottom:60px !important}
.mb-70 {margin-bottom:70px !important}
.mb-80 {margin-bottom:80px !important}

@media only screen and (max-width:991px) {

	.mt-sm-0  {margin-top:0!important}
	.mt-sm-10 {margin-top:10px !important}
	.mt-sm-20 {margin-top:20px !important}
	.mt-sm-30 {margin-top:30px !important}
	.mt-sm-40 {margin-top:40px !important}
	.mt-sm-50 {margin-top:50px !important}
	.mt-sm-60 {margin-top:60px !important}
	.mt-sm-70 {margin-top:70px !important}
	.mt-sm-80 {margin-top:80px !important}

	.mb-sm-0  {margin-bottom:0!important}
	.mb-sm-10 {margin-bottom:10px !important}
	.mb-sm-20 {margin-bottom:20px !important}
	.mb-sm-30 {margin-bottom:30px !important}
	.mb-sm-40 {margin-bottom:40px !important}
	.mb-sm-50 {margin-bottom:50px !important}
	.mb-sm-60 {margin-bottom:60px !important}
	.mb-sm-70 {margin-bottom:70px !important}
	.mb-sm-80 {margin-bottom:80px !important}

}

@media only screen and (max-width:767px) {

	.mt-xs-0  {margin-top:0!important}
	.mt-xs-10 {margin-top:10px !important}
	.mt-xs-20 {margin-top:20px !important}
	.mt-xs-30 {margin-top:30px !important}
	.mt-xs-40 {margin-top:40px !important}
	.mt-xs-50 {margin-top:50px !important}
	.mt-xs-60 {margin-top:60px !important}
	.mt-xs-70 {margin-top:70px !important}
	.mt-xs-80 {margin-top:80px !important}

	.mb-xs-0  {margin-bottom:0!important}
	.mb-xs-10 {margin-bottom:10px !important}
	.mb-xs-20 {margin-bottom:20px !important}
	.mb-xs-30 {margin-bottom:30px !important}
	.mb-xs-40 {margin-bottom:40px !important}
	.mb-xs-50 {margin-bottom:50px !important}
	.mb-xs-60 {margin-bottom:60px !important}
	.mb-xs-70 {margin-bottom:70px !important}
	.mb-xs-80 {margin-bottom:80px !important}

}

#noTransparent {

background-color: rgba(10, 10, 10, .9);
height: 50px;

}

.link-icon {
	color: inherit;
	font-size: 100px;
	padding-bottom: 10px;

}

.infoOveride {

	color: inherit;
}

.info-link {

	color: #1E2224;
}

.info-link:hover {

	color: #a90329;
}

@media (max-width: 970px) { 

#features.active {
	padding-left: 15px !important;
}
}

.antispam {

	display: none;
}

.social-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-list > li {
	display: inline-block;
	font-size: 24px;
	margin: 5px 21px 5px 20px;
}

.eme-p {
    color: #2C2F30;
    font-size: 17px;
    font-family: lato;
    
}

.mysight-p {
    color: #ffffff;
    font-size: 17px;
    font-family: lato;
    
}

.p-top {
 padding-bottom: 50px;   
}

.p-eme {
 margin: 0px 60px;   
}

.v-am { 
    padding-top: 50px;
}


/* -------------------------------------------------------------------
EME NavBar
------------------------------------------------------------------- */

.emenavbar-custom {
	background-color: rgba(255, 255, 255, .8);
	-webkit-backdrop-filter: saturate(400%) blur(20px);
	border-top: 1px solid rgba(60, 60, 60, 0.15) !important;
	border-radius: 0;
	z-index: 1000;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 8px;
	-webkit-transition: background, padding 0.4s ease-in-out 0s;
	   -moz-transition: background, padding 0.4s ease-in-out 0s;
		-ms-transition: background, padding 0.4s ease-in-out 0s;
		 -o-transition: background, padding 0.4s ease-in-out 0s;
			transition: background, padding 0.4s ease-in-out 0s;
}

.emenavbar-custom .dropdown-menu {
	background: rgba(26, 26, 26, .9);
	border-radius: 0;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.emenavbar-custom .navbar-brand {

	letter-spacing: 3px;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	background: rgba(133,0,31,1);
background: -moz-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133,0,31,1)), color-stop(100%, rgba(169,3,41,1)));
background: -webkit-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -o-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -ms-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: linear-gradient(to right, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85001f', endColorstr='#a90329', GradientType=1 );
	padding-right: 14px;
	padding-left: 16px;
	padding-top: 4px;
	height: 28px;
	margin-top: 10px;
	-webkit-transition: background, margin 0.4s ease-in-out 0s;
	   -moz-transition: background, margin 0.4s ease-in-out 0s;
		-ms-transition: background, margin 0.4s ease-in-out 0s;
		 -o-transition: background, margin 0.4s ease-in-out 0s;
			transition: background, margin 0.4s ease-in-out 0s;
	
}

.emenavbar-custom .nav li > a {
	position: relative;
	color: #2C2F30;
}

.emenavbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	padding: 11px 15px;
	letter-spacing: 2px;
	color: #999;
}

.emenavbar-custom .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.15);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}

.emenavbar-custom .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
	right: 100%;
	left: auto;
}

.emenavbar-custom .nav > li > a:focus,
.emenavbar-custom .nav > li > a:hover,
.emenavbar-custom .nav .open > a,
.emenavbar-custom .nav .open > a:focus,
.emenavbar-custom .nav .open > a:hover,
.emenavbar-custom .dropdown-menu > li > a:focus,
.emenavbar-custom .dropdown-menu > li > a:hover{
	background: none;

}

.emenavbar-custom .nav > li > a:hover,
.emenavbar-custom .nav .open > a,
.emenavbar-custom .nav .open > a:hover,
.emenavbar-custom .dropdown-menu > li > a:hover{
	color: #a90329;
    border-bottom: 1px solid #a90329;
}

.emenavbar-custom .dropdown-menu > li > a:hover {
	background: rgba(255, 255, 255, .1) !important;
}

.emenavbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.emenavbar-custom .navbar-toggle .icon-bar {
	background: rgba(133,0,31,1);
}

.clear-button{
font-size: 40px;
}

.contact-text {
    font-size: 12px;
    line-height: 15px;
    padding-right: 14px;
}

.sitemap-background {
    background: rgba(72,80,82,1);
background: -moz-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(72,80,82,1)), color-stop(25%, rgba(48,56,59,1)), color-stop(53%, rgba(56,58,53,1)), color-stop(100%, rgba(33,34,39,1)));
background: -webkit-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -o-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
background: linear-gradient(135deg, rgba(72,80,82,1) 0%, rgba(48,56,59,1) 25%, rgba(56,58,53,1) 53%, rgba(33,34,39,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485052', endColorstr='#212227', GradientType=1 );
-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;"
}

.bg-pinky {
   background: rgba(219,71,93,1);
background: -moz-linear-gradient(-45deg, rgba(219,71,93,1) 0%, rgba(252,142,118,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(219,71,93,1)), color-stop(100%, rgba(252,142,118,1)));
background: -webkit-linear-gradient(-45deg, rgba(219,71,93,1) 0%, rgba(252,142,118,1) 100%);
background: -o-linear-gradient(-45deg, rgba(219,71,93,1) 0%, rgba(252,142,118,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(219,71,93,1) 0%, rgba(252,142,118,1) 100%);
background: linear-gradient(135deg, rgba(219,71,93,1) 0%, rgba(252,142,118,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db475d', endColorstr='#fc8e76', GradientType=1 );
}

.bg-bluey {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#227795+0,1f637e+100 */
background: #227795; /* Old browsers */
background: -moz-linear-gradient(left, #227795 0%, #1f637e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #227795 0%,#1f637e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #227795 0%,#1f637e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#227795', endColorstr='#1f637e',GradientType=1 ); /* IE6-9 */
}

.bg-image {
   background-image: url("assets/images/black-and-white-cup-hand-mug.jpg");
}

.bg-orangey {
    background: rgba(238,198,143,1);
background: -moz-linear-gradient(-45deg, rgba(238,198,143,1) 0%, rgba(195,100,66,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238,198,143,1)), color-stop(100%, rgba(195,100,66,1)));
background: -webkit-linear-gradient(-45deg, rgba(238,198,143,1) 0%, rgba(195,100,66,1) 100%);
background: -o-linear-gradient(-45deg, rgba(238,198,143,1) 0%, rgba(195,100,66,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(238,198,143,1) 0%, rgba(195,100,66,1) 100%);
background: linear-gradient(135deg, rgba(238,198,143,1) 0%, rgba(195,100,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eec68f', endColorstr='#c36442', GradientType=1 );
}

.bg-mysight {
    background: rgba(65,10,23,1);
background: -moz-linear-gradient(45deg, rgba(65,10,23,1) 0%, rgba(188,4,47,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(65,10,23,1)), color-stop(100%, rgba(188,4,47,1)));
background: -webkit-linear-gradient(45deg, rgba(65,10,23,1) 0%, rgba(188,4,47,1) 100%);
background: -o-linear-gradient(45deg, rgba(65,10,23,1) 0%, rgba(188,4,47,1) 100%);
background: -ms-linear-gradient(45deg, rgba(65,10,23,1) 0%, rgba(188,4,47,1) 100%);
background: linear-gradient(45deg, rgba(65,10,23,1) 0%, rgba(188,4,47,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#410a17', endColorstr='#bc042f', GradientType=1 );
}


.pb-100 {
 padding-bottom: 100px!important;
}

.pt-100 {
 padding-top: 100px!important;   
}
.wraps{
	width: 100%;
	padding-bottom: 62.5%;
	position: relative;
}

div.comparison {

	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
			margin-left: 20px !important;
	margin-right: 20px !important;
}

@media screen and (min-width: 894px){

div.comparison {

	position: absolute;
	top: 0; bottom: 0; left: 0; right: 0;
			margin-left: 0px !important;
	margin-right: 0px !important;
}	
}

.questionButton {

	color: rgb(102, 102, 102);
	float: right;
}

.questionButton:hover {

	color: #a90329;
}

.questionButton:active,
.questionButton:focus,
.questionButton.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}


.pt-666 {
 padding-bottom: 33px;   
}

.p-r-5 {
 padding-right: 10px;   
}

.partner_heading {
    float: left;
    font-size: 2em;
    font-family: 'Lato', sans-serif;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 300;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: #2C2F30;
    margin-right: 0%;
    margin-bottom: 10px;
}

@media(min-width: 992px) {
 
    .xta-padding {
        padding-left: 60px!important;
        
    }
    
}

@media(min-width: 768px) {
 
    .xta-control {
        text-align: center!important;
        
    }
    
}

@media(max-width: 768px) {
 
    .xta-control-2 {
        text-align: center!important;
        
    }
    
}

.partner-img {
    height: 150px;
    width: 150px;
    
}

.lspace {
 letter-spacing: 1px;   
}

.background-phone {

	background: url(../images/exemplarimage.jpg); background-size: 130%; background-position: right center;
}

.color-about {
	color: #fff;
}

@media(max-width: 766px) {
 .color-about {
	color: #000;
}
    .background-phone {

	background: none;
}	
    
}

.accordion-border-top {
 border-top: 1px solid #d6d6d6; 
}

.accordion-border-bottom { 
 border-bottom: 1px solid #d6d6d6; 
}

.vertically-alligned {
      position: relative;
  top: -90%;
  transform: translateY(10%);
}

.vertically-alligned-centre {
  height: 90px;
  width: 270px;
  background: #000;
  font-size: 48px;
  font-style: oblique;
  color: #FFF;
  text-align: center;
  margin-top: 20px;
  margin-left: 5px;
}

.byteline-logo-home {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 450px) {
 
    .byteline-logo-home {
    margin-top: 50px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
        
    }
    
}

@media(max-width: 750px) {
 
    .navbar-custom .navbar-brand {
        margin-left: 9px
        
    }
    
}

@media(max-width: 450px) {
 
    .hs-title-size-4 {
        font-size: 20px;
        
    }
    
}

.mysight-logo-page {

    font-size: 40px !important;
    height: auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 3px;
    color: #fff;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center !important;
	background: rgba(133,0,31,1);
    background: -moz-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133,0,31,1)), color-stop(100%, rgba(169,3,41,1)));
    background: -webkit-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
    background: -o-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
    background: -ms-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
    background: linear-gradient(to right, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85001f', endColorstr='#a90329', GradientType=1 );
	-webkit-transition: background, margin 0.4s ease-in-out 0s;
	   -moz-transition: background, margin 0.4s ease-in-out 0s;
		-ms-transition: background, margin 0.4s ease-in-out 0s;
		 -o-transition: background, margin 0.4s ease-in-out 0s;
			transition: background, margin 0.4s ease-in-out 0s;
	
}

.mysight-logo-page-2 {

	letter-spacing: 4px;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	background: rgba(133,0,31,1);
background: -moz-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133,0,31,1)), color-stop(100%, rgba(169,3,41,1)));
background: -webkit-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -o-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -ms-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: linear-gradient(to right, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85001f', endColorstr='#a90329', GradientType=1 );
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 6px;
    padding-bottom: 6px;
    cursor: auto;
    line-height: 22px;
    text-decoration: none;
	height: 30px;
	margin-top: 10px;
	-webkit-transition: background, margin 0.4s ease-in-out 0s;
	   -moz-transition: background, margin 0.4s ease-in-out 0s;
		-ms-transition: background, margin 0.4s ease-in-out 0s;
		 -o-transition: background, margin 0.4s ease-in-out 0s;
			transition: background, margin 0.4s ease-in-out 0s;
	
}

.mysight-logo-page-3 {

	letter-spacing: 4px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	background: rgba(133,0,31,1);
background: -moz-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133,0,31,1)), color-stop(100%, rgba(169,3,41,1)));
background: -webkit-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -o-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: -ms-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
background: linear-gradient(to right, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85001f', endColorstr='#a90329', GradientType=1 );
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 6px;
    padding-bottom: 6px;
    cursor: auto;
    line-height: 22px;
    text-decoration: none;
	height: 30px;
	margin-top: 10px;
	-webkit-transition: background, margin 0.4s ease-in-out 0s;
	   -moz-transition: background, margin 0.4s ease-in-out 0s;
		-ms-transition: background, margin 0.4s ease-in-out 0s;
		 -o-transition: background, margin 0.4s ease-in-out 0s;
			transition: background, margin 0.4s ease-in-out 0s;
	
}

.partenrshipiconsize {

	font-size: 100px !important;
}

@media(max-width: 374px) {
 
	.module-eme-divider {

		font-size: 30px;
	}
    
}

@media(max-width: 550px) {
 
	.underlinedsub li a {

		margin-left: 30%;
		margin-right: 30%;
	}
    
}

.new-carousel {
	position: relative;
	height: 700px;
}

.noths-caption {
	position: relative;
    display: table;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

iframe,
object {
	max-width: 100%!important;
        max-height: 100%!important;
}

.per-month {
    
    text-transform: uppercase;
    font-size: 14px;
    
}

.icon-mobile-feature {
    
    font-size: 30px;
    
}

.non-sub-mysight-text{
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 4px;
}

.mysight-sign-in-button {
      border: none;
      box-shadow: none;
      transition: all .3s;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      border-radius: 5px;
      font-size: 18px !important;
      padding: 8px 18px;
      left: 0;
      background: rgba(169,3,41,0.8);
      color: #fff !important;
      text-transform: uppercase;
      letter-spacing: 3px;
    }

    .mysight-sign-in-button:focus {
      outline: none;
    }

    .mysight-sign-in-button:hover {
      outline: none;
      background: rgba(169,3,41,1);
    }

@media(max-width: 900px) {
 
	.mysight-logo-page {

    font-size: 30px !important;
    height: auto !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: 500 !important;
    letter-spacing: 3px;
    color: #fff;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center !important;
	background: rgba(133,0,31,1);
    background: -moz-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(133,0,31,1)), color-stop(100%, rgba(169,3,41,1)));
    background: -webkit-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
    background: -o-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
    background: -ms-linear-gradient(left, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
    background: linear-gradient(to right, rgba(133,0,31,1) 0%, rgba(169,3,41,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85001f', endColorstr='#a90329', GradientType=1 );
	-webkit-transition: background, margin 0.4s ease-in-out 0s;
	   -moz-transition: background, margin 0.4s ease-in-out 0s;
		-ms-transition: background, margin 0.4s ease-in-out 0s;
		 -o-transition: background, margin 0.4s ease-in-out 0s;
			transition: background, margin 0.4s ease-in-out 0s;
	
}
    
}


