.container {
	overflow: hidden; }
a {
	color: #e14d43;
	cursor: pointer; }
a,
a > * {
	outline: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
a:focus,
a:hover {
	outline: none;
	color: #232323;
	text-decoration: none; }
input,
textarea {
	color: #000000; }
#subscribe-section .form-control::-webkit-input-placeholder {
	opacity: 1;
	color: #e3dfd5; }
#subscribe-section .form-control:-ms-input-placeholder {
	opacity: 1;
	color: #e3dfd5; }
.btn-nesto,
.btn.btn-nesto {
	z-index: 1;
	outline: none;
	margin: 0 5px;
	color: #e3dfd5;
	font-weight: 300;
	overflow: hidden;
	position: relative;
	letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	background-color: #e14d43;
	/*  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border: 2px solid transparent;
	-moz-border: 2px solid transparent;
	-o-border: 2px solid transparent;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
.btn-nesto:hover {
	background-color: #232323; }
.btn-nesto-o,
.btn.btn-nesto-o {
	z-index: 1;
	outline: none;
	margin: 0 5px;
	color: #e3dfd5;
	font-weight: 300;
	overflow: hidden;
	position: relative;
	letter-spacing: 1px;
	display: inline-block;
	/*   text-transform: uppercase;*/
	background-color: transparent;
	/*   font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-border: 2px solid #e3dfd5;
	-moz-border: 2px solid #e3dfd5;
	-o-border: 2px solid #e3dfd5;
	border: 2px solid #e3dfd5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
.btn-nesto-o:hover {
	color: #232323;
	background-color: #e3dfd5; }
.section-title h2 {
	/*font-size: 50px;*/
	overflow: hidden;
	line-height: 60px;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 20px;}
.section-title h2:after {
	bottom: 0;
	left: 50%;
	height: 2px;
	content: '';
	width: 100px;
	margin-left: -50px;
	position: absolute;
	background-color: #c2383d; }
.section-desc h3 {
	font-weight: 300;
	overflow: hidden;
	text-align: center;
	margin-bottom: 80px;}

.fancybox-opened {
	z-index: 99991; }

li {
	letter-spacing: 0.5px; }
::selection {
	color: #e3dfd5;
	text-shadow: none;
	background-color: #232323; }
::-webkit-selection {
	color: #e3dfd5;
	text-shadow: none;
	background-color: #232323; }
::-moz-selection {
	color: #e3dfd5;
	text-shadow: none;
	background-color: #232323; }
#top-content {
	top: -90px;
	width: 100%;
	z-index: -1;
	height: 120%;
	left: -250px;
	position: fixed;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
#top-content-overlayer {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.0;
	z-index: 9993;
	position: fixed;
	background-color: #000000;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
#slide-menu-wrapper {
	top: 0;
	left: 0;
	content: '';
	width: 250px;
	height: 100%;
	z-index: 9994;
	overflow: hidden;
	position: absolute;
	background-color: #232323;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
#slide-menu-scroller {
	height: 100%;
	width: 500px;
	overflow: hidden; }
#slide-menu-container {
	opacity: 0;
	height: 85%;
	width: 450px;
	overflow: hidden;
	overflow-y: scroll;
	padding: 100px 200px 0 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; }
#profile-wrapper {
	top: 0;
	left: 0;
	width: 200%;
	content: '';
	height: 90px;
	z-index: 9995;
	overflow: hidden;
	position: absolute;
	background-color: #232323;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
#profile-wrapper:after {
	bottom: 0;
	left: 250px;
	width: 100%;
	content: '';
	height: 1px;
	position: absolute;
	background-color: #2a2a2a; }
#profile-container {
	opacity: 0;
	width: 100%;
	padding: 15px;
	display: block;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out; }
.profile-image {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	display: inline-block; }
.profile-image img {
	width: 100%;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%; }
.profile-name,
.profile-title {
	float: left;
	display: inline-block; }
.profile-name h4 {
	color: #e14d43;
	font-weight: 400;
	line-height: 60px;
	margin-right: 10px;
	text-transform: uppercase; }
.profile-title h5 {
	color: #e3dfd5;
	line-height: 60px;
	font-size: 2em; }
body.over-menu {
	height: 100%;
	overflow: hidden; }
body.show-menu #menu-wrapper {
	top: 90px;
	left: 250px; }
body.show-menu #content-wrapper {
	margin-top: 90px;
	margin-left: 250px; }
body.show-menu #top-content {
	top: 0;
	left: 0;
	z-index: 9994; }
