/*

	  Snow Tour Main Stylesheet

	- - - - - Contents - - - - -
	
	
	00 - Fonts
	01 - Basic Settings CSS
	02 - Main Menu Navigation
	03 - Intro Section
	04 - About Section
	04 - 01 Reviews Slider
	05 - Gallery Section
	| -- 05 - 01 Items Height
	| -- 05 - 02 Isotope
	| -- 05 - 03 Galley Ajax Page
	| -- 05 - 04 Gallery Page Slider
	06 - Cost and Terms Section 
	| -- 06 - 01 Partners Slider
	07 - Blog Section
	| -- 07 - 01 Blog Slider
	| -- 07 - 02 Blog Ajax Page
	08 - Contacts Section
	| -- 08 - 01 Contacts Information
	09 - Footer Section
	10 - Your CSS Code

	- - - - - - - - - - - - - -
	
*/


/* 00 - Fonts
-----------------------------------------------------------*/

/* Open Sans 
font-family: 'Open Sans', sans-serif;
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext);


/* Raleway
font-family: 'Raleway', sans-serif;
*/

@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,400);


/* Lato
font-family: 'Lato', sans-serif;
*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic,700italic,900italic);


/* Herr Von Muellerhoff
font-family: 'Herr Von Muellerhoff', cursive;
*/

@import url(http://fonts.googleapis.com/css?family=Herr+Von+Muellerhoff);


/* 01 - Basic Settings CSS
-----------------------------------------------------------*/

/* Reset */

body {

	width: 100%;
	height: 100%;
	font-family: 'Lato', 'Open Sans',  Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #63676b;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	background: url(img/main-body-background.jpg) repeat center center;
}

html {
	width: 100%;
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 35px;
	font-family: 'Open Sans',  Arial, Helvetica, sans-serif;
	/*font-weight: 700;*/
	text-shadow: none;
}

p {
	margin: 0 0 25px;
	font-size: 16px;
	line-height: 26px;
}

@media(min-width:992px) {
	p {
		margin: 0 0 35px;
		font-size: 15px;
		line-height: 24px;
	}
}

a {
	color: #BE0A24;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: 0 !important;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #2D2E30;
}

.strike {
	text-decoration: line-through;
}

.space{
	position: relative;
	height: 20px;
	width: 100%;
}

.no-padding {
	padding: 0 !important;
}

iframe {
	border: 0px !important;
	outline: 0px !important;
}

.border-none {border:0;}


/* Text Options */

.font-light {
	font-weight: 400;
}

.font-bold {
	font-weight: bold;
}

.text-dark {
	color: #000 !important;
}

.text-light {
	color: #fff !important;
}

.text-color {
	color: #fff000 !important;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

/* Buttons */

.btn {
	text-transform: uppercase;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-default {
	border: 1px solid #219ab3;
	color: #219ab3;
	background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
	border: 1px solid #219ab3;
	outline: 0;
	color: #000;
	background-color: #219ab3;
}

.main-title {
	font-family: 'Open Sans',  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
	color: #BE0A24;
	position:relative;
	margin-bottom: 120px;
}

.main-title:before {
	content: '';
	position:absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	bottom: -50px;

	width: 192px;
	height: 6px;
	border-radius: 50px;

	background: rgba(245,247,250,1);
	background: -moz-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,247,250,1)), color-stop(100%, rgba(221,230,236,1)));
	background: -webkit-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -o-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: linear-gradient(to bottom, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#dde6ec', GradientType=0 );

	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35), 0px 1px 0px 0px #fafafb;
	-moz-box-shadow:    inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35), 0px 1px 0px 0px #fafafb;
	box-shadow:         inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35), 0px 1px 0px 0px #fafafb;
}

.main-title:after {
	content: '';
	position:absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	bottom: -63px;

	width: 32px;
	height: 30px;

	background:url(img/main-title-bg.png) no-repeat center center;
}

/* Dark Section */

.dark-section {
	color: #d4d4d4;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
}

.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6,
.dark-section b,
.dark-section strong,
.dark-section strike {
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
}

.dark-section a {
	color: #fff;
	text-decoration: underline;
}

.dark-section a:hover {
	color: #d4d4d4;
	text-decoration: none;
}

.dark-section hr {
	width: 100%;
	height: 0px;
	border-top: 1px dashed rgba(0,0,0,0.66);
	border-bottom: 1px dashed #d4d4d4;
}

.dark-section blockquote {
	position:relative;
	font-style:italic;
	color: #d4d4d4;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
	border: none;
	padding: 28px;
	margin-top: 38px;
	margin-bottom: 26px;
	font-size: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: rgba(0,0,0,0.20);

	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.14), inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 0.14), inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 0.14), inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6);
}

.dark-section blockquote:after {
	content: '';
	left: 50%;
	margin-left: -14px;
	top: -15px;
	border-radius: 50%;
	position: absolute;
	width: 28px;
	height: 28px;
	background: url(img/blockquote-bg.png) no-repeat center center;
	background-size: cover;

	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.57), inset -1px -1px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    2px 2px 6px 0px rgba(0, 0, 0, 0.57), inset -1px -1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow:         2px 2px 6px 0px rgba(0, 0, 0, 0.57), inset -1px -1px 0px 0px rgba(255, 255, 255, 1);
}

