/* ========================================================================== */
/* 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;
}

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

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

.rev_slider_wrapper
{
	height: 480px;
	background: #ebf5fb none no-repeat scroll center center / cover;
	background-image: url("../pic/slider_bgr.jpg");
	margin-bottom: 0px;
  -webkit-transition: height 0.6s ease;
	transition: height 0.6s ease;
}


/* ========================================================================== */
/* FONTS
/* ========================================================================== */

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

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




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

body
{
	font-family: "OpenSans-Regular", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	color: #666;
	padding-top: 112px; 
}

#homepage,
#contact 
{
		padding-top: 112px; 
}

@media (min-width: 560px) 
{
	body
	{
	}
}

@media (min-width: 768px) 
{
	body,
	#homepage body,
	#contact body
	{
		font-size: 15px;
		line-height: 24px;
		padding-top: 114px; 
	}
}

@media (min-width: 992px) 
{
	body,
	#homepage, 
	#contact 
	{
		padding-top: 140px; 
	}	
}

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;
}


/* ========================================================================== */
/* TYPOGAPHY
/* ========================================================================== */
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-family: 'Catamaran', sans-serif;
	color: #1C2738;
	color: #444;
	text-transform: none;
}

h1
{
	font-size: 40px; 
	line-height: 45px;
	margin: 0px 0px 12px 0px;	 
}

h2
{
	font-size: 40px; 
	line-height: 45px;
	margin: 0px 0px 12px 0px;	 
}

h3
{
	font-size: 27px; 
	line-height: 34px;
	padding: 0px 0px 0px 0px;	 
	margin: 0px 0px 8px 0px;	 
}

h4
{
	font-size: 22px; 
	line-height: 27px;
	margin-bottom: 6px;
}

h4 strong
{
	/*
	color: #FFA70D;
	*/
}
	
h5
{ 
	font-size: 20px; 
	line-height: 26px; 
	margin-bottom: 5px;
}
	
h6
{ 
	font-size: 16px; 
	line-height: 20px; 
	margin-bottom: 2px;
}
	
p
{
	margin-bottom: 20px;
	/*text-align: justify;*/
}

em
{
	font-style: italic;
}

strong
{
	color: #444;
	/* font-weight: normal;*/
	font-weight: bold;
}

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


/* ========================================================================== */
/* TYPOGAPHY - LINKS
/* ========================================================================== */
a
{ 
	color: #43C3EA;
	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: none;
}	


/* ========================================================================== */
/* TYPOGAPHY - LISTS
/* ========================================================================== */
ul
{ 
	list-style-type: disc;
	margin-bottom: 20px; 
	margin-left: 25px;
}

li
{
}



/* ========================================================================== */
/* GOOGLE MAPS
/* ========================================================================== */
#gmap
{
	height: 400px;
	background-color: #fff;
	margin-bottom: 0px;
	border-top: 1px solid #e5e5e5;
}



@media (min-width: 992px)
{
	#gmap-info
	{
		height: 850px;
	}
}

/* ========================================================================== */
/* HEADER
/* ========================================================================== */
#header
{
	padding: 0px 0px 0px 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 900;	
	background: #eee;
}


#header-scroll
{

}

.header-top
{
	background: #FBB900;
	background: #27ABB7;
	color: #eee;
	padding: 0px;
	border-bottom: 1px none #DDD;
	overflow: hidden;
	position: relative;
}

.header-top .header-top-info
{
	float: left;
	width:auto;
	padding: 10px 0px 0px 0px;
}

.header-top .header-top-info ul
{
	padding: 0px;
	margin: 0px;
}

.header-top .header-top-info li
{
	line-height: 40px;
	float: left;
	padding: 0px 20px 0px 20px;
	display: block; 
}

.header-top .header-top-info li:first-child
{
	padding: 0px 20px 0px 0px;
}

.header-top .header-top-info i
{
	font-size:1.1em;
	padding: 0px 8px 0px 0px;
}

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

.header-top .header-top-info ul li:hover,
.header-top .header-top-info ul li:hover a
{
	color: #FFF;
	cursor: pointer;
}


.header-top .header-top-social
{
	float: left;
	width: 170px;
}

.header-top .header-top-social ul
{
	padding: 0px;
	margin: 0px;
}

.header-top .header-top-social li
{
	border-right: 1px solid #D5D5D5;
	float: left;
	display: block; 
}

.header-top .header-top-social li a
{
	color: #fff; 
}

.header-top .header-top-social li:first-child
{
	border-left: 1px solid #fff;
}

.header-top .header-top-social i
{
	text-align: center;
	font-size:1em;
	line-height: 45px;
	height: 45px;
	width: 40px;
  -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;
}

.header-top .header-top-social i:hover
{
	background-color: #ddd;
	/*
	color: #FFA70D;
	/*
	color: #3a3a3b;
	background-color: #FFCC00;
	*/
	cursor: pointer;
}





/* ========================================================================== */
/* HEADER
/* ========================================================================== */
.header-main
{
	font-family: "OpenSans-Regular", sans-serif;
	background: #fff;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #ddd;
	height: 77px;
	box-shadow: 0 10px 15px rgba(120, 120, 120, 0.08);
}

