/*
Author: Dusan Gacic
Author URI: 
Client: 
*/


/* 
# CSS contents ###################
* 01. Layout
* 02. Headings
* 03. Nav
* 04. Links
* 05. Typography 
* 06. Images
* 07. Forms
* 08. Lists
* 09. Tables
* 10. Other
*/


/*
# 01. Layout ################### 
*/

body {
	text-align: left;
	color: #333;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 22px;
	background: #4E693C
}
img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1680px;
			
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

#wrapper {
	position: relative;
}

#header {
	padding: 20px 10px 0;
	text-shadow: 2px 3px 3px rgba(51, 61, 0, 0.9);
	position: relative;
	z-index: 999
}
#ribbon {
	background: url(images/ribbon.png) top center;
	background-size: 100% 93px;
	height: 93px;
	width: 100%;
	margin-top: 10px	
}
.no-backgroundsize #ribbon {
	background: none;
}
#ribbon-bg {
	height: 93px;
	min-height: 93px;
	min-width: 400px;
	width: 100%;
}

#main {
	background: #fff;
	position: relative;
	left: 9%;
	margin-top: -39px;
	padding-bottom: 20px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#slide {
	position: relative;
	margin-bottom: 10px
}

#content {
		
}

#sidebar {
	padding: 0
}
.ribbon-sidebar {
	color: #fff;
	margin: 60px 0 50px;
	position: relative;
	left: 20px;
	background: #88250E;
	border: 2px solid #9d2a0f;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	padding: 0;
	clear: both;
	color: #fff;
	padding: 0;
	width: 100%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-shadow: 2px 3px 3px rgba(88, 0, 0, 0.9);
}
.ribbon-sidebar::before{
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	top: -14px;
	right: -10px;
	content: "";
	border-top: 12px solid transparent;
	border-left: 12px solid #2B0C00;
}
.ribbon-sidebar::after{
	display: block;
	width: 10px;
	height: 0px;
	position: absolute;
	bottom: -14px;
	right: -10px;
	content: "";
	border-bottom: 12px solid transparent;
	border-left: 12px solid #2B0C00;
}
#sidebar aside {
	border-bottom: 1px solid #701E0C;
	border-top: 1px solid #9B3822;
	padding: 20px	
}
#sidebar aside.first {
	border-top: none	
}
#sidebar aside.last {
	border-bottom: none	
}

#sidebar aside .contact {
	padding-left: 20px;
    text-indent: 20px;	
}
#sidebar aside .contact span {
	display: block;
	font-size: 14px	;
	line-height: 24px;
	font-weight: bold;
	padding-left: 0;
    text-indent: -10px;
}
#sidebar aside .contact span i {
	margin-right: 5px
}

#quotes {
	margin-top: 40px;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-family: 'KG No Regrets Sketch Regular', serif;
	text-shadow: 2px 3px 3px rgba(51, 61, 0, 0.9);
}
#quotes footer {
	font-size: 18px;
}

#footer {
	background: url(images/footer.png) top center;
	background-size: 100% 64px;
	height: 64px;
	width: 100%;	position: relative;
	margin-top: 40px
}
.no-backgroundsize #footer {
	background: none;
}
#footer-bg {
	height: 93px;
	width: 100%;
}

/*
# 02. Headings ################### 
*/

h1, h2, h3, h4 {
	font-family: 'Roboto Slab Bold', serif;
	font-weight: bold;
	color: #cf2700;
	line-height: 28px
}
h1 {
	font-size: 22px
}
#sidebar aside h1 {
	color: #fff;
	margin-top: 0;
	font-size: 18px
}

h2{}
#success h2 {
	color: #333	
}

h3{}

h4{}

#logo {
	margin-top: 10px
}

/*
# 03 Nav ################### 
*/

#mobnav-btn {
    display: none;
    font-size: 20px;
    font-weight: bold;
	height: 54px;
    color: #fff;
    padding: 17px;
    cursor: pointer;
	text-shadow: 2px 3px 3px rgba(88, 0, 0, 0.9);
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 53px;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