.dark-section blockquote:before {
	content: '\f10e';
	position: absolute;
	margin-left: -14px;
	top: -15px;
	left: 50%;
	z-index: 1;
	text-align: center;
	padding: 9px 0px 9px 0px;
	color: #6c3b25;
	text-shadow: 1px 1px 0px #fff;
	width: 28px;
	height: 28px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 12px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.dark-section .main-title {
	margin-bottom: 25px;
}

.dark-section .main-title:before {
	content: '';
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	bottom: -40px;
	width: 152px;
	height: 5px;
	border-radius: 50px;
	background: none !important;
	-webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
	-moz-box-shadow:    inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
	box-shadow:         inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
}

.dark-section .main-title:after {
	display: none;
}

/* 02 - Main Menu Navigation
-----------------------------------------------------------*/

/* navbar */

.main-menu {
	margin-top: 56px;
	height:100%;
	min-height: 74px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.main-menu-logo {
	max-height: 76px;
	z-index: 1;
	position:relative;
	float: left;

	background: url(img/bkgrey.png) repeat center center;


	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

	-webkit-box-shadow: inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow:    inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
	box-shadow:         inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
}
}

.main-menu-logo:before {
	content: '';
	position: absolute;
	z-index: -1;
	display:inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;


	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
 
.main-menu-logo a {
	position:relative;
	display:inline-block;
	border-bottom: none;

}

.main-menu-nav {
	position:relative;
	background: rgba(245,247,250,1);
}

.main-menu-nav-wrapper {
	text-align:center;
	width: 100%;
	position:relative;
	max-height:76px;
}

.main-menu-nav-wrapper .main-menu-items {
	display: inline-block;
	zoom: 1; *display: inline; /* IE < 8: fake inline-block */
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}

.main-menu-social {

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	background: url(img/bkgrey.png) repeat center center;
	height: 100%;
	width: auto;
	padding: 21px 22px 10px 27px;
	float:right;

	position:relative;
	z-index: 1;
	overflow: hidden;
	display:inline-block;

	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;

	-webkit-box-shadow: inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow:    inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
	box-shadow:         inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
}

.main-menu-social:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;


	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.main-menu-social ul {
	margin: 0px;
	display:block;
	padding-left: 0px;
	-webkit-padding-start: 0px;
}


.main-menu-social ul li:first-child {
	margin-left: 0px;
}

.main-menu-social ul li {
	font-size: 16px;
	float:left;
	list-style: none;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 16px;
	min-height: 32px;
	min-width: 32px;

	background: rgba(0,0,0,0.3);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.38), 0px 1px 0px 0px rgba(255, 255, 255, 0.38);
	-moz-box-shadow:    inset 1px 1px 5px 0px rgba(0, 0, 0, 0.38), 0px 1px 0px 0px rgba(255, 255, 255, 0.38);
	box-shadow:         inset 1px 1px 5px 0px rgba(0, 0, 0, 0.38), 0px 1px 0px 0px rgba(255, 255, 255, 0.38);

	padding: 3px !important;
}

.main-menu-social ul li a {
	display:inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 1;
	position:relative;
	text-align:center;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.main-menu-social ul li a:hover {
	background: url(img/bkgrey.png) repeat center center;
}

.main-menu-social ul li a:hover:before {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.main-menu-social ul li a .fa{width: 24px;height: 24px;margin: 0;padding: 0;}
.main-menu-social ul li a .ic-lmax{background: url(img/social-icon/blog.png) repeat center center;}
.main-menu-social ul li a .ic-twitter{background: url(img/social-icon/twitter.png) repeat center center;}
.main-menu-social ul li a .ic-linkedin{background: url(img/social-icon/linkedin.png) repeat center center;}
.main-menu-social ul li a .ic-googleplus{background: url(img/social-icon/googleplus.png) repeat center center;}
.main-menu-social ul li a .ic-youtube{background: url(img/social-icon/youtube.png) repeat center center;}

.navbar-nav {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Lato', 'Open Sans',  Arial, Helvetica, sans-serif;
	float:none;
}

.nav>li:before {
	opacity:0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	z-index: -2;

	content:'';
	position:absolute;
	height: 6px;
	width: 100%;
	top: 0px;
	left:0px;
	background: url(img/bkgrey.png) repeat center center;


	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.nav>li:hover:before {
	opacity:1;
	top: -6px;
}

.nav>li:after {
	opacity:0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	z-index: -2;

	content:'';
	position:absolute;
	height: 6px;
	width: 100%;
	bottom: 0px;
	left:0px;
	background: url(img/bkgrey.png) repeat center center;

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.nav>li:hover:after {
	opacity:1;
	bottom: -6px;
}

.nav>li>a:before {
	opacity:0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	z-index: -1;

	content:'';
	position:absolute;
	height: 6px;
	width: 100%;
	top: 0px;
	left:0px;
	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.nav>li>a:hover:before {
	opacity:1;
	top: -6px;
}

.nav>li>a:after {
	opacity:0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	z-index: -1;

	content:'';
	position:absolute;
	height: 6px;
	width: 100%;
	bottom: 0px;
	left:0px;
	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );


	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.nav>li>a:hover:after {
	opacity:1;
	bottom: -6px;

}

.nav>li {
	position:relative;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	height:50px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.nav>li:hover {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.nav>li>a{padding: 10px 15px;}

.nav>li>a,
.nav .dropdown open a {
	position:relative;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

/*.nav>li>a.woodenspoon{display:block;background: url(../img/logo-woodenspoon.png)no-repeat center center; height: 25px;width:27px;padding:5px;}
.nav>li>a.lmaxsite{display:block;background: url(../img/logo-lmax.png)no-repeat center center; height: 25px;width:27px;}*/

.nav>li>a:hover,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	border-left: 1px solid #c5d2dc;
	border-right: 1px solid #c5d2dc;

	background: rgba(200,216,227,0.10);

	-webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow:    inset 0px 3px 6px 0px rgba(0, 0, 0, 0.11);
	box-shadow:         inset 0px 3px 6px 0px rgba(0, 0, 0, 0.11);
}

.nav>li>a:focus {
	background: none;
	position:relative;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
.nav .donate{
	background: url(img/bkgrey.png) repeat center center;
	-webkit-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
	box-shadow: inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
	margin:17px 5px;
	height:40px;
}
.nav .donate a{padding:10px;color: #FFF;}




.nav>li.donate:before {opacity:0;-webkit-transition: none;-moz-transition: none;}
.nav>li.donate:hover:before {opacity:0;top: 0px;}
.nav>li.donate:after {opacity:0;-webkit-transition: none;-moz-transition: none;}
.nav>li.donate:hover:after {opacity:0;bottom: 0px;}
.main-menu-nav .ext{float:left;list-style: none;padding: 0px;margin: 0;}
.main-menu-nav .ext li{margin: 8px;}
.main-menu-nav .ext .woodenspoon{display:block;background: url(img/logo-woodenspoon.png)no-repeat center center; height: 25px;width:27px;padding:5px;}
.main-menu-nav .ext .lmaxsite{display:block;background: url(img/logo-lmax.png)no-repeat center center; height: 25px;width:27px;}







.dropdown-menu {
	background: #f5f7fa;
	min-width: 255px;
	border: 1px solid #c5d2dc;
	border-top: none;
}

.dropdown-menu .divider {
	height:2px;
	margin: 9px 0;
	overflow: hidden;
	background: #c5d2dc;
	border-bottom: 1px solid #fff;
}

.dropdown-menu>li>a {
	display: block;
	padding: 10px 20px;
	clear: both;
	font-weight: bold;
	color: #BE0A24;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

.dropdown-menu>li>a:hover {
	padding-left: 30px;
}

/* main-menu-fixed-top */

.main-menu-fixed-top {
	top:0;
	margin-top: 0px;

	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-radius: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.main-menu-fixed-top .main-menu-social {
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-top-right-radius: 0px;
}

.main-menu-fixed-top .main-menu-logo {
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
}


/* 03 - Intro Section
-----------------------------------------------------------*/

.intro {
	display: table;
	width: 100%;
	max-width: 100%;

	position:relative;
	height: auto;
	padding: 100px 0;
	text-align: left;
	color: #fff;
	background: url(img/intro-bg.jpg) no-repeat bottom center scroll;
	background-color: #509ECE;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro:before {
	content:'';
	position:absolute;
	width: 100%;
	height: 300px;
	background: url(img/intro-bottom-pat.png) repeat-x top center;
	bottom: -200px;
	z-index: 30;
	/*
	animation: animatedBackgroundright838 16s linear infinite;
    -moz-animation: animatedBackgroundright838 16s linear infinite;
    -webkit-animation: animatedBackgroundright838 16s linear infinite;
    -ms-animation: animatedBackgroundright838 16s linear infinite;
    -o-animation: animatedBackgroundright838 16s linear infinite;*/
}

.intro .intro-body {
	display: table-cell;
	padding-top: 150px;
}

.intro .intro-body .heading-text {
	font-family: 'Open Sans', Helvetica,Arial,sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 60px;
	margin-top: 0px;
	color:#6CBFCD;
	text-shadow: none;
	height:450px;
	padding-top: 160px;
	position: relative;
	z-index: 20;
	line-height: 60px;
}

.intro .intro-body {
	overflow: hidden;
	position:relative;
}

.intro .intro-body .heading-text {

}

/* intro plaxmove */

.layer-snow {
	background:url(img/intro-bg-layer-snow.png);
	width:1412px;
	height:800px;
	margin-right: -706px;
	right:50%;
	top: 0px;
	position:absolute;
	z-index: 26;
	background-repeat: repeat-y;
	background-position: 0px 0px;

	animation: animatedBackgroundtop800 10s linear infinite;
	-moz-animation: animatedBackgroundtop800 10s linear infinite;
	-webkit-animation: animatedBackgroundtop800 10s linear infinite;
	-ms-animation: animatedBackgroundtop800 10s linear infinite;
	-o-animation: animatedBackgroundtop800 10s linear infinite;

}

.layer-sky {
	background:url(img/intro-bg-layer-sky.png) center center;
	width:100%;
	height:800px;
	margin-right: -50%;
	right:50%;
	top: 88px;
	z-index: 25;
	position:absolute;
	background-repeat: repeat-x;
	background-position: 0px 0px;

	animation: animatedBackgroundright1870 14s linear infinite;
	-moz-animation: animatedBackgroundright1870 14s linear infinite;
	-webkit-animation: animatedBackgroundright1870 14s linear infinite;
	-ms-animation: animatedBackgroundright1870 14s linear infinite;
	-o-animation: animatedBackgroundright1870 14s linear infinite;

}

.absolute-right {
	right: 0;
}

.absolute-left {
	left: 0;
}

.header-image {
	position:absolute;
	bottom: -50px;
	right:-250px;
	z-index: 1;
	max-width: 100%;
	max-height: 700px;

	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}


/* Intro Info */

#intro-info {
	margin-top: -90px;
}

#intro-info .donate{
	display: block;
	font-size: 50px;
	line-height: 90px;
	font-weight:bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#E5EBF0;
	text-align: center;
	margin-bottom: 20px;

}

#intro-info .sms{
	font-weight: bold;font-size: 18px;
}

.intro-info-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	height: 100%;
	position:relative;
	display:block;
	z-index: 40;
	background: url(img/bkgrey.png) repeat center center;

	-webkit-box-shadow: inset 2px 0px 7px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow:    inset 2px 0px 7px 0px rgba(0, 0, 0, 0.41);
	box-shadow:         inset 2px 0px 7px 0px rgba(0, 0, 0, 0.41);
}

.intro-info-wrapper:before {
	content: '';
	position: absolute;
	z-index: -1;
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	background: rgba(255,255,255,0.08);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.08)), color-stop(100%, rgba(0,0,0,0.08)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.intro-info-background-element {
	position:relative;
}

.intro-info-background-element:after {
	content: '';

	position:absolute;
	width: 100%;
	height: 198px;
	/*background: url(../img/intro-info-element-bg.png) no-repeat center center;*/
	background-size:contain;
	top: -99px;
	left: 0;
	z-index: 39;
}

.intro-info-background {
	position:relative;
	padding-left: 0px;
	display:table;
}

.intro-info-background:before {
	content: '';
	position:absolute;
	width: 110px;
	height: 38px;
	left: -1px;
	top: -5px;
	z-index: 42;
	background: url(img/intro-info-element-1.png) no-repeat center center;
}

.intro-info-background:after {
	content: '';
	position:absolute;
	width: 147px;
	height: 39px;
	right: -3px;
	top: -6px;
	z-index: 42;
	background: url(img/intro-info-element-3.png) no-repeat center center;
}

.intro-info-wrapper {
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
}

.intro-info-wrapper p {
	color: #d4d4d4;
	margin-bottom: 10px;
}

/* intro-info-left */

.intro-info-left-wrapper {
	padding-right: 0px;
}

.intro-info-left {
	padding: 26px 32px 20px 32px;
	height: 100%;
	display:inline-block;
}

.intro-info-left:before {
	content:'';
	background:url(img/intro-info-element-2.png) no-repeat center center;
	position:absolute;
	width: 104px;
	height: 20px;
	right: -24px;
	top: -1px;
}

.intro-info-left .title-text {
	width: 100%;
	height: auto;
	margin-bottom: 3px;
	margin-top:16px;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Raleway', 'Open Sans',  Arial, Helvetica, sans-serif;
}

.intro-info-left .title-text .fa {
	float:right;
	margin-top: 8px;
}

.intro-info-left .title-text span.raised,
.intro-info-left .title-text span.target {
	font-family: 'Open Sans',  Arial, Helvetica, sans-serif;
	padding: 6px 18px;
	margin: 0px 12px 12px 12px;

	background: #F00;
	font-weight: bold;
	display:inline-block;
	position:relative;
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow:    1px 1px 4px 0px rgba(0, 0, 0, 0.32);
	box-shadow:         1px 1px 4px 0px rgba(0, 0, 0, 0.32);

	background: url(img/bkgrey.png) repeat center center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
}

.intro-info-left .title-text span:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

/* intro-info-right */

.intro-info-right {
	display: table;
	height: 100%;
	text-align: center;
	position:relative;
	background: none;
}
.intro-info-right .clock-wrapper{height: 143px!important;padding-top: 48px;padding-bottom: 10px;}
/* flip clock */

.clock-wrapper {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.clock {
	display:inline-block;
	padding-top: 42px;
}

.flip-clock-wrapper {
	width: auto !important;
	margin: 0px !important;

}

.flip-clock-divider .flip-clock-label {
	top: -42px;

	color: #fff;
	font-family: 'Raleway', 'Open Sans',  Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 600;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
}

.flip-clock-divider.days .flip-clock-label {
	right: -96px;
}

.flip-clock-divider.hours .flip-clock-label {
	right: -102px;
}

.flip-clock-divider.minutes .flip-clock-label {
	right: -115px;
}

.flip-clock-divider.seconds .flip-clock-label {
	right: -118px;
}

/* gradient and color */

.flip-clock-wrapper ul li a div div.inn {
	color: #BE0A24;
	font-family: 'Open Sans',  Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: rgba(245,247,250,1);
	background: -moz-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,247,250,1)), color-stop(100%, rgba(221,230,236,1)));
	background: -webkit-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -o-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: linear-gradient(to bottom, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#dde6ec', GradientType=0 );

	-webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    2px 3px 4px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         2px 3px 4px 0px rgba(0, 0, 0, 0.6);
}

.flip-clock-dot {
	background: rgba(245,247,250,1);
	background: -moz-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,247,250,1)), color-stop(100%, rgba(221,230,236,1)));
	background: -webkit-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -o-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: linear-gradient(to bottom, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#dde6ec', GradientType=0 );

	-webkit-box-shadow: 2px 3px 4px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    2px 3px 4px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         2px 3px 4px 0px rgba(0, 0, 0, 0.6);
}

#intro-info .twitter-feed{text-align: left;margin-bottom:20px;max-width:500px;}
#intro-info .twitter-feed h3{
	text-align: center;
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 600;
	color: #d4d4d4;
}
#intro-info .twitter-feed a{color:#d4d4d4;font-weight:bold; }
#intro-info .twitter-feed a:hover{color:#FFF;text-decoration:underline;}
#intro-info .twitter-feed .date{
	font-size: 12px;
}

/* 04 - The challenge Section
-----------------------------------------------------------*/

#challengers {
	margin-top: 0px;
	padding: 80px 0px 20px 0px;
	position:relative;
	z-index: 120;
}

#challengers ol {
	counter-reset: item;
	position:relative;
	list-style-type: none;
	-webkit-padding-start: 0px;
}

#challengers ol li {
	counter-increment: item;
	position:relative;
	display:inline-block;
	width: 100%;

}

