/* ========================================================== */
/* 			            01. GENERAL LAYOUT                    */
/* ========================================================== */

ul, ol {
	color: #777;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
	
ul li, ol li {
	font-size: 16px;
	line-height: 28px;
}

ul li i {
	vertical-align: middle;
}

ul.features-list li {
	float: left;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}

ul.features-list li img {
	max-width: 55px;
	margin-right: 20px;
	float: left;
}

p {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #777;
	margin-bottom: 25px;
}

#message {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: #281504;
	margin-bottom: 25px;
}

p.hero-text {
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	padding: 30px 0;
	color: #fff;
}

p.hero-text a {
	position: relative;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	padding: 30px 0;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}

p.hero-text a:hover,
p.hero-text a:focus  {
	text-decoration: underline;
	outline: 0;
}

p.hero-text:before {
	position: absolute;
	content: "";
	background-color: #dfcb8f;
	height: 3px;
	width: 50px;
	top: 0px;
	left: 50%;
	margin-left: -25px;
}

p.hero-text2 {
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	padding: 30px 0;
	color: #fff;
	text-shadow: #281504 0px 0px 4px;
	margin-bottom: 0;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'GeogrotesqueBd', sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 20px;
  color: #281504;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 34px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h2.section-title {
	color: #281504;
	text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 20px 0;
}

h3.section-title {
	color: #281504;
	text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
	letter-spacing: 2px;
    margin: 0 0 30px 0;
}

h2.section-title.white,
h3.section-title.white {
	color: #fff;
}

h2.section-title.small-margin,
h3.section-title.small-margin {
	margin: 0 0 20px 0;
}

h2.section-title.no-margin,
h3.section-title.no-margin {
	margin-bottom: 0;
}

span.comic-text {
	font-size: 80px;
	line-height: 60px;
	color: #dfcb8f;
	font-family: 'Scriptina', cursive;
}

span.comic-text.white {
}

p.section-subtitle {
	font-size: 16px !important;
}

p.section-subtitle.grey {
	color: #bbb;
}

.separator_wrapper,
.separator_wrapper_white {
	margin-bottom: 10px;
}