/* Skin */
#nav {
	width: 100%	
}
.mobnav-subarrow {
	display: none	
}
.no-backgroundsize #nav {
	position: absolute;
	top: 115px
}
#nav a {
	position: relative;
	z-index: 999
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu {
	float: left;
	font-family: 'Roboto Slab Bold', serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 3px 3px rgba(88, 0, 0, 0.9);
	padding-left: 20px
}
.sf-menu ul {
	-moz-box-shadow: inset 0 0 2px #b03012, 0px 0px 8px rgba(0,0,0,.8);
	-webkit-box-shadow: inset 0 0 2px #b03012, 0px 0px 8px rgba(0,0,0,.8);
	box-shadow: inset 0 0 2px #b03012, 0px 0px 8px rgba(0,0,0,.8);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: 17px 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #fff;
}
.sf-menu a span {
	padding: 4px 8px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #88250E
}
.sf-menu a:hover, .sf-menu .current a span {
	color: #ffe400;
}
.sf-menu .current a span {
	background: rgb(41,8,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MDgwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMzQwYjAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOCUiIHN0b3AtY29sb3I9IiM0YTEwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiM1NjEyMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNzUxZTA5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(41,8,0,1) 0%, rgba(52,11,0,1) 4%, rgba(74,16,0,1) 8%, rgba(86,18,1,1) 13%, rgba(117,30,9,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(41,8,0,1)), color-stop(4%,rgba(52,11,0,1)), color-stop(8%,rgba(74,16,0,1)), color-stop(13%,rgba(86,18,1,1)), color-stop(100%,rgba(117,30,9,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(41,8,0,1) 0%,rgba(52,11,0,1) 4%,rgba(74,16,0,1) 8%,rgba(86,18,1,1) 13%,rgba(117,30,9,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(41,8,0,1) 0%,rgba(52,11,0,1) 4%,rgba(74,16,0,1) 8%,rgba(86,18,1,1) 13%,rgba(117,30,9,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(41,8,0,1) 0%,rgba(52,11,0,1) 4%,rgba(74,16,0,1) 8%,rgba(86,18,1,1) 13%,rgba(117,30,9,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(41,8,0,1) 0%,rgba(52,11,0,1) 4%,rgba(74,16,0,1) 8%,rgba(86,18,1,1) 13%,rgba(117,30,9,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#290800', endColorstr='#751e09',GradientType=0 ); /* IE6-8 */
	border: 1px solid #a63414
}
.no-backgroundsize .sf-menu a:hover span {
	background: #6F1B07
}
.sf-menu li, .sf-menu li a span {
	/*background: #BDD2FF;*/
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.sf-menu li.home-icon a {
	position: relative;
}
.sf-menu li.home-icon a span {
	display: none
}
.sf-menu li.home-icon a:before {
	font-family: FontAwesome;
	content: "\f015";
	font-size: 22px
}
.sf-menu li.space {
	margin-left: 15.5%	
}
.sf-menu ul {
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	overflow: hidden;
	border: 1px solid #611908;
	background: #81220c
}
.sf-menu ul li {
	background: none;
	margin: 0;
	padding: 0;
	overflow: hidden
}
.sf-menu ul li a {
	margin: 0;
	padding: 10px;
	font: bold 13px Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	color: #fff !important;
	border-top: 1px solid #81220c;
	border-bottom: 1px solid #81220c;
}
.sf-menu ul li:first-child a {    
    border-top: 0
}
.sf-menu ul li:last-child a { 
	border-bottom: 0
}
.sf-menu ul li a:hover {
	border-top-color: #4b0700;
	border-bottom-color: #9d2a0f;
	background: #671400;
}
.sf-menu ul li a span {
	border: 0 !important;
	background: none !important;
	padding: 0;
	color: #edead7 !important;
}
.sf-menu ul li a:hover span {
	color: #ffe400 !important;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/*background: #CFDEFF;*/
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

/*
# 04. Links ################### 
*/

a {
	color: #cf2700;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover {
	
}

#quick-contact a, #sidebar a {
	color: #fff;
	text-decoration: none
}
#quick-contact a:hover, #sidebar a:hover {
	color: #ffe400
}

#action {
	background: url(images/action.png);
	width: 370px;
	height: 193px;
	display: block;
	position: absolute;
	left: 32.6%;
	top: 40px;
}
#action a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	display: block;
	position: relative;
	top: 31px;
	left: 33px;
	-webkit-transition: all .9s ease-in-out;
	-moz-transition: all .9s ease-in-out;
	-ms-transition: all .9s ease-in-out;
	-o-transition: all .9s ease-in-out;
	transition: all .9s ease-in-out;
}
#action a:hover {
	background: url(images/action-hover.png);
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

#social-networks a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-left: 5px;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	box-shadow: 0px 4px 2px rgba(51, 61, 0, 0.3);
	border-radius: 50%
}
#social-networks a:hover {
	-webkit-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	-o-transform: translate(0, -2px);
	transform: translate(0, -2px);
}
#social-networks a.facebook {
	background-image: url(images/ico-facebook.png)
}
#social-networks a.twitter {
	background-image: url(images/ico-twitter.png)
}
#social-networks a.google-plus {
	background-image: url(images/ico-google-plus.png)
}
#social-networks a.youtube {
	background-image: url(images/ico-youtube.png)
}


/*
# 05. Typography ################### 
*/