.header-main .header-logo
{
	z-index: 20;
	width: 195px;
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 0px -3px;
	display: block;
	float: left;
}

.header-contact-tel
{
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	float: right;
}

.header-contact-tel .text-holder
{
	padding: 7px 4px 5px 0px;
}

.header-contact-tel .text-holder strong
{
	font-family: 'Catamaran', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	padding: 0px 0px 0px 6px;
}



.header-contact-info
{
	overflow: hidden;
	width: 225px;
	margin: 0px auto;
	float: left;
}

.header-contact-info ul
{
	margin: 0px 0 0px 0px;
	overflow: hidden;
}
.header-contact-info ul li
{
	display: inline-block;
	padding: 8px 20px 1px 0px;
}

.header-contact-info .ico-address::before
{
	font-family: FontAwesome;
	content: "\f041";
	font-size: 15px;
	line-height: 15px;
	padding: 0px 0px 0px 5px;
	color: #fff;
}

.header-contact-info .ico-hours::before
{
	font-family: FontAwesome;
	content: "\f017";
	font-size: 14px;
	line-height: 14px;
	padding: 0px 0px 0px 3px;
	color: #fff;
}

.header-contact-info .ico-email::before
{
	font-family: FontAwesome;
	content: "\f0e0";
	font-size: 17px;
	line-height: 17px;
	padding: 0px 0px 0px 4px;
	color: #fff;
}

.header-contact-info .iocn-holder
{
	padding: 0px 0px 0px 2px;
}

.header-contact-info .iocn-holder,
.header-contact-info .text-holder
{
	display: table-cell;
	vertical-align: middle;
}

.header-contact-info .text-holder
{
	padding-left: 7px;
}

.header-contact-info .text-holder h4
{
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	margin: 3px 0px 0px 0px;
}

.header-contact-info .text-holder p
{
	color: #fff;
	font-size: 12px;
	line-height: 20px; 
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}


@media (min-width: 768px) 
{
	.header-main
	{
		padding: 0px 0px 0px 0px;
		height: 75px;
	}
		
	.header-contact-info
	{
		overflow: hidden;
		width: 520px;
		margin: 0px auto;
	}	
}		

@media (min-width: 560px)
{
	.header-main .header-logo
	{
		width: 220px;
		margin: 10px 0px 0px 0px;
	}
}

@media (min-width: 992px)
{
	.header-main
	{
		height: 100px;
	}

	.header-main .header-logo
	{
		width: 275px;
		padding: 0px 0px 0px 0px;
		margin: 17px 0px 0px 0px;
	}

	.header-contact-info
	{
		overflow: hidden;
	}
	
	.header-contact-info::before
	{
		display: none;
	}
	
	.header-contact-info ul li
	{
		float: left;
		padding: 9px 15px 7px 0px;
	}
}


/* ========================================================================== */
/* HEADER NAVIGATION
/* ========================================================================== */


/* ========================================================================== */
/* LANGUAGE SELECT
/* ========================================================================== */





/* ========================================================================== */
/* MAIN NAVIGATION - LEVEL 1
/* ========================================================================== */
#main-navigation
{
	float: right;
	display: none;
}

