/* ========================================================================== */
/* RESET CSS
/* ========================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


.preloader
{
	display: none;
	background-image: url("../img/logo_deeppassion.png");
	height: 1px;
	width: 1px;
}

.rev_slider_wrapper
{
/*
	background: #eee none no-repeat scroll center center / cover;
	background-image: url("../pic/slider_sea_play_1w.jpg");
	margin: 0px 0px 0px 0px;
*/
}


/* HTML5 display-role reset for older browsers */
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section
{
	display: block;
}

#upload-progress
{
	width: 100%;
}
#upload-progress img
{
	display: block;
	margin: 20px auto;
}

.rev_slider_wrapper
{
	height: 1000px;
	background-color: #e2e2e2;
	margin-bottom: 0px;
}

.rev_slider_mobile_offset
{
	height: 20%;
	display: none;
}

@media only screen and (min-width: 990px)
{
	.rev_slider_mobile_offset
	{
		height: 0px;
	}
}

/* ========================================================================== */
/* FONTS
/* ========================================================================== */
@font-face
{
	font-family: 'GeosansLight';
	src: url('geosanslight/geosanslight.eot');
	src: url('geosanslight/geosanslight.eot?#iefix') format('embedded-opentype'),
			 url('geosanslight/geosanslight.woff') format('woff'),
			 url('geosanslight/geosanslight.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*
@font-face
{
    font-family: 'WorksansExtralight';
    src: url('worksans/worksans-extralight.eot');
    src: url('worksans/worksans-extralight.eot?#iefix') format('embedded-opentype'),
         url('worksans/worksans-extralight.woff2') format('woff2'),
         url('worksans/worksans-extralight.woff') format('woff'),
         url('worksans/worksans-extralight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face
{
    font-family: 'WorksansLight';
    src: url('worksans/worksans-light.eot');
    src: url('worksans/worksans-light.eot?#iefix') format('embedded-opentype'),
         url('worksans/worksans-light.woff2') format('woff2'),
         url('worksans/worksans-light.woff') format('woff'),
         url('worksans/worksans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face
{
    font-family: 'OpensansLight';
    src: url('opensans/opensans-light.eot');
    src: url('opensans/opensans-light.eot?#iefix') format('embedded-opentype'),
         url('opensans/opensans-light.woff2') format('woff2'),
         url('opensans/opensans-light.woff') format('woff'),
         url('opensans/opensans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

/*
@font-face
{
    font-family: 'RalewayLight';
    src: url('raleway/raleway-light.eot');
    src: url('raleway/raleway-light.eot?#iefix') format('embedded-opentype'),
         url('raleway/raleway-light.woff2') format('woff2'),
         url('raleway/raleway-light.woff') format('woff'),
         url('raleway/raleway-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'RalewayRegular';
    src: url('raleway/raleway-regular.eot');
    src: url('raleway/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('raleway/raleway-regular.woff2') format('woff2'),
         url('raleway/raleway-regular.woff') format('woff'),
         url('raleway/raleway-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/



@font-face
{
	font-family: 'IndieFlower';
	src: url('indieflower/indieflower.eot');
	src: url('indieflower/indieflower.eot?#iefix') format('embedded-opentype'),
			 url('indieflower/indieflower.woff') format('woff'),
			 url('indieflower/indieflower.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* ========================================================================== */
/* RESET
/* ========================================================================== */
html
{
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body
{
	margin: 0;
	font-family: "WorksansLight", "OpenSans", sans-serif;
	font-size: 15px;
	line-height: 26px;
	color: #404040;
}

@media only screen and (min-width: 320px) and (max-width: 599px)
{
	body
	{
	font-size: 14px;
	line-height: 22px;
	}
}

img
{
	/* Responsive images (ensure images don't scale beyond their parents) */
	max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */
	/*width: auto\9; */
	/* IE7-8 need help adjusting responsive images */
	height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.image-offset-body
{
	margin-top: 8px;
}

.image-offset-h3-bottom
{
	padding-bottom: 14px;
}

.post-offset-h1
{
	padding-top: 60px;
}

.post-offset-h2
{
	padding-top: 40px;
}



/* ========================================================================== */
/* TYPOGAPHY
/* ========================================================================== */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-family: "WorksansLight", "OpenSans", sans-serif;
	color: #444;
	text-align: center;
}

h1
{
	font-size: 38px; 
	line-height: 44px;
	margin: 0px 0px 12px 0px;	 
	font-weight: normal;
}
	
h2
{
	font-size: 38px; 
	line-height: 44px;
	margin: 0px 0px 12px 0px;	 
	font-weight: normal;
}
	
h1::after,
h2::after
{
	content: "";
	margin: 10px auto;
	display: block;
	width: 50px;
	height:10px;
	border-bottom: 1px solid #A07936;
}

h3
{
	font-size: 28px; 
	line-height: 36px;
	margin-bottom: 10px; 
	font-weight: normal;
}

h3::after
{
	content: "";
	margin: 12px auto;
	display: block;
	width: 50px;
	height:5px;
	border-top: 1px solid #A07936;
}

	
h4
{
	font-size: 22px; 
	line-height: 27px;   
	margin-bottom: 5px;
}
	
h5
{ 
	font-family: "WorksansLight", "OpenSans", sans-serif;
	font-size: 20px; 
	line-height: 24px; 
	margin-bottom: 5px;
}
	
h6
{ 
	font-size: 13px; 
	line-height: 24px; 
	margin-bottom: 5px;
}
	
p
{
	margin-bottom: 20px;
	/*text-align: justify;*/
}

em
{
	font-style: italic;
}

strong
{
	font-weight: 700;
}

small
{
	font-size: 90%;
}
	
sub
{ 
	vertical-align: sub; 
	font-size: 75%; 
}
	
sup
{ 
	vertical-align: super; 
	font-size: 75%; 
}
	
	
p.last,
h1.last,
h2.last,
h3.last,
h4.last,
h5.last
{
	margin-bottom: 0;
}

/* ========================================================================== */
/* TYPOGAPHY - LINKS
/* ========================================================================== */
a
{ 
	color: #5195be;
	text-decoration: none; 
}
	
a:visited
{ 
	text-decoration: none; 
}

/* Remove the gray background color from active links in IE 10. */
a:active
{
	background: transparent; /* 1 */
}
	
a:hover, 
a:focus
{
	outline: 0; 
	text-decoration: underline;
}	


/* ========================================================================== */
/* Typography - Lists
/* ========================================================================== */
ul
{ 
	list-style-type: disc;
	margin-bottom: 20px; 
	margin-left: 15px;
}

li {}


/* ========================================================================== */
/* Typography - Quotes
/* ========================================================================== */
.quote-large-center
{ 
	font-family: "IndieFlower", "OpenSans", sans-serif;
	font-size: 24px; 
	line-height: 34px;
	color: #aaa;
	width: 50%;
	margin: 0px auto;
	padding: 30px 10px 10px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
}

.quote-footer
{ 
	font-family: "IndieFlower", "OpenSans", sans-serif;
	font-size: 20px; 
	line-height: 26	px;
	color: #999;
	max-width: 260px;
}

.quote-contact
{ 
	font-family: "IndieFlower", "OpenSans", sans-serif;
	font-size: 20px; 
	line-height: 26	px;
	color: #aaa;
	margin-top: 30px;
	max-width: 230px;
}


/* ========================================================================== */
/* HEADER
/* ========================================================================== */
#header-top
{
	width: 100%;
	background: #eee;
	padding: 0px 0px 0px 0px;
	color: #444;
	border-bottom: 1px solid #ddd;
}

#header-top .col-t-4,
#header-top .col-d-4
{
	margin-bottom: 0px;
}

#header-top .language
{
	font-family: "WorksansLight", "OpenSans", sans-serif;
	font-size: 13px;
	line-height: 22px;	
	float: right;
	margin: 0px 5px 0px 0px;
	text-decoration: none;
}

#header-top .social
{
	font-size: 15px;
	line-height: 22px;	
	float: right;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
}

#header-top .social li
{
	float: left;
	padding: 0px;
	font-size:
}

#header-top .social ul > li a
{
	color: #999;
	display: inline-block; 
	padding: 11px 5px 0px 5px;
	position: relative;
	text-decoration: none;
	font-weight: normal;
  -webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

#header-top .social ul li:hover a
{
	color: #A07936;
}


#header-top .language a
{
	color: #999;
}

#header-top .language ul,
#header-top .social ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header-top .language li
{
	float: left;
	color: #bbb;
	display: inline-block; 
	padding: 2px 4px 1px 4px;
	position: relative;
}

#header-top .language ul > li a
{
	text-decoration: none;
	font-weight: normal;
  -webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

#header-top .language ul li:hover a
{
	color: #444;
	background: #ddd;
	background: none;
	color: #A07936;
}

#header-top .language .selected a
{
	/* background: #ed1d25; */
	color: #444;
}

#header-top .language .disabled a
{
}

#header-top .language .disabled:hover a 
{
	color: #BAC3C4;
	background: #6F8082;
}

#header-top .language ul li:last-child
{
	margin-right: 0;
}



@media only screen and (min-width: 990px)
{
	#header-top .language
	{
		margin: 0px 6px 0px 0px;
	}
	
	#header-top .language ul > li a
	{
		padding-top: 2px;
		padding-bottom: 2px;
	}
	
#header-top .social ul > li a
{
	padding: 5px 5px 0px 5px;
}

}



#header
{
	width: 100%;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ddd;
}

#header .header-logo
{
	float: left;
	width: 185px;
	padding: 0px 0px 0px 15px;
	margin-top: -14px;
}

@media only screen and (max-width: 989px)
{
	#header .header-logo
	{
		width: 130px;
		margin-top: -7px;
	}
}

#header .header-navigation
{
	float: right;
}


/* ========================================================================== */
/* MAIN MENU - LEVEL I
/* ========================================================================== */
#menu-main
{
	float: right;
	display: none;
}

@media only screen and (min-width: 990px)
/*@media only screen and (min-width: 750px)*/
{
	#menu-main
	{
		display: block;
		margin-top: 28px;
	}

	#menu-main .menu, 
	#menu-main .menu a
	{
		font-family: "WorksansLight", "OpenSans", sans-serif;
		font-size: 17px;
		line-height: 20px;
		color: #666;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
/*
   -webkit-text-stroke: 1px black;
   text-shadow:
       1px 1px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
*/
	}

	#menu-main .menu ul
	{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	#menu-main .menu li
	{
		position: relative;
		float: left;
	}

	#menu-main .menu ul > li a
	{
		padding: 12px 17px 12px 17px;
		font-weight: normal;
		color: #666;
		display: block;
		-webkit-transition: background 0.3s ease;
		-moz-transition: background 0.3s ease;
		-ms-transition: background 0.3s ease;
		-o-transition: background 0.3s ease;
		transition: background 0.3s ease;
	}

	#menu-main .menu ul li:hover a
	{
		color: #A07936;
	}
}


@media only screen and (min-width: 1400px)
{
	#menu-main .menu ul > li a
	{
		padding-left: 22px;
		padding-right: 22px;
	}
}



/* ========================================================================== */
/* MOBILE MENU TRIGGER
/* ========================================================================== */
#mobile-menu-trigger
{ 
	position: absolute;
	top: 60px;
	right: 19px;
	font-size: 28px;
	display: block;
	color: #5C6C6E;
	font-weight: normal;
}
/*
@media only screen and (min-width: 600px) and (max-width: 989px)
@media only screen and (min-width: 750px) and (max-width: 989px)
{
	#mobile-menu-trigger
	{ 
		display: none;
	}
}
*/
@media only screen and (min-width: 990px)
{
	#mobile-menu-trigger
	{ 
		display: none;
	}
}

@media only screen and (min-width: 1400px)
{
	#mobile-menu-trigger
	{ 
		display: none;
	}
}


/* ========================================================================== */
/* MOBILE MENU
/* ========================================================================== */
#mobile-menu
{
	font-family: "WorksansLight", "OpenSans", sans-serif;
	font-size: 17px;
	border-bottom: 1px solid #eee;
	margin: 0;
	background-color: #fff;
}

#mobile-menu ul
{	
	margin: 0;
	padding: 0;
}
	
#mobile-menu li
{	
	display: block;
	margin: 0;
}

#mobile-menu > li > ul, 
#mobile-menu > li > ul > li > ul
{
	display: none;
	margin: 0;
	background-color: #fff;
}
	
#mobile-menu li a
{
	position: relative;
	display: block;
	padding: 15px 25px 15px 25px;
	border-bottom: 1px solid #ddd;
	color: #5C6C6E;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

#mobile-menu ul li:last-child
{
	border-bottom: none;
}
	
#mobile-menu ul a
{
	padding: 8px 25px 8px 25px;
}

#mobile-menu ul li ul a 
{
	padding-left: 35px;
}
	
#mobile-menu .mobile-menu-submenu-arrow
{
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	border-left: 1px dotted #eee;
	color: #5C6C6E;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
	
#mobile-menu .mobile-menu-submenu-arrow:hover
{
	color: #2B3233;
	background-color: #fafafa;
}
	
#mobile-menu li a:hover
{
	color: #2B3233;
	background-color: #fafafa;
}

#mobile-menu
{
	color: #2B3233;
	display: none;
}


/* ========================================================================== */
/* BUTTONS
/* ========================================================================== */
.btn-read-more
{
	text-transform: uppercase;
	font-size: 15px;
	font-weight:normal;
	line-height: 26px;
	padding: 7px 0px 5px 0px;
	margin: 26px auto 0px auto;
	border: 1px solid #777;
	text-align: center;
	color: #444;
	width: 120px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-read-more a
{
	color: #444;
	text-decoration: none;
}

.btn-read-more:hover
{
	background-color: #f5f5f5;
}


/* ========================================================================== */
/* BANNER
/* ========================================================================== */
#banner
{
	position: relative;
	z-index: 800; /* 1 */
	height: 140px;
	background: #5C6C6E no-repeat center center;
	background-size: cover;
	color: #DDD;
}

#banner h3
{
	margin-bottom: 0;
	color: #fff;
	padding: 55px 0px 0px 0px;
	line-height: 24px;
	font-weight: 700;
	text-transform: lowercase;
}

#banner-overlay
{ 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 33, 56, 0.75);
}



/* ========================================================================== */
/* KOLEKCIJE - FRONT PAGE
/* ========================================================================== */
.collections .image
{
	/*border: 1px solid #FFF;*/
	position: relative;
	width: 100%;
  height: 0;
	margin: auto 0;
	/*padding-bottom: 56.25%; /* 16:9 */
	padding-bottom: 150%; /* 2:1 */
	overflow: hidden;
}

.collections a:hover, 
.collections a:focus
{
	text-decoration: none;
}

.collections .image img
{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.5s ease 0.2s;
}

.collections .image-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.92);
	opacity: 0;
	transition: all 0.5s ease;
}

.collections .image:hover .image-overlay
{
	opacity: 1;
}

.collections .title,
.collections .title a
{
	font-family: "GeosansLight", "OpenSans", sans-serif;
	font-size: 24px;
	padding: 28px 10px 0px 10px;
	width: 100%;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

.collections .sub-title,
.collections .sub-title a
{
	font-family: "GeosansLight", "OpenSans", sans-serif;
	font-size: 16px;
	padding: 2px 10px 10px 10px;
	width: 100%;
	color: #888;
	text-align: center;
}

.collections .btn-offset-bottom
{
	position:absolute;
	bottom:30px;
	width:100%;
}


.collections-main a:hover, 
.collections-main a:focus
{
	text-decoration: none;
}
.collections-main .image
{
	overflow: hidden;
}

.collections-main .image img
{
	transition: all 0.5s ease 0.2s;
}

.collections-main .image-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(240, 240, 240, 0.92);
	opacity: 0;
	transition: all 0.5s ease;
}

.collections-main .image:hover .image-overlay
{
	opacity: 1;
}

.collections-main .title,
.collections-main .title a
{
	font-family: "GeosansLight", "OpenSans", sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	padding: 50px 10px 0px 10px;
	width: 100%;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

.collections-main .sub-title,
.collections-main .sub-title a
{
	font-family: "GeosansLight", "OpenSans", sans-serif;
	font-size: 24px;
	padding: 5px 10px 10px 10px;
	width: 100%;
	color: #888;
	text-align: center;
}

.collections-main .btn-offset-bottom
{
	position:absolute;
	bottom:45px;
	width:100%;
}

.collections .btn-read-more:hover,
.collections-main .btn-read-more:hover
{
	background-color: #A07936;
	color: #fff;
	border: 1px solid #A07936;
}







@media only screen and (min-width: 600px) and (max-width: 767px)
{
	.post-list-b h3
	{
		font-size: 26px; 
		line-height: 30px;
		margin-bottom: 15px; 
	}
		
	.post-list-b h5
	{ 
		font-size: 20px; 
		line-height: 25px; 
		margin-bottom: 15px;
	}
	
	.post-list-b .col-wrap
	{
		width: 600px;
		margin: 0px auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 989px)
{
	.post-list-b .col-wrap
	{
		width: 100%;
		margin: 0px;
	}

	.post-list-b .col-text
	{
		width: 33.3333%;
	}

	.post-list-b .col-image
	{
		width: 66.6666%;
	}
}

@media only screen and (min-width: 990px)
{
	.post-list-b .post-text
	{
		padding: 60px 20px 10px 30px;
	}

	.post-list-b .corner-logo
	{
		width: 80px;
	}
	
	.post-list-b h3
	{
		font-size: 26px; 
		line-height: 30px;
		margin-bottom: 15px; 
	}
		
	.post-list-b h5
	{ 
		font-size: 20px; 
		line-height: 25px; 
		margin-bottom: 15px;
	}

	.post-list-b .col-text
	{
		width: 33.3333%;
	}

	.post-list-b .col-image
	{
		width: 66.6666%;
	}
}

@media only screen and (min-width: 1280px)
{
	.post-list-b .post-text
	{
		padding: 80px 30px 10px 40px;
	}
}

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

}




/* ========================================================================== */
/* FOOTER
/* ========================================================================== */
#footer
{
	width: 100%;
	margin-top: 60px;
	padding: 10px 0px 60px 0px;
	background: #eee;
	font-size: 15px;
	color: #777;
	position: relative;
	border-top: 1px solid #ddd;
}

#footer .logo
{	
	width: 120px;
	margin:-18px 0px 15px 0px;
}

#footer .head
{	
	height: 45px;
}

#footer .separator-line
{
	height: 150px;
	border-right: 1px solid #ddd;
}

#footer h4,
#footer h4 a
{
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	text-transform: uppercase;
}

#footer a
{
	color: #777;
	font-weight: normal;
}

#footer ul
{
	list-style: none;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}


#footer ul > li a
{
	color: #777;
	display: block;
 	font-weight: normal;
 	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#footer ul > li a:hover
{
	color: #A07936;
}

#footer ul > li a i
{
	font-size: 15px;
	line-height: 22px; 
	margin-right: 5px;
}

#footer-copyright
{
	width: 100%;
	padding: 0px 0px 6px 0px;
	background: #eee;
	font-size: 10px; 
	line-height: 20px;	
}

#footer-copyright .copyright
{
	color: #aaa;
	border-top: 0px solid #ddd;
	padding-top: 5px;
	margin-bottom: 0px;
}





/* ========================================================================== */
/* Typography - Forms
/* ========================================================================== */
form {}

fieldset {}

form p {}

label
{
	display: block;
	margin-bottom: 5px;
}

label span
{
	color: #d50f25;
}

select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] { cursor: pointer; }

/*
 * 1. stop safari from overwriting input styles
 */	

input,
textarea,
select
{
	-webkit-appearance: none; /* 1 */
	display: block;		
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 15px;
	border: 1px solid #aaa;
	margin-bottom: 15px;
	background-color: transparent;
	color: #444;
	font: 13px "Open Sans", Arial, sans-serif; 
	line-height: 21px;	
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus
{
	border-color: #bbb;
	outline: 0;		
}

select
{
	height: 40px;
}

select:focus
{
	outline: thin dotted #bbb;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

textarea
{ 
	min-height: 100px; 
	overflow: auto;
}

.radio,
.checkbox
{
	min-height: 18px;
	padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"]
{
	float: left;
	margin-left: -18px;
}

/*
input:-moz-placeholder,
textarea:-moz-placeholder
{
	color: #DDD;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
	color: #DDD;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
	color: #DDD;
}
	
*/

*::-webkit-input-placeholder
{
	color: #BBB;
}
*:-moz-placeholder
{
    /* FF 4-18 */
	color: #BBB;
}
*::-moz-placeholder
{
    /* FF 19+ */
	color: #BBB;
}
*:-ms-input-placeholder
{
    /* IE 10+ */
	color: #BBB;
}


.input-error
{
	background-color: #ffeeee;
}

.input-error-text
{
	font: 11px "Open Sans", Arial, sans-serif; 
	color: #990000;
	height: 0px;
	margin: -20px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}



/* ========================================================================== */
/* Buttons
/* ========================================================================== */
.btn
{ 
	text-transform: uppercase;
	font-size: 15px;
	font-weight:normal;
	line-height: 26px;
	padding: 7px 0px 5px 0px;
	border: 1px solid #777;
	text-align: center;
	color: #444;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.btn:focus
{
	outline: 0;
}

.btn:hover
{ 
	background-color: #A07936;
	color: #fff;
	border: 1px solid #A07936;
}




/* ========================================================================== */
/* RESPONSIVE SLIDER CAPTIONS
/* ========================================================================== */
.DeepPassion-Title
{
	font-family: "GeosansLight", "OpenSans", sans-serif;
	color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.DeepPassion-SubTitle
{
	font-family: "GeosansLight", "OpenSans", sans-serif;
	color: #bbb;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}



/* ========================================================================== */
/* NEW RIBBON
/* ========================================================================== */
.ribbon-wrapper-new
{
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-new
{
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
	text-transform: uppercase;
  /*
	text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  */
	-webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #A07936;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CE9B4A), to(#A07936)); 
  background-image: -webkit-linear-gradient(top, #CE9B4A, #A07936); 
  background-image:    -moz-linear-gradient(top, #CE9B4A, #A07936); 
  background-image:     -ms-linear-gradient(top, #CE9B4A, #A07936); 
  background-image:      -o-linear-gradient(top, #CE9B4A, #A07936); 
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-new:before, .ribbon-new:after
{
  content: "";
  border-top:   3px solid #7F5E2A;   
  border-left:  2px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-new:before
{
  left: 0;
}

.ribbon-new:after
{
  right: 0;
}