.separator_wrapper::after,
.separator_wrapper::before {
	background-color: #E74C3C;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

.separator_wrapper_white::after,
.separator_wrapper_white::before {
	background-color: #ddd;
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 60px;
	height: 1px;
	margin-top: -6px;
}

h3.medium-text {
	font-size: 32px;
	margin-top: 10px;
}

h3.large-text {
	font-size: 48px;
	line-height: 1.1;
	font-weight: 400;
}

iframe {
	max-width: 100%;
	border: none;
}

.width-100 {
	width: 100%;
}

.medium {
	font-weight: 400;
}

.bold {
	font-weight: bold;
}

.red {
    color: #281504;
}

.grey {
	color: #ddd;
}

.white{
	color: #fff;
}

.section-grey {
	background-color: #eef0f1;
	padding: 90px 0;
}

.section-light-grey {
	background-color: #fbfbfb;
	padding: 90px 0;
}

.section-white {
	background-color: #fff;
	padding: 90px 0;
}

.section-dark {
	background-color: #393f43;
	padding: 90px 0;
}

.section-blue {
	background-color: #34b1c4;
	padding: 90px 0;
}

.section-grey.small-padding,
.section-light-grey.small-padding,
.section-white.small-padding {
	padding: 50px 0;
}

.section-grey.no-padding-bottom,
.section-light-grey.no-padding-bottom,
.section-white.no-padding-bottom,
.section-dark.no-padding-bottom,
.section-blue.no-padding-bottom {
	padding: 90px 0 0 0;
}

.section-grey.small-padding-bottom,
.section-light-grey.small-padding-bottom,
.section-white.small-padding-bottom,
.section-dark.small-padding-bottom,
.section-blue.small-padding-bottom {
	padding: 90px 0 60px 0;
}

.section-grey.no-padding,
.section-light-grey.no-padding,
.section-white.no-padding,
.section-dark.no-padding,
.section-blue.no-padding {
	padding: 0;
}

.section-white.about-padding {
	padding: 85px 0 100px 0;
}

.section-dark.portfolio-padding {
	padding: 60px 0 75px 0;
}

/* margin and padding classes */
.margin-right-25 {
	margin-right: 25px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

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

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

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

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-90 {
	margin-bottom: 90px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-110 {
	margin-bottom: 110px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}

.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-90 {
	padding-top: 90px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-110 {
	padding-top: 110px !important;
}

.padding-bottom-110 {
	padding-bottom: 110px !important;
}

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

.padding-bottom-90 {
	padding-bottom: 90px !important;
}

.padding-bottom-80 {
	padding-bottom: 80px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-40 {
	padding-bottom: 30px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

/* carousel */
.carousel.carousel1 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel1 .item .lead {
	font-size: 20px;
}

.carousel.carousel1 .carousel-indicators li {
	background-color: transparent;
	border: 2px solid #281504;
	width: 14px;
	height: 14px;
}

.carousel.carousel1 .carousel-indicators li.active {
	background-color: #281504;
}

.carousel.carousel3 .carousel-indicators {
	position: inherit;
	right: 0px;
}

.carousel.carousel3 .item .lead {
	font-size: 20px;
}

.carousel.carousel3 .carousel-indicators li {
	background-color: #f9f9f9;
	border: 3px solid #e0e0e0;
	width: 14px;
	height: 14px;
}

.carousel.carousel3 .carousel-indicators li.active {
	background-color: #e0e0e0;
}

.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity: 0;
}

.carousel.carousel-fade .active.item {
	opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}

.carousel-indicators {
	bottom: auto;
	left: auto;
	margin: 0;
	right: 16px;
	top: 16px;
	width: auto;
	line-height: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.carousel-indicators li {
	vertical-align: top;
	border: none;
	width: 8px;
	height: 8px;
	margin: 0 0 0 6px;
	background-color: #2c3e50;
	background-color: rgba(44, 62, 80, 0.5);
}

.carousel-indicators li.active {
	background-color: #fff;
	width: 8px;
	height: 8px;
	margin: 0 0 0 6px;
}

/* -----  Photos Hover Animations ----- */
.popup-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
}
 
.popup-gallery {
	display: inline-block;
	position: relative;
}

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

.popup-gallery img {
	z-index: 10;
	width: 100%;
	height: auto;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper, 
.popup-gallery a span.eye-wrapper2 {
	background-color: rgba(40, 21, 4, 0.6);
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	height: 100% !important;
	top: 0%;
	margin-top: 0px;
	left: 0%;
	right: 0%;
	color: #dfcb8f;
	text-align: center;
	font-weight: normal;
	opacity: 0;
}

.popup-gallery a span.eye-wrapper i.eye-icon,
.popup-gallery a span.eye-wrapper2 i.eye-icon {
	position: absolute;
	display: inline-block;
	font-size: 48px;
	z-index: 3;
	top: 50% !important;
	margin-top: -24px !important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span {
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.image-wrapper {
	display: inline-block;
	position: relative;
}

.image-wrapper:before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.7);
}

/* ----- Instagram Feed ----- */
#instafeed {
	position: relative;
	display: block;
	/*overflow: hidden;*/
}

#instafeed a {
	position: relative;
	display: inline-block;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#instafeed a img {
	display: inline-block;
	width: 100%;
}

#instafeed a:hover:before {
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-color: rgba(40, 21, 4, 0.6)	
}

#instafeed a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-color: rgba(40, 21, 4, 0)
}

.instagram-text {
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 50%;
	margin-left: -145px;
	width: 100%;
	max-width: 290px;
	padding: 30px 0 30px 0;
	text-align: center;
	background-color: #281504;
}

.instagram-text a.instagram-icon {
	color: #dfcb8f;
	font-size: 32px;
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.instagram-text a.instagram-icon:hover {
	color: #dfcb8f;
}

.instagram-text p {
	color: #dfcb8f;
	margin: 10px 0 0 0;
}

/* ----- Buttons ----- */
.btn, btn:hover{
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn-margin {
    display: inline-block;
    margin: 10px 10px;
}

.btn-white-transparent {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	font-family: 'GeogrotesqueMd', sans-serif;
	font-weight: normal;
	padding: 16px 32px;
	font-size: 13px;
	letter-spacing: 2px;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn-white-transparent:active,
.btn-white-transparent.active,
.open .dropdown-toggle.btn-white-transparent {
	color: #281504;
	background-color: #fff;
	border-color: #fff;
}

.btn-yellow,
.btn-yellow-small,
.btn-yellow-x-small {
	position: relative;
	color: #fff;
	background-color: #281504;
	font-family: 'GeogrotesqueBd', sans-serif;
	font-weight: normal;
	padding: 18px 32px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2px;
}

.btn-yellow-small {
	font-weight: normal;
	padding: 18px 32px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2px;	
}

.btn-yellow-x-small {
	color: #fff !important;
	padding: 12px 26px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}

.btn-yellow:before,
.btn-yellow-small:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	border: 1px solid #fff;
}

.btn-yellow-x-small:before {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 1px solid #fff;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active,
.open .dropdown-toggle.btn-yellow,
.btn-yellow-small:hover,
.btn-yellow-small:focus,
.btn-yellow-small:active,
.btn-yellow-small.active,
.open .dropdown-toggle.btn-yellow-small {
	color: #fff;
    background-color: #dfcb8f;
	border: 1px solid #dfcb8f;
}

.btn-yellow-x-small:hover,
.btn-yellow-x-small:focus,
.btn-yellow-x-small:active,
.btn-yellow-x-small.active,
.open .dropdown-toggle.btn-yellow-x-small {
	color: #fff;
    background-color: #685b4f;
	border: 1px solid #685b4f;
}


/* ----- Page Loader ----- */
#loader {
	background: #281504;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 90000;
	left: 0%;
	top: 0%;
}

.sk-three-bounce {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	text-align: center;
}

.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background-color: #dfcb8f;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
			animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
	0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
	}

	40% {
    -webkit-transform: scale(1);
            transform: scale(1); 
	}
}

@keyframes sk-three-bounce {
	0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); 
}

	40% {
    -webkit-transform: scale(1);
            transform: scale(1); 
	}
}