@media only screen and (min-width: 992px)
/*@media only screen and (min-width: 750px)*/
{
	#main-navigation
	{
		display: block;
		margin-top: 0px;
	}
	
	#main-navigation .menu, 
	#main-navigation .menu a
	{
		font-family: 'Catamaran', sans-serif;
		font-size: 16px;
		line-height: 17px;
		text-decoration: none;
		text-transform: uppercase;
	}

	#main-navigation .menu-item-level1
	{
		margin: 0px;
		padding: 0px;
		position: relative;
		float: left;
	}


	#main-navigation .menu-item-level1 a
	{
		padding: 41px 24px 41px 24px;
		font-weight: 500;
		color: #333;
		background-color: #none;
		display: block;
	}

	#main-navigation .menu-level1 .menu-item-active
	{
		content: "";
		display: block;
		height: 0px;
		width: 100%;
		margin: 0px auto;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0;
		z-index: 53;
		background-color: #fff;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#main-navigation .menu-level1 :hover
	{
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	#main-navigation .menu-level1 :hover .menu-item-active
	{
		background-color: #93D5DB;
		height: 4px;
	}	
	
	/* ========================================================================== */
	/* MAIN NAVIGATION - LEVEL 2
	/* ========================================================================== */
	#main-navigation .menu-level2
	{
		display: block;
		z-index: 1000; /* 1 */
		visibility:hidden;
		min-width: 200px;
		position: absolute;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	
	#main-navigation .menu-item-level2
	{
		color: #fff;
		display: block;
		float: none;
		margin-bottom: 0px;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	#main-navigation .menu-item-level2 a
	{
		font-family: 'Catamaran', sans-serif;
		background-color: #27AAB6;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		text-transform: none;
		padding: 12px 15px 12px 20px;
		border-bottom: 1px solid #27AAB6;
	}

	#main-navigation .menu-item-level1:hover .menu-level2
	{
		visibility: visible;
		opacity: 1;
	}

	#main-navigation .menu-item-level1:hover .menu-item-level2
	{
		opacity: 1;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin-bottom: 0px;
	}

	#main-navigation .menu-item-level2 :hover 
	{
		color: #fff;
		background: #93D5DB;
	}

	
}

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



/* ========================================================================== */
/* MOBILE NAVIGATION TRIGGER
/* ========================================================================== */
#mobile-menu-trigger
{ 
	font-size: 25px;
	line-height: 72px;
	width: 70px;
	text-align: center;
	color: #222;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;	
}

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





/* ========================================================================== */
/* MOBILE MENU
/* ========================================================================== */
#mobile-menu
{
	margin: 0;
	background-color: #fff;
}
	
#mobile-menu ul
{	
	margin: 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
{
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: block;
	padding: 15px 25px 15px 0px;
	border-bottom: 1px solid #e0e0e0;
	color: #444;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	
}
	
#mobile-menu ul a
{
	padding-left: 45px;
	padding: 10px 25px 10px 30px;
}

#mobile-menu ul li ul a 
{
	font-family: 'Catamaran', sans-serif;
	text-transform: none;
	font-weight: 400;
	padding-left: 40px;
}
	
#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: 40px;
	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;
}


/* ========================================================================== */
/* TITLE BAR
/* ========================================================================== */
.titlebar
{
	background: #FFFFFF none no-repeat scroll center center / cover;
	margin: 0px;
	padding: 45px 0px 8px 0px;
	height: 150px;
	color: #fff;
	overflow: hidden;
}

.titlebar .title-text
{
	float: left;
	font-family: 'Catamaran', sans-serif;
	padding: 10px 0px 0px 10px;
	
}

.titlebar .title-text h3
{
	font-size: 26px;
	color: #eef6f3;
	text-transform: none;
	text-transform: lowercase;
}



/* ========================================================================== */
/* PAGE
/* ========================================================================== */

.page-main-title
{
	overflow:hidden;
	text-align: center;
	margin: 50px 0px 35px 0px;
}

.page-main-title h1
{
	font-size: 30px;
	line-height: 34px;
	text-align: center;
}

.page-main-title p
{
	margin-bottom: 0px;
}

@media (min-width: 992px) 
{
	.page-main-title h1
	{
		font-size: 40px;
		line-height: 44px;
	}
}

.post-header
{
	text-align: center;
	margin-bottom: 30px;
}

.post-body
{

}

.post-notes
{
	font-size: 11px;
	line-height: 15px;
	color: #999;
}


/* ========================================================================== */
/* SERVICES-INFO
/* ========================================================================== */
.services
{
	margin: 50px 0px 20px 0px;
	padding: 20px 0px 10px 0px;
}


/* ========================================================================== */
/* PAGE  
/* INTRO ABOUT US
/* ========================================================================== */
.page-intro
{
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 20px 0px;
	background: no-repeat center center;
	background-size: cover;
	font-size: 16px;
	line-height: 24px;
	color: #444;
}

.intro-about-us
{
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 70px 0px;
	background: #fff no-repeat center center;
	background-size: cover;
}

.intro-blog
{
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 0px 0px;
	background: #fff no-repeat center center;
	background-size: cover;
}

.intro-about-us-image
{
	margin: -20px auto -20px auto;
	max-width: 300px;
}

.page-intro h1,
.intro-blog h1,
.intro-about-us h1
{
	font-size: 30px; 
	line-height: 34 px;
	margin: 0px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.page-intro h6,
.intro-blog h6,
.intro-about-us h6
{
	font-family: "OpenSans-Regular", sans-serif;
	font-style: italic;
	font-size: 15px; 
	line-height: 25px;
	margin: 0px 0px 0px 0px;	 
	color: #AAB9D2;
	color: #aaa;
	text-transform: none;
}

.page-intro p,
.intro-blog p,
.intro-about-us p
{
	padding: 0px 0px 0px 0px;
}

.intro-about-us-btn
{
	margin: 30px auto 35px auto;
	display: inline-block;
	width: 100%;
	text-align: center;
}


@media (min-width: 560px) 
{
	.intro-about-us-image
	{
		margin: -30px 0px -30px 0px;
		max-width: 100%;
	}

	.page-intro h1,
	.intro-blog h1,
	.intro-about-us h1
	{
		font-size: 36px; 
		line-height: 38px;
		margin: 0px 0px 10px 0px;
		text-align: left;
	}

	.page-intro h6,
	.intro-blog h6,
	.intro-about-us h6
	{
		text-align: left;
	}

	.page-intro p,
	.intro-blog p,
	.intro-about-us p
	{
		text-align: left;
	}
	
	.intro-about-us-btn
	{
		text-align: left;
	}	
}


@media (min-width: 992px)
{
	.page-intro h1,
	.intro-blog h1,
	.intro-about-us h1
	{
		font-size: 40px; 
		line-height: 44px;
		margin: 0px 0px 20px 0px;
		text-align: left;
	}

	.page-intro h6,
	.intro-blog h6,
	.intro-about-us h6
	{
		font-size: 17px; 
		line-height: 28px;
		text-align: left;
	}
}






/* ========================================================================== */
/* INTRO PORTFOLIO
/* ========================================================================== */


/* ========================================================================== */
/* INTRO BANNER
/* ========================================================================== */
.intro-banner
{
	margin: 0px 0px 60px 0px;
	background: #FBB900;
	background: #27ABB7;
	padding: 50px 0px 20px 0px;
}

.intro-banner-white
{
	margin: 0px 0px 30px 0px;
	padding: 50px 0px 20px 0px;
}

.intro-banner-image
{
	margin: 0px auto 0px auto;
	max-width: 200px;
}

.intro-banner-image img
{
	border-radius: 50%;
}


.intro-banner h1,
.intro-banner h2,
.intro-banner-white h1,
.intro-banner-white h2
{
	font-size: 28px; 
	line-height: 35px;
	margin: 0px 0px 15px 0px;
	text-align: center;
}

.intro-banner h1,
.intro-banner h2
{
	color: #fff;
}

.intro-banner h4,
.intro-banner-white h4
{
	font-size: 15px; 
	font-family: 'Catamaran', sans-serif;
	line-height: 20px;
	margin: 0px 0px 6px 0px;	 
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.intro-banner h4
{
	color: #fff;
}

.intro-banner p,
.intro-banner-white p
{
	font-size: 16px;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.intro-banner p
{
	color: #fff;
}

.intro-banner-btn
{
	margin: 30px auto 35px auto;
	display: inline-block;
	width: 100%;
	text-align: center;
}


@media (min-width: 560px) 
{
	.intro-banner-image
	{
		margin: 0px auto 0px auto;
		max-width: 70%;
	}

	.intro-banner h1,
	.intro-banner h2,
	.intro-banner-white h1,
	.intro-banner-white h2
	{
		text-align: left;
	}

	.intro-banner h4,
	.intro-banner-white h4
	{
		text-align: left;
	}

	.intro-banner p,
	.intro-banner-white p
	{
		text-align: left;
	}
	
	.intro-banner-btn
	{
		text-align: left;
	}	
}


@media (min-width: 992px)
{
	.intro-banner h1,
	.intro-banner h2,
	.intro-banner-white h1,
	.intro-banner-white h2
	{
		font-size: 40px; 
		line-height: 45px;
		text-align: left;
	}

	.intro-banner h4,
	.intro-banner-white h4
	{
		font-size: 16px; 
		line-height: 20px;
		text-align: left;
	}

	.intro-banner p,
	.intro-banner-white p
	{
		font-size: 18px;
		line-height: 28px;
		text-align: left;
	}
}


.intro-gallery
{
	margin: 0px 0px 30px 0px;
}

.intro-gallery-image
{
	-webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
}



/* ========================================================================== */
/* FOOTER BANNER
/* ========================================================================== */



/* ========================================================================== */
/* PAGE BANNER
/* ========================================================================== */
.page-banner
{
	overflow: hidden;
	padding: 45px 0px 30px 0px;
	margin: 50px 0px 30px 0px;
	color: #222;
	text-align: center;
	-webkit-background-size: cover;
	background-size: cover;	
}

.page-banner h3
{
	font-size: 32px; 
	line-height: 36px;
	text-transform: none;
	margin-bottom: 5px;
}


.page-banner p
{
  font-size: 18px;
  line-height: 28px;
	margin-bottom: 0px;
}

.pb-footer
{
	padding-bottom: 70px;
}

.pb-yellow
{
	background-color: #FFCC00;
}

.pb-grey
{
	background-color: #555;
}

.page-banner .col-md-12
{
	margin-bottom: 30px;
}

.page-banner .col-md-12:last-child
{
	margin-bottom: 0px;
}


@media (min-width: 992px)
{
	.page-banner h3
	{
		text-align: left;
	}
	
	.page-banner
	{
		text-align: left;
	}
	
	.row
	{
		position: relative;
	}

	.page-banner .col-md-12
	{
		margin-bottom: 10px;
	}

	.page-banner .col-lg-2
	{
		position: absolute;
		bottom: 25px;
		right: 0px;
	}

}

/* ========================================================================== */
/* PAGE BANNER
/* ========================================================================== */
.content-banner
{
	margin: 80px 0px 60px 0px;
	background: #FFA70D;
	padding: 35px 0px 10px 0px;
	-webkit-background-size: cover;
	background-size: cover;	
}

.content-banner h1,
.content-banner h2
{
	font-size: 28px; 
	line-height: 35px;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

.content-banner h4
{
	font-size: 20px; 
	line-height: 25px;
	margin: 0px 0px 10px 0px;	 
	text-align: center;
}

.content-banner p
{
	font-size: 16px;
	line-height: 22px;
	padding: 0px 0px 0px 0px;
	color: #333;
	text-align: center;
}

.content-banner-btn
{
	margin: 30px auto 35px auto;
	display: inline-block;
	width: 100%;
	text-align: center;
}


@media (min-width: 560px) 
{
	.content-banner h1,
	.content-banner h2
	{
		text-align: left;
	}

	.content-banner h4
	{
		text-align: left;
	}

	.content-banner p
	{
		text-align: left;
	}
	
	.content-banner-btn
	{
		text-align: left;
	}	
}


@media (min-width: 992px)
{
	.content-banner h1,
	.content-banner h2
	{
		font-size: 38px; 
		line-height: 44px;
		text-align: left;
	}

	.content-banner h4
	{
		font-size: 22px; 
		line-height: 27px;
		text-align: left;
	}

	.content-banner p
	{
		font-size: 18px;
		line-height: 22px;
		text-align: left;
	}
}


/* ========================================================================== */
/* BLOG GRID
/* PORTFOLIO GRID
/* ========================================================================== */
.blog-grid
{
	margin: 0px 0px 0px 0px;
}

.portfolio-grid
{
	margin: 0px 0px 20px 0px;
}

.blog-grid .grid-item
{
	margin: 0px 0px 35px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px none #ddd;
	position: relative;
}

.portfolio-grid .grid-item
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px none #ddd;
	position: relative;
}

.blog-grid .grid-item .blog-date
{
	font-family: "Opensans-Regular", sans-serif;
	background: #FFA70D none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	left: 0;
	line-height: 20px;
	padding: 56px 15px 8px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	z-index: 100;
}

.blog-grid .grid-item .blog-date strong
{
	color: #fff;
	font-family: "Opensans-Semibold", sans-serif;
	font-size: 25px;
}



.blog-grid .grid-item .grid-image,
.portfolio-grid .grid-item .grid-image
{
	position: relative;
  width: 100%;
	margin: 0px 0px 0px 0px;
	padding-bottom: 56.25%; /* 16:9 */
	overflow: hidden;
	border-bottom: 4px solid #FBB900;
	border-bottom: 4px solid #27ABB7;
}


.blog-grid .grid-item .grid-image img,
.portfolio-grid .grid-item .grid-image img
{
	position: absolute;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 100%;
	max-width: initial;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transition: all 0.5s ease 0.2s;
}

.blog-grid .grid-item .grid-image .image-overlay,
.portfolio-grid .grid-item .grid-image .image-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(0, 0, 0, 0.3);
	background-color: rgba(40, 170, 180, 0.3);
}

.blog-grid .grid-item .grid-image:hover .image-overlay,
.portfolio-grid .grid-item .grid-image:hover .image-overlay
{
	height: 100%;
	opacity: 1;
}

.blog-grid .grid-item .grid-image .overlay-link,
.portfolio-grid .grid-item .grid-image .overlay-link
{
  position:absolute;
	top: 50%;
  left: 50%;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #FBB900;
	background-color: #27ABB7;
	text-align: center;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.blog-grid .grid-item .grid-image .overlay-link i,
.portfolio-grid .grid-item .grid-image .overlay-link i
{
	font-size: 0px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}

.blog-grid .grid-item .grid-image:hover .overlay-link i,
.portfolio-grid .grid-item .grid-image:hover .overlay-link i
{
	font-size: 32px;
	line-height: 60px;
}

.blog-grid .grid-item .grid-text
{
	margin: 0px 0px 0px 0px;
	padding: 22px 0px 0px 1px;
}

.blog-grid .grid-item .grid-text h4
{
	font-size: 16px; 
	line-height: 21px; 
	margin: 0px 0px 14px 0px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.portfolio-grid .grid-item .grid-text
{
	margin: 12px 0px 16px 0px;
	padding: 0px 0px 0px 1px;
	font-size: 14px;
}

.portfolio-grid .grid-item .grid-text h4
{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}


.portfolio-grid .grid-item ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.portfolio-grid .grid-item ul li
{
	padding: 3px 0px 3px 26px;
	position: relative;
}

.portfolio-grid .grid-item ul li::before
{
	font-family: 'FontAwesome';
  content: "\f00c";
	top: 4px;
	left: 0;
	position: absolute;
	color: #fbb900;
}


/* ========================================================================== */
/* BLOG POST
/* SERVICES POST
/* ========================================================================== */
.blog-post
{
	margin: 40px 0px 40px 0px;
}

.services-post
{
	margin: 10px 0px 40px 0px;
}

.services-post .post-quote
{
	margin: 30px 0px 40px 0px;
	padding: 20px 12px 1px 40px;
	background: #EFEDE5;
	background: #F4F4F4;
	position: relative;
	font-style: italic;
	line-height: 24px;
}

.services-post .post-quote::before
{
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0px;
	width: 4px;
	background: #FBB900;
}



.services-post ul
{
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.services-post ul li
{
	padding: 3px 0px 3px 26px;
	position: relative;
}

.services-post ul li::before
{
	font-family: 'FontAwesome';
  content: "\f00c";
	top: 4px;
	left: 0;
	position: absolute;
	color: #fbb900;
}


.services-post i
{
	font-size: 16px;
	color: #fbb900;
	position: absolute;
	top: 7px;
	left: 0px;
}


.blog-post .blog-text,
.services-post .services-text
{
	margin: 30px 0px 0px 0px;
	/*
	text-align: justify;
	*/
}

.blog-post .blog-text h1,
.services-post .services-text h1
{
	font-size: 24px; 
	line-height: 30px;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.blog-post .blog-text h1::before,
.services-post .services-text h1::before
{
/*
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 4px;
	background: #FFA70D;
*/
}

.blog-post .blog-info
{
	font-size: 13px;
	padding: 0px 0px 10px 3px;
	border-bottom: 1px solid #eee;
	margin: 0px 0px 18px 0px;
	color: #aaa;
	overflow: hidden;
}

.blog-post .blog-info ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.blog-post .blog-info ul li
{
	display: inline-block;
	padding: 0px 20px 0px 0px;
}

.blog-post .blog-info i
{
	font-size: 16px;
	color: #FFA70D;
	margin: 0px 6px 0px 0px;
}

.blog-post .blog-date
{
	font-family: "Opensans-Regular", sans-serif;
	background: #FFA70D none repeat scroll 0 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	left: 0;
	line-height: 20px;
	padding: 56px 15px 8px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	z-index: 100;
}

.blog-post .blog-date strong
{
	color: #fff;
	font-family: "Opensans-Semibold", sans-serif;
	font-size: 25px;
}


.blog-post .blog-image,
.services-post .services-image
{
  width: 100%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ddd;
/*
	padding-bottom: 100%; /* 16:9 */
/*
	padding-bottom: 56.25%; /* 16:9 */

	/*padding-bottom: 50%; /* 2:1 */
	overflow: hidden;
	position: relative;
}

.services-post .ir-16-9
{
	padding-bottom: 56.25%; /* 16:9 */
}

.blog-post .blog-image img,
.services-post .services-image img
{
	width: 100%;
/*
	position: absolute;
	padding: 0px 0px 0px 0px;
	display: block;
	max-width: initial;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%,-50%);
	transition: all 0.5s ease 0.2s;
*/
}

.blog-post-thumbs,
.services-post-thumbs
{
	margin: 10px 0px 0px -5px;
	width: calc(100% + 10px);
	overflow: hidden;
}

.blog-post-thumb-col,
.services-post-thumb-col
{
	width: 25%;
	padding: 0 5px;
	float: left;
}

.blog-post-thumb,
.services-post-thumb
{
	position: relative;
	width: 100%;
  height: 0;
	margin: 0px auto 10px auto;
	/*padding-bottom: 56.25%; /* 16:9 */
	/*padding-bottom: 50%; /* 2:1 */
	padding-bottom: 60%; /* 1:1 */
	overflow: hidden;
	border: 1px solid #ddd;
}

.blog-post-thumb img,
.services-post-thumb img
{
	padding: 0px;
	position: absolute;
	display: block;
	width: 100%;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	transition: all 0.5s ease 0.2s;
}

.blog-post-attachments,
.services-post-attachments
{
	margin: 25px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #e5e5e5;
}

.blog-post-attachments a,
.services-post-attachments a
{
	color: #666;
	color: #444;
}

.blog-post-attachments .attachments-item,
.services-post-attachments .attachments-item
{
	overflow: hidden;
	margin: 0px 0px 7px 0px;
}

.blog-post-attachments .attachments-item i,
.services-post-attachments .attachments-item i
{
	font-size: 22px;
	color: #E44B05;
	margin: 1px 10px 0px 1px;
}

/* SMALL - MOBILE LANDSCAPE, TABLET PORTRAIT */
@media (min-width: 560px) 
{

}

/* MEDIUM - TABLET LANDSCAPE */
@media (min-width: 768px) 
{

}

/* LARGE - DESKTOP */
@media (min-width: 992px)
{
	.blog-post .blog-text h1,
	.services-post .blog-text h1
	{
		font-size: 30px; 
		line-height: 36px;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
	}

	.blog-post .blog-text h1::before
	{
		/*
		height: 22px;
		top: 7px;
		width: 5px;
		*/
	}
}

/* XLARGE - DESKTOP HD SCREEN */
@media (min-width: 1280px)
{

}


/* ========================================================================== */
/* BLOG SIDEBAR
/* ========================================================================== */


/* ========================================================================== */
/* SERVICES SIDEBAR
/* ========================================================================== */
.services-sidebar-info
{
	position: relative;
	font-size: 15px;
	line-height: 23px;
	margin: 0px 0px 60px 0px;
	text-shadow: 0px 0px 12px rgba(220, 120, 15, 1.0);
}

.services-sidebar-info strong
{
	font-family: "OpenSans-Semibold", sans-serif;
	color: #fff;
	font-size: 18px;
}

.services-sidebar-info h3
{
	font-size: 24px; 
	line-height: 26px;
	margin: 7px 0px 10px 0px; 
	padding: 0px 0px 0px 0px; 
	color: #fff;
}

.services-sidebar-info .info-box-top
{
	overflow: hidden;
	position: relative;
	height:25px;
}

.services-sidebar-info .info-box-top::after
{
	content: "";
	background-color: #fbb900;
	position: absolute;
	height: 50px;
	width: 900px;
	top: 8px;
	left: -5px;
	z-index:1;
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
}

.services-sidebar-info .info-box
{
	color: #fff;
	background-color: #fbb900;
	padding: 10px 20px 8px 25px;
}

.services-sidebar-info .info-box:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	bottom: -24px;
	border: 12px solid;
	border-color: #fbb900 transparent transparent #fbb900;
}

.services-sidebar-info .info-box a
{
	color: #fff;
	text-decoration: underline;
}



.services-sidebar-list
{
	color: #666;
	margin: 10px 0px 10px 0px;
}

.services-sidebar-list a
{
	color: #444;
}

.services-sidebar-list h3
{
	font-size: 20px; 
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
	position: relative;
	border-bottom: 1px none #ddd;
}

.services-sidebar-list h3::before
{
	display:none;
}


.services-sidebar-list ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1px;
	overflow: hidden;
}

.services-sidebar-list ul li
{
	padding: 3px 0px 3px 26px;
	position: relative;
	font-size: 22px; 
	line-height: 27px;
	font-family: 'Catamaran', sans-serif;
	color: #444;
}

.services-sidebar-list ul li p
{
	font-family: "OpenSans-Regular", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.services-sidebar-list i
{
	font-size: 16px;
	color: #fbb900;
	position: absolute;
	top: 9px;
	left: 0px;
}


.services-sidebar-list ul li:hover i
{
	top: 6px;
	font-size: 21px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (min-width: 768px) 
{
	.services-sidebar-list ul li p
	{
		font-size: 15px;
		line-height: 24px;
	}
}


/* ========================================================================== */
/* PORTFOLIO SIDEBAR
/* ========================================================================== */

/* ========================================================================== */
/* PORTFOLIO POST
/* ========================================================================== */




/* ========================================================================== */
/* CONTACT PAGE
/* ========================================================================== */
/*
.contact-page .contacts
{
	padding: 20px 0px 5px 0px;
	margin: 0px 0px 30px 0px;
	background: #DFE7E4;
}

.contact-page .contacts h4
{
	text-align: center;
	font-size: 18px;
	line-height:24px;
	margin: 0px 0px 0px 0px;
}

.contact-page .contacts-icon
{
	background-color: #A3B2AD;
	background-color: #FBB900;
	border: medium none;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin: 0 auto 10px;
	text-align: center;
}

.contact-page .contacts-icon i
{
	font-size: 25px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}

.contact-page .contacts p
{
	text-align: center;
	margin: 0px 0px 0px 0px;
}

.contact-page .contacts a
{
	color: #666;
}

*/
.contact-page .contacts
{
	padding: 25px 0px 10px 0px;
	margin: 0px 0px 30px 0px;
	background: #27AAB6;
	color: #fff;
}

.contact-page .contacts h4
{
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin: 1px 0px 0px 0px;
	color: #fff;
}

.contact-page .contacts-icon
{
	height: 60px;
	width: 40px;
	margin: 0 auto 10px;
	float: left;
}

.contact-page .contacts-icon i
{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
}

.contact-page .contacts p
{
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 15px;
}

.contact-page .contacts a
{
	color: #fff;
}




.contact-page .contact-form
{
	/*float: right;*/
	margin-bottom: 60px;
}

@media (min-width: 560px) 
{

}

@media (min-width: 768px) 
{
}

@media (min-width: 992px) 
{
/*
	.contact-page .contacts
	{
		padding: 40px 0px 20px 0px;
		margin: 0px 0px 50px 0px;
	}

	.contact-page .contacts h4
	{
		font-size: 22px;
		line-height:32px;
	}

	.contact-page .contacts-icon
	{
		height: 80px;
		width: 80px;
		margin: 0 auto 20px;
	}

	.contact-page .contacts-icon i
	{
		font-size: 40px;
		line-height: 80px;
	}
*/
	.contact-page .contacts
	{
		padding: 40px 0px 30px 0px;
		margin: 0px 0px 50px 0px;
		background: #27AAB6;
		color: #fff;
	}

	.contact-page .contacts p
	{
		font-size: 15px;
		line-height: 16px;
	}

	.contact-page .contacts h4
	{
		font-size: 20px;
	}

	.contact-page .contacts-icon
	{
		height: 60px;
		width: 50px;
		margin: 0px auto 0px;
	}

	.contact-page .contacts-icon i
	{
		font-size: 42px;
		line-height: 40px;
	}
}

/* ========================================================================== */
/* PODJETJE PAGE
/* ========================================================================== */
.podjetje-podatki
{
	
}

.podjetje-podatki ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.podjetje-podatki li
{
	padding: 8px 3px 9px 3px;
	margin: 0px 0px 0px 0px;
	display: block; 
	color: #aaa;
	font-size: 12px;
	border-top: 1px dotted #ddd;
	overflow: hidden;
}

.podjetje-podatki li:last-child
{
	border-bottom: 1px dotted #ddd;
}


.podjetje-podatki li span
{
	float: right;
	text-align: right;
	color: #444;
	font-weight: normal;
	font-size: 14px;
	max-width: 60%;
}


@media (min-width: 560px) 
{
	.podjetje-podatki li
	{
		font-size: 14px;
	}

	.podjetje-podatki li span
	{
		font-size: 14px;
	}
}




/* ========================================================================== */
/* FOOTER
/* ========================================================================== */
.footer
{
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 50px 0px;
	background: #dfe7e4;
	color: #666;
	position: relative;
	overflow: hidden;
}

@media (min-width: 768px) 
{
	.footer
	{
		font-size: 15px;
		line-height: 21px;
	}
}

.footer strong
{
	color: #555;
}

.footer a,
.footer a:active
{
	color: #666;
  -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 a:hover
{
	color: #444;
	cursor: pointer;
	text-decoration: none;
}

.footer h4
{
	font-size: 24px; 
	font-weight: 300;
	line-height: 26px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 7px 0px;
	color: #222;
	text-transform: none;
}


.footer .footer-line
{
	width: 100%;
	height: 10px;
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px none #A3B2AD;
}


.footer ul
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.footer li
{
	padding: 7px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	display: block; 
	position: relative;
}

.footer .footer-links li
{
	padding-left: 0px;
}

.footer .footer-links li
{
	padding-left: 12px;
}

.footer .footer-links li::before
{
	color: #A3B2AD;
	content: "\f105";
	content: "\f0da";
	font-family: FontAwesome;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	left: 0;
	position: absolute;
	text-decoration: inherit;
	top: 8px;
	transition: all 500ms ease 0s;
}


.footer .footer-links li:hover::before
{
	color: #fbb900;
}

.footer .footer-intro
{
	position: relative;
	padding: 10px 0px 0px 0px;
	width: 90%;
}

.footer .footer-kontakt
{
	position: relative;
	padding: 0px 0px 0px 0px;
	margin-left: 25px;
}

.footer .footer-kontakt i
{
	position: absolute;
	left: -23px;
	margin: 5px 0px 0px 0px;
	color: #A3B2AD;
}

.footer .footer-logo
{
	width: 220px;
	margin: -3px 0px 0px -5px;
}


.footer .social-media
{
}

.footer .social-media ul
{
	padding: 0px;
	margin: 0px;
}

.footer .social-media li
{
	border: none;
	float: left;
	display: block; 
}

.footer .social-media i
{
	text-align: center;
	font-size:1.2em;
	line-height: 34px;
	height: 34px;
	width: 34px;
	background-color: #EEE;
	color: #3a3a3b;
	margin: 0px 10px 0px 0px;
	-moz-border-radius: 50%;
	border-radius: 50%;
  -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 .social-media i:hover
{
	background-color: #FFA70D;
	/*
	color: #3a3a3b;
	background-color: #FFCC00;
	*/
	cursor: pointer;
}

.footer-copyright
{
	color: #D9DFDD;
	font-size:12px;
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #27ABB7;
}

.footer-copyright a,
.footer-copyright a:active
{
	color: #D9DFDD;
  -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-copyright a:hover
{
	color: #fff;
}

/* ========================================================================== */
/* TAB CONTROL
/* ========================================================================== */


/* ========================================================================== */
/* FORMS
/* ========================================================================== */
.contact-form input[type="text"],
.contact-form textarea
{
	width:100%;
	background: #fff;
	color: #444;
	border: 1px solid #aaa;
	outline: none;
	display: block;		
	margin-bottom: 20px;
	padding: 0 10px 0 20px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none; /* 1 */
}

.contact-form input[type="text"]
{
	height:50px;
	border-radius: 0px;
}

.contact-form #txt_subject
{
	display:none;
}

.contact-form textarea
{
	min-height: 300px;
	max-width: 100%;
	padding: 20px 20px 20px 20px;
	border-radius: 0px;
}

.contact-form input[type="text"]:focus,
.contact-form textarea:focus
{
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
}

.contact-form .input-error
{
	border: 1px solid #E34B05;
}

.contact-form .input-error-text
{
	
	position: absolute;
	font-size: 11px; 
	color: #E34B05;
	height: 0px;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	bottom: 2px;
}

*::-webkit-input-placeholder {color: #888;}
*:-moz-placeholder {color: #888;}
*::-moz-placeholder {color: #888;}
*:-ms-input-placeholder{color: #888;}


/* ========================================================================== */
/* BUTTONS
/* ========================================================================== */
.btn
{ 
	/*
	font-family: "OpenSans-Regular", sans-serif;
	*/
	font-family: 'Catamaran', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	padding: 18px 25px 16px 25px;
	text-align: center;
	color: #fff;
	border: 2px none #FFA70D;
	background: #fbb900 none repeat scroll 0 0;
	border-radius: 3px;
	-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;
	display: inline-block;
}

.btn:focus
{
	outline: 0;
}

.btn:hover
{ 
	color: #fff;
	background: #FFA70D none repeat scroll 0 0;
}

.contact-submit
{
	background: #27ABB7 none repeat scroll 0 0;
	background: #fbb900 none repeat scroll 0 0;
	border-bottom: 2px none #3cb4d8;
}

.contact-submit:hover
{
	background: #FFA70D none repeat scroll 0 0;
	border-bottom: 2px none #152545;
	border-bottom: 2px none #1c3463;
}


.read-more
{ 
	font-family: 'Catamaran', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 15px;
	padding: 18px 25px 16px 25px;
	text-align: center;
	color: #fff;
	border: 2px none #FFA70D;
	background: #fbb900 none repeat scroll 0 0;
	margin: 10px 0px 0px 0px;
	border-radius: 3px;
	-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;
}


/* ========================================================================== */
/* RESPONSIVE FORM TABLE
/* ========================================================================== */


/* ========================================================================== */
/* PARALLAX
/* ========================================================================== */
.parallax.parallax-enabled
{ 
	background-attachment: fixed !important;
	-webkit-background-size: cover;
	background-size: cover;	
}

.horizontal-parallax
{
	background-repeat: repeat-x;
}
	
.animated-parallax
{
	background-repeat: repeat-x;
}



/* ========================================================================== */
/* RESPONSIVE SLIDER CAPTIONS
/* ========================================================================== */



/* ========================================================================== */
/* PAGINATION
/* ========================================================================== */

/* ========================================================================== */
/* RESPONSIVE SLIDER CAPTIONS
/* ========================================================================== */