#challengers ol li:before {
	font-family: 'Lato', 'Open Sans',  Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 300;
	width: 225px;
	height: 189px;
	line-height: 174px;
	font-size: 76px;
	color: #BE0A24;
	z-index: 201;
	content: counter(item) ' ';
	left: 0px;
	position:absolute;
}

#challengers ol li:after {
	content:'';
	position:absolute;
	width: 225px;
	height: 189px;
	background: url(img/about-list-element-1.png) no-repeat center center;
	background-size:cover;
	left: 0px;
	top: 0px;
	z-index: 200;
}

#challengers ol li .about-list-wrapper {
	position:relative;
	width: 100%;
	height: 100%;
	display:inline-block;
}

#challengers ol li .about-list-content {
	padding: 0px 0px 80px 0px;
}

#challengers ol li .about-list-wrapper:before {
	content:'';
	width: 100%;
	height: 368px;
	position:absolute;
	background: url(img/about-list-element-2.png) no-repeat center center;
	background-size: contain !important;
	left: 0px;
	top: 70px;
}

#challengers ol li:nth-child(2n+2) .about-list-wrapper:before {
	background: url(img/about-list-element-3.png) no-repeat center center;
	background-size: contain !important;
}

#challengers ol li.no-element .about-list-wrapper:before {
	display:none;
}

#challengers ol li.no-element .about-list-content {
	padding: 0px 0px 30px 0px;
}

#challengers ol li:last-child .about-list-wrapper:before {
	display:none;
}

#challengers ol li:nth-child(2n+2) {
	margin-top: 44px;
	padding: 0px 0px 50px 0px;
}

#challengers ol li:nth-child(2n+2):before {
	left: auto;
	right: 0px;
}

#challengers ol li:nth-child(2n+2):after {
	left: auto;
	right: 0px;
}

#challengers h2 {
	font-size: 36px;
	font-weight: bold;
	font-family: 'Open Sans',  Arial, Helvetica, sans-serif;
	color: #BE0A24;
	margin-bottom: 18px;
	text-align: center;
}

#challengers h3 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Raleway', 'Open Sans',  Arial, Helvetica, sans-serif;
	color: #BE0A24;
}


/* 04 - 01 Reviews Slider
-----------------------------------------------------------*/


.heading-text-slider{
	list-style:none;
}

.reviews-slider {
	text-align: center;
	position:relative;
}

.reviews-user-avatar {
	text-align: center;
	position:relative;
	margin-bottom: 20px;
}

.reviews-user-avatar:before {
	content: '';
	position:absolute;
	width: 100%;
	height: 1px;
	background: none;
	border-top: 1px dashed #b9cad5;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	left: 0px;
	top: 50%;
}

.reviews-user-avatar img {
	width: 80px !important;
	height: 80px;
	border-radius: 50%;
	z-index: 1;
	position:relative;
	display:inline-block !important;
}

.reviews-slider .item {
	font-family: 'Lato', 'Open Sans',  Arial, Helvetica, sans-serif;
}

.reviews-slider .item span {
	font-size: 15px;
	font-style: italic;
}

.reviews-slider .item span:before {
	content: '“';
}

.reviews-slider .item span:after {
	content: '”';
}

.reviews-slider .item h4 {
	font-size: 16px;
	font-weight: bold;
	color: #BE0A24;
	margin-bottom: 24px;
}

.reviews-slider .owl-dots {
	position:relative;
	margin-top: 18px;
}

.reviews-slider .owl-dots:before {
	content: '';
	position:absolute;
	z-index: -1;
	width: 100%;
	height: 1px;
	background: none;
	border-top: 1px dashed #b9cad5;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	left: 0px;
	top: 13px;
}

/* about-content-video */

.about-content-video iframe {
	width: 100%;
	height:auto;
	min-height: 310px;
	display: block;
	position:relative;
	margin: 0px;
	padding: 0px;

}

.about-content-video {
	width: 100%;
	height: 100%;
	display: inline-block;
	z-index: 2;
	position:relative;
}

@-moz-document url-prefix() {
	.about-content-video {
		margin-bottom: 1px;
	}
}


.about-content-video:before {
	content:'';
	position:absolute;
	top: -6px;
	left: 4px;
	width: 50%;
	height: 100%;
	z-index: -1;
	background: none;
}

.about-content-video:after {
	content:'';
	position:absolute;
	top: -6px;
	right: 4px;
	width: 50%;
	height: 100%;
	z-index: -1;
	background: none;
}

/* about-text-content */

.about-specific-content {
	position:relative;
	display:inline-block;
}

#about .about-specific-content h3 {
	font-family: 'Herr Von Muellerhoff', Georgia, "Times New Roman", Times;
	color: #BE0A24;
	text-transform: none;
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 0px;
}

#about .about-specific-content h2 {
	color: #6c3b25;
	text-transform: uppercase;
	position:relative;
	margin-bottom: 68px;
}

#about .about-specific-content h2:before {
	content:'';
	position:absolute;
	width: 136px;
	height: 29px;
	background:url(img/about-specific-content-element-1.png) no-repeat center center;
	bottom: -46px;
	left: 50%;
	margin-left: -68px;
}

.about-content {
	position:relative;
	width: 100%;
	height: 100%;
	overflow:hidden;
	padding-bottom: 180px;
}

.about-content:before {
	content:'';
	position:absolute;
	left: -10%;
	top: 220px;
	z-index: -3;
	width: 120%;
	height: 216px;
	background: url(img/about-content-pat.png) repeat-x center left;
	backface-visibility: visible;
	transform-origin: 50% 50% 0px;
	transform: rotate(7deg);
	/* Safari */
	-webkit-transform: rotate(7deg);

	/* Firefox */
	-moz-transform: rotate(7deg);

	/* IE */
	-ms-transform: rotate(7deg);

	/* Opera */
	-o-transform: rotate(7deg);
}

/* about-bottom-table */

.about-bottom-table-wrapper {
	position: relative;
	padding: 0px 100px;
	margin-top: -19px;
	width: 100%;
	height: auto;
	display: inline-block;
}

.about-bottom-table {

	width: 100%;
	height: 40px;
	position:relative;
	display:inline-block;
}

.about-bottom-table:before {
	content:'';
	position:absolute;
	width: 170px;
	height: 40px;
	left: -100px;
	top: 0px;
	z-index: 1;
}

.about-bottom-table:after {
	content:'';
	position:absolute;
	width: 170px;
	height: 40px;
	right: -100px;
	top: 0px;
	z-index: 1;
}

.about-bottom-shadow {
	z-index: -2;
	width: 100%;
	height: 43px;
	margin-top: 20px;
	position:relative;
	display:inline-block;}

.about-bottom-shadow:before {
	content:'';
	position:absolute;
	width: 100px;
	height: 43px;
	left: -100px;
	top: 0px;
	z-index: 10;
}

.about-bottom-shadow:after {
	content:'';
	position:absolute;
	width: 100px;
	height: 43px;
	right: -100px;
	top: 0px;
	z-index: 10;
}

/* about-content-video-wrapper */

.about-content-video-wrapper {
	position:relative;
	margin-bottom: -4px;
	margin-top: 136px;
}

.about-content-video-wrapper:before {
	content: '';
	width: 100%;
	height: 8px;
	position: absolute;
	left: 0px;
	bottom: 5px;
	z-index: 2;
	border-radius: 4px;
	background: rgba(0,0,0,0.30);

	-webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.14), inset 1px 1px 3px 0px rgba(0, 0, 0, 0.38);
	-moz-box-shadow:    0px 1px 0px 0px rgba(255, 255, 255, 0.14), inset 1px 1px 3px 0px rgba(0, 0, 0, 0.38);
	box-shadow:         0px 1px 0px 0px rgba(255, 255, 255, 0.14), inset 1px 1px 3px 0px rgba(0, 0, 0, 0.38);
}

.only-mobile {
	display: none;
}