/* ========================================================== */
/* 			                02. HEADER                        */
/* ========================================================== */

#navbar-collapse-02 li.selected a {
    color: #dfcb8f !important;
}

#navbar-collapse-02 .current a {
    color: #dfcb8f!important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top {
	background-color: #281504 !important;
	transition: all 0.25s ease-in-out;
}

.navbar-fixed-top.opaque {
	background-color: #281504 !important;
	transition: all 0.25s ease-in-out;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li > a.purchase {
	position: relative;
	color: #fff;
	background-color: transparent;
	border: 2px solid #fff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 8px 20px;
	font-weight: normal! important;
	text-transform: none;
	webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
}

.navbar-default .navbar-nav > li > a.purchase:hover {
	color: #281504 !important;
	background-color: #fff;
	border: 2px solid #fff;
}

.navbar-default .navbar-nav > li.social > a {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-nav > li.social > a.first {
	border-left: 1px solid rgba(255, 255, 255, 0.7);
	padding-left: 30px;
	margin-left: 15px;
}

.navbar-default .navbar-nav > li.social > a.last {
	padding-right: 15px;
}

.navbar-default .navbar-nav > li.social > a i {
	font-size: 18px;
	line-height: 22px !important;
	color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default .navbar-nav > li.social > a:hover i {
	color: #dfcb8f;
}

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

/* ----- 1. Footer General Styles ----- */
.footer {
	width: 100%;
	position: relative;
	background-color: #dfcb8f;
	margin: 0 auto;
}

.footer-top {
	padding: 65px 0 15px 0;
	border-bottom: 2px dotted #685b4f;
}

.footer-bottom {
	padding: 30px 0 20px 0;
}

a.top-scroll {
	position: relative;
	padding: 7px 14px;
	font-size: 20px;
	line-height: 20px;
	color: #fff !important;
	background-color: #281504;
    border-color: #cf564b;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

a.top-scroll:before {
	display: block;
	content: '';
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	border: 1px solid #fff;
}

a.top-scroll:hover {
	background-color: #685b4f;
}

.footer h4 {
	font-size: 16px;
	position: relative;
	padding-bottom: 20px;
	color: #281504;
}

.footer h4::after {
	position: absolute;
	content: "";
	background-color: #281504;
	height: 3px;
	width: 40px;
	bottom: -1px;
	left: 0;
}

.footer p,
.footer a {
	color: #281504;
}

.footer-bottom p {
	color: #281504;
	font-size: 14px;
}

.footer-bottom p a {
	color: #281504;
	text-decoration: underline;
}

.footer p a:hover {
	color: #685b4f;
}

p.contact_info {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
}

p.contact_info a {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
}

p.contact_info i {
	font-size: 18px;
	padding-right: 5px;
	vertical-align: middle;
}

/* ----- 2. Footer Social Icons ----- */
ul.footer_social {
	display: block;
	float: right;
	margin: 0;
	list-style: none;
	list-style-image: none;	
	padding-left: 0px;	
}

ul.footer_social li {
	display: inline-block;
    margin: 0 0 10px 10px;
    color: #281504;
	line-height: 100% !important;
	font-size: 14px;
}

ul.footer_social li a i {
	display: inline-block;
	padding: 0;
	font-size: 22px !important;
	line-height: 22px !important;
	color: #281504;
	transition: all .5s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i:hover {
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	color: #685b4f;
}

/* ----- 3. Footer Gallery ----- */
ul.instagram {
	display: block;
	margin: 0;
}

ul.instagram li {
	display: inline-block;
	border: 5px solid #281504;
    margin: 5px 2px 2px 2px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.instagram li:hover {
	border: 5px solid #281504;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

ul.instagram li a img {
	position: relative;
	display: inline-block;
	width: 72px;
}

/* ----- 4. Footer List ----- */
ul.footer-list {
	display: block;
	margin: 0;
}

ul.footer-list li {
	padding: 5px 0;
	border-bottom: 1px solid #999;
}

ul.footer-list li.first {
	padding-top: 0;
}

ul.footer-list li a:hover {
	color: #e2695e;
}

/* ========================================================== */
/* 			              04. HERO SECTIONS                   */
/* ========================================================== */

.home-hero-section {
	margin-top: 78px;
}

.menu-hero-section{
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/ponudba-colnarna-trboje.jpg) 50% 50%;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.menu-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.55);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.about-hero-section {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/o-kavarni-colnarna-trboje.jpg) 50% 50%;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.about-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.55);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.gallery-hero-section {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/galerija-colnarna-trboje.jpg) 50% 50%;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.gallery-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.55);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.reservation-hero-section {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/rezervacije-colnarna-trboje.jpg) 50% 50%;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.reservation-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.55);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.cookies-hero-section {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/piskotki-colnarna-trboje.jpg) 50% 50%;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.cookies-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.55);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.disclaimer-hero-section {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/splosni-pogoji-colnarna-trboje.jpg) 50% 50%;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.disclaimer-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.55);
	position: absolute;
	z-index:10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.contact-hero-section {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/kontakt-colnarna-trboje.jpg) 50% 50%;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 210px 0 90px 0;
}

