
	@import url("../../../../fonts.googleapis.com/css@family=Open+Sans_3A300,400,700");
	@import url("../../../../fonts.googleapis.com/css@family=Montserrat_3A400,700");
	@font-face {
	    font-family: 'Entypo';
	    src: url('../fonts/entypo.eot');
	    src: url('../fonts/entypo.eot@#iefix') format('embedded-opentype'),
	         url('../fonts/entypo.woff') format('woff'),
	         url('../fonts/entypo.ttf') format('truetype'),
	         url('../fonts/entypo.svg#Entypo') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}
	
	@font-face {
	    font-family: 'Entypo-social';
	    src: url('../fonts/entypo-social.eot');
	    src: url('../fonts/entypo-social.eot@#iefix') format('embedded-opentype'),
	         url('../fonts/entypo-social.woff') format('woff'),
	         url('../fonts/entypo-social.ttf') format('truetype'),
	         url('../fonts/entypo-social.svg#Entypo-social') format('svg');
	    font-weight: normal;
	    font-style: normal;
	}

@font-face {
	font-family:'BebasNeueRegular';
	src:url('../font/bebasneue-webfont.eot');
	src:url('../font/bebasneue-webfont.eot@#iefix') format('eot'),
	url('../font/bebasneue-webfont.woff') format('woff'),
	url('../font/bebasneue-webfont.ttf') format('truetype'),
	url('../font/bebasneue-webfont.html#webfontX0YNjQNl') format('svg');
	font-weight:normal;
	font-style:normal;
}

	.loading {
		position: fixed;
		top: 0px;
		height: 100%;
		width: 100%;
		bottom: 0px;
		left:0px;
		z-index: 9999;
		text-align: center;
		vertical-align: middle;
	}

	.loading p {
		display: inline-block;
		padding: 12px 17px;
		font-family: Open Sans;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80px;
		margin-left: -60px;
		font-weight: bolder;
		font-size: 16px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}

	.col1, .col1h:hover, .col1a::after, .col1b::before { background:rgba(231,109,102,0.4) !important; }
	.col1-text, .col1h-text:hover, .col1a-text::after, .col1b-text::before  { color: #E76D66 !important; } 
	.col1-border, .col1h-border:hover, .col1a-border::after, .col1b-border::before { border-color:rgba(231,109,102,0.4) !important; } 
	.col1-alpha { background: rgba(231, 109, 102, 0.4) !important; }

	.col2, .col2h:hover, .col2a::after, col2b::before { background:rgba(160,188,141,0.4) !important; }
	.col2-text, .col2h-text:hover, .col2a-text::after, .col2b-text::before { color: #A0BC8D !important; }
	.col2-border, .col2h-border:hover, .col2a-border::after, .col2b-border::before { border-color: #A0BC8D !important; }
	.col2-alpha { background: rgba(160, 188, 141, 0.4) !important; }

	.col3, .col3h:hover, .col3a::after, col3b::before { background:rgba(67,87,154,0.4) !important; }
	.col3-text, .col3h-text:hover, .col3a-text::after, .col3b-text::before { color: #579AAA !important; }
	.col3-border, .col3h-border:hover, .col3a-border::after, .col3b-border::before { border-color: #579AAA !important; }
	.col3-alpha { background: rgba(87, 154, 170, 0.4) !important; }
	
	.col1, .col1h:hover, .col1-text, .col1h-text:hover, .col1-border, .col1h-border:hover, .col1-alpha,
	.col2, .col1h:hover, .col2-text, .col2h-text:hover, .col2-border, .col2h-border:hover, .col2-alpha,
	.col3, .col1h:hover, .col3-text, .col3h-text:hover, .col3-border, .col3h-border:hover, .col3-alpha {	
	-moz-transition: all 0.2s ease-in 0s; -webkit-transition: all 0.2s ease-in 0s;
	-o-transition: all 0.2s ease-in 0s; transition: all 0.2s ease-in 0s; 
	}
	
	.col000, .col000:hover { color: #000; } .col111, .col111:hover  { color: #111; } .col222, .col222:hover  { color: #222; }
	.col333, .col333:hover  { color: #333; } .col444, .col444:hover  { color: #444; } .col555, .col555:hover  { color: #555; }
	.col666, .col666:hover  { color: #666; } .col777, .col777:hover  { color: #777; } .col888, .col888:hover  { color: #888; }
	.col999, .col999:hover  { color: #999; } .colaaa, .colaaa:hover  { color: #aaa; } .colbbb, .colbbb:hover  { color: #bbb; }
	.colccc, .colccc:hover  { color: #ccc; } .colddd, .colddd:hover  { color: #ddd; } .coleee, .coleee:hover  { color: #eee; }
	.colfff, .colfff:hover  { color: #fff; }

	* {
		-webkit-border-radius: 0 !important;
	    -moz-border-radius: 0 !important;
	    border-radius: 0 !important;
	    -webkit-box-shadow: none !important;
	    -moz-box-shadow: none !important;
	    box-shadow: none !important;
	}
	
	body { font-family: "Open Sans", sans-serif; }
	.wrap {overflow-x: hidden;}
	a:hover { opacity: 0.8; }
	h1, h2, h3, h4, h5, h6 { font-family: "Open Sans", sans-serif; }
	img { max-width: 100%; }
	label { font-weight: normal; text-align: left;}
	ul, menu, dir { 
		-webkit-padding-start: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	select, textarea,
	input[type=text],
	input[type=password],
	input[type=datetime],
	input[type=datetime-local],
	input[type=date],
	input[type=month],
	input[type=time],
	input[type=week],
	input[type=number],
	input[type=email],
	input[type=url],
	input[type=search],
	input[type=tel],
	input[type=color],
	.uneditable-input { margin-bottom: 10px; }
	
	.nomargin {margin: 0 !important;}	        
	.tab-pane {padding: 10px 0 30px;}
	
	
	select {
		min-width: 150px; color: #444;
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
		border: 2px solid;
		padding: 8px 10px;
		background: url(images/select/toggle.png) no-repeat right center;
	}

	.container {
		padding: 0;
		-webkit-box-sizing:content-box;
		-moz-box-sizing:content-box;
		box-sizing:content-box;
	}

	.subtitle {
		font-family: "Open Sans", sans-serif;
		font-weight: 300;
		opacity: 0.7;
		margin-bottom: 30px;
	}
	
	.btn {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 16px;
		padding: 6px 13px;
		font-family: "Open Sans", sans-serif;
	}

	.btn:hover, .btn:focus {
		opacity: 0.8;		
	}
	
	i.icons { 
		font-family: "Entypo";
		font-style: normal;
		font-weight: normal;
	}
	
	i.social {
		font-family: "Entypo-social", sans-serif;
		font-style: normal;
		font-weight: normal;
	}
	
	hr {
		min-height: 2px !important;
		margin-left: 0px !important;
		opacity: 0.5;
	}
	
	input, textarea, .uneditable-input { 
		width: auto;
		max-width: 100%;
	}
	
	.ui-slider-handle {
		-webkit-border-radius: 50% !important;
	    -moz-border-radius: 50% !important;
	    border-radius: 50% !important;
	}
	
	.toggle {
		-webkit-border-radius: 14px !important;
	    -moz-border-radius: 14px !important;
	    border-radius: 14px !important;
	}
	
	.widebody .wrap { overflow-x: hidden; }
	
	.widebody .container,
	.widebody .navbar-static-top .container,
	.widebody .navbar-fixed-top .container,
	.widebody .navbar-fixed-bottom .container { 
		width:100% !important;
		max-width: 100% !important;
	}
	
	.widebody .top-header {
		width: 90%;
		margin: 0 auto;
	}
	
	.widebody {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}


	.top-header .social {
		margin-top: 80px; /*50*/
	}
	
	.top-header .social p {
		margin: 0;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 15px;
	}
	
	.top-header .social p i {
		font-family: "Open Sans", sans-serif;
		font-weight: 300;
		text-transform:lowercase;
		font-style: normal;
		font-size: 18px;
	}
	
	.top-header .social ul {
		display: block;
		margin: 10px 0 0 0;
		padding: 0;
		list-style: none;
	}
	
	.top-header .social ul li {
		float: right; /* lift */
		display: inline;
		padding: 0;
	}
	
	.top-header .social ul li a {
		display: block;
		width: 40px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-size: 40px;
		padding: 0;
		text-decoration: none;
		font-family: "Entypo-social";
		font-style: normal; font-weight: normal;
	}
	
	.top-header .info {
		text-align: right;
		margin-top: 50px;
		font-family: "Open Sans", sans-serif;
	}
	
	.top-header .info p {
		line-height: 45px;
		display: inline;
		margin: 0 20px 0 0;
	}
	
	.top-header .logo {
		text-align: center;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	
	.top-header .logo img {
		max-height: 144px;
		width: auto;
	}
	
	.top-header .logo a {
		position: relative;
		opacity: 1;
	}
	
	.top-header .logo a:hover {
		opacity: 1;
	}
	
	.top-header .logo div.standard {
	  	display: inline-block;
	  	text-align: center;
	}
	
	.top-header .logo div.hexagon {
	  	display: inline-block;
	  	width: 125px; height: 126px;
	  	position: relative;
	}
	
	
	.top-header .logo div.hexagon .logo-image {
	position: absolute;
	left: -90px;
	top: 0px;
	width: 341px; 
	height: 124px; 
	background: url(../images/logo.png) no-repeat;
	}


	.navbar-inverse {
		padding-bottom: 2px;
		margin-bottom: 35px;
	}

	.navbar-inverse {
	 	background: none;
	}
	
	
	.nav .navbar-nav {
		text-align: center;
		width: 100%;
		margin: 0;
		padding: 0;
		-webkit-padding-start: 0;
	}
	
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
		-webkit-overflow-scrolling: touch;
		max-height: 9999px;
	}
	
	.container > .navbar-header,
	.container > .navbar-collapse {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.nav .navbar-nav > li {
		float: none;
		display: inline-block;
		font-family: "Open Sans", sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	.nav .navbar-nav > li i.icons {
		display: block;
		font-size: 33px;
		line-height: 25px;
		margin-bottom: 2px;
		margin-top: 8px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	.nav .navbar-nav a {
		padding: 10px 15px 10px;
		display: block;
	}
	
	.navbar-inverse .navbar-nav li a:hover { opacity: 1 }
	
	.navbar-inverse .brand, .navbar-inverse .navbar-nav > li > a {
		text-shadow: none;
		font-size: 15px;
	}
	
	.navbar-inverse .navbar-nav .active > a, .navbar-inverse .navbar-nav .active > a:hover, .navbar-inverse .navbar-nav .active > a:focus {
		background: none;
	}
		
	.nav .navbar-nav > li:hover i.icons {
		font-size: 55px;
	}
	
	.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li:hover > a {
		background-color: transparent;
	}
	
	.navbar-inverse .navbar-nav li.dropdown > .dropdown-toggle .caret {
	 	position: absolute;
	 	bottom: -6px; left: 50%;
	 	margin-left: -4px;
	 	width: 6px; height: 6px;
		-webkit-border-radius: 50% !important;
	    -moz-border-radius: 50% !important;
	 	border-radius: 50% !important;
	 	vertical-align: top;
	 	-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}	
	
	.drop-container {
		position: absolute;
		display: none;
		top: 60px;
		left:50%;
		margin-left: -50px;
	}
	
	.dropdown-menu {
		position: relative;
		display: block !important;
		opacity: 0;
		top: 5px;
		left:-50%;
		margin-left: 100px;
		border: none;
	}
	
	.dropdown-menu > li > a {
		font-size: 13px;
		text-align: left;
		text-transform: capitalize;
		padding: 3px 20px !important;
	}
	
	.dropdown-menu .divider {
		height: 0px;
	}
	
	.dropdown .dropdown-menu .nav-header {
		text-align: left;
		text-shadow: none;
		font-size: 14px;
	}
		
	.dropdown-menu:after {
		position:absolute;
		top:-6px;
		left: 50%;
		margin-left: -10px;
		display:inline-block;
		border-right:10px solid transparent;
		border-left:10px solid transparent;
		content:''
	}
	
	.navbar-inverse .btn.navbar-toggle {
		margin: 10px auto 0;
		float: none;
		padding: 0;
		width: 100px; padding: 0 20px;
		line-height: 40px;
		font-weight: 700;
		font-size: 17px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	.navbar-inverse .btn.navbar-toggle i.icons {
		font-size: 55px;
		line-height: 40px;
		font-weight: normal;
		float: right;
	}
	
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border: none; }
	
	
	

	.carousel .carousel-control {
		border: none;
		opacity: 1;
		font-size: 15px;
		line-height: 20px;
		height: auto; width: auto;
		margin: 0; padding: 0;
		padding: 8px 16px;
		font-weight: 700;
		z-index: 2;
		top: 0px;
	}
	
	.carousel .carousel-control:hover {
		opacity: 0.8;
	}
	
	.carousel .carousel-control.left {
		left: 0;
	}
	
	.carousel .carousel-control.right {
		right: 0;
	}
	
	.portfolio-container {
		margin: 30px 0 50px;
		overflow: auto;
	}
	
	.portfolio-container img.placeholder {
		width: 33%;
		height: auto;	
		margin-bottom: 30px;
		opacity: 0;
	}
	
	.carousel.portfolio {
		position: absolute;
		width:100%;
		left:0px;
		overflow: hidden;
	}
	
	.carousel.portfolio * {
		opacity: 1;
	}
	
	.carousel.portfolio .item {
		width: 101%;
		top: 0px;
		margin: 0;
		padding: 0;
	}
	
	.carousel.portfolio .carousel-inner {
		overflow: hidden;
	}
		
	.carousel.portfolio .carousel-control {
		border: none;
		opacity: 1;
		font-size: 15px;
		font-family: "Entypo";
		line-height: 50px;
		font-size: 50px;
		margin: 0; padding: 0;
		z-index: 10;
		top: 50%;
		margin-top: -25px;
		width: 50px; height: 50px;
	}
	
	.carousel.portfolio .carousel-control:hover {
		opacity: 0.8;
	}
	
	.carousel .carousel-control.left {
		left: 0;
	}
	
	.carousel .carousel-control.right {
		right: 0;
	}
	

	
	.pagebody {
		width: 80%;
		padding: 5%;
		margin: -70px auto 0;
		position: relative;
		z-index: 20;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	.pagebody p {
		font-size: 13px;
		line-height: 140%;
	}
	
	.pagebody .row.body {
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.pagebody .content { padding-left: 0; padding-right: 0;}
	
	.pagebody .content.offset { padding-right: 6%; }
	
	.pagebody  .sidebar { padding-left: 0; padding-right: 0; }
	
	.pagebody hr {
		min-height: 2px !important;
		margin: 35px 0;
	}

	.pagebody .line {
		width: 4px;
		height: 100%;
		position: absolute;
		top:0px;
		left: 0px;
		margin-left: 42px;
		z-index: -1;
		border-left: 2px solid #ededed;
		border-right: 2px solid #ededed;
		-webkit-box-sizing:content-box;
		-moz-box-sizing:content-box;
		box-sizing:content-box;
	}
	
	.pagebody .infotitle {
		padding: 8px 10px;
		line-height: 17px;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
		display: inline-block;
		background:rgba(0,0,0,0.3);
		color: #fff;
		margin-bottom: 15px;
	}

	a.box-link .box-icon {
		opacity: 0.8;
		height: 150px;
		width: 100%;
		font-family: "Entypo";
		line-height: 150px;
		text-align: center;
		font-size: 150px;
		-webkit-transition: 0.25s;
		-moz-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
	}
	
	a.box-link {
		text-align: center;
		display: block;
		width: 100%;
		opacity: 1;
		margin-bottom: 20px;
	}
	
	a.box-link:hover .box-icon {
		opacity: 1;
		font-size: 200px;
	}
	
	a.box-link .btn {
		display: inline-block;
		margin: 0 auto;
		float: none;
	}
	
	a.box-link:hover .btn {
		opacity: 0.8;
	}
	
	.title-block {
		min-height: 120px;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 45px;
		padding-bottom: 120px;
		position: relative;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		display: block;
		overflow: hidden;
	}
	
	.title-info {
		padding-left: 120px;
		position: relative;
		z-index: 1;
		position: relative;
	}
	
	.title-info p {
		margin-bottom: 0px;
	}
	
	.title-block .line {
		width: 4px;
		height: 0%;
		position: absolute;
		top:66px;
		margin-left: 43px;
		z-index: 0;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	.title-block .fade-layer {
		opacity: 0.6;
		position: absolute;
		width: 0%;
		height: 69%;
		z-index: 0;
		top: 0; left: 0;
	}

	.title-block .image-block {
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		position: absolute;
		width: 100%;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		-webkit-filter: blur(20px);
	    -moz-filter: blur(15px);
	    -o-filter: blur(15px);
	    -ms-filter: blur(15px);
	    filter: blur(15px);
	}	
	
	.title-block .map-block {
		top: 0px;
		left: 0px;
		bottom: 0px;
		right: 0px;
		position: relative;
		width: 100%;
		height: 670px;
		background-position: center center;
		background-repeat: no-repeat;
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
	}	

	.title-block:hover .image-block {
		-webkit-filter: blur(0px);
	    -moz-filter: blur(0px);
	    -o-filter: blur(0px);
	    -ms-filter: blur(0px);
	    filter: blur(0px);
	}	
	.title-block .page-icon {
	    font-family: 'Entypo';
	    width: 90px;
	    height: 90px;
	    font-size: 120px;
	    line-height: 85px;
	    font-weight: normal;
	    text-align: center;
	    position: absolute;
	    margin-left: -120px;
	}

	.title-block .post-date {
	    width: 90px;
	    height: 78px;
	    padding:6px 0;
	    font-size: 60px;
	    line-height: 60px;
	    font-weight: 300;
	    text-align: center;
	    position: absolute;
	    margin-left: -120px;
   	    font-family: "Open Sans", sans-serif;
   	    -webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	.title-block .post-date strong {
	    font-family: "Open Sans", sans-serif;
	    font-size: 12px;
	    line-height: 13px;
	    text-align: center;
	    display: block;
	    font-weight: 700;
	}
	
	.title-block h1 {
		text-transform: uppercase;
		font-size: 50px;
		margin: 0;
		line-height: 110%;
	}
	
	.title-block h3.subtitle {
		margin: 0px;
		line-height: 115%;
	}
	
	.title-block p {
		margin-top: 20px;
	}
	
	.title-block .anchestor-page {
		padding: 6px 8px;
		line-height: 16px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		display: inline-block;
		clear: both;
		margin-bottom: 30px;
		position: relative;
		margin-left: -40px;
	}
	
	.title-block a.feedback {
		float: right; display: inline-block;
		padding: 6px 8px;
		line-height: 16px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		margin-right: 20px;
	}
	
	.title-block a.map {
		float: right; display: inline-block;
		padding: 6px 8px;
		line-height: 16px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		margin-right: 20px;
		color: #fff;
		position: relative;
		z-index: 9999;
	}
	
	.title-block .anchestor-page::after {
		position: absolute;
		top: 0px;
		left: -14px;
		display: inline-block;
		border-top: 14px solid transparent !important;
		border-bottom: 14px solid transparent !important;
		border-right: 14px solid;
		content: '';
	}
	
	.title-block .anchestor-page b.caret {
		position: absolute;
	 	left: -38px;
	 	top: 5px;
	 	margin-left: -4px;
	 	width: 14px; height: 14px;
		-webkit-border-radius: 50% !important;
	    -moz-border-radius: 50% !important;
	 	border-radius: 50% !important;
	 	-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	.title-block.map {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		cursor: pointer;
	}
	
	.title-block.map .fade-layer {
		opacity: 0.85;
	}
	.title-block.map:hover .fade-layer {
		opacity: 0.75;
	}
	
	.title-block.map.expandmap {
		height: 500px;
	}
	
	.sidebar .widget {
		padding: 0 12%;
	}
	
	.sidebar .contact-form {
		margin-top: 20px;
	}
	
	.sidebar .contact-form input[type=text],
	.sidebar .contact-form input[type=email],
	.sidebar .contact-form textarea {
		width: 100%;
	}
	
	.sidebar .widget:last-child {
		margin-bottom: 30px;
	}
	
	.sidebar h2 {
		padding: 8px 10px;
		line-height: 17px;
		font-size: 15px;
		font-weight: 700;
		text-transform: uppercase;
		display: inline-block;
	}
	
	.sidebar .widget ul {
		list-style: none;
		margin: 0;
	}
	
	.sidebar .recent-posts ul li {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 2px;
	}
	
	.sidebar .recent-posts ul li:first-child {
		border-top: none;
	}

	.sidebar .recent-posts ul li:last-child {
		border-bottom: none;
	}

	
	.sidebar .recent-posts h3 {
		font-size: 16px;
		line-height: 120%;
		margin-bottom: 10px;
	}

    .sidebar .recent-posts img {
		display: block;
		clear: both;
	}
	
	.sidebar .recent-posts div.data {
		padding: 4px 6px;
		line-height: 17px;
		font-size: 13px;
		font-weight: 700;
		text-transform: uppercase;
		display: inline-block;
		margin-bottom: 10px;
	}
	
	.sidebar .recent-comments img.avatar {
		float: left;
		display: inline;
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}
	
	.sidebar .recent-comments div.data {
		display: block;
		font-size: 12px;
		font-weight: 700;
	}
	
	.sidebar .recent-comments a.title {
		font-weight: 700;
		display: block;
	}
	
	.sidebar .recent-comments ul li {
		padding-top: 15px;
		padding-bottom: 15px;
		margin-bottom: 2px;
	}
	
	.sidebar .recent-comments ul li:first-child {
		border-top: none;
	}

	.sidebar .recent-comments ul li:last-child {
		border-bottom: none;
	}
	
	.sidebar .archives ul {
		list-style-type: square;
		margin-left: 20px;
	}

	.sidebar .archives ul li {
		line-height: 30px;
	}
	
	.sidebar .archives ul li a {
		font-weight: 600;
		font-size: 14px;
	}
	
	.sidebar .archives ul li:last-child {
		border-bottom: none;
	}
	
	.content .post-thumb-wide {
		margin-bottom: 30px;
	}
	
	.img-wide {
		margin: 30px 0;
	}
	
	
	ul.meta-post { 
		list-style: none;
		padding: 0; margin: 30px 0;
	}

	ul.meta-post li { 
		text-transform: uppercase;
		line-height: 25px;
		font-size: 12px;
	}
	
	ul.meta-post li strong { 
		float: left; display: inline;
		min-width: 120px;
	}
	
	ul.comments {
		position: relative;
		list-style: none;
		margin: 0;
		font-size: 13px;
	}
	
	ul.comments a.btn {
		padding: 2px 4px;
		font-size: 13px;
		margin-left: 10px;
	}
	
	ul.comments li {
		min-height: 70px;
		padding-left: 80px;
		position: relative;
		z-index: 1;
		margin-bottom: 30px;
	}
	
	ul.comments li h2 {
		display: inline-block;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 30px;
		margin-top: 15px;
		padding: 0 15px;
		margin-left: -20px;
		position: relative;
		z-index: 1;
	}
	
	ul.comments li div.comment-square {
		width: 60px;
		font-weight: 700;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 40px;
		position: absolute;
		left: 0px;
		z-index: 1;
	}
	
	ul.comments li div.comment-square.plus {
		font-size: 50px;
	}
	
	ul.comments li div.comment-square img {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
	}
	
	ul.comments li.line {
		padding-left: 0px;
		position: absolute;
		width: 14px;
		height: 100%;
		position: absolute;
		top:0px;
		margin-left: 23px;
		z-index: 0;
		border: none;
	}
	
	ul.comments div.meta-comment {
		margin-top: 12px;
	}
	
	ul.comments div.intro-comment a {
		font-weight: bold;
	}
	
	ul.comments form {
		margin-top: -10px;
		margin-left: -80px;
		padding: 40px 40px 60px 80px;
		position: relative;
		z-index: 0;
	}
	
	ul.comments input[type=text],
	ul.comments textarea {
		display: block;
		width: 100%;
	}		
	ul.comments textarea { height: 150px; }
	
	ul.comments input[type=submit] {
		position: absolute;
		bottom: 0px;
		right: 0px;
		
	}
	
	.product-item {
		padding: 10% 10% 0 10%;
		text-align: center;
		position: relative;
		margin-top: 30px;
	}
	
	.product-item .price {
		display: inline-block;
		padding: 8px 15px;
		font-family: "Open Sans", sans-serif;
		font-size: 18px;
	}
	
	.product-item .title {
		font-weight: 700;
		font-size: 20px;
		margin-top: 20px;
	}

	.product-item .title {
		font-weight: 700;
		font-size: 20px;
		margin-top: 20px;
	}

	.product-item .btn {
		margin-top: 20px;
	}
	
	.post-list {
		width: 85%;
		padding: 5% 5% 5% 0;
	}
	
	.post-list .content {
		padding-left: 90px;
		padding-top: 0px;
		padding-bottom: 30px;
		position: relative:
	}
	
	.post-list .content .post-item {
		padding-top: 0px;
		padding-bottom: 35px;
	}
	
	.post-list .content .post-meta {
		text-align: right;
	}
	
	.post-list .content .post-item img{
		margin-bottom: 10px;
	}
	
	.post-list .content .post-item a.btn{
		margin-left: 10px;
	}
	
	.post-list .content .date {
		padding: 6px 8px;
		line-height: 16px;
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
		display: inline-block;
		clear: both;
		position: relative;
		margin-left: -10px;
	}	
	
	.post-list .content .date::after {
		position: absolute;
		top: 0px;
		left: -14px;
		display: inline-block;
		border-top: 14px solid transparent !important;
		border-bottom: 14px solid transparent !important;
		border-right: 14px solid;
		content: '';
	}
	
	.post-list .content .date b.caret {
		position: absolute;
	 	left: -39px;
	 	top: 5px;
	 	margin-left: -4px;
	 	width: 14px; height: 14px;
		-webkit-border-radius: 50% !important;
	    -moz-border-radius: 50% !important;
	 	border-radius: 50% !important;
	 	-webkit-box-sizing:content-box;
		-moz-box-sizing:content-box;
		box-sizing:content-box;
	}
	
	.pagination ul {
		padding: 8px 5px;
		list-style-type: none;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0;
		-webkit-margin-start: 0;
		-webkit-margin-end: 0;
	}
	.pagination ul li { 
		display: inline;
	}
	
	.pagination ul li a {
		border: none !important;
		margin: 0 3px !important;
		background: #fff;
		color: #999;
		font-weight: bolder;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		min-width: 15px;
		text-align: center;
		opacity: 1;
		padding: 0 7px;
	}
	
	.pagination ul li a.active {
		border: none !important;
		background: #fff;
		color: #777;
		font-weight: bolder;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		min-width: 15px;
		text-align: center;
		opacity: 1;
	}
	
	

	
	footer {
		padding: 40px 0 43px;
		margin-top: -70px;
	}
	
	.footer-info {
		padding: 0% 7% 0% 7%;
	}
	
	.footer-info .col-md-3 {
		padding-left: 0;
	}
	
	.footer-info .col-md-3 .row {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-info .payments .col-md-4 {
		border-left:none;
		padding-left: 0;
		padding-right: 0;
	}
	
	.footer-info .col-md-3 div.text {
		padding: 0 20px 5px;
		margin-left: 1px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	
	.footer-info .col-md-3 div.text ul,
	.footer-info .col-md-3 div.text form {
		padding: 0; margin: 0; list-style: none;
	}
	
	.footer-info .col-md-3 h2 {
		padding: 8px 12px;
		line-height: 17px;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		display: inline-block;
		clear: both;
		margin-bottom: 20px;
		position: relative;
		margin-left: -3px;
	}
	

	
	.footer-info div.card,
	#checkout div.card {
		max-width: 100%;
		width: 80px; height: 80px;
		background-size: 100% 100%;
		background-repeat: repeat;	
		filter: saturate(0%);
		-webkit-filter: saturate(0%);
		-moz-filter: saturate(0%);
		-o-filter: saturate(0%);
		-ms-filter: saturate(0%);
		margin: 0 auto;
		margin: 0px;
	}
		
	.footer-info .col-md-3.payments a:hover  { opacity: 1; }
	
	.footer-info div.card:hover,
	#checkout div.card:hover {	
		filter: saturate(100%);
		-webkit-filter: saturate(100%);
		-moz-filter: saturate(100%);
		-o-filter: saturate(100%);
		-ms-filter: saturate(100%);
	}
	
	#progressbar .point:hover {
		cursor: pointer;
		font-weight: bold;		
	}

	.card.adidas { background: url(../images/ADIDAS.jpg);}
	.card.gamesa { background: url(../images/GAMESA.jpg);}
	.card.genomalab { background: url(../images/GENOMA-LAB.jpg);}
	.card.lamorena { background: url(../images/LA-MODERNA.jpg);}
	.card.nestle { background: url(../images/NESTLE.jpg);}
	.card.pepsico { background: url(../images/PEPSICO.jpg);}
	.card.sabritas { background: url(../images/SABRITAS.jpg);}
	.card.sigma { background: url(../images/SIGMA.jpg);}
	
	
	.footer-info .btn {
		display: block;
	}
	
	.feedback-pop {
		width: 300px;
		text-align: center;
		margin: 0 auto;
	}
	
	.feedback-pop h2 {
		margin-bottom: 18px;
	}
	
	.copy {
		padding: 40px 0;
		text-align: center;
		font-size: 12px;
		line-height: 18px;
	}

	.copy .logo a {
		position: relative;
		opacity: 1;
	}
	
	.copy .logo a:hover {
		opacity: 1;
	}
	
	.copy .logo {
		background-size: cover;
		background-repeat: no-repeat;
		text-align: center;
		display: inline-block;
		margin-bottom: 15px;
	}
	
	.copy .logo div.standard {
	  	display: inline-block;
	  	text-align: center;
	}
	
	.copy .logo div.hexagon {
	  	display: inline-block;
		width: 58px;
		height: 67px;
	  	position: relative;
	}
	
	.copy .logo div.hexagon .logo-top{
		width: 0;
		border-bottom-width: 15px;
		border-bottom-style: solid;
		border-left: 29px solid transparent !important;
		border-right: 29px solid transparent !important;
	}
	
	.copy .logo div.hexagon .logo-middle{
		width: 58px;
		height: 37px;
	}
	
	.copy .logo div.hexagon .logo-bottom{
		width: 0;
		border-top-width: 15px;
		border-top-style: solid;
		border-left: 29px solid transparent !important;
		border-right: 29px solid transparent !important;
	}
	
	.copy .logo div.hexagon .logo-image {
		position: absolute;
		left: 0px; top: 0px;
		width: 58px; height: 67px;
		background: url(../images/logo.png) no-repeat;
		background-size: cover;
	}
	
	
	
	.animated{
		-webkit-animation-fill-mode:both;
		-moz-animation-fill-mode:both;
		-ms-animation-fill-mode:both;
		-o-animation-fill-mode:both;
		animation-fill-mode:both;
		-webkit-animation-duration:1s;
		-moz-animation-duration:1s;
		-ms-animation-duration:1s;
		-o-animation-duration:1s;
		animation-duration:1s;
	}
	
	.animated.hinge{
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-o-animation-duration:1.5s;
		animation-duration:1.5s;
	}
		
	@-webkit-keyframes wobble {
	  0% { -webkit-transform: translateX(0%); }
	  15% { -webkit-transform: translateX(-10%) rotate(-5deg); }
	  30% { -webkit-transform: translateX(8%) rotate(3deg); }
	  45% { -webkit-transform: translateX(-6%) rotate(-3deg); }
	  60% { -webkit-transform: translateX(4%) rotate(2deg); }
	  75% { -webkit-transform: translateX(-2%) rotate(-1deg); }
	  100% { -webkit-transform: translateX(0%); }
	}
	
	@-moz-keyframes wobble {
	  0% { -moz-transform: translateX(0%); }
	  15% { -moz-transform: translateX(-10%) rotate(-5deg); }
	  30% { -moz-transform: translateX(8%) rotate(3deg); }
	  45% { -moz-transform: translateX(-6%) rotate(-3deg); }
	  60% { -moz-transform: translateX(4%) rotate(2deg); }
	  75% { -moz-transform: translateX(-2%) rotate(-1deg); }
	  100% { -moz-transform: translateX(0%); }
	}
	
	@-o-keyframes wobble {
	  0% { -o-transform: translateX(0%); }
	  15% { -o-transform: translateX(-10%) rotate(-5deg); }
	  30% { -o-transform: translateX(8%) rotate(3deg); }
	  45% { -o-transform: translateX(-6%) rotate(-3deg); }
	  60% { -o-transform: translateX(4%) rotate(2deg); }
	  75% { -o-transform: translateX(-2%) rotate(-1deg); }
	  100% { -o-transform: translateX(0%); }
	}
	
	@keyframes wobble {
	  0% { transform: translateX(0%); }
	  15% { transform: translateX(-10%) rotate(-5deg); }
	  30% { transform: translateX(8%) rotate(3deg); }
	  45% { transform: translateX(-6%) rotate(-3deg); }
	  60% { transform: translateX(4%) rotate(2deg); }
	  75% { transform: translateX(-2%) rotate(-1deg); }
	  100% { transform: translateX(0%); }
	}
	
	.wobble {
		-webkit-animation-name: wobble;
		-moz-animation-name: wobble;
		-o-animation-name: wobble;
		animation-name: wobble;
	}
	
	@-webkit-keyframes flash {
		0%, 50%, 100% {opacity: 1;}	25%, 75% {opacity: 0;}
	}
	
	@-moz-keyframes flash {
		0%, 50%, 100% {opacity: 1;}	
		25%, 75% {opacity: 0;}
	}
	
	@-o-keyframes flash {
		0%, 50%, 100% {opacity: 1;}	
		25%, 75% {opacity: 0;}
	}
	
	@keyframes flash {
		0%, 50%, 100% {opacity: 1;}	
		25%, 75% {opacity: 0;}
	}
	
	.flash {
		-webkit-animation-name: flash;
		-moz-animation-name: flash;
		-o-animation-name: flash;
		animation-name: flash;
	}
	
	@-webkit-keyframes pulse {
	    0% { -webkit-transform: scale(1); }	
		50% { -webkit-transform: scale(1.1); }
	    100% { -webkit-transform: scale(1); }
	}
	@-moz-keyframes pulse {
	    0% { -moz-transform: scale(1); }	
		50% { -moz-transform: scale(1.1); }
	    100% { -moz-transform: scale(1); }
	}
	@-o-keyframes pulse {
	    0% { -o-transform: scale(1); }	
		50% { -o-transform: scale(1.1); }
	    100% { -o-transform: scale(1); }
	}
	@keyframes pulse {
	    0% { transform: scale(1); }	
		50% { transform: scale(1.1); }
	    100% { transform: scale(1); }
	}
	
	.pulse {
		-webkit-animation-name: pulse;
		-moz-animation-name: pulse;
		-o-animation-name: pulse;
		animation-name: pulse;
	}
	
	@-webkit-keyframes swing {
		20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
		20% { -webkit-transform: rotate(15deg); }	
		40% { -webkit-transform: rotate(-10deg); }
		60% { -webkit-transform: rotate(5deg); }	
		80% { -webkit-transform: rotate(-5deg); }	
		100% { -webkit-transform: rotate(0deg); }
	}
	
	@-moz-keyframes swing {
		20% { -moz-transform: rotate(15deg); }	
		40% { -moz-transform: rotate(-10deg); }
		60% { -moz-transform: rotate(5deg); }	
		80% { -moz-transform: rotate(-5deg); }	
		100% { -moz-transform: rotate(0deg); }
	}
	
	@-o-keyframes swing {
		20% { -o-transform: rotate(15deg); }	
		40% { -o-transform: rotate(-10deg); }
		60% { -o-transform: rotate(5deg); }	
		80% { -o-transform: rotate(-5deg); }	
		100% { -o-transform: rotate(0deg); }
	}
	
	@keyframes swing {
		20% { transform: rotate(15deg); }	
		40% { transform: rotate(-10deg); }
		60% { transform: rotate(5deg); }	
		80% { transform: rotate(-5deg); }	
		100% { transform: rotate(0deg); }
	}
	
	.swing {
		-webkit-transform-origin: top center;
		-moz-transform-origin: top center;
		-o-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation-name: swing;
		-moz-animation-name: swing;
		-o-animation-name: swing;
		animation-name: swing;
	}
	
	@-webkit-keyframes bounce {
		0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
		40% {-webkit-transform: translateY(-30px);}
		60% {-webkit-transform: translateY(-15px);}
	}
	
	@-moz-keyframes bounce {
		0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
		40% {-moz-transform: translateY(-30px);}
		60% {-moz-transform: translateY(-15px);}
	}
	
	@-o-keyframes bounce {
		0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
		40% {-o-transform: translateY(-30px);}
		60% {-o-transform: translateY(-15px);}
	}
	@keyframes bounce {
		0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
		40% {transform: translateY(-30px);}
		60% {transform: translateY(-15px);}
	}
	
	.bounce {
		-webkit-animation-name: bounce;
		-moz-animation-name: bounce;
		-o-animation-name: bounce;
		animation-name: bounce;
	}
	@-webkit-keyframes tada {
		0% {-webkit-transform: scale(1);}	
		10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
		30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
		40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
		100% {-webkit-transform: scale(1) rotate(0);}
	}
	
	@-moz-keyframes tada {
		0% {-moz-transform: scale(1);}	
		10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
		30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
		40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
		100% {-moz-transform: scale(1) rotate(0);}
	}
	
	@-o-keyframes tada {
		0% {-o-transform: scale(1);}	
		10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
		30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
		40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
		100% {-o-transform: scale(1) rotate(0);}
	}
	
	@keyframes tada {
		0% {transform: scale(1);}	
		10%, 20% {transform: scale(0.9) rotate(-3deg);}
		30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
		40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
		100% {transform: scale(1) rotate(0);}
	}
	
	.tada {
		-webkit-animation-name: tada;
		-moz-animation-name: tada;
		-o-animation-name: tada;
		animation-name: tada;
	}
	
	
	@-webkit-keyframes shake {
		0%, 40%, 100% {-webkit-transform: translateX(0);}
		4%, 12%, 20%, 28%, 36% {-webkit-transform: translateX(-5px);}
		8%, 16%, 24%, 32% {-webkit-transform: translateX(5px);}
	}
	
	@-moz-keyframes shake {
		0%, 40%, 100% {-moz-transform: translateX(0);}
		4%, 12%, 20%, 28%, 36% {-moz-transform: translateX(-5px);}
		8%, 16%, 24%, 32% {-moz-transform: translateX(5px);}
	}
	
	@-o-keyframes shake {
		0%, 40%, 100% {-o-transform: translateX(0);}
		4%, 12%, 20%, 28%, 36% {-o-transform: translateX(-5px);}
		8%, 16%, 24%, 32% {-o-transform: translateX(5px);}
	}
	
	@keyframes shake {
		0%, 40%, 100% {transform: translateX(0);}
		4%, 12%, 20%, 28%, 36% {transform: translateX(-5px);}
		8%, 16%, 24%, 32% {transform: translateX(5px);}
	}
	
	.shake {
		-webkit-animation-name: shake;
		-moz-animation-name: shake;
		-o-animation-name: shake;
		animation-name: shake;
		animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-webkit-animation-duration:2.5s;
		-moz-animation-duration:2.5s;
		-ms-animation-duration:2.5s;
		-o-animation-duration:2.5s;
		animation-duration:2.5s;
		animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
	}
	
	.onofffade {
		position: fixed;
		top: 0px;
		height: 100%;
		width: 100%;
		background: #fff;
		bottom: 0px;
		left:0px;
		z-index: 999999;
	}
	
	ul.entypofont { margin: 0 0 40px; padding: 0; list-style: none; display: block; clear: both;}
	.entypofont li { width: 19%; margin: 0; padding: 0; height: 95px; text-align: center; display: inline-block; }
	.entypofont li span.pictogram { font-family: "Entypo"; font-size: 50px; line-height: 1;	color: #777; }
	.entypofont.entyposocial li span.pictogram { font-family: "Entypo-social"; font-size: 50px; color: #777; }
	.entypofont li p.unicode { margin: 0; font-size: 11px; color: #aaa; }
	.entypofont li p.html { margin: 3px 0 0; font-size: 14px; color: #777; }
	
	mark#message { background: none; margin-bottom: 20px; font-weight: bolder;}
	mark#message p { margin: 0 0 10px; }
	mark#message p span { display: block; font-size: 18px; }
	.feedback-pop mark#message p, .feedback-pop mark#message p span { color: #fff; }
	
	


	.mfp-bg {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 1042;
	  overflow: hidden;
	  position: fixed;
	  background: #0b0b0b;
	  opacity: 0.8;
	}
	
	.mfp-wrap .col3 {
		font-size: 12px;
		display: inline-block;
		padding: 4px 6px;
		font-weight: bolder;
		color: #fff;
		text-transform: uppercase;
		margin-left: 10px;
	}
	
	.mfp-wrap {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 1043;
	  position: fixed;
	  outline: none !important;
	  -webkit-backface-visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all 0.35s ease-in-out; 
	  -moz-transition: all 0.35s ease-in-out; 
	  -o-transition: all 0.35s ease-in-out; 
	  transition: all 0.35s ease-in-out; 
	  -webkit-transform: scale(0.7); 
	  -moz-transform: scale(0.7); 
	  -ms-transform: scale(0.7); 
	  -o-transform: scale(0.7); 
	  transform: scale(0.7); 
	}
	
	.mfp-wrap.mfp-ready {
		opacity: 1;
		-webkit-transform: scale(1); 
		-moz-transform: scale(1); 
		-ms-transform: scale(1); 
		-o-transform: scale(1); 
		transform: scale(1);
	}
	
	.mfp-wrap.mfp-removing {
	    opacity: 0;
		-webkit-transform: scale(0.7); 
		-moz-transform: scale(0.7); 
		-ms-transform: scale(0.7); 
		-o-transform: scale(0.7); 
		transform: scale(0.7); 
	}
	
	.mfp-container {
	  text-align: center;
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	  padding: 0 8px;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box; }
	
	.mfp-container:before {
	  content: '';
	  display: inline-block;
	  height: 100%;
	  vertical-align: middle; }
	
	.mfp-align-top .mfp-container:before {
	  display: none; }
	
	.mfp-content {
	  position: relative;
	  display: inline-block;
	  vertical-align: middle;
	  margin: 0 auto;
	  text-align: left;
	  z-index: 1045; }
	
	.mfp-inline-holder .mfp-content,
	.mfp-ajax-holder .mfp-content {
	  width: 100%;
	  cursor: auto; }
	
	.mfp-ajax-cur {
	  cursor: progress; }
	
	.mfp-zoom-out-cur,
	.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	  cursor: -moz-zoom-out;
	  cursor: -webkit-zoom-out;
	  cursor: zoom-out; }
	
	.mfp-zoom {
	  cursor: pointer;
	  cursor: -webkit-zoom-in;
	  cursor: -moz-zoom-in;
	  cursor: zoom-in; }
	
	.mfp-auto-cursor .mfp-content {
	  cursor: auto; }
	
	.mfp-close,
	.mfp-arrow,
	.mfp-preloader,
	.mfp-counter {
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  user-select: none; }
	
	.mfp-loading.mfp-figure {
	  display: none; }
	
	.mfp-hide {
	  display: none !important; }
	
	.mfp-preloader {
	  color: #cccccc;
	  position: absolute;
	  top: 50%;
	  width: auto;
	  text-align: center;
	  margin-top: -0.8em;
	  left: 8px;
	  right: 8px;
	  z-index: 1044; }
	
	.mfp-preloader a {
	  color: #cccccc; }
	
	.mfp-preloader a:hover {
	  color: white; }
	
	.mfp-s-ready .mfp-preloader {
	  display: none; }
	
	.mfp-s-error .mfp-content {
	  display: none; }
	
	button.mfp-close,
	button.mfp-arrow {
	  overflow: visible;
	  cursor: pointer;
	  background: transparent;
	  border: 0;
	  -webkit-appearance: none;
	  display: block;
	  padding: 0;
	  z-index: 1046; }
	
	button::-moz-focus-inner {
	  padding: 0;
	  border: 0; }
	
	.mfp-close {
	  width: 44px;
	  height: 44px;
	  line-height: 44px;
	  position: absolute;
	  right: 0;
	  top: 0;
	  text-decoration: none;
	  text-align: center;
	  opacity: 0.65;
	  padding: 0 0 18px 10px;
	  color: white;
	  font-style: normal;
	  font-size: 28px;
	  font-family: Arial, Baskerville, monospace; }
	  .mfp-close:hover, .mfp-close:focus {
	    opacity: 1; }
	  .mfp-close:active {
	    top: 1px; }
	
	.mfp-close-btn-in .mfp-close {
	  color: #333333; }
	
	.mfp-image-holder .mfp-close,
	.mfp-iframe-holder .mfp-close {
	  color: white;
	  right: -6px;
	  text-align: right;
	  padding-right: 6px;
	  width: 100%; }
	
	.mfp-counter {
	  position: absolute;
	  top: 0;
	  right: 0;
	  color: #cccccc;
	  font-size: 12px;
	  line-height: 18px; }
	
	.mfp-arrow {
	  position: absolute;
	  margin: 0;
	  top: 50%;
	  margin-top: -25px;
	  padding: 0;
	  width: 50px;
	  height: 50px;
	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
	
	.mfp-arrow:active {
	  margin-top: -54px; }
	
	.mfp-arrow:hover,
	.mfp-arrow:focus {
	   }
	
	.mfp-arrow:before, .mfp-arrow:after,
	.mfp-arrow .mfp-b,
	.mfp-arrow .mfp-a {
	  content: '';
	  display: block;
	  width: 0;
	  height: 0;
	  position: absolute;
	  left: -16px;
	  top: 0;
	  border: solid transparent; }
	.mfp-arrow:after,
	.mfp-arrow .mfp-a {
	  border-top-width: 10px;
	  border-bottom-width: 10px;
	  top: 13px; }
	.mfp-arrow:before,
	.mfp-arrow .mfp-b {
	  border-top-width: 21px;
	  border-bottom-width: 21px; }
	
	.mfp-arrow-left {
	  left: 0; }
	  .mfp-arrow-left:after,
	  .mfp-arrow-left .mfp-a {
	    border-right: 10px solid white;
	    margin-left: 31px; }
	  .mfp-arrow-left:before,
	  .mfp-arrow-left .mfp-b {
	    margin-left: 25px;
	  }
	
	.mfp-arrow-right {
	  right: 0; }
	  .mfp-arrow-right:after,
	  .mfp-arrow-right .mfp-a {
	    border-left: 10px solid white;
	    margin-left: 39px; }
	  .mfp-arrow-right:before,
	  .mfp-arrow-right .mfp-b {
 }
	
	.mfp-iframe-holder {
	  padding-top: 40px;
	  padding-bottom: 40px; }
	
	.mfp-iframe-holder .mfp-content {
	  line-height: 0;
	  width: 100%;
	  max-width: 900px; }
	
	.mfp-iframe-scaler {
	  width: 100%;
	  height: 0;
	  overflow: hidden;
	  padding-top: 56.25%; }
	
	.mfp-iframe-scaler iframe {
	  position: absolute;
	  display: block;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	  background: black; }
	
	.mfp-iframe-holder .mfp-close {
	  top: -40px; }
	

	img.mfp-img {
	  width: auto;
	  max-width: 100%;
	  height: auto;
	  display: block;
	  line-height: 0;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 40px 0 40px;
	  margin: 0 auto; }
	

	.mfp-figure:after {
	  content: '';
	  position: absolute;
	  left: 0;
	  top: 40px;
	  bottom: 40px;
	  display: block;
	  right: 0;
	  width: auto;
	  height: auto;
	  z-index: -1;
	  background: #444444; }
	
	.mfp-figure {
	  line-height: 0;
	}
	
	.mfp-bottom-bar {
	  margin-top: -36px;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  width: 100%;
	  cursor: auto; }
	
	.mfp-title {
	  text-align: left;
	  line-height: 18px;
	  color: #f3f3f3;
	  word-break: break-word;
	  padding-right: 36px; }
	
	.mfp-figure small {
	  color: #bdbdbd;
	  display: block;
	  font-size: 12px;
	  line-height: 14px; }
	
	.mfp-image-holder .mfp-content {
	  max-width: 100%; }
	
	.mfp-gallery .mfp-image-holder .mfp-figure {
	  cursor: pointer; }
	
	@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

	  .mfp-img-mobile .mfp-image-holder {
	    padding-left: 0;
	    padding-right: 0; }
	
	  .mfp-img-mobile img.mfp-img {
	    padding: 0; }
	

	  .mfp-img-mobile .mfp-figure:after {
	    top: 0;
	    bottom: 0; }
	
	  .mfp-img-mobile .mfp-bottom-bar {
	    background: rgba(0, 0, 0, 0.6);
	    bottom: 0;
	    margin: 0;
	    top: auto;
	    padding: 3px 5px;
	    position: fixed;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box; }
	
	  .mfp-img-mobile .mfp-bottom-bar:empty {
	    padding: 0; }
	
	  .mfp-img-mobile .mfp-counter {
	    right: 5px;
	    top: 3px; }
	
	  .mfp-img-mobile .mfp-close {
	    top: 0;
	    right: 0;
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	    background: rgba(0, 0, 0, 0.6);
	    position: fixed;
	    text-align: center;
	    padding: 0; }
	
	  .mfp-img-mobile .mfp-figure small {
	    display: inline;
	    margin-left: 5px; } }
	@media all and (max-width: 900px) {
	  .mfp-arrow {
	    -webkit-transform: scale(0.75);
	    transform: scale(0.75); }
	
	  .mfp-arrow-left {
	    -webkit-transform-origin: 0;
	    transform-origin: 0; }
	
	  .mfp-arrow-right {
	    -webkit-transform-origin: 100%;
	    transform-origin: 100%; }
	
	  .mfp-container {
	    padding-left: 6px;
	    padding-right: 6px; } }
	.mfp-ie7 .mfp-img {
	  padding: 0; }
	.mfp-ie7 .mfp-bottom-bar {
	  width: 600px;
	  left: 50%;
	  margin-left: -300px;
	  margin-top: 5px;
	  padding-bottom: 5px; }
	.mfp-ie7 .mfp-container {
	  padding: 0; }
	.mfp-ie7 .mfp-content {
	  padding-top: 44px; }
	.mfp-ie7 .mfp-close {
	  top: 0;
	  right: 0;
	  padding-top: 0; }
	

	html[data-useragent*='MSIE'] .top-header .social ul li a { line-height: 25px;}
	html[data-useragent*='MSIE'] .top-header .cart a { line-height: 25px; }
	html[data-useragent*='MSIE'] .top-header form.search input[type=submit] { line-height: 25px !important;}
	html[data-useragent*='MSIE'] .nav .navbar-nav > li i.icons { line-height: 50px;}
	html[data-useragent*='MSIE'] .drop-container { top:85px; }
	html[data-useragent*='MSIE'] .nav .navbar-nav { margin-top: -10px; }
	html[data-useragent*='MSIE'] .title-block .page-icon { line-height: 32px; }
	html[data-useragent*='MSIE'] .navbar-inverse .btn.navbar-toggle i.icons { line-height: 15px; }
	html[data-useragent*='MSIE'] a.box-link .box-icon { line-height: 80px; }
	html[data-useragent*='MSIE'] #sequence .sequence-next,
	html[data-useragent*='MSIE'] #sequence .sequence-prev,
	html[data-useragent*='MSIE'] .carousel.portfolio .carousel-control { line-height: 30px; }
	html[data-useragent*='MSIE'] #sequence .sequence-next:hover,
	html[data-useragent*='MSIE'] #sequence .sequence-prev:hover { line-height: 40px; }
	html[data-useragent*='MSIE'] .resetcolor i { line-height: 10px; }
	html[data-useragent*='MSIE'] .closepanel i { line-height: 6px; }
	@media(max-width:991px) { html[data-useragent*='MSIE'] .nav .navbar-nav > li i.icons {  line-height: 20px; } }
	@media(max-width:480px){ html[data-useragent*='MSIE'] .title-block .page-icon { line-height: 22px; } }




	@media(min-width:1400px) {
	
		.container,
		.navbar-static-top .container,
		.navbar-fixed-top .container,
		.navbar-fixed-bottom .container { 
			width:1350px;
			max-width:1350px;
		}
		
		.title-block .image-block {
			background-size: 100% auto;
		}
				
	}
	
	@media(max-width:1400px) {
					
	}
	
	@media(max-width:1200px) {		
			
	}
	
	@media(max-width:991px) {
		
		.navbar-toggle { display: block; margin: 0 auto; }
		
		.top-header .info {
			-webkit-box-sizing: content-box;
			-moz-box-sizing: content-box;
			box-sizing: content-box;
		}
		
		.nav .navbar-nav > li { 
			display: block;
			float: none;
		}
			
		.nav .navbar-nav > li a {
			text-align: left;
			line-height: 35px;
			margin-bottom: 0;
			font-size: 15px;
		}
			
		.navbar-inverse .nav-collapse .navbar-nav > li > a:hover,
		.navbar-inverse .nav-collapse .navbar-nav > li > a:focus,
		.navbar-inverse .nav-collapse .dropdown-menu a:hover,
		.navbar-inverse .nav-collapse .dropdown-menu a:focus { 
			background: none;
		}	
		
		.nav .navbar-nav > li i.icons { 
			display: inline;
			float: left;
			line-height: 35px;
			padding: 0;
			margin: 0 10px 0 0;
			width: 30px;
			text-align: center;
		}
		
		.navbar-inverse .navbar-inner {
			padding: 0;
		}
		
		.navbar-inverse .navbar-inner ul.navbar-nav {
			padding-top: 0px;
			margin-bottom: 0;
		}
		
		.navbar-inverse .navbar-nav li.dropdown > .dropdown-toggle .caret {
			bottom: auto;
			top: 28px;
			left: auto;
			margin-top: -4px;
			right: 20px;
		}
		
		.drop-container { 
			position: static;
			top: auto;
			left: auto;
			margin-left:0;
		}
		
		.dropdown-menu {
			position: relative;
			top: 0px !important;
			left: auto;
			margin: 0;
			border: none;
			float: none;
		}
		
		.dropdown-menu li a {
			margin: 0;
			line-height: 20px;
			font-size: 14px;
			font-weight: normal;
			padding-left: 36px;
		}
		
		.dropdown-menu:after {	
			left: auto;
			right: 14px;
		}
	    
	    .top-header .col-md-4 {
	    	float: none;
	    	display: block;
	    	width: 100%;
	    	margin: 0;
	    	clear: both;
	    } 
	   	
	   	.top-header .logo {
	   		margin: 20px auto;
	   	}
	   		   	
	   	.top-header .info {
	   		width: 280px;
	   		margin: 0 auto;
	   	}
	   	
	   	.top-header .social {
	   		text-align: center;
	   	}
	   	
	   	.top-header .social p {
	   		display: none;
	   	}
	   	
	   	.top-header .social ul {
	   		margin: 0 auto;
	   		height: 45px;
	   		display: inline-block;
	   	}
	   	
	   	.footer-info .col-md-3 div.text {
			padding: 0 20px 40px;
		}
		
		.title-block h1 {
			text-transform: uppercase;
			font-size: 40px;
			margin: 0;
		}
				
	}
	

	@media (min-width: 768px) and (max-width: 991px) {
	
		.navbar-collapse.collapse { display: none !important; }
		
		.col-md-1{width:8.333333333333332%;}
		.col-md-2{width:16.666666666666664%;}
		.col-md-3{width:25%;}
		.col-md-4{width:33.33333333333333%;}
		.col-md-5{width:41.66666666666667%;}
		.col-md-6{width:50%;}
		.col-md-7{width:58.333333333333336%;}
		.col-md-8{width:66.66666666666666%;}
		.col-md-9{width:75%;}
		.col-md-10{width:83.33333333333334%;}
		.col-md-11{width:91.66666666666666%;}
		.col-md-12{width:100%;}
		
		.col-md-1, .col-md-2, .col-md-3,
		.col-md-4, .col-md-5, .col-md-6,
		.col-md-7, .col-md-8, .col-md-9,
		.col-md-10, .col-md-11 {
			float: left;
		}
		
	}
	
	
	@media(max-width:767px){
		
		body {
			padding-right: 20px;
			padding-left: 20px;
		}
		
		.title-block h3.subtitle {
			font-size: 25px;
		}
		
		.editor-panel {
	   	    top: 100px;
		}
		
		.pagebody .content.offset {
			padding-right: 0;
		}
		
		.post-list .sidebar {
			margin-left: 90px;
		}
		
		.pagebody .sidebar { margin-top: 40px; }

	
	}
	
	@media(max-width:480px){
	
		body {padding: 0;}
		
		.title-block h1 {
			font-size: 30px;
			line-height: 110%;
		}
		
		.title-block h3.subtitle {
			font-size: 20px;
		}
		
		.title-block .page-icon {
	    	width: 70px;
	    	height: 70px;
			font-size: 100px;
			line-height: 65px;
			margin-left: -95px;
	    }
	    
		.title-block .post-date {
		    width: 70px;
		    height: 70px;
		    padding:0;
		    font-size: 50px;
		    line-height: 50px;
		    margin-left: -95px;
		}
	    
	    .title-info {
			padding-left: 95px;
		}
		
		.title-block .line {
			margin-left: 31px;
		}
		
		.pagebody .line {
			margin-left: 30px;
		}
		
		.post-list .content {
			padding-left: 70px;
			padding-top: 20px;
			padding-right: 20px;
		}
		
		.post-list .sidebar {
			margin-left: 70px;
		}

		.title-block .anchestor-page {
			margin-left: -27px;
		}
		
		.post-list .content .date {
			margin-left: -2px;
		}
		
		.post-list .post-item h1 {
			font-size: 30px;
			line-height: 35px;
		}
		
			.onoffswitch {
   	    top: 125px;
		}

	}
	
	
   @media all and (-webkit-min-device-pixel-ratio: 1.5) { 
	.top-header .logo div.hexagon .logo-image {	background: url(../images/logo_402x.png) no-repeat; background-size: 100% 100%; }
   }