.player .video-wrapper .video {
	background-size: cover !important;
}


/* 05 - Gallery Section
-----------------------------------------------------------*/

#gallery,#gallery-videos {
	margin-bottom: 0px;
	padding: 20px 0px 20px 0px;

}

.gallery-container {
	position: relative;
}

/* gallery filter */

.gallery-filter {
	text-align: center;
	margin-bottom: 50px;
}

.touch .gallery-filter{
	display:none;
}


.gallery-filter a {
	color: #BE0A24;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 5px 10px 5px;
	padding: 12px 20px;
	border: 1px solid #d0dce3;
	position: relative;
	z-index: 200;

	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);

	background: rgba(245,247,250,0.42);
	background: -moz-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,247,250,0.42)), color-stop(100%, rgba(221,230,236,0.42)));
	background: -webkit-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -o-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -ms-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: linear-gradient(to bottom, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#dde6ec', GradientType=0 );

	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: background .4s linear;
	-moz-transition: background .4s linear;
	-ms-transition: background .4s linear;
	-o-transition: background .4s linear;
	transition: background .4s linear;
}

.gallery-filter a.current {
	background: url(img/bkgrey.png) repeat center center;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
	border: 1px solid transparent;

	-webkit-box-shadow: inset 1px 0px 4px 0px rgba(0, 0, 0, 0.42);
	-moz-box-shadow:    inset 1px 0px 4px 0px rgba(0, 0, 0, 0.42);
	box-shadow:         inset 1px 0px 4px 0px rgba(0, 0, 0, 0.42);
}

.gallery-filter a.current:before {
	content: '';
	position: absolute;
	z-index: -1;
	display:inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

/* gallery container */

.gallery-container .item {
	padding: 3px;
	display: flex;
	overflow: hidden;
	height: auto;
	position:relative;
	text-align: left;
}

.gallery-container .item-wrapper {
	display: inline-block;
	position:relative;
	overflow: hidden;
	width: 100%;
	height: 100%;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.gallery-container .item-wrapper:before {
	content: '';
	position: absolute;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 1;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);

}

.gallery-container .item-wrapper:hover:before, .gallery-container .item.active .item-wrapper:before  {
	background: rgba(255,255,255,0.8);
}

.gallery-container .item .item-overlay {
	height: 100%;
	width: 100%;
	bottom: -100%;
	position:absolute;
	padding: 10% 20px 10% 28px;
	z-index: 1;

	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.gallery-container .item:hover .item-overlay, .gallery-container .item.active .item-overlay {
	bottom: 0;
}

.gallery-container .item h3 {
	color: #BE0A24;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;	
}

#gallery .gallery-container .item h3, #gallery-videos .gallery-container .item h3{display:none;} 

.gallery-container .item h3 span{
	display: block;
	color: #6c3b25;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 10px;

}

.gallery-container .item b {
	display:block;
	color: #63676b;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
}

#gallery-videos .gallery-container .item b{
	padding-top:35%;
}

#gallery .gallery-container .item b{
	padding-top:70%;
}

.gallery-container .gallery-link {
	display:none;
	float: right;
	padding: 0px 10px 0px 11px;
	line-height: 18px;
	color: #fff;
	font-size: 16px;
	background:url(img/bkgrey.png) repeat center center;
	position:absolute;
	right: 28px;
	height: 18px;
	top: 50%;
	margin-top: -14px;

	z-index: 1;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);

	-webkit-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 0.4);
	-moz-box-shadow:    1px 1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow:         1px 1px 0px 0px rgba(255, 255, 255, 0.4);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.popup-youtube .gallery-container .gallery-link {margin-top: -34px;}

.gallery-container .gallery-link:before {
	content: '';
	position: absolute;
	z-index: -1;
	display:block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;


	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}


.gallery-container a:hover .fa {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}



.gallery-container .item-wrapper img {
	width: 100%;
	height:auto;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	-webkit-transition: all .4s ease-out;
}

.gallery-container .item-wrapper a{
display:block;
float:none;
clear:both;
position: relative;
}

a.popup-youtube {
max-width: 590px;
min-height: 0;
}

a.popup-youtube:after {
content: "";
background: url(../../images/overlays/play-alt.png) no-repeat 0 0;
-webkit-background-size: 100% 100%;
-moz-background-size: 100% 100%;
-o-background-size: 100% 100%;
background-size: 100% 100%;
display: block;
float: none;
clear: both;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
bottom: auto;
right: auto;
z-index: 1;
-ms-interpolation-mode: bicubic;
image-rendering: optimizeQuality;
}

a.popup-youtube:hover:after{
background-image:url(../../images/overlays/play-alt-hover.png);
}



/* 05 - 01 Items Height
-----------------------------------------------------------*/

.height-x1 .item-wrapper {
	max-height: 192px;
}

.height-x2 .item-wrapper {
	max-height: 345px;
}

.height-x3 .item-wrapper {
	max-height: 484px;
}

.height-full {
	max-height: 100% !important;
}


/* 05 - 02 Isotope
-----------------------------------------------------------*/

.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */

	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}


/* 05 - 03 Galley Ajax Page
-----------------------------------------------------------*/

.center-elements{
	position: relative;
	width: 280px;
	margin: 0 auto;
	left: -8px;
}

/* projext close */

.ajax-div .loader.GalleryError,
.ajax-div .loader.BlogError {
	text-align: center;
	height: 25px !important;
	background-position: top center;
	text-indent: -9999px;
}
.ajax-div .loader.GalleryError p,
.ajax-div .loader.BlogError p {
	display: none;
	padding-top: 16px;
	color: #63676b !important;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
}

.ajax-div .loader {
	display:none;
	margin: 20px auto;
	font-size: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	text-indent: -9999em;
	z-index: 9999;
	-webkit-animation: load-circle-spin 1.1s infinite ease;
	animation: load-circle-spin 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

/* Ajax Inner Page Styles */

/* Background */

#ajaxpage {
	width: 100%;
	height: auto;
	position: relative;
}

#ajaxpage{
	margin: 10px 0px 70px 0px;
	display:inline-block;
	position: relative;
}

#ajaxpage:before {
	content:'';
	position:absolute;
	width: 100%;
	height: 45px;
	background: url(img/ajax-inner-element-top-pat.png) repeat-x left top;
	left: 0px;
	top: -20px;
	z-index: 99;
}

#ajaxpage:after {
	content:'';
	position:absolute;
	width: 100%;
	height: 45px;
	background: url(img/ajax-inner-element-bottom-pat.png) repeat-x left top;
	left: 0px;
	bottom: -20px;
	z-index: 99;
}

#main-content-ajax-wrapper {
	width: 100%;
	height: auto;
	position: relative;
}

#main-content-ajax-wrapper:before {
	content:'';
	position:absolute;
	width: 100%;
	height: 45px;
	background: url(img/ajax-inner-shadow-top-pat.png) repeat-x left top;
	left: 0px;
	top: -20px;
	z-index: 98;
}

#main-content-ajax-wrapper:after {
	content:'';
	position:absolute;
	width: 100%;
	height: 45px;
	background: url(img/ajax-inner-shadow-bottom-pat.png) repeat-x left top;
	left: 0px;
	bottom: -20px;
	z-index: 98;
}

#main-content-ajax {
	width: 100%;
	padding: 58px 0px 40px 0px;
	height: auto;
	z-index: 1;
	position: relative;
	background: url(img/bkgrey.png) repeat center center;
}

#main-content-ajax:before {
	content:'';
	position:absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: -1;

	background: rgba(255,255,255,0.08);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.08)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

/* 05 - 04 Gallery Page Slider
-----------------------------------------------------------*/

.gallery-page-slider {
	position:relative;
}

.gallery-page-slider .owl-prev:hover:before,
.gallery-page-slider .owl-next:hover:before {
	display: none !important;
}

.gallery-page-slider .owl-prev,
.gallery-page-slider .owl-next {
	position:absolute !important;
	top: 50%;
	opacity: 0;
	margin-top: -22px !important;

	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}

.gallery-page-slider .owl-prev {
	border: none !important;
	box-shadow: none !important;
	padding: 0px !important;
	background: url(img/gallery-page-owl-slider-arrows.png) no-repeat top left !important;
	width: 23px;
	height: 43px;
	left: -40px;
}

.gallery-page-slider .owl-next {
	border: none !important;
	box-shadow: none !important;
	padding: 0px !important;
	background: url(img/gallery-page-owl-slider-arrows.png) no-repeat top right !important;
	width: 23px;
	height: 43px;
	right: -40px;
}

.gallery-page-slider:hover .owl-next {
	right: 26px;
	opacity: 1;
}

.gallery-page-slider:hover .owl-prev {
	left: 26px;
	opacity: 1;
}

.gallery-page-slider .owl-dots {
	margin-top: -60px;
	position: absolute;
	left: 0;
	right: 0;
}

.gallery-page-slider .owl-dot span {
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35) !important;
	-moz-box-shadow:    inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35) !important;
	box-shadow:         inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35) !important;
}

.gallery-page-slider .owl-stage-outer {
	max-height: 490px;
	overflow:hidden;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.42);
	-moz-box-shadow:    7px 7px 12px 0px rgba(0, 0, 0, 0.42);
	box-shadow:         7px 7px 12px 0px rgba(0, 0, 0, 0.42);
}

/* text styles */

.gallery-page-wrapper {
	text-align: left;
}

.gallery-page-wrapper .title {
	position:relative;
	width: 100%;
	margin-bottom: 22px;
	padding-bottom: 20px;
	display: inline-block;
}

.gallery-page-wrapper .title:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0px;
	z-index: 99;
	left: 0;
	bottom: 0px;
	border-top: 1px dashed rgba(0,0,0,0.66);
	border-bottom: 1px dashed #d4d4d4;
}

.gallery-page-wrapper .title h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 28px;
	margin-top: 2px;
	margin-bottom: 10px;
}

.gallery-page-wrapper .title b {
	font-family: 'Lato', 'Open Sans',  Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	color: #d4d4d4;
}