.contact-hero-section .image-overlay {
	background: rgba(17, 17, 17, 0.55);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.contact2-hero-section {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/kontakt-colnarna-trboje.jpg) 50% 50%;
    background-size: cover;	
	color: white;
	margin: 0 auto;
	padding: 90px 0 90px 0;
}

.contact2-hero-section .image-overlay {
	background: rgba(255, 255, 255, 1);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.contact3-hero-section{
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/lokacija-colnarna-trboje.jpg);
	background-position: center bottom;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding: 120px 0 120px 0;
}

.contact3-hero-section .image-overlay {
	background: rgba(255, 255, 255, 0.75);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.contact4-hero-section {
	width: 100%;
	position: relative;
	color: white;
	margin: 0 auto;
	padding: 90px 0 90px 0;
}

.contact4-hero-section .image-overlay {
	background: rgba(255, 255, 255, 0.95);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.image-section {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/main/colnarna-trboje.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding: 120px 0 120px 0;
}

.image-section-second {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/main/colnarna-trboje.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding: 120px 0 120px 0;
}

.image-section-ponudba-kava {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/ponudba-kava-colnarna-trboje.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;	
    background-size: cover;
	margin: 0 auto;
	padding: 120px 0 120px 0;
}

.image-section-ponudba-caj {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/ponudba-caj-colnarna-trboje.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;	
    background-size: cover;
	margin: 0 auto;
	padding: 120px 0 120px 0;
}

.image-section-ponudba-vino {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/ponudba-vino-colnarna-trboje.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding: 120px 0 120px 0;
}

.image-section-ponudba-koktalji {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/ponudba-koktalji-colnarna-trboje.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding: 120px 0 120px 0;
}

.image-section-ponudba-zgane-pijace {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/ponudba-zgane-pijace-colnarna-trboje.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding: 120px 0 120px 0;
}

.image-section-ponudba-torte {
	width: 100%;
	position: relative;
	background: url(../images/1920x1280/other/ponudba-torte-colnarna-trboje.jpg);
	background-position: center top;
    background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	margin: 0 auto;
	padding: 120px 0 120px 0;
}

.image-section .image-overlay,
.image-section-second .image-overlay,
.image-section-ponudba-kava .image-overlay,
.image-section-ponudba-caj .image-overlay,
.image-section-ponudba-vino .image-overlay,
.image-section-ponudba-zgane-pijace .image-overlay,
.image-section-ponudba-koktalji .image-overlay,
.image-section-ponudba-torte .image-overlay {
	background: rgba(34, 34, 34, 0.55);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.image-section-inside {
	position: relative;
	z-index: 100;
}

/* ========================================================== */
/* 					          05. MENU                        */
/* ========================================================== */

/* ----- 1. Featured Menu ----- */
.featured-menu-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% 0 no-repeat fixed;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 120px 0 80px 0;
}

.featured-menu-section .image-overlay {
	background: rgba(0, 0, 0, 0.50);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

/* ----- 2. Menu Homepage ----- */
.home-menu-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% 0 no-repeat fixed;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 120px 0;
}

.home-menu-section .image-overlay {
	background: rgba(0, 0, 0, 0.40);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.menu-wrapper {
}

.menu-wrapper-no-image {
}

.home-menu-list {
	display: block;
	clear: both;
}

.home-menu-list h5 {
	font-size: 18px;
    line-height: 24px;
    vertical-align: bottom;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #FFF;
    float: left;
    letter-spacing: 2px;
    max-width: 70%;
	padding-right: 10px;
	margin-bottom: 10px;
}

.home-menu-list p.price {
	color: #281504;
    font-size: 18px;
    line-height: 30px;
	font-weight: normal;
    display: inline-block;
    vertical-align: bottom;
    float: right;
    padding-top: 8px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.dot-line {
	border-bottom: 2px dotted #fff;
    height: 29px;
    overflow: hidden;
    display: block;
}

p.home-menu-ingredients {
	display: block;
	clear: both;
	width: 100%;
	color: #eee;
}

/* ----- 3. Menu First Version ----- */
.first-menu-section {
	width: 100%;
	position: relative;
	background: url(http://placehold.it/1920x1280) 50% 0 no-repeat fixed;
    background-size: cover;
	color: white;
	margin: 0 auto;
	padding: 120px 0;
}

.first-menu-section .image-overlay {
	background: rgba(0, 0, 0, 0.60);
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.menu-wrapper {
	display: inline-block;
	margin-bottom: 20px;
	min-width: 100%
}

.menu-wrapper-no-iamge {
	display: inline-block;
	min-width: 100%
}

h2.menu-section-title {
	font-size: 32px;
	position: relative;
	margin-bottom: 40px;
	margin-right: 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

h2.menu-section-title::after {
	position: absolute;
	content: "";
	background-color: #dfcb8f;
	height: 3px;
	width: 50px;
	bottom: -1px;
	left: 0;
}

.menu-image {
	float: left;
	width: 23%;
}

.menu-image img {
	padding: 5px 5px;
	background-color: #eef0f1;
	border-radius: 50%;
}

.menu-description {
	float: left;
	padding-left: 4%;
	width: 77%;
}

.menu-description-no-image {
	float: left;
	width: 100%;
}

.menu-list {
	display: block;
	clear: both;
}

.menu-list h5 {
	font-size: 18px;
    line-height: 24px;
    vertical-align: bottom;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    float: left;
    letter-spacing: 1px;
    max-width: 75%;
	padding-right: 6px;
	margin: 12px 0 10px 0;
}

.menu-list p.price {
	color: #dfcb8f;
    font-size: 16px;
    line-height: 16px;
	font-weight: normal;
    display: inline-block;
    vertical-align: bottom;
    float: right;
    padding-top: 18px;
	padding-left: 6px;
	margin-bottom: 5px;
}

.menu-list p.volume {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
    display: inline-block;
    vertical-align: bottom;
    float: right;
    padding-top: 18px;
	padding-left: 6px;
	margin-bottom: 5px;
}

.menu-dot-line {
	border-bottom: 1px dotted #dfcb8f;
    height: 31px;
    overflow: hidden;
    display: block;
}

.menu-dot-line-middle {
	border-bottom: 1px dotted #dfcb8f;
    overflow: hidden;
	display: inline-block;
	width: 6px;
	margin-left: 6px; 
}

p.menu-ingredients {
	display: block;
	clear: both;
	width: 100%;
}

p.menu-ingredients-no-image {
	display: block;
	clear: both;
	width: 100%;	
	margin-bottom: 10px;
	font-style: italic;
	line-height: 18px;	
}

/* ========================================================== */
/* 						      06. BLOG                        */
/* ========================================================== */

.blog-item {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
    background-color: #fff;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.blog-item-pic {
	display: inline-block;
	position: relative;
}

.blog-item-inner {
	padding: 1px 25px 20px 25px;
}

.blog-item-inner p {
	margin: 10px 0 20px 0;
}

h3.blog-title {
	margin-top: 20px;
	margin-bottom: 1px;
}

h3.blog-title a {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
    line-height: 24px;
    vertical-align: bottom;
    font-weight: normal;
	color: #281504;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

h3.blog-title a:hover {
	color: #281504;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

/* ========================================================== */
/* 					       07. REGISTER                       */
/* ========================================================== */

.register-inner {
	padding: 40px 0;
}

#register-form {
	padding: 15px 0 0 0;
}

input.register-input {
	width: 100%;
	height: 52px;
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom: 20px;
	color: #777;
	border: 1px solid #bbb;
	background-color: transparent;
    font-size: 16px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;	
}

select.register-input {
	width: 100%;
	height: 52px;
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom: 20px;
	color: #777;
	border: 1px solid #bbb;
	background-color: transparent;
    font-size: 16px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;	
}

input.register-submit {
	position: relative;
    display: inline-block;
	color: #fff;
	border: 1px solid #281504;
	background-color: #281504;
    cursor: pointer;
	margin-top: 10px;	
	font-weight: normal;
	padding: 18px 0;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2px;
	width:100%;
	font-family: 'GeogrotesqueBd', sans-serif;
    text-transform: uppercase;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;	
}

input.register-submit:hover {
	color: #281504;
	background-color: transparent;
	border: 2px solid #281504;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #bbb;
	font-style: italic;
}

input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder,
select.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;	
	font-style: italic;
}

input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder,
select.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbb;
	font-style: italic;
}

input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bbb;	
	font-style: italic;
}

#register-form input.register-input:focus,
#register-form select.register-input:focus {
	border-color: #dfcb8f;
	outline: none;	
}

p.register_success_box {
	text-align: center;
	display: inline-block;
	color: #281504;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0 20px 0;
	padding: 20px 20px;
}

/* ========================================================== */
/* 						    08. CONTACT                       */
/* ========================================================== */

#contact-form {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	text-align: center;
	padding: 15px 0 0 0;
}

input.contact-input {
	width: 100%;
	height: 55px;
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom: 20px;
	color: #777;
	border: 1px solid #bbb;
	background-color: transparent;
    font-size: 16px;
	float: left;
	webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;	
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;	
}

textarea {
	height: 205px;
	margin-bottom: 20px;
	width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    padding-bottom: 16px;
	color: #777;
	border: 1px solid #bbb;
	background-color: transparent;
    font-size: 16px;
	line-height: 20px;
	float: left;
	webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;	
    box-shadow: none;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;	
}

input.contact-submit {
	font-family: 'GeogrotesqueBd', sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff;
	border: 2px solid #281504;
	background-color: #281504;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
	margin-top: 10px;
    padding: 16px 30px;
    position: relative;
    text-transform: uppercase;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
	webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;	
}

input.contact-submit:hover {
	color: #281504;
	background-color: transparent;
	border: 2px solid #281504;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.white-input::-webkit-input-placeholder,
textarea.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color: #bbb;
	font-style: italic;
}

input.white-input:-moz-placeholder,
textarea.white-input:-moz-placeholder,
select.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bbb;	
	font-style: italic;
}

input.white-input::-moz-placeholder,
textarea.white-input::-moz-placeholder,
select.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bbb;
	font-style: italic;
}

input.white-input:-ms-input-placeholder,
textarea.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #bbb;	
	font-style: italic;
}