@font-face {
    font-family: 'Roboto Slab Bold';
    src: url('../fonts/RobotoSlab-Bold-webfont.eot');
    src: url('../fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/RobotoSlab-Bold-webfont.woff') format('woff'),
         url('../fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'),
         url('../fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'KG No Regrets Sketch Regular';
    src: url(../fonts/'kgnoregretssketch-webfont.eot');
    src: url('../fonts/kgnoregretssketch-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kgnoregretssketch-webfont.woff2') format('woff2'),
         url('../fonts/kgnoregretssketch-webfont.woff') format('woff'),
         url('../fonts/kgnoregretssketch-webfont.ttf') format('truetype'),
         url('../fonts/kgnoregretssketch-webfont.svg#kg_no_regrets_sketchregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

p {
	margin: 0 0 18px 0;
}
b, strong {
	font-weight: bold	
}

#quick-contact {
	font-family: 'Roboto Slab Bold', serif;
	font-weight: bold;
	font-size: 18px;
	color: #fff	
}
#quick-contact span {
	display: block;
}

p.copy {
	text-align: center;
	padding-top: 25px;
	padding-left: 38.5%;
	font-size: 10px;
	color: #998A88
}

/*
# 06. Images ################### 
*/

img {
	vertical-align: text-bottom;
	max-width: 100%;
	height: auto
}
.border {
	padding: 4px;
	background-image: url(images/placeholder.png);
}
.ribbon-sidebar .border {
	background-color: #AA4029;
	box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}

img.left {
	margin: 0 20px 20px 0;
}
img.right {
	margin: 0 0 20px 20px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
	height: 0;overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 97%;
    height: 94%;
}

#slide img {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
#slide blockquote {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	z-index: 88;
	color: #fff;
	font-size: 22px;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.9);
	font-family: 'Roboto Slab Bold', serif;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	background: url(images/triangle.png) bottom center repeat-x
}
#slide blockquote p {
	padding: 0 20px
}
#slide blockquote footer {
	font-size: 18px	;
	padding: 0 20px 20px;
	margin: 0
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

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

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*
# 07. Forms ################### 
*/

form.contact, #success {
	background: #D4E2C5;
	border: 5px solid #ABC98D;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden	
}
form .grid-50 label {
	display: block;
	font-family: "Roboto Slab Bold", serif;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 4px;
	color: #444
}
label img, form p img {
	position: relative;
	top: -3px;
	left: 2px;	
}
form p img {
	top: -2px;
}
.contact input, .contact textarea {
	width: 90%;
	margin-bottom: 12px;
	padding: 5px 10px;
	border: 1px solid #7D9B60;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.contact input:focus, .contact textarea:focus {
	-moz-box-shadow: 0px 0px 8px #91C45E;
	-webkit-box-shadow: 0px 0px 8px #91C45E;
	box-shadow: 0px 0px 8px #91C45E;
	border: 1px solid #91C45E;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
textarea {
	resize: vertical	
}
#surename {
	display: none	
}
.button {
	background: #7D9B60;
	width: auto	;
	font-family: "Roboto Slab Bold", serif;
	color: #fff;
	font-size: 14px;
	padding: 8px 10px;
	border: 1px solid #7D9B60;
}
.button:hover {
	background: #5E8736;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.error {
	background: #e2c6c3;
	border: 5px solid #c93335;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

/* Quiz */
form.quiz div {
	margin-bottom: 20px
}
form.quiz p {
	background: #eee;
	font-family: "Roboto Slab Bold", serif;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 10px
}
form.quiz input, form.quiz textarea {
	margin-left: 20px;
	padding: 5px 10px;
	border: 1px solid #7D9B60;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
form.quiz .grid-50 input, form.quiz .grid-50 textarea {
	margin-left: 0;
	width: 90%;
	margin-bottom: 12px;
}
form.quiz .grid-50 input:focus, form.quiz .grid-50 textarea:focus {
	-moz-box-shadow: 0px 0px 8px #91C45E;
	-webkit-box-shadow: 0px 0px 8px #91C45E;
	box-shadow: 0px 0px 8px #91C45E;
	border: 1px solid #91C45E;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
form.quiz input.button {
	margin-bottom: 40px;
	width: auto
}
span.border-bottom, div.border-bottom { 
	border-bottom: 1px solid #666;
	width: 80px;
	display: inline-block	
}
div.border-bottom { 
	width: 100%;
	border-color: #CCC
}

/*
# 08. Lists ################### 
*/

#main ul, #main ol {
	margin-bottom: 20px	
}

table ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-position: inside	
}

/*
# 19. Tables ################### 
*/

table {
	width: 100%;	
}
thead {
	color: #cf2700;
	font-size: 14px;
	border-bottom: 2px solid #be4529
}
th, td {
	padding: 7px 10px;
	border-bottom: 1px solid #ddd	
}
tr:hover {
	background: #f8ffed;
	color: #222
}
thead tr:hover {
	background: none;
	color: #cf2700;
}

/*
# 10. Other ################### 
*/

.right {
	float:right;
}
.left {
	float:left;
}
.center {
	margin: 0 auto;
	position: relative
}
.align-left {
	text-align: left	
}
.align-right {
	text-align: right	
}
.align-center {
	text-align: center	
}
/* float clearing for IE6 */
* html .clearfix{
	height: 1%;
	overflow: visible;
}
/* float clearing for IE7 */
*+html .clearfix{
	min-height: 1%;
}
/* float clearing for everyone else */
.clearfix:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
.clearall {
	clear: both	
}
.hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}