/* close link */

.close-link {
	position:relative;
	display:inline-block;
	float:right;
	width: 60px;
	height: 62px;
	padding: 8px;
	border: none;
	text-decoration: none !important;
	background: rgba(0,0,0,0.20);
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    inset 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         inset 0px 0px 12px 0px rgba(0, 0, 0, 0.6);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.close-link .fa {
	background: url(img/bkgrey.png) repeat center center;
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
	font-size: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow:    1px 1px 4px 0px rgba(0, 0, 0, 0.32);
	box-shadow:         1px 1px 4px 0px rgba(0, 0, 0, 0.32);
}

.close-link .fa:after {
	content: '';
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.close-link .fa:before {
	text-align:center;
	width: 100%;
	height: 100%;
	padding: 14px 0px 14px 0px;
	position:absolute;

}

.close-link:hover .fa:before,
.close-link:active .fa:before,
.close-link:focus .fa:before {
	-webkit-animation-name: push;
	animation-name: push;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}


/* 06 - Cost and Terms Section 
-----------------------------------------------------------*/

#cost-and-terms {
	padding-top: 137px;
	margin-top: -167px;
	padding-bottom: 40px;
	margin-bottom: 20px;
}

.price-block-wrapper {
	width: 100%;
	background: url(img/price-block-wrapper-bg.png) no-repeat top center;
	background-size: contain;
	padding: 290px 50px 0px 50px;
	margin-bottom: 20px;
	display:inline-block;
	position:relative;
}

.price-block-wrapper:before {
	content: '';
	position: absolute;
	display:block;
	z-index: 2;
	width: 100%;
	height: 362px;
	left: 0px;
	top: -100px;
	background: url(img/price-block-wrapper-snow.png) top center;
	background-size:contain;

	background-repeat: repeat-x;
	background-position: 0px 0px;

	animation: animatedBackgroundleft1170 14s linear infinite;
	-moz-animation: animatedBackgroundleft1170 14s linear infinite;
	-webkit-animation: animatedBackgroundleft1170 14s linear infinite;
	-ms-animation: animatedBackgroundleft1170 14s linear infinite;
	-o-animation: animatedBackgroundleft1170 14s linear infinite;
}

.price-block-wrapper:after {
	content: '';
	position: absolute;
	display:block;
	z-index: 1;
	width: 100%;
	height: 267px;
	left: 0px;
	top: 58px;
	background: url(img/price-block-wrapper-air-plane.png) top center;
	background-size:contain;
	background-repeat: no-repeat;

	-webkit-animation: FlyImageAnimation 4s 0s linear infinite none;
	-moz-animation: FlyImageAnimation 4s 0s linear infinite none;
	animation: FlyImageAnimation 4s 0s linear infinite none;
}

.price-block {
	position:relative;
	display: inline-block;
	width: 100%;
	height: auto;
	z-index: 1;
	padding: 20px 50px 0px 50px;
	min-height: 88px;
	background:url(img/bkgrey.png) repeat center center;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.price-block:before {
	content:'';
	position:absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: rgba(255,255,255,0.08);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.08)), color-stop(100%, rgba(0,0,0,0.08)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.ribbon {
	width: 88px;
	height: 88px;
	position:absolute;
	right: -3px;
	top: -3px;
	z-index: 1;
	background: url(img/ribbon-bg.png) no-repeat right top;
}

.ribbon span {
	font-family: 'Open Sans',  Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.36);
	display: inline-block;
	word-wrap: break-word;
	position:relative;
	width: 60px;
	height: 22px;
	text-align: center;
	top: 21px;
	right: -28px;
	overflow:hidden;

	transform: rotate(45deg) ;
	-webkit-transform: rotate(45deg) ;
	-moz-transform: rotate(45deg) ;
	-o-transform: rotate(45deg) ;
	-ms-transform: rotate(45deg) ;
}

/* price-block-content */

.price-block-col {
	padding: 35px 56px 10px 0px;
	position:relative;

}

.price-block-col:before {
	content: '';
	position:absolute;
	width: 13px;
	height: 100%;
	top: 0px;
	right: 30px;
	background: url(img/price-block-left-shadow-bg.png) no-repeat center center;
	background-size: cover;
}

/* price-block-left */


.price-block-left h1 {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 36px;
	margin-bottom: 28px;
}

.price-block-left h5 {
	font-family: 'Lato', 'Open Sans',  Arial, Helvetica, sans-serif;
	color: #d4d4d4;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/* price-block-right */

.price-block-right {
	display:inline-block;
	padding: 35px 0px 10px 0px;
}

.price-block-right span.horizontal-margin {
	margin: 0px 9px;
}

.price-block-right p .fa-envelope {
	margin-left: 6px;
	margin-right: 10px;
}

.price-block-right span.horizontal-margin .fa {
	margin: 0px 2px;
}

/* price-block-center */

.price-block-center {
	padding: 17px 18px;
	margin-top: 10px;
	background: rgba(0,0,0,0.20);

	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;

	-webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
	-moz-box-shadow:    inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
	box-shadow:         inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
}

.price-block-center .price h1 {
	font-size: 42px;
	font-weight:bold;
	float: left;
	padding: 12px 0px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 0px;
	position:relative;
}

.price-block-center .line {
	overflow: hidden;
	position:relative;
}

.price-block-center .line:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	margin-left: 12px;
	border-top: 1px dashed rgba(0,0,0,0.66);
	border-bottom: 1px dashed #d4d4d4;
}

.price-block-center .line:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	left: 2px;
	top: 50%;
	margin-top: -2px;
	border: 1px solid #d4d4d4;

	-webkit-box-shadow: 0px -1px 0px 0px rgba(0,0,0,0.66);
	-moz-box-shadow:    0px -1px 0px 0px rgba(0,0,0,0.66);
	box-shadow:         0px -1px 0px 0px rgba(0,0,0,0.66);
}

.price-block-center .line a {
	display:inline-block;
	font-weight: bold;
	position:relative;
	text-decoration: none;
	float: right;
	font-size: 24px;
	font-family: 'Raleway', 'Open Sans',  Arial, Helvetica, sans-serif;
	padding: 18px 44px;
	height: 74px;
	background: url(img/bkgrey.png) repeat center center;

	-webkit-box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow:    0px -1px 4px 0px rgba(0, 0, 0, 0.32);
	box-shadow:         0px -1px 4px 0px rgba(0, 0, 0, 0.32);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;
}