#contact-form input.contact-input:focus,
#contact-form textarea.contact-commnent:focus {
  	border-color: #dfcb8f;
  	outline: none;
}

p.contact_success_box {
	text-align: center;
	display: inline-block;
	color: #281504;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0 20px 0;
	padding: 20px 20px;
}

/* ========================================================== */
/* 					       09. GOOGLE MAP                     */
/* ========================================================== */

#map-canvas {
	width: 100%;
	height: 450px;
}

#map-content {
	width: 300px;
	margin-left: 0px;
	border-left: solid 40px #281504;
	padding-left: 15px;
	margin-bottom: 10px;
}

#map-info-content {
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
}

#map-info-content a {
	color: #777;
}	

#map-info-content h1 {
	font-family: 'GeogrotesqueBd', sans-serif;
	font-size: 18px;
	line-height: 22px;	
	font-weight: normal;
	color: #281504;
	margin-top: 20px;
	margin-bottom: 2px;	
}

#map-info-content h2 {
	font-family: 'GeogrotesqueBd', sans-serif;		
	font-weight: normal;
	font-size: 16px;
	color: #281504;
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 20px;		
}	

#container-map {
	max-width: 300px; 
	width: 100%;
	margin: 0 auto;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding: 0 10px 10px 10px;
	text-align: center;
}