body.show-menu #top-content-overlayer {
	opacity: 0.3; }
body.show-menu #profile-container,
body.show-menu #slide-menu-container {
	opacity: 1; }
#content-wrapper {
	margin: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #e3dfd5;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
#menu-wrapper {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1992;
	display: block;
	position: fixed;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.7);
	/*background-color: transparent;*/
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-bottom: 1px #baaf96 solid;
	font-size:16px;
}
#menu-wrapper.menubgC {
	background-color: #e3dfd5; }
#menu-wrapper .container {
	overflow: visible; }
nav.navbar-collapse.collapse {
	float: right;
	vertical-align: top;
	padding-right: 40px;
	display: inline-block !important; }
.navbar-collapse {
	-webkit-border: 0;
	-moz-border: 0;
	-o-border: 0;
	border: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none; }
.navbar-brand,
.navbar-brand:focus {
	padding: 0;
	height: 70px;
	color: #e3dfd5;
	font-size: 32px;
	font-weight: 700;
	line-height: 70px;
	/*   font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
}
.navbar-brand img {
	float: left;
	margin-top: 10px;
	height: 100%;
	width: auto;
}
.navbar-brand:hover {
	color: #e14d43; }
.navbar-nav > li {
	padding: 0 10px;
	margin-left: 10px;
	position: relative; }
.navbar-nav > li:first-child {
	margin-left: 0; }
.navbar-nav > li > a {
	color: #6b101c;
	padding: 10px 0;
	/* font-size: 16px;
     font-weight: 300;*/
	line-height: 4em;
	font-size: 1.1em;
	font-weight: 300;
	-webkit-transform: translateZ(0);
	/*  font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
/*   .navbar-nav > li > a:after,
   .navbar-nav > li > a:before,
   .navbar-nav > li.active a:after,
   .navbar-nav > li.active a:before {
    top: 0;
    opacity: 0;
    color: #6b101c;
    font-size: 14px;
    line-height: 70px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
   .navbar-nav > li > a:before,
   .navbar-nav > li.active a:before {
    left: 0;
    content: '['; }
   .navbar-nav > li > a:after,
   .navbar-nav > li.active a:after {
    right: 0;
    content: ']'; }
   .navbar-nav > li:last-child > a:after,
   .navbar-nav > li:last-child > a:before {
    display: none; }
   .navbar-nav > li > a:hover:before,
   .navbar-nav > li.active a:before {
    opacity: 1;
    left: -10px; }
   .navbar-nav > li > a:hover:after,
   .navbar-nav > li.active a:after {
    opacity: 1;
    right: -10px; }*/

.navbar-nav > li.active a {
	color: #6b101c;
	background-color: transparent; }
.nav > li > a:hover,
.nav > li > a:focus{
	color: #9f8170;
	background-color: transparent;
}

.category-list {
	position: relative !important;
	padding-right: 15px !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.category-list > a:first-child:after {
	top: 0;
	opacity: 1;
	right: -15px;
	color: #6b101c;
	font-size: 18px;
	content: '\f107';
	line-height: 90px;
	position: absolute;
	display: block !important;
	font-family: 'FontAwesome'; }
.category-list > a:first-child:hover:after {
	right: -15px; }
.category-list:hover {
	overflow: visible; }
.category-list ul {
	left: 0;
	top: 110%;
	margin: 0;
	height: 0;
	opacity: 1;
	padding: 0;
	text-align: left;
	min-width: 200px;
	list-style: none;
	overflow: hidden;
	position: absolute;
	background-color: #232323;
}
.category-list ul:after {
	width: 0;
	height: 0;
	top: -9px;
	left: 10px;
	content: '';
	position: absolute;
	-webkit-border-bottom: 10px solid #232323;
	-moz-border-bottom: 10px solid #232323;
	-o-border-bottom: 10px solid #232323;
	border-bottom: 10px solid #232323;
	-webkit-border-left: 10px solid transparent;
	-moz-border-left: 10px solid transparent;
	-o-border-left: 10px solid transparent;
	border-left: 10px solid transparent;
	-webkit-border-right: 10px solid transparent;
	-moz-border-right: 10px solid transparent;
	-o-border-right: 10px solid transparent;
	border-right: 10px solid transparent; }
.nav li.category-list:last-child ul {
	right: 0;
	left: auto; }
.nav li.category-list:last-child ul:after {
	left: auto;
	right: 10px; }
.category-list ul li {
	width: 100%;
	display: block;
	overflow: hidden; }
.navbar-nav > li:hover > a {
	color: #9f8170; }
.category-list ul li a {
	z-index: 1;
	color: #888888;
	display: block;
	font-size: 16px;
	overflow: hidden;
	font-weight: 300;
	padding: 7px 12px;
	position: relative;
	background-color: #232323;
	/* font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
}
.category-list ul li:first-child a {
	margin-top: 14px; }
.category-list ul li:last-child a {
	margin-bottom: 14px; }
.category-list ul li a:hover {
	color: #e3dfd5;
	background-color: #2a2a2a; }
.category-list:hover ul {
	top: 100%;
	opacity: 1;
	height: auto;
	overflow: visible; }
.menu-button {
	padding: 0;
	float: right;
	height: 20px;
	outline: none;
	color: #6b101c;
	font-size: 24px;
	line-height: 20px;
	vertical-align: top;
	margin: 34px 0;
	background-color: transparent;
	-webkit-border: none;
	-moz-border: none;
	-o-border: none;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
.menu-button:hover {
	color: #baaf96;
}
.menu-button i {
	line-height: 20px; }
.menu-button i:hover  {
	color: #baaf96;
}
.mobile-menu {
	width: 100%;
	display: none;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0 15px 15px; }
.mobile-menu ul {
	margin: 0;
	padding: 0;
	list-style: none; }
.mobile-menu ul li {
	width: 100%;
	display: block; }
.mobile-menu ul li a {
	display: block;
	color: #e3dfd5;
	margin-bottom: 7px;
	padding-bottom: 5px;
	-webkit-border-bottom: 1px solid #2a2a2a;
	-moz-border-bottom: 1px solid #2a2a2a;
	-o-border-bottom: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a; }
.mobile-menu ul li a:hover {
	color: #e14d43; }
.mobile-menu li.category-list {
	margin-bottom: 7px;
	padding-bottom: 5px;
	-webkit-border-bottom: 1px solid #2a2a2a;
	-moz-border-bottom: 1px solid #2a2a2a;
	-o-border-bottom: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a; }
.mobile-menu li.category-list ul {
	margin: 0;
	padding: 0;
	height: auto;
	list-style: none;
	overflow: hidden;
	position: relative;
	background-color: #232323;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
.mobile-menu li.category-list ul li:last-child {
	margin-bottom: 0; }
.mobile-menu ul li.category-list a {
	-webkit-border-bottom: 0;
	-moz-border-bottom: 0;
	-o-border-bottom: 0;
	border-bottom: 0; }
.mobile-menu ul li.category-list > a:first-child {
	margin-bottom: 0; }
.mobile-menu ul li.category-list > a:first-child:after {
	top: 0;
	right: 0;
	line-height: 27px; }
.mobile-menu li.category-list ul li a {
	font-size: 15px;
	margin: 0 0 5px 0;
	position: relative;
	padding: 0 0 0 15px;
	background-color: #232323; }
.mobile-menu li.category-list ul li a:before {
	top: 0;
	left: 0;
	content: '-';
	color: #888888;
	font-size: 15px;
	position: absolute; }
#home-section {
	width: 100%;
	overflow: hidden;
	position: relative;
	background-color: #e3dfd5;
	background-size: contain;


}
.image-slider #home-section {
	z-index: 2;
	background-color: transparent;
	background-size: contain;
//background-size: cover;

}
.image-slider #supersized {
	z-index: 1;
}
.image-slider #supersized img {
	top: 0 !important;
	left: 0 !important; }
#home-section-overlayer {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	background-color: #000000;
	background-size: contain;
//background-size: cover;


}
#home-section-container {
	width: 100%;
	position: relative;
	text-align: center; }
.personal-name h1 {
	color: #e3dfd5;
	font-size: 5em;
	line-height: 90px;
	margin-bottom: 10px; }
.personal-title h4 {
	color: #e3dfd5;
	font-weight: 300;
	margin-bottom: 70px; }
.typed-cursor {
	opacity: 1;
	font-weight: 300;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite; }
@-webkit-keyframes blink {
	0% {
		opacity: 1; }
	50% {
		opacity: 0; }
	100% {
		opacity: 1; } }
@-moz-keyframes blink {
	0% {
		opacity: 1; }
	50% {
		opacity: 0; }
	100% {
		opacity: 1; } }
@-ms-keyframes blink {
	0% {
		opacity: 1; }
	50% {
		opacity: 0; }
	100% {
		opacity: 1; } }
@-o-keyframes blink {
	0% {
		opacity: 1; }
	50% {
		opacity: 0; }
	100% {
		opacity: 1; } }
@keyframes blink {
	0% {
		opacity: 1; }
	50% {
		opacity: 0; }
	100% {
		opacity: 1; } }
.personal-button {
	width: 100%;
	display: block; }
.form-group {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative; }
#contact-section {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 100px 0 45px;
	background-color: #e3dfd5; }
#contactform .form-control {
	width: 100%;
	height: 50px;
	outline: none;
	color: #232323;
	padding: 6px 16px;
	margin-bottom: 30px;
	background-color: #e3dfd5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	-webkit-border: 2px solid #232323;
	-moz-border: 2px solid #232323;
	-o-border: 2px solid #232323;
	border: 2px solid #232323; }
#contactform .form-control:hover,
#contactform .form-control:focus {
	-webkit-border-color: #e14d43;
	-moz-border-color: #e14d43;
	-o-border-color: #e14d43;
	border-color: #e14d43; }
#contactform textarea {
	width: 100%;
	resize: none;
	margin: 0 auto;
	height: 160px !important;
	padding: 15px 12px !important; }
#contactform button {
	outline: none;
	display: block;
	margin: 0 auto; }
.form-message {
	width: 100%;
	color: #e14d43;
	min-height: 28px;
	margin-top: 20px;
	text-align: center; }
.gplus {
	background-color: #d53824; }
.vimeo {
	background-color: #4c8ab0; }
.behance {
	background-color: #1769ff; }
.twitter {
	background-color: #3bc1ed; }
.youtube {
	background-color: #bf2f29; }
.dribbble {
	background-color: #ef5a92; }
.facebook {
	background-color: #4a6d9d; }
.linkedin {
	background-color: #0b7bb5; }
.pinterest {
	background-color: #cb1f25; }
.instagram {
	background-color: #3f6f94; }
.widget {
	width: 250px;
	display: block;
	overflow: hidden;
	padding: 0 15px 0;
	position: relative;
	margin: 0 auto 20px; }
.widget-title {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto 18px;
	padding-bottom: 15px;
	-webkit-border-bottom: 1px solid #2a2a2a;
	-moz-border-bottom: 1px solid #2a2a2a;
	-o-border-bottom: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a; }
.widget-title h5 {
	color: #e3dfd5; }
.widget-social ul {
	margin: 0;
	padding: 0;
	list-style: none; }
.widget-social ul li {
	float: left;
	width: 36px;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	margin: 0 5px 10px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px; }
.widget-social ul li:first-child,
.widget-social ul li:nth-child(6n) {
	margin-left: 0; }
.widget-social ul li:nth-child(5n) {
	margin-right: 0; }
.widget-social ul li:last-child {
	margin-right: 0;
	margin-bottom: 0; }
.widget-social ul li a {
	display: block;
	color: #e3dfd5; }
.widget-social ul li a i {
	line-height: 36px; }
.widget-social ul li a:hover {
	background-color: #303030; }
.widget-dribbble {
	margin-bottom: 15px; }
.widget-dribbble ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	list-style: none;
	position: relative; }
.widget-flickr .flickr-feed {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
	text-align: center; }
.widget-flickr .flickr-feed li {
	padding: 0;
	float: left;
	width: 66px;
	height: 66px;
	margin: 0 5px 10px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; }
.widget-flickr .flickr-feed li:first-child,
.widget-flickr .flickr-feed li:nth-child(3n+1) {
	margin-left: 0; }
.widget-flickr .flickr-feed li:nth-child(3n) {
	margin-right: 0; }
.widget-flickr .flickr-feed li a {
	width: 100%;
	display: block; }
.widget-flickr .flickr-feed li img {
	width: 100%;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px; }
.widget-flickr .flickr-feed li:hover {
	opacity: 0.7; }
.widget-twitter .tweetfeed {
	height: 100%; }
.widget-twitter .tweetfeed ul li a i.fa-twitter {
	float: left;
	width: 20px;
	height: 30px;
	font-size: 20px;
	text-align: left;
	line-height: 30px;
	margin-left: -30px; }
.widget-twitter .tweetfeed ul li a:hover {
	color: #e3dfd5;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out; }
.widget-twitter .tweetfeed ul {
	margin: 0;
	padding: 0;
	float: left;
	height: 100%;
	text-align: left;
	list-style: none;
	overflow: hidden; }
.widget-twitter .tweetfeed ul li {
	width: 100%;
	display: block;
	color: #e1e1e1;
	padding: 0 0 10px 30px; }
@media only screen and (max-width: 1199px) {
	.navbar-nav > li {
		padding: 0 5px; }
	.section-title h1 {
		font-size: 55px; } }
@media only screen and (max-width: 991px) {
	.mobile-menu {
		display: block; }
	nav.navbar-collapse.collapse {
		display: none !important; } }
@media only screen and (max-width: 767px) {
	.container {
		width: 700px; }
	.navbar-header {
		float: left;
		display: inline-block; } }
@media only screen and (max-width: 699px) {
	.container {
		width: 600px; }
	.personal-name h1 {
		font-size: 50px;
		line-height: 70px; }
	.personal-title h4 {
		font-size: 20px; }
	#contactform .form-control {
		margin-bottom: 20px; } }
@media only screen and (max-width: 599px) {
	.container {
		width: 550px; }
	#home-section-container {
		margin-top: 80px !important; }
	.personal-title h4 {
		margin-bottom: 40px; }
	.profile-title {
		display: none; }
	.section-title h1 {
		font-size: 40px; }
	.section-desc h3 {
		font-size: 22px; } }
@media only screen and (max-width: 549px) {
	.container {
		width: 500px; } }
@media only screen and (max-width: 499px) {
	.container {
		width: 450px; }
	.personal-name h1 {
		font-size: 40px;
		line-height: 60px; } }
@media only screen and (max-width: 449px) {
	.container {
		width: 320px; }
	#home-section-container {
		margin-top: 200px !important; } }
* {
	margin: 0;
	padding: 0; }
img {
	border: none; }
#supersized {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
	height: 100%;
	width: 100%; }
#supersized img {
	width: auto;
	height: auto;
	position: relative;
	display: none;
	outline: none;
	border: none; }
#supersized.speed img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges; }
#supersized.quality img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality; }
#supersized li {
	display: block;
	list-style: none;
	z-index: -30;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111; }
#supersized a {
	width: 100%;
	height: 100%;
	display: block; }
#supersized li.prevslide {
	z-index: -20; }
#supersized li.activeslide {
	z-index: -10; }
#supersized li.prevslide img,  #supersized li.activeslide img {
	display: inline; }
a,
.form-message,
.profile-name h4,
.menu-button:hover,
.navbar-brand:hover{
	color: #6b101c;
}
a:hover, .mobile-menu ul li a:hover {
	color: #baaf96;
}
.btn-nesto,
.btn.btn-nesto,
.section-title h1:after {
	background-color: #6b101c; }
.btn-nesto:hover {
	background-color: #232323; }
#contactform .form-control:hover,
#contactform .form-control:focus {
	-webkit-border-color: #c2383d;
	-moz-border-color: #c2383d;
	-o-border-color: #c2383d;
	border-color: #c2383d; }

#menu-wrapper .container {
	width:100%;
	max-width: 1170px;
}

.header-mob ,
.header-mob__nav-wrap {
	display: none;
}

@media(max-width:1100px) {
	.navbar-nav > li {
		margin-left:5px;
	}

	.navbar-nav > li a {
		font-size:1em;
		padding:13px 0;
	}
}

@media (max-width: 992px){
	#menu-wrapper {
		display: none;
	}

	.header-mob {
		display: block;
		position: fixed;
		top:0;
		left:0;
		width:100%;
		background-color: rgba(255, 255, 255, 0.7);
		padding:5px 0;
		z-index: 8992;
		display: inline-block;
		vertical-align: top;
	}

	.header-mob__logo img {
		width:70px;
	}

	.header-mob__phone-info {
		display: inline-block;
		vertical-align: top;
		margin-left:10px;
		text-align: center;
	}

	.header-mob__phone-info .phone {
		color: #808080;
		font-size:13px;
		font-weight: 700;
	}

	.header-mob__phone-info .header-name-owner {
		font-size:12px;
		font-weight: 700;
	}

	.header-mob__phone-info .header-phone-link a {
		font-size: 16px;
		color: #6b101c;
		display: block;
	}

	#btn-mob {
		position: absolute;
		top:50%;
		right:15px;
		width:26px;
		height:21px;
		overflow: hidden;
		margin-top:-10px;
	}

	#btn-mob span {
		display: block;
		width:26px;
		height:3px;
		background: #6b101c;
		margin-top:6px;
		-webkit-transition: 0.3s all ease;
		-moz-transition: 0.3s all ease;
		transition: 0.3s all ease;
		position: relative;
	}

	#btn-mob span:first-child {
		margin-top:0;
	}

	#btn-mob.active span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
		top:9px;
	}

	#btn-mob.active span:nth-child(2) {
		-webkit-transform: translate(-200%,0);
		-moz-transform: translate(-200%,0);
		transform: translate(-200%,0);
	}

	#btn-mob.active span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top:-9px;
	}

	.header-mob__nav-wrap {
		position: fixed;
		display: block;
		top:0;
		left:0;
		padding-top:72px;
		width:100%;
		z-index: 8991;
		max-height: 100%;
		overflow: auto;
		-webkit-transition: 0.5s all ease;
		-moz-transition: 0.5s all ease;
		transition: 0.5s all ease;
		-webkit-transform: translate(-200%,0);
		-moz-transform: translate(-200%,0);
		transform: translate(-200%,0);
	}

	.header-mob__nav-wrap.active {
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		transform: translate(0,0);
	}

	.header-mob__nav {
		text-align: center;
		background-color: #333;
	}

	.header-mob__nav li {
		border-top:1px solid rgba(255,255,255,0.3);
	}

	.header-mob__nav li:first-child {
		border-top:0;
	}

	.header-mob__nav a {
		display: block;
		padding:5px;
		color: #fff;
		-webkit-transform: 0.3s all ease;
		-moz-transform: 0.3s all ease;
		transform: 0.3s all ease;
		font-size: 16px;
	}

	.header-mob__nav a:hover {
		background: #666;
	}

	.header-mob__nav_dropdown {
		background: #444;
		display: none;
	}

	.header-mob__nav .fa-angle-down {
		font-size:20px;
		vertical-align: middle;
		-webkit-transform: 0.3s all ease;
		-moz-transform: 0.3s all ease;
		transform: 0.3s all ease;
	}

	.header-mob__nav .drop.active .fa-angle-down {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}