.price-block-center .line a:before {
	content: '';
	position: absolute;
	z-index: -1;
	display:inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.price-block-center .line a:hover {
	color: #fff;
}

.price-block-center .line a:hover span {
	-webkit-animation-name: wobble-horizontal;
	animation-name: wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

/* 06 - 01 Partners Slider
-----------------------------------------------------------*/

.partners-slider-wrapper {
	width: 100%;
	padding: 0px 50px;
	display: inline-block;
	position: relative;
}

.partners-slider {
	position:relative;
	overflow: visible;

	width: 100%;
	height: auto;
	z-index: 1;
	padding: 0px 50px 0px 50px;
	border: 1px solid #d0dce3;

	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);

	background: rgba(245,247,250,0.42);
	background: -moz-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,247,250,0.42)), color-stop(100%, rgba(221,230,236,0.42)));
	background: -webkit-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -o-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -ms-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: linear-gradient(to bottom, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#dde6ec', GradientType=0 );

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.partners-slider .owl-nav {
	margin: 0px;
}

.partners-slider .item img {
	padding: 15px 30px;
}

.partners-slider .item a{
	padding: 22px 0px;
	display: inline-block;
}

.partners-slider-nav {
	position:absolute;
	z-index: 9;
	width: 100%;
	left: 0;
	top: 50%;
	height: 0px;
	font-size: 16px;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
}

.partners-slider-nav .partners-slider-prev {
	position:absolute;
	width: 40px;
	height: 80px;
	text-align: center;
	left: 50px;
	margin-top: -40px;
	margin-left: -20px;
	line-height: 80px;
	cursor: pointer;
	background: url(img/bkgrey.png) repeat center center;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;
}

.partners-slider-nav .partners-slider-prev:before {
	content:'';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.partners-slider-nav .partners-slider-next {
	position:absolute;
	width: 40px;
	height: 80px;
	text-align: center;
	right: 50px;
	margin-top: -40px;
	margin-right: -20px;
	line-height: 80px;
	cursor: pointer;
	background: url(img/bkgrey.png) repeat center center;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;
}

.partners-slider-nav .partners-slider-next:before {
	content:'';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.partners-slider-nav .partners-slider-prev:hover .fa,
.partners-slider-nav .partners-slider-next:hover .fa {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

/* partners hover effect */

.partners-slider .item:before {
	opacity:0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	z-index: -2;

	content:'';
	position:absolute;
	height: 6px;
	width: 100%;
	top: 0px;
	left:0px;
	background: url(img/bkgrey.png) repeat center center;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.partners-slider .item:hover:before {
	opacity:1;
	top: -6px;
}

.partners-slider .item:after {
	opacity:0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	z-index: -2;

	content:'';
	position:absolute;
	height: 6px;
	width: 100%;
	bottom: 0px;
	left:0px;
	background: url(img/bkgrey.png) repeat center center;

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.partners-slider .item:hover:after {
	opacity:1;
	bottom: -6px;
}

.partners-slider .item a:before {
	opacity:0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	z-index: -1;

	content:'';
	position:absolute;
	height: 6px;
	width: 100%;
	top: 0px;
	left:0px;
	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.partners-slider .item a:hover:before {
	opacity:1;
	top: -6px;
}

.partners-slider .item a:after {
	opacity:0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	z-index: -1;
	content:'';
	position:absolute;
	height: 6px;
	width: 100%;
	bottom: 0px;
	left:0px;
	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );

	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.partners-slider .item a:hover:after {
	opacity:1;
	bottom: -6px;
}

.partners-slider-wrapper .overflow-hidden {
	overflow: hidden;
	padding: 20px 0px;
}

.partners-slider .owl-stage-outer {
	overflow:visible;
}

.partners-slider .item {
	position:relative;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.partners-slider .item:hover {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.partners-slider .item a {
	position: relative;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

.partners-slider .item a:hover {
	border-left: 1px solid #c5d2dc;
	border-right: 1px solid #c5d2dc;

	background: rgba(200,216,227,0.10);

	-webkit-box-shadow: inset 0px 3px 6px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow:    inset 0px 3px 6px 0px rgba(0, 0, 0, 0.11);
	box-shadow:         inset 0px 3px 6px 0px rgba(0, 0, 0, 0.11);
}


/* 07 - Blog Section
-----------------------------------------------------------*/

/* 07 - 01 Blog Slider
-----------------------------------------------------------*/

.blog-page-slider {
	position:relative;
}

.blog-page-slider .owl-prev:hover:before,
.blog-page-slider .owl-next:hover:before {
	display: none !important;
}

.blog-page-slider .owl-prev,
.blog-page-slider .owl-next {
	position:absolute !important;
	top: 50%;
	opacity: 0;
	margin-top: -22px !important;

	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}

.blog-page-slider .owl-prev {
	border: none !important;
	box-shadow: none !important;
	padding: 0px !important;
	background: url(img/gallery-page-owl-slider-arrows.png) no-repeat top left !important;
	width: 23px;
	height: 43px;
	left: -40px;
}

.blog-page-slider .owl-next {
	border: none !important;
	box-shadow: none !important;
	padding: 0px !important;
	background: url(img/gallery-page-owl-slider-arrows.png) no-repeat top right !important;
	width: 23px;
	height: 43px;
	right: -40px;
}

.blog-page-slider:hover .owl-next {
	right: 26px;
	opacity: 1;
}

.blog-page-slider:hover .owl-prev {
	left: 26px;
	opacity: 1;
}

.blog-page-slider .owl-dots {
	margin-top: -60px;
	position: absolute;
	left: 0;
	right: 0;
}

.blog-page-slider .owl-dot span {
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35) !important;
	-moz-box-shadow:    inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35) !important;
	box-shadow:         inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35) !important;
}

.blog-page-slider .owl-stage-outer {
	overflow:hidden;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.42);
	-moz-box-shadow:    7px 7px 12px 0px rgba(0, 0, 0, 0.42);
	box-shadow:         7px 7px 12px 0px rgba(0, 0, 0, 0.42);
}


/* 07 - 02 Blog Ajax Page
-----------------------------------------------------------*/

#blog {
	position:relative;
	display:block;
	margin-top: -120px;
	padding-top: 120px;
}

#blog #main-content-ajax h2 {
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	position: relative;
	margin-bottom: 30px;
	padding: 0px 0px 2px 32px;
}

#blog #main-content-ajax h2:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 6px;
	background: none;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
	-moz-box-shadow:    inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
	box-shadow:         inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
}

#blog #main-content-ajax p {
	margin-bottom: 28px;
}

h5.subtitle {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 28px;
	color: #fff;
	font-weight: bold;
	font-family: 'Lato', 'Open Sans',  Arial, Helvetica, sans-serif;
}

ul.decimal-leading-zero {
	-webkit-padding-start: 30px;
	font-size: 15px;
	display:block;
	position:relative;
	list-style: decimal-leading-zero;
	margin-bottom: 6px;
}

ul.decimal-leading-zero li {
	margin-top: 20px;
}

ul.decimal-leading-zero li:first-child {
	margin-top: 0px;
}

#blog #main-content-ajax h3 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}

ul.circle-list {
	position:relative;
	-webkit-padding-start: 0px;
	list-style: none;
}

ul.circle-list li {
	position: relative;
	padding-left: 43px;
	margin-top: 11px;
	cursor: pointer;
}

ul.circle-list li:hover:after {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

ul.circle-list li:first-child {
	margin-top: 0px;
}

ul.circle-list li:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background: rgba(0,0,0,0.20);
	-webkit-box-shadow: inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
	-moz-box-shadow:    inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
	box-shadow:         inset 0px 0px 13px 0px rgba(0, 0, 0, 0.6), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
}

ul.circle-list li:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: url(img/blockquote-bg.png) no-repeat center center;
	background-size: cover;

	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.57), inset -1px -1px 0px 0px rgba(255, 255, 255, 1);
	-moz-box-shadow:    2px 2px 6px 0px rgba(0, 0, 0, 0.57), inset -1px -1px 0px 0px rgba(255, 255, 255, 1);
	box-shadow:         2px 2px 6px 0px rgba(0, 0, 0, 0.57), inset -1px -1px 0px 0px rgba(255, 255, 255, 1);
}

#blog .dark-section blockquote {
	margin-top: 45px;
}

#blog #main-content-ajax {
	padding: 70px 0px 65px 0px;
}

/* inline-dark-section */

.inline-dark-section {
	position:relative;
	display:inline-block;
	width: 100%;
	height: 62px;
	padding: 8px;
	margin-top: 10px;
	background: rgba(0,0,0,0.20);
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:    inset 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
	box-shadow:         inset 0px 0px 12px 0px rgba(0, 0, 0, 0.6);

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

/* Blog Page Informers */

#blog #main-content-ajax .informer {
	float:left;
	height: 100%;
	display:inline-block;
	position:relative;
	color: #fff;

	background: url(img/bkgrey.png) repeat center center;

	position: relative;
	z-index: 1;
	padding: 0px 15px;
	line-height: 42px;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
	font-size: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow:    1px 1px 4px 0px rgba(0, 0, 0, 0.32);
	box-shadow:         1px 1px 4px 0px rgba(0, 0, 0, 0.32);

	-webkit-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
}

#blog #main-content-ajax .informer:after {
	content: '';
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

#blog #main-content-ajax .informer:hover {
	padding: 0px 20px;

}

.informer {
	font-weight: bold;
	margin-right: 8px;
}

.informer .fa {
	margin-right: 10px;
}

/* close link */

#closeBlog {
	width: 46px;
	height: 100%;
	display:inline-block;
	float:right;
}

.blog-close-link {
	float:right;
	display:inline-block;
	width: 100%;
	height: 100%;
	position:relative;
}

.blog-close-link .fa {
	background: url(img/bkgrey.png) repeat center center;

	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);
	font-size: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow:    1px 1px 4px 0px rgba(0, 0, 0, 0.32);
	box-shadow:         1px 1px 4px 0px rgba(0, 0, 0, 0.32);
}

.blog-close-link .fa:after {
	content: '';
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.blog-close-link .fa:before {
	text-align:center;
	width: 100%;
	height: 100%;
	padding: 14px 0px 14px 0px;
	position:absolute;

}

.blog-close-link:hover .fa:before,
.blog-close-link:active .fa:before,
.blog-close-link:focus .fa:before {
	-webkit-animation-name: push;
	animation-name: push;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

/* blog-post */

.blog-post {
	position:relative;
}

.blog-post img {
	position:relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.blog-post-content {
	position:relative;
	display:inline-block;
	width: 100%;
	height: auto;
	padding: 0px 15px 30px 15px;
	margin: 12px 0px 30px 0px;
}

.blog-post-content:after {
	content: '';
	position:absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 0px;
	border-top: 1px dashed #b9cad5;
	border-bottom: 1px dashed rgba(255,255,255,0.50);
}

.blog-post-content h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	position: relative;
	margin-bottom: 5px;
	padding: 2px 0px 0px 30px;
	overflow:hidden;
	height:60px;
}

.blog-post-content h3:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 6px;
	background: none;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
	-moz-box-shadow:    inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);
	box-shadow:         inset 0px 1px 3px 0px rgba(0, 0, 0, 0.35), 0px 1px 0px 0px rgba(255, 255, 255, 0.14);

	background: rgba(245,247,250,1);
	background: -moz-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,247,250,1)), color-stop(100%, rgba(221,230,236,1)));
	background: -webkit-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -o-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: -ms-linear-gradient(top, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	background: linear-gradient(to bottom, rgba(245,247,250,1) 0%, rgba(221,230,236,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#dde6ec', GradientType=0 );
}

.blog-post-content h3:hover:before {
	-webkit-animation-name: push;
	animation-name: push;
	-webkit-animation-duration: 0.2s;
	animation-duration: 0.2s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.blog-post-content .datepost {
	font-weight:bold;
	padding-bottom:20px;
	position:relative;
}

/* blog post informers */

.blog-post-content .informer {
	color: #BE0A24;
	font-weight: bold;
	font-size: 14px;
	margin-right: 10px;
	padding: 0px 16px;
	border: 1px solid #d0dce3;
	line-height: 44px;
	z-index: 1;
	width: 44px;
	height: 46px;
	overflow: hidden;
	float:left;


	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);

	background: rgba(245,247,250,0.42);
	background: -moz-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,247,250,0.42)), color-stop(100%, rgba(221,230,236,0.42)));
	background: -webkit-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -o-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -ms-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: linear-gradient(to bottom, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#dde6ec', GradientType=0 );


	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: all 0.3s ease !important;
	-o-transition: all 0.3s ease !important;
	-moz-transition: all 0.3s ease !important;
}

.blog-post-content .informer:hover,.blog-post-content .informer.active {
	width: 180px;
	text-align: center;
	padding: 0px 20px;
}

.blog-post-content a.informer:hover,.blog-post-content a.informer.active,.blog-post-content a.informer {
	width: 90px;
	padding:0;
	text-align: center;
}

.blog-post-content .informer .fa-link {
	margin-left: -2px;
}

.blog-post-content p {
	margin-bottom: 28px;
}

.blog-post-content p.short {
	height:242px;
	overflow:hidden;
}

/* blog-post */

.blog-posts-wrapper {
	position:relative;
	display:block;
}


/* 08 - Contacts Section
-----------------------------------------------------------*/

#contacts {
	padding-top: 80px;
	margin-top: -100px;
}