p.warning {
	color: red;	
}

input.manual-location {
	width: 95%;
	font-size: 1.2em;
	padding: 5px;
}

.no-geolocation {
	display: none;	
}

.get-directions {
	position: relative;
	color: #fff;
	background-color: #281504;
	font-family: 'GeogrotesqueBd', sans-serif;
	font-weight: normal;
	padding: 18px 32px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2px;
}

.get-directions:before {
	display: block;
	content: '';
	position: absolute;
	top: 4px;
	right: 4px;
	bottom: 4px;
	left: 4px;
	border: 1px solid #fff;
}

.get-directions:hover {
	color: #fff;
	background-color: #dfcb8f;	
}

/* ========================================================== */
/* 		    Background Images - max-width: 1024px             */
/* ========================================================== */

@media only screen and (max-width: 1024px) {
	.image-section,
	.image-section-ponudba-kava,
	.image-section-ponudba-caj,
	.image-section-ponudba-vino,
	.image-section-ponudba-zgane-pijace,
	.image-section-ponudba-torte,	
	.image-section-ponudba-koktalji,		
	.featured-menu-section,
	.home-menu-section,
	.first-menu-section,
	.menu-hero-section,
	.about-hero-section,
	.gallery-hero-section,
	.reservation-hero-section,
	.cookies-hero-section,	
	.disclaimer-hero-section,	
	.contact-hero-section,
	.contact2-hero-section,
	.contact3-hero-section,
	.contact4-hero-section,
	.footer {
		background-attachment: scroll !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}
	
	.footer {
 	   text-align: center;
	}
	
	.footer h4::after {
		left: 50%;
		margin-left: -20px;
	}
	
		ul.footer_social {
		float: none;
		margin-top: 25px;
	}	
	
	.navbar-default .navbar-nav > li.social	 {
		display: none;
	}
}

@media only screen and (max-width: 1440px) {
	#instafeed a {
		width:16.66666666666%;
	}	
}

/* ========================================================== */
/* 					    10. MOBILE DEVICES                    */
/* ========================================================== */

@media handheld,
only screen and (max-width: 800px) {

	.footer {
 	   text-align: center;
	}
	
	.footer h4::after {
		left: 50%;
		margin-left: -20px;
	}
	
		ul.footer_social {
		float: none;
		margin-top: 25px;
		padding-left: 0px;
	}

	#instafeed a {
		width: 25%;
	}
}

/* ========================================================== */
/* 					      11. CHECKBOX                        */
/* ========================================================== */

input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0); 
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 48px;
	height: 34px; 
	display: inline-block;
	line-height: 34px;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 34px;
	vertical-align: middle;
	cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -34px;
}
						
label.css-label {
	background-image: url(../images/checkbox.svg);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}