.contacts-wrapper {
	position:relative;
	display: inline-block;
	width: 100%;
	height: auto;
	z-index: 1;
	padding: 50px 0px 0px 0px;
	margin-bottom: 100px;
	margin-top: 50px;
	min-height: 88px;
	background:url(img/bkgrey.png) repeat center center;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.contacts-wrapper:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: rgba(255,255,255,0.08);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.08)), color-stop(100%, rgba(0,0,0,0.08)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%, rgba(0,0,0,0.08) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );

	-webkit-box-shadow: inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow:    inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
	box-shadow:         inset 2px 1px 7px 0px rgba(0, 0, 0, 0.41);
}

.contacts-wrapper:after {
	content:'';
	position:absolute;
	width: 100%;
	height: 52px;
	left: 0px;
	bottom: -52px;
	background:url(img/contacts-wrapper-after-element.png) no-repeat top center;
	background-size: contain;
}

.contacts-elements {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.contacts-elements:before {
	content: '';
	position:absolute;
	width: 271px;
	height: 165px;
	left: -3px;
	bottom: -62px;
	background:url(img/contacts-elements-before-bg.png) no-repeat center center;
}

.contacts-elements:after {
	content: '';
	position:absolute;
	width: 283px;
	height: 160px;
	right: -3px;
	bottom: -62px;
	background:url(img/contacts-elements-after-bg.png) no-repeat center center;
}

/* contact-form-wrapper */

.contacts-pattern-background-wrapper {
	position:relative;
	width: 100%;
	height: auto;
	padding: 8px 8px 0px 8px;
}

.contacts-pattern-background {
	padding: 0px 7px 0px 7px;
}

.contacts-background {
	display: table;
	position:relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 17px 15px 25px 15px;
}

.contacts-pattern-background-after {
	color: #d0dae0;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
	width: 100%;
	height: 78px;
	position:absolute;
	display: inline-block;
	left: 0px;
	bottom: -78px;
	font-size: 21px;
	z-index: 2;
	text-align: center;
}

/* input, text-area */

.form-control {
	padding: 15px 20px;
}

textarea {
	min-height: 208px;
	height: auto;
}

textarea.form-control {
	height: 208px;
	resize: vertical;
}

.form-control {
	height: 58px;

}

.form-group {
	margin-bottom: 10px;
}

textarea,
.form-control {
	color: #63676b;
	background: #f8f8f8;
	border: 5px solid #eeeff1;

	-webkit-box-shadow: inset 0px 0px 0px 1px #d0dae0;
	-moz-box-shadow:    inset 0px 0px 0px 1px #d0dae0;
	box-shadow:         inset 0px 0px 0px 1px #d0dae0;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

textarea:focus,
.form-control:focus {
	border-color: #dde8ef;

	-webkit-box-shadow: inset 0px 0px 0px 1px #c8e3f2;
	-moz-box-shadow:    inset 0px 0px 0px 1px #c8e3f2;
	box-shadow:         inset 0px 0px 0px 1px #c8e3f2;
}

.contact-form textarea.form-control {
	margin-top: 15px;
}

.has-success .form-control:focus {
	border-color: #dde8ef;

	-webkit-box-shadow: inset 0px 0px 0px 1px #addcf7;
	-moz-box-shadow:    inset 0px 0px 0px 1px #addcf7;
	box-shadow:         inset 0px 0px 0px 1px #addcf7;
}

.has-warning .form-control:focus,
.has-error .form-control {
	border-color: #f7dede;

	-webkit-box-shadow: inset 0px 0px 0px 1px #f47a7a;
	-moz-box-shadow:    inset 0px 0px 0px 1px #f47a7a;
	box-shadow:         inset 0px 0px 0px 1px #f47a7a;
}

.has-warning .form-control,
.has-error .form-control:focus {
	border-color: #eeeff1;

	-webkit-box-shadow: inset 0px 0px 0px 1px #f47a7a;
	-moz-box-shadow:    inset 0px 0px 0px 1px #f47a7a;
	box-shadow:         inset 0px 0px 0px 1px #f47a7a;
}


.contact-form .help-block {
	background: #f7dede;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	color: #f47a7a;
	margin-top: -4px;
	text-align:center;
}

.contact-form .help-block ul {
	list-style: none;
	-webkit-padding-start: 0px;
	padding: 15px 20px;
}

.alert-success {
	background-color: #eeeff1;
	border-color: #d0dae0;
	color: #BE0A24;
}

.contact-form .close {
	color: #BE0A24;
	opacity: 0.4;
	filter: alpha(opacity=40);

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.contact-form .close:hover {
	color: #BE0A24;
	opacity: 1;
	filter: alpha(opacity=100);
}

.contact-form .alert {
	padding: 22px;
}

/* contacts-bottom */

.contacts-bottom,
.contacts-bottom .contacts-pattern-background,
.contacts-bottom .contacts-background {
	min-height: 10px;
}

.contacts-bottom {
	padding: 0px 8px 8px 8px;
	margin-bottom: 42px;
	display:inline-block;
}

.contacts-bottom .contacts-pattern-background {
	padding: 0px 7px 7px 7px;
}

.contacts-bottom .contacts-background {
	padding: 10px 15px 0px 15px;
}

.contacts-bottom span {
	color: #BE0A24;
}

.stamp {
	position:relative;
	padding-right: 174px;
	z-index: 1;
	text-shadow:none;
	color:#FFF;
}

.stamp:after {
	content:'';
	position:absolute;
	width: 148px;
	height: 81px;
	right: 0px;
	bottom: -11px;
	z-index: -1;
}

/* conatcts-submit-button */

.conatcts-submit-wrapper {
	text-align: right;
	width: 100%;
	margin-bottom: -65px;
}

.conatcts-submit-button-wrapper {
	display: inline-block;
	padding: 18px 18px 0px 18px;
	position:relative;
	margin-bottom: 0px;

}

.conatcts-submit-button-wrapper:before {
	content: '';
	position:absolute;
	width: 100%;
	height: 56px;
	left: 0px;
	top: 0px;

}

.conatcts-submit-button-shadow {
	width: 100%;
	height: 31px;
	background:url(img/contacts-submit-wrapper-element-1.png) no-repeat top center;
	background-size:contain;
}

.conatcts-submit-button-wrapper .btn {
	outline: none;
	border: none;
	display:inline-block;
	position:relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	font-weight: bold;
	text-transform: none;
	padding: 19px 70px;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	font-family: 'Raleway', 'Open Sans',  Arial, Helvetica, sans-serif;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);

	background: url(img/bkgrey.png) repeat center center;

	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.32);
	-moz-box-shadow:    0px 2px 4px 0px rgba(0, 0, 0, 0.32);
	box-shadow:         0px 2px 4px 0px rgba(0, 0, 0, 0.32);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 1;
}
.conatcts-submit-button-wrapper .btn:hover{
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.62);
	-moz-box-shadow:    0px 4px 8px 0px rgba(0, 0, 0, 0.62);
	box-shadow:         0px 4px 8px 0px rgba(0, 0, 0, 0.62);
}

.conatcts-submit-button-wrapper .btn:focus,
.conatcts-submit-button-wrapper .btn:active {
	border: none;
	outline: none;
	box-shadow: none;
}

.conatcts-submit-button-wrapper .btn:before {
	content: '';
	position: absolute;
	z-index: -1;
	display:inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.conatcts-submit-button-wrapper .btn .snow-elements:before {
	content:'';
	position:absolute;
	width: 70px;
	height: 28px;
	left: -3px;
	top: -4px;
	background: url(img/contacts-submit-wrapper-element-2.png) no-repeat left top;
}

.conatcts-submit-button-wrapper .btn .snow-elements:after {
	content:'';
	position:absolute;
	width: 70px;
	height: 28px;
	right: -2px;
	top: -4px;
	background: url(img/contacts-submit-wrapper-element-3.png) no-repeat right top;
}

#contactForm {
	margin-top: 8px;
}


/* 08 - 01 Contacts Information
-----------------------------------------------------------*/

.contacts-info {
	position:relative;
	padding-top: 10px;
	padding-bottom: 25px;
	width: 150px;
	margin:0 auto;
}
.contacts-info a{color:rgb(99, 103, 107);}
.contacts-info a:hover{color:#FFF;}
.contacts-info p {
	margin-bottom: 15px;
}

.contacts-info h1 {
	font-size: 32px;
	color: #BE0A24;
	font-weight:bold;
	margin-bottom: 16px;
}

.contacts-info h4 {
	font-family: 'Raleway', 'Open Sans',  Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #b9cad5;
	text-transform: uppercase;
	font-weight:bold;
	margin-bottom: 10px;
}

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

.contacts-info h5 {
	font-family: 'Lato', 'Open Sans',  Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	position:relative;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;

}

.contacts-info h5:after {
	content:'';
	position:absolute;
	left:0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
}

.contacts-info .fa {
	font-size: 32px;
	color: #BE0A24;
	position:absolute;
	text-align: center;
	left: 105px;
	top: 0px;
	width: 80px;
	height: 80px;
	line-height: 60px;
}

.contacts-info .fa:before {
	margin-left: 4px;
}

/* author sing */

.author-sign {
	position:relative;

}

.author-sign .line {
	overflow: hidden;
	position:relative;
	height: 56px;
}

.author-sign .line:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	left: 20%;
	top: 50%;
	margin-top: -3px;
	border: 1px solid #b9cad5;

	-webkit-box-shadow: 0px -1px 0px 0px rgba(255,255,255,0.50);
	-moz-box-shadow:    0px -1px 0px 0px rgba(255,255,255,0.50);
	box-shadow:         0px -1px 0px 0px rgba(255,255,255,0.50);
}

.author-sign .line:after {
	content:'';
	position:absolute;
	top: 50%;
	left: 10px;
	width: 100%;
	height: 0;
	border-top: 1px dashed #b9cad5;
	border-bottom: 1px dashed rgba(255,255,255,0.50);
}

.author-sign-text {
	float:right;
	padding-left: 20px;

	font-family: 'Herr Von Muellerhoff', Georgia, "Times New Roman", Times;
	color: #BE0A24;
	text-transform: none;
	font-size: 48px;
	font-weight: normal;
	margin-bottom: 0px;
}


/* 09 - Footer Section
-----------------------------------------------------------*/

#contacts .overflow-hidden {
	overflow: hidden;
	padding: 25px 0px 0px 0px;
}

.footer-social-col {
	max-height: 40px;
}

.footer-wrapper {
	position:relative;
	font-size: 15px;

	height: auto;
	z-index: 1;

	border: 1px solid #d0dce3;
	border-left: none;
	border-right: none;

	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.60);

	background: rgba(245,247,250,0.42);
	background: -moz-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,247,250,0.42)), color-stop(100%, rgba(221,230,236,0.42)));
	background: -webkit-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -o-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: -ms-linear-gradient(top, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	background: linear-gradient(to bottom, rgba(245,247,250,0.42) 0%, rgba(221,230,236,0.42) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#dde6ec', GradientType=0 );
}

.footer-text-col {
	padding: 20px 15px;
}

.footer-text-col a {
	border-bottom: 1px solid #BE0A24;
}

.footer-text-col a:hover {
	border-bottom: 1px dotted #BE0A24;
}

/* footer-social */

.footer-social {
	margin-top: -10px;
	height: 100%;
	width: auto;
	padding: 21px 22px 10px 27px;

	position:relative;
	z-index: 1;
	display:inline-block;
}

.footer-social:before {
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;



}

.footer-social ul {
	margin: 0px;
	display:block;
	padding-left: 0px;
	-webkit-padding-start: 0px;
}

.footer-social ul li:first-child {
	margin-left: 0px;
}

.footer-social ul li {
	font-size: 16px;
	float:left;
	list-style: none;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 16px;
	min-height: 32px;
	min-width: 32px;
	background: rgba(0,0,0,0.3);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.38), 0px 1px 0px 0px rgba(255, 255, 255, 0.38);
	-moz-box-shadow:    inset 1px 1px 5px 0px rgba(0, 0, 0, 0.38), 0px 1px 0px 0px rgba(255, 255, 255, 0.38);
	box-shadow:         inset 1px 1px 5px 0px rgba(0, 0, 0, 0.38), 0px 1px 0px 0px rgba(255, 255, 255, 0.38);

	padding: 3px !important;
}




.footer-social ul li a {
	display:inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 1;
	position:relative;
	text-align:center;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.66);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.footer-social ul li a:hover {
	background: url(img/bkgrey.png) repeat center center;
}

.footer-social ul li a:hover:before {
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background: rgba(255,255,255,0.15);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.15)), color-stop(100%, rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.footer-social ul li a .fa{width: 24px;height: 24px;margin: 0;padding: 0;}
.footer-social ul li a .ic-lmax{background: url(img/social-icon/blog.png) repeat center center;}
.footer-social ul li a .ic-twitter{background: url(img/social-icon/twitter.png) repeat center center;}
.footer-social ul li a .ic-linkedin{background: url(img/social-icon/linkedin.png) repeat center center;}
.footer-social ul li a .ic-googleplus{background: url(img/social-icon/googleplus.png) repeat center center;}
.footer-social ul li a .ic-youtube{background: url(img/social-icon/youtube.png) repeat center center;}

/* 10 - Your CSS Code
-----------------------------------------------------------*/
#events {margin-top: 0px;padding: 80px 0px 20px 0px;position:relative;z-index: 120;}
#events h2{color:#63676b;}
#challengers .gallery-container .item b{font-size: 12px;}
.cont-img-blog{height: 240px;overflow: hidden;}
.navbar-nav>li>a{font-family: Arial, Helvetica, sans-serif;font-weight: 500;}
.gallery-subtitle{color:#63676b;font-size:36px;}
.arcticwood{position: absolute;top:30px;z-index:26;width:100%;}
.arcticwood .bann{}
.arcticwood .woo{margin-left:0px;}
.arcticwood .woo, .arcticwood .arc{max-width:100%;}
.main-menu-logo .don{background: rgba(0,0,0,0.3);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.38), 0px 1px 0px 0px rgba(255, 255, 255, 0.38);-moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.38), 0px 1px 0px 0px rgba(255, 255, 255, 0.38);box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.38), 0px 1px 0px 0px rgba(255, 255, 255, 0.38);padding:10px;margin:16px 20px;}
.main-menu-logo .don p{margin:0;color:#FFF;font-size:30px;}
.main-menu-logo .don:hover{background: url(img/bkgrey.png) repeat center center;}
.container{position:relative;}
.map{max-width: 100%;}
.ratar{font-size: 24px;font-weight: bold; display: inline;min-width:80px; }
.ratar span{display: inline-block;width:80px;}
.addthis_toolbox{position:absolute;top:0;right:0;}
.addthis_toolbox .addthis_button_tweet{margin-top:-2px;}
.player{position:relative;}
.player .kru-voicemail{display:block;clear:both;background:#eeeeee;position:absolute;top:200px;left:0;z-index:3;width:100%;border-top:10px solid #eeeeee;}
.player img{margin-bottom:0;}


@media (max-width:1200px){
	#events{
		padding-top: 0;
		padding-bottom: 10px;
	}

	.main-title:after{
		bottom: -41px;
	}

	.main-title:before{
		bottom: -28px;
	}

	.main-title{
		margin-bottom: 63px;
	}

	.blog-post-content p{
		margin-bottom: 6px;
	}

	.blog-post-content{
		padding: 0px 15px 20px 15px;
	}

	.about-content-video-wrapper{
		margin-top: 47px;
	}

	#challengers{
		padding: 30px 0px 20px 0px;
	}

	#events h2{
		margin: 15px 0;
	}

	#events p{
		margin: 0 0 15px;
	}

	.gallery-subtitle{
		margin-bottom: 15px;
	}

	#gallery-videos{
		padding-top: 0;
	}

	.main-menu-logo .fa.fa-bars{
		font-size: 40px;
	}
}

@media (max-width:992px){
	.intro .intro-body .heading-text{
		margin-bottom: 140px;
	}

	.intro .intro-body{
		padding-top: 85px;
	}
}

@media (max-width:767px){
	#intro-info .donate{
		font-size: 34px;
    	line-height: 50px;
	}

	.main-title{
		font-size: 34px;
	}

	.blog-post-content{
		padding-left: 0;
		padding-right: 0;
	}

	.blog-post-content p.short{
		height: 232px;
	}

	#challengers h3{
		margin: 15px 0 5px;
	}

	.contacts-wrapper{
		margin-bottom: 0;
		margin-top: 25px;
		padding: 25px 0px 0px 0px;    
	}

  .blog-post-content h3{
    height: auto;
    padding-left: 0;
  }

  .blog-post-content h3:before{
    display: none;
  }
}

@media (max-width:610px){
	.intro-info-left{
		padding: 16px 12px 20px 12px;
	}

	.intro-info-right .clock-wrapper{
		padding-top: 20px;
	}

	.intro-info-left h3.title-text .ratar{
		width: 30%;
		box-sizing: border-box;
	}

	.intro-info-left .title-text span.raised,.intro-info-left span.ratar.target{
		width: 70%;
		box-sizing: border-box;
	}

}

@media (max-width:540px){
	.arcticwood{
		top: 22px!important;
	}

	.arcticwood .bann{
		margin-left: 0!important;
	}

	.arcticwood .woo{
		margin-top: 13px!important;
	}

	.intro .intro-body .heading-text{
		margin-bottom: 120px!important;
		font-size: 31px!important;
		line-height: 43px!important;
		padding-top: 140px!important;
	}

	.dark-section .main-title{
		margin-bottom: 0px;
	}

	.dark-section .main-title:before{
		bottom: -19px;
	}

	.contacts-info h1{
		margin-bottom: 10px;
	}
}

@media (max-width:470px){
	.blog-post-content .informer{
		width: 100%!important;
	}

	.flip-clock-wrapper ul, .flip-clock-divider{
		margin-bottom: 15px!important;
	}

	#page-top #intro-info{
		margin-top: -123px!important;
	}

	.nav>li{
		height: 43px;
	}

	.navbar-nav>li>a{
		padding-top: 0px;
    	padding-bottom: 0;
    	line-height: 25px;
	}

	.intro-info-left .title-text span.raised, .intro-info-left span.ratar.target{
		width: 60%;
	}

	.contacts-info{
		font-size: 22px;
		padding-top: 0px;
    	padding-bottom: 10px;
	}

	.contacts-info .fa{
		font-size: 23px;
		height: 45px;
		line-height: 39px;
	}
}

@media (max-width:370px){
	.arcticwood .woo{
		margin-top: 6px!important;
	}

	.main-title{
		font-size: 26px;
	}

	#events h2, .gallery-subtitle{
		font-size: 20px;
	}

	.contacts-info .fa{
		left: 87px;
		line-height: 26px;
	}
}

@media (max-width:320px){
	.col-lg-12{
		padding-left: 10px;
	    padding-right: 10px;	
	}

	.intro-info-left {
	    padding: 16px 0px 20px 0px;
	}

	.intro-info-left .title-text span.raised, .intro-info-left span.ratar.target{
		width: 55%;
	}

	.ratar, span.raised {
    	font-size: 18px!important;
	}

	.flip-clock-wrapper ul li a div div.inn {
    	font-size: 37px;
	}

	#intro-info .donate{
		font-size: 23px;
    	line-height: 40px;
	}

	.clock-wrapper{
		display: none;
	}

	.col-lg-12.col-md-6.col-sm-6.col-xs-12.visible-xs{
		padding-left: 0;
		padding-right: 0;
	}

	.arcticwood .bann{
		margin-top: 10px;
	}

	.main-title{
	   margin-bottom: 55px;
	}

	.intro .intro-body .heading-text{
		font-size: 22px!important;
    	line-height: 31px!important;
    	margin-bottom: 36px!important;
    	padding-top: 94px!important;
	}
}