﻿/*
	Theme Name: Genius
	Theme URI: http://trendis.si/wp-themes/genius/
	Description: Business Theme / Web Studio / Agency / Personal Portfolio
	Author: PEGO
	Author URI: http://www.themeforest.com
	Version: 1.0	
	License: GNU General Public License
	License URI: licensing/README_License.txt
*/
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Arapey:400italic);
/* Left & Right alignment */
.left {
	float:left;
}
.right {
	float:right;
}
.wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
}
.box {
	overflow:hidden;
}
.clear {
	clear:both;
	width: 100%;
}
.relativePos{
	position:relative;
}
.last, .noBG{
	background:none !important;
	border:none !important;
}
.pad_0{
	padding:0 !important;
}

/*  BASIC WP STYLES start  */

.entry-content img { margin: 0 0 20px 0; }
.alignleft, img.alignleft { float: left; margin: 10px 20px 10px 0; }
.alignright, img.alignright { display: block; float: right; margin: 10px 0 10px 20px; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 10px auto 10px auto; }
.wp-caption { background: #fff; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text { margin: 0; padding: 5px; font-family: Georgia, "Times New Roman", Times, serif; color: #1b1b1b; 	line-height: 1.9; font-size: 12px; }
.wp-smiley { max-height: 12px; margin: 0 !important; }
.gallery img, .gallery dl { margin: 0; }
.gallery-caption { margin: -20px 0 0 0; }
.sticky { }

/*  BASIC WP STYLES end  */

/* Global properties ======================================================== */
body, html{
	min-width:990px;
	min-height:900px;
}
body {
	overflow:hidden;
	border:0;
	font:12px/20px  Arial, sans-serif;
	color:#373737;
	text-shadow: 1px 1px 1px #ffffff;
	background-position: center center;
	background-image: url(images/bg.jpg);
	background-color: #f4f4f4;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
/* Global Structure ============================================================= */
.main {
	position:relative;
	width:990px;
	height:auto;
	margin: 0 auto;
}

header{position:relative;}

#wr {

}

.page_spinner {
	position:fixed;
	background: url(images/main_spinner.gif) 50% 50% no-repeat #f4f4f4;
	z-index:99;
	width:100%;
	height:100%;
	top:0;
	left:0
}
/* ============================= main layout ====================== */
a {
	color:#373737;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color:#0ba6c2;
}
/* H1 HEADING */
h1 {
	font: 20px/20px 'Oswald', sans-serif;
	color: #373737;
	text-transform:uppercase;
	padding-bottom:25px;
	text-shadow: 1px 1px 1px #ffffff;
}
h1 a { color: #373737; }
h1 a:hover { color: #000000; }


.title_box_shadow{
	height:18px; 
	background: url("images/shadow.png") no-repeat; 
	margin-bottom: 15px;
}
h1.entry-title {
	background:#0ba6c2 url("images/tagline_bg.png"); 
	padding:16px 15px 17px; 

	
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	text-shadow: 1px 1px 1px #000000;
	color: #fff;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
} 

h1.entry-title span {
	text-shadow: none;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	color: #353036;
	margin-left: 35px;
}

/* H2 HEADING */
h2 {
	font: 20px/20px 'Oswald', sans-serif;
	color: #373737;
	text-transform:uppercase;
	padding-bottom:25px;
}

/* H3 HEADING */
h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #373737;
	text-transform:uppercase;
	margin-bottom: 20px;
	text-shadow: 1px 1px 1px #ffffff;
	font-weight: normal;
}

/* H4, H5 HEADING */
h4, h5 {
	font-family: 'Oswald', sans-serif;
	color:#373737;
	padding-bottom:10px;
	text-transform:uppercase;
	font-weight: normal;
}
h5{
	padding-bottom:0px;
}
p { 
	padding-bottom:20px;
	color: #373737;
}
.color1 {
	color:#05596d;
}
a, a > * {
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	     -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	        transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
.imgWithBorder {
	background-color: #fff;
	border: 1px solid #f4f0eb;
	padding: 4px;
}

#easyTooltip { 
	padding:7px 10px;
	border:1px solid #000000;
	background:#373737;
	color:#fff;
	font: 11px 'Oswald', sans-serif;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000;
}

/* ============================= header ====================== */
#header {
	min-height: 132px;
}

.logo {
	padding: 45px 0 30px 0px;
	position: relative;
}



/*header{
	position:relative;
	margin-bottom:-26px;
}
#logo img {
	margin: 45px 0 30px 0px;;
	position: relative;
	z-index: 5;
}*/
/* ============================= menu ====================== */
.menu{
	position:absolute;
	top:54px;
	padding-top:15px;
	min-width:200px;
	height:29px;
	background-color:#fffcf9;
	right: 0;
}
#menu{
	float:right;
}
#menu > li {
	position:relative;
	height:14px;
	padding:0 20px 0 20px;
	display:inline-block;
	background:url(images/menu_stepline.jpg) right 1px no-repeat;
}
#menu > li > a{
	display:block;
	font: 12px/14px 'Oswald', sans-serif;
	color:#373737;
	text-transform:uppercase;
	text-decoration:none;
}
#menu  li.active a,
#menu  li.active a:hover {
	color: #0ba6c2 !important;
}
#menu  li a:hover {
	color: #0ba6c2 !important;
}
.submenu_1 {
	position:absolute;
	top:38px;
	left:-22px;
	width:160px;
	background:#373737;
	padding:19px 0;
	z-index: 5;
}
.submenu_1 li {	
	position:relative;
}
.submenu_1 a {
	display:block;
	font: 12px/14px 'Oswald', sans-serif;
	padding:8px 0 8px 12px !important;
	color: #fff !important;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow: 1px 1px 1px #000000;
}
.submenu_1 li:hover > a {
	background-color:#fffcef;
	color:#0ba6c2 !important;
	text-shadow: 1px 1px 1px #ffffff;
}
.submenu_2 {
	position:absolute;
	top:-19px;
	left:161px;
	width:160px;
	background:#0ba6c2;
	padding:19px 0;
	z-index: 5;
}

.menu select {
    display: none;
    z-index: 3000;
    position: relative;
	width:460px;  
    background: transparent;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 34px;
	color:#000000;
	margin-top:-13px;
	background-color:#fffcf9;
}

/* ============================= bgGall ======================= */
#bgStretch img{
	background:#000;
}
#description{
	position:relative;
	width:100%;
	height:219px;
	padding-top:166px;
}
#description li{
	position:absolute;
}
#description li div{
	width:470px;
	font: 45px/45px 'Oswald', sans-serif;
	letter-spacing:-2px;
	color:#433431;
}
#description li span{
	padding-top:30px;
	display:block;
	width:310px;
	color:#96857b;
}
#bgNav {
	overflow:hidden;
	cursor:default;
	padding-top: 64px;
}
#bgNav ul{
	display:inline-block;
}
#bgNav li {
	display:inline-block;
}
#bgNav li > a {
	display: block;
	height: 15px;
	width: 15px;
	background: url(images/bg_selector.png) no-repeat scroll right 0 transparent;
}
#bgNav a:hover, #bgNav .active a {
	background-position: left center;
}
#prev_arr ,#next_arr{
	position:absolute;
	top:258px;
	width:31px;
	height:47px;
}
#prev_arr{
	left:-55px;
	background:url(images/prev_arr.png) 0 0 no-repeat;
}
#next_arr{
	left:990px;
	background:url(images/next_arr.png) 0 0 no-repeat;
}
.gall_spinner {
	display:block;
	position:relative;
	width:30px;
	height:30px;
	background:url(images/gallLoader.gif) 50% 50% no-repeat;
}
/* ============================= content ====================== */
#content{
	margin-left:0px;
	background-color:#fffcf9;
}
#content > ul {
	position:relative;
	display:block;
	width:990px;
	height:auto;
}
#content > ul > li {
	position:absolute;
	width:100%;
	height:auto;
	background-color:#fffcf9;
	margin-bottom:50px;
	padding-bottom:20px;
}

.contPad{
	width:950px;
	height:auto;
	padding:20px 20px 0;
		
}
.contPad-home{
	width:990px;
	height:auto;
	padding:0;
}
.link1, .link2{
	position:relative;
	overflow:hidden;
	display:inline-block;
	padding:16px 17px;
	font: 12px/12px 'Oswald', sans-serif;
	color:#fff !important;
	text-decoration:none;
	text-transform:uppercase;
	background: #373737;
	z-index:1;
	text-shadow: 1px 1px 1px #000000;
}
.link2{
	margin-top:6px;
	padding:11px 14px;
	background: #373737;
}
.link1 > span, .link2 > span, .list1 li > a > span{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: #0ba6c2;
	z-index:-1;
	text-shadow: 1px 1px 1px #000000;
}
.border{
	margin-top:11px;
	border-left: 1px solid #ece7e3;
}
.imgIndent{
	float:left;
	padding: 0 19px 19px 0;
}
.imgBot{
	padding-bottom:22px;
}
.textUp{
	margin-top:-4px;
}
#imgLink{
	width:270px;
	height:206px;
	background:url(images/page2_pic8.jpg) 0 0 no-repeat;
}
#imgLink a{
	position:relative;
	top:125px;
	left:195px;
	font: 12px/12px 'Oswald', sans-serif;
	color:#05596d;
	text-decoration:none;
	text-transform:uppercase;
}
#imgLink a:hover{
	text-decoration:underline;
}
.google_map{
	float:left;
    width: 509px;
    height: 202px;
    background: #fff;
}
.address {
	padding-top:24px;
	float:left;
}
.address > span{
	display:block;
	padding-top:10px;
	width:165px;
}
.mailLink{
	font-style:italic;
	text-decoration:none;
}
/* ============================= lists ====================== */
.listWithMarker{
	padding-bottom:14px;
}
.listWithMarker li {
	display:block;
	padding-bottom:10px;
}
.listWithMarker li a {
	display:inline-block;
	padding:0 5px 0 15px;
	font: 16px/16px 'Arapey', serif;
	color:#624c43;
	font-style:italic;
	text-decoration:none;
	background:url(images/list_marker.png) 0 5px no-repeat;
}
.listWithMarker li a:hover {
	text-decoration:underline;
}
.list1{
	overflow:hidden;
}
.list1 li{
	display:block;
	width:230px;
	float:left;
	padding-right:10px;
}
.list1 li > a{
	position:relative;
	display:block;
	margin-bottom:27px;
	padding:12px 0 14px 19px;
	font: 20px/20px 'Oswald', sans-serif;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background:url(images/link_plane.jpg) 0 0 repeat-x;
	z-index:1;
}
.list1 li > img{
	float:left;
	padding: 0 15px 15px 0;
}
.list1 li > p{
	margin-top:-4px;
}
.list2{
	overflow:hidden;
}
.list2 li{
	overflow:hidden;
	float:left;
	width:290px;
	padding-left:18px;
}
.list2 li > img{
	float:left;
	padding-right:17px;
}
.list2 li > div{
	overflow:hidden;
	float:left;
	width:215px;
}
.list2 li a{
	color:#05596d;
	text-decoration:none;
}
.list2 li a:hover{
	text-decoration:underline;
}
.list3 > li{
	padding-bottom:12px;
}
.list3 > li > h2{
	padding-bottom:30px;
}
.list4{
	overflow:hidden;
}
.list4 li{
	overflow:hidden;
	float:left;
	width:455px;
	padding:0 20px 38px 0;
}
.list4 li > img{
	float:left;
	padding-right:15px;
}
.list4 li > div{
	overflow:hidden;
	margin-top:-4px;
	float:left;
	width:240px;
}
.list4 li > div a{
	margin-top:-4px;
}
/* ============================= footer ====================== */
/*#footer{
	padding:13px 20px 0;
	margin-left:40px;
	width:950px;
	height:33px;
	font-size:11px;
	color:#373737;
	text-transform:uppercase;
	background-color:#e6d9c9;
	position:relative;
	display:block;
	margin-bottom:50px;
	left:-2000;


}
#footer ul{
	overflow:hidden;
	float:right;
	display:inline;
}
#footer ul li{
	float:left;
}
#footer ul li a{
	padding:0 7px;
}
#footer > span{
	font-weight:bold;
	color:#0ba6c2;
}
#footer a{
	text-decoration:none;
	font-weight:bold;
	color:#0ba6c2;
}*/

#footer{
	padding:13px 20px 0;
	margin-left:0px;
	width:950px;
	height:33px;
	font-size:11px;
	color:#ffffff;
	text-transform:uppercase;
	background: #373737 url("images/tagline_bg.png") repeat;
	position:relative;
	display:block;
	margin-bottom:50px;
	left:-2000;
	text-shadow: 1px 1px 1px #000000;
}
#footer ul{
	overflow:hidden;
	float:right;
	display:inline;
}
#footer ul li{
	float:left;
}
#footer ul li a{
	padding:0 7px;
}
#footer > span{
	font-weight:bold;
	color:#0ba6c2;
}
#footer a{
	text-decoration:none;
	font-weight:bold;
	color:#0ba6c2;
}
/* ============================= forms ============================= */
#form1 input {
	margin:0;
	border:1px solid #ece7e3;
	background-color:#fff;
	padding:11px 0 11px 13px;
	width:335px;
	box-shadow:none;
}
#form1 textarea {
	resize: none;
	margin:0;
	border:1px solid #ece7e3;
	background-color:#fff;
	padding:11px 0 5px 13px;
	width:335px;
	height:217px;
	overflow:auto;
	line-height:18px;
}
#form1 label {
	position:relative;
	display:inline-block;
	min-height:45px;
}
#form1 .error, #form1 .empty {
	position:relative;
	top: -3px;
	display:none;
	font-size:10px;
	line-height:18px;
	color:#414040;
	text-transform:none;
}
.btns a{
	margin:15px 0 0 10px;
}
/* Form defaults */
input, select, textarea {
	font:12px/12px Arial, sans-serif;
	color: #7c7174;
}





/*Pero*/
#homepage {
	position:absolute;
	width:990px;
	height:auto;
	margin-bottom:50px;
	display:none;
	left:-2000;
}

/* ============================= start portfolio ======================= */
.folios ul { margin-left: -22px;}
.folios ul li {
	float: left;
	width: 211px;
	margin-left: 22px;
	margin-top: 20px;
	
	background-color: #fff;
	border: 1px solid #f4f0eb;
	padding: 4px;
}

h2.folio-under-title {
	background: #373737 url("images/tagline_bg.png");
	text-align: center;
	padding: 4px 0 5px 0;	
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000000;
}
h2.folio-under-title a {	
	font-size: 13px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000000;
	text-decoration: none;
}
h2.folio-under-title a:hover {
	color: #a8a8a8;
}

ul.folio-similar {
	margin-left: -20px;
}
ul.folio-similar li {
	float: left;
	margin-left: 20px;
	width: 115px;
	margin-bottom: 20px;
}

/*
	Portfolio hover
*/
.columnBox{
	width: 211px;
}

.columnBox div {
	position: relative;
}
.gallery .overlay {
	top: 16px;
}
.gallery .columnBox{
	overflow: hidden;
}

.gallery .overlay{
	width: 50px;
	height:50px;
	position: absolute;
	top:53px;
	left: -500px;
}

.singlePortfImg {
	max-width:590px;
}

.portfVideo {
	max-width:590px;
}

.portfContent {
	margin-top:20px;
	width:600px;
}

ul.portfolio-filter { color: #373737; list-style: none; position: relative; left: -13px; margin-top:0px;}
ul.portfolio-filter li  {
	display: block;
	text-decoration: none;
	float: left;
	margin-left: 15px;
	margin-bottom:0px;
	font-size: 14px;	
	text-shadow: 1px 1px 1px #fff;
	color: #373737;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
}

ul.portfolio-filter li a{
	display: block;
	text-decoration: none;
	letter-spacing: 0;
	color: #373737;
	font-size: 14px;
	outline: none;
	
	font-family: 'Oswald', sans-serif;
	 margin-bottom: 20px !important;
}



ul.portfolio-filter li a:hover,
ul.portfolio-filter li.activeF a {
	color: #0ba6c2;
}

.go-back a {
	position: absolute; 
	right: 35px;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	font-size: 16px;
	text-shadow: 1px 1px 1px #000000;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 16px;
}
.go-back a:hover {
	color: #d8d8d8;
}

/* ============================= end portfolio ======================= */

/* start single post slider*/

.portfolio-slider .slides {
	width:590px; 
	float:left;
	position:relative; 
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/loadingSlide.gif);
	min-height:50px;
}

.portfolio-slider .slides .pagination {display:none;}

.portfolio-slider .slides_container {
   z-index: 1;
   overflow:hidden;
}
.portfolio-slider .slides_container div.slide {
	width:590px; 
	z-index: 10000;
	display:block;
}
.portfolio-slider .slides_container div.slide img { 
	max-width:100%; 
}


.portfolio-slider .next, .portfolio-slider .prev { 
	display: none;
	position:absolute;
	top: 10px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url("images/prev-next.png");
	width:38px;
	height: 39px;
	z-index:98;
	text-indent: -99999px;
	-webkit-transition-duration: 0s; 
	-moz-transition-duration: 0s; 
	-o-transition-duration: 0s; 
}

.portfolio-slider a.next, .portfolio-slider a.prev { 
	display:block; 
	text-indent: -99999px;
}

.portfolio-slider .next { 
	left:41px;
	background-position:-38px 0;
}
.portfolio-slider .prev { 
	left: 11px;
}
.portfolio-slider  .next:hover { background-position:-38px -39px; }
.portfolio-slider .prev:hover { background-position:0 -39px; }

/* end single post slider*/



/*responsive video start*/

.video-container {
	position: relative;
	padding-bottom: 46.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
}

.video-wrapper {
	max-width: 100%;
}

/*responsive video end*/


/* --------------------- SHORTCODES start ---------------------*/


.one-half{ 
	width: 48.5%;
}

.one-third {
	width:31.3%;	
}

.one-fourth {
	width:22.8%;	
}

.one-fifth {
	width:17.65%;
}
.one-sixth {
	width:14.2%;
}
.two-third {  
	width:65%;
}

.two-third1 {  
	width:32.0%;
}
.two-third-last {  
	width:32.0%;
}
.two-third-last1 {  
	width:65%;
}
.three-fourth {  
	width:73.0%;
}
.three-fourth-last {  
	width:24.1%;
}
.one-third-search {
	margin-right: 20px;
	width: 208px;
}
.two-third-search {  
	width: 380px;
}
.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth,
.two-third,
.two-third1,
.three-fourth,
.two-third-last,
.two-third-last1,
.three-fourth-last {
	float: left;
	margin-right: 2.9%;
	margin-bottom: 30px;
}

.last-column {
	margin-right: 0px;
}

.hl{
	background-color: #0BA6C2;
	color:#FFF;
	text-shadow: 1px 1px 1px #000000;
}

.dottedUnderline{
	border-bottom: 1px dotted #3b3b3b; 	
}



.list { 
	margin: 0; 
	padding: 0; 
	font: 16px/16px 'Arapey', serif;
	color:#624c43;
	font-style:italic;
	margin-left:20px;
	line-height:1.2;
}

.list li { background:none; margin-bottom:10px;}

.list li a:hover {
	text-decoration:underline;
}

.shortcode-toggle { 
	margin-bottom: 0px; 
	padding-bottom: 0;
	
}
.shortcode-toggle h4 { margin: 0; padding-bottom: 3px !important;  }
.shortcode-toggle h4 a {
    display: block;
    font-size: 12px;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: none;
    color: #fff;
    background: #3f4040 url("images/toggle-close.png") no-repeat 94% center;
	font-family: 'Droid Sans', sans-serif;
	text-shadow: 1px 1px 1px #000000;
	font-weight: normal;
}
.shortcode-toggle.closed h4 a { 
	background-image: url("images/toggle-open.png");
}
.shortcode-toggle .toggle-content {
    padding: 15px 15px;
    background: #F7F3EE;
	border-bottom:1px solid #e7e2db;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 1.7;
	text-shadow: 1px 1px 1px #ffffff;
	color: #373737;
}
.shortcode-toggle.closed .toggle-content { display: none }

.a_button, .a_button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.a_button {
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
	margin-bottom:10px;
}
.a_button.full, .a_button.full span {
	display: block;
}
.a_button:hover, .a_button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.a_button:active, .a_button.active {
	top:1px;
}
.a_button.mainCol { background-color: #0BA6C2; }
.a_button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;

}

.a_button.small span { font-size:10px; }
.a_button.medium span { font-size:12px; }
.a_button.large span { font-size:15px; }



ul.images-list {
	margin-left: -10px;
}

ul.images-list li {
	float: left;
	margin-left: 10px;
}

ul.images-list li img {
}

ul.images-list li p {
	text-align: center;
	color: #373737;
	text-shadow: 1px 1px 1px #ffffff;
	font:14px 'Oswald', sans-serif;
	margin-top: 5px;
	font-weight: normal;
}

ul.images-list li p span {
	display: block;
	text-align: center;
	color: #0ba6c2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-shadow: 1px 1px 1px #ffffff;
}



/* --------------------- SHORTCODES end ---------------------*/

/* ============================= start blog ======================= */
span.blog-date {
	display: block;
	color: #0ba6c2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-shadow: 1px 1px 1px #fff;
	text-transform: none;
	font-weight: normal;
}

.blog-list{
	overflow:hidden;
	margin-left: -20px;
}
.blog-list li{
	overflow:hidden;
	float:left;
	width:464px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.circle1 {
	background: #0ba6c2;
	width: 60px;
	height: 60px; 
	text-align: center;
	margin-top: -40px;
	float: right;
}
.circle {
	border-radius: 50% 50% 50% 50%;
	position: relative;
}
.circle1 a {
	position: relative;
	top: 18px;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #000000;
	color: #fff;
	text-transform: uppercase;
}
.circle1 a:hover {
	color: #c0bfbe;
}
.comm-num {
	position: absolute; 
	right: 290px; 
	margin-top: -54px;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #ffffff;
	color: #0ba6c2;
}
.comm-num img {
	margin-right: 7px;
	position: relative;
	top: 3px;
}


.post-details {
	background:#373737 url("images/tagline_bg.png"); 
	padding:5px 15px 6px; 	
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-shadow: 1px 1px 1px #000000;	
}

.post-details ul {
	text-align:center;
}

.post-details ul li {	
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ffffff;
	font-size: 12px;
	display: inline;
	text-transform: none;
}
.post-details ul li a {	
	color: #fff;
	text-shadow: 1px 1px 1px #000000;	
}
.post-details ul li a:hover {	
	color: #dcdada;
	text-shadow: 1px 1px 1px #000000;	
}
.blog-main {
	width: 685px; 
	margin-right: 22px;
}
.blog-sidebar {
	width: 202px; 
	background-color: #f7f3ee; 
	padding: 20px;
}

.columnBox-blog {
	width: 450px;
}

.columnBox-blog div {
	position: relative;
}
.columnBox-blog .overlay {
	width: 50px;
	height:50px;
	position: absolute;
	top:120px;
	left: -500px;
}

.bigBlogImg {
	max-width:675px;
}
label.screen-reader-text { display: none; }
input#s { 
	color: #333333; 
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.9;
	font-size: 12px;
	width: 180px;
	height: 30px;
	margin-bottom: 15px;
	border: 1px solid #d5d1d1;
	padding: 0 10px;
} 
input#s:focus {
	color: #8a8888;
	-moz-box-shadow: 1px 1px 1px #d5d1d1;
	-webkit-box-shadow: 1px 1px1px #d5d1d1;
	box-shadow:1px 1px 1px #d5d1d1;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	
}
input#searchsubmit {
	cursor: pointer;
	border: none;
	background-color: #373737;
	color: #fff;
	padding: 6px 9px 6px 9px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	/*margin-left: 205px;*/
	float: right;
	margin-top: -10px;
	width: auto;
	text-shadow: 1px 1px 1px #000000;
}
input#searchsubmit:hover {

	background-color: #58bef4;


}

/* ============================= end blog ======================= */

/* start single post slider*/

.blog-main #slides {
	width:675px; 
	float:left;
	position:relative; 
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(images/loadingSlide.gif);
	min-height:50px;
}

.blog-main #slides .pagination {display:none;}

.blog-main .slides_container {
   z-index: 1;
   overflow:hidden;
}
.blog-main .slides_container div.slide {
	width:675px;
	z-index: 10000;
	display:block;
}
.blog-main .slides_container div.slide img { 
	max-width:100%; 
}


.blog-main .next, .blog-main .prev { 
	display: none;
	position:absolute;
	top: 10px;
	background-position:0 0;
	background-repeat:no-repeat;
	background-image:url("images/prev-next.png");
	width:38px;
	height: 39px;
	z-index:98;
	text-indent: -99999px;
	-webkit-transition-duration: 0s; 
	-moz-transition-duration: 0s; 
	-o-transition-duration: 0s; 
}

.blog-main a.next, .blog-main a.prev { 
	display:block; 
	text-indent: -99999px;
}

.blog-main .next { 
	left:41px;
	background-position:-38px 0;
}
.blog-main .prev { 
	left: 11px;
}
.blog-main  .next:hover { background-position:-38px -39px; }
.blog-main .prev:hover { background-position:0 -39px; }

/* end single post slider*/



.contactContent {
	width:520px;
	margin-top:20px;
}


/*test*/

/* SLIDER ********************************************** */


/*  SLIDER  */
#banner{   
	position: relative;   
}     

.oneByOne1{
	top: 0px; 	
	margin: 0;
	width: 990px;
	height: 470px;      
	position: relative;
	overflow: hidden;
}   

#banner .oneByOne_item{
	position: absolute;
	width: 990px;
	height: 470px; 
	overflow: hidden;  
}         
                   
#banner .oneByOne_item span{
	font-family: "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
}                                                                                              

#banner .oneByOne_item a{
	text-decoration: none;
	color: #B22222;
}                   
  
.oneByOne_item h1 { background: none; }
#banner .slide3 img.wp1{
	position: absolute;
	top: 25px;
	left: 20px;
} 

#banner .slide3 span.txt1{
	clear: left;
	position: relative;
	float: left;
	margin: 120px 12px 0 540px;      
	padding: 8px;
	font-size: 22px;d-color: #F1592A; 
	color: #D4D4C4; 
	text-shadow: 1px 1px 1px #000000; 
	text-align: center; 
	font-family: 'Oswald', sans-serif;

} 
#banner .slide3  span.txt1 a{
	color: #D4D4C4;
}         
#banner .slide3 span.txt2{
	clear: left;
	position: relative;
	float: left;
	margin: 12px 12px 0 540px;
	color: #FFFFFF;  
	padding: 8px;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}      

/* slide 2 */   
#banner img.wp1{
	position: absolute;
	top: 25px;
	left: 480px;
}  

#banner .oneByOne_item span.wp1{
	clear: left;
	position: relative;
	float: left;
	margin: 120px 12px 0 60px;    
	background: #20B2AA;     
	padding: 8px;
	color: #FFFFFF;
	font-size: 40px;
} 
#banner .oneByOne_item span.wp1 a{
	color: #FFFFFF;
}         
#banner .oneByOne_item span.wp2{
	clear: left;
	position: relative;
	float: left;
	margin: 12px 12px 0 60px; 
	
	color: #FFFFFF;  
	background: #5F9EA0;
	padding: 8px;
	font-size: 16px;
}                  

/* slide 3 */
#banner .oneByOne_item img.bigImage{ 
	position: absolute;
	top: 0; 
	left: 0;

}
#banner .oneByOne_item span.slide5Txt1{ 
  	position: relative;
	float: left;
	margin: 150px 12px 0 600px;
	color: #9ACD32;	
	font-size: 24px;  
	background: #FFFFFF;
	padding: 8px;             
}
 
#banner .oneByOne_item span.slide5Txt2{ 
  	position: relative;
	clear: left;
	float: left;
	margin: 12px 12px 0 600px;
	color: #666666;	
	font-size: 12px;  
	background: #FFFFFF;
	padding: 8px;     
		
}  


#banner h1.caption1a { 
	clear: left;
	float:left;
	position: relative;
	padding: 8px;
	font-size: 22px;
	color: #D4D4C4; 
	text-shadow:none;
	text-align: left; 
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000000;
	line-height: 1.4;
}

#banner h1.caption1b { 
	clear: left;
	position: relative;
	float: left;
	text-shadow:none;
	color: #FFFFFF;  
	padding: 8px 8px 8px 0;
	font-size: 18px;
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
	line-height: 1.4;
	width: 400px;
}
	
#banner .LeftSlide{
	position: absolute;
	top: 25px;
	left: 60px;
} 

#banner .RightSlide{
	position: absolute;
	top: 25px;
	right: 60px;	
}  

#banner .FullwidthSlide{ 
	position: absolute;
	top: 0; 
	left: 0;

}

.captionright {
	margin: 120px 12px 0 540px;
}	
	
.caption2right {
	margin: 12px 12px 0 540px; }	

.captionleft {
	margin: 120px 12px 0 60px;  }

.caption2left{
	margin: 12px 12px 0 60px; }	

/* END SLIDER ********************************************** */


/* START COMMENTS********************************************* */
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	margin:0;
	border:1px solid #363636;
	background-color:#262626;
	padding:8px 0 8px 10px;
	width:265px;
	box-shadow:none;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	text-transform: none;
	display: block;
}
.comment-form-comment textarea {
	resize: none;
	margin:0;
	border:1px solid #363636;
	background-color:#262626;
	padding:8px 0 5px 10px;
	width:672px;
	height:180px;
	overflow:auto;
	line-height:18px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	text-transform: none;
	padding-bottom: 0px !important;
}
.form-allowed-tags {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #373737;
	margin-top: -10px;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #373737;
}

.comment-notes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #373737;
}
.required { color: red; font-weight: bold; }

p.form-submit input#submit{
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
	background: #0ba6c2;
	text-align: center;
	margin-top: 0px;
	float: right;
	color: #fff;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	border: none;
	padding: 5px 7px 6px;
	width: auto;
	font-style: normal;
	margin-bottom: 20px;
}
.comment-awaiting-moderation {
	font-family: 'Oswald', sans-serif; 
	text-shadow: 1px 1px 1px #ffffff; 
	color: #0BA6C2;
	font-style: normal;
}










#comments input {
	margin:0;
	border:1px solid #363636;
	background-color:#262626;
	padding:8px 0 8px 10px;
	width:265px;
	box-shadow:none;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	text-transform: none;
}
#comments textarea {
	resize: none;
	margin:0;
	border:1px solid #363636;
	background-color:#262626;
	padding:8px 0 5px 10px;
	width:672px;
	height:180px;
	overflow:auto;
	line-height:18px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	text-transform: none;
}
#comments label {
	position:relative;
	display:inline-block;
	min-height:45px;
}
#comments .error, #comments .empty {
	position:relative;
	top: -3px;
	display:none;
	font-size:10px;
	color:#3a3939;
	text-transform:none;
	text-shadow: 1px 1px 1px #000000;
}


input#submit-comment {
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
	background: #0ba6c2;
	text-align: center;
	margin-top: 0px;
	float: right;
	color: #fff;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	border: none;
	padding: 5px 7px 6px;
	width: auto;
	font-style: normal;
	margin-bottom: 40px;
}

/* == WP CSS - Comment Styles == */
.comment-author img { text-align: left; float: left; margin-right: 20px;}
.vcard { text-align: left; }

/* text for author of comment */
span.fn { 
	display: block; 
	color: #3a3939; 
	font-size: 14px; 
	font-family: 'Oswald', sans-serif; 
	text-shadow:1px 1px 1px #ffffff; 
	font-weight: normal;
} 
span.fn a { 
	display: block; 
	color: #3a3939; 
	font-size: 14px; 
	font-family: 'Oswald', sans-serif; 
	text-shadow: 1px 1px 1px #ffffff; 
	font-weight: normal;
}

/* text for date of comment */
span.date-and-time a{ 
	margin-bottom: 20px; 
	display: block; 
	color: #3a3939; 
	font-size: 12px; 
	font-family: 'Oswald', sans-serif; 
	text-shadow: 1px 1px 1px #ffffff; 
	font-weight: normal;
} 
span.date-and-time a:hover{ 
	text-decoration: none;
	color: #777777;
} 




.commentlist .reply { margin-bottom: 30px !important; }
.commentlist .reply a {
	color: #3a3939;
	margin-bottom: 30px !important;
	font-family: 'Oswald', sans-serif; 
	text-shadow: 1px 1px 1px #ffffff; 
}
.commentlist .reply a:hover {
	color: #777777;
}

.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}

.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}

.commentlist .comment-meta {} 
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}

.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}

.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}

#cancel-comment-reply {}
#cancel-comment-reply a {}



ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin: 0 0 30px 30px;  }
ol.commentlist li ul.children li.depth-3 { margin: 0 0 30px 30px; }
ol.commentlist li ul.children li.depth-4 { margin: 0 0 30px 30px; }
ol.commentlist li ul.children li.depth-5 { margin: 0 0 30px 30px; }




p#blog-post-form-allow  span.required{
	color: #0ba6c2;
	font-size: 12px;
	text-shadow: 1px 1px 1px #ffffff; 
}
p#blog-post-form-allow,
p#blog-post-form-allow  span.dashed{
	color: #373737;
	font-size: 11px;
	text-shadow: 1px 1px 1px #ffffff; 
}


/* END COMMENTS *************************************************************** */



.welcome-panel {
	background:#373737 url("images/tagline_bg.png"); 
	padding:0px 15px; 
	min-height: 95px;
}
h1.welcome {
	text-shadow: 1px 1px 1px #000000;
	color: #fff;
	font-size: 32px;
	font-family: 'Oswald', sans-serif;
	margin-top: 36px;
} 

h1.welcome span {
	text-shadow: none;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	color: #353036;
	margin-left: 35px;
}
.welcome-panel img {
	margin: 16px 35px 0;
}
.welcome-panel p {
	width: 610px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	text-shadow: 1px 1px 1px #000000;
	margin-top: 25px;
}

p#blog-post-form-allow {margin-top:-20px;}

/*archive start*/
.archive-list 	span.blog-date {
	display: block;
	color: #0ba6c2;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-shadow: 1px 1px 1px #fff;
	text-transform: none;
	font-weight: normal;
}

.archive-list {
	overflow:hidden;
	margin-left: -20px;
}
.archive-list  li{
	overflow:hidden;
	float:left;
	width:332.5px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.archive-list .circle1 {
	background: #0ba6c2;
	width: 60px;
	height: 60px; 
	text-align: center;
	margin-top: -40px;
	float: right;
}
.archive-list .circle {
	border-radius: 50% 50% 50% 50%;
	position: relative;
}
.archive-list .circle1 a {
	position: relative;
	top: 18px;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #000000;
	color: #fff;
	text-transform: uppercase;
}
.archive-list .circle1 a:hover {
	color: #c0bfbe;
}
.archive-list .comm-num {
	position: absolute; 
	right: 290px; 
	margin-top: -54px;
	font-size: 17px;
	font-family: 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #ffffff;
	color: #0ba6c2;
}
.archive-list .comm-num img {
	margin-right: 7px;
	position: relative;
	top: 3px;
}


.archive-list .post-details {
	background:#373737 url("images/tagline_bg.png"); 
	padding:5px 15px 6px; 	
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-shadow: 1px 1px 1px #000000;	
}

.archive-list .post-details ul {
	text-align:center;
}

.archive-list .post-details ul li {	
	margin-right: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ffffff;
	font-size: 12px;
	display: inline;
	text-transform: none;
}
.archive-list .post-details ul li a {	
	color: #fff;
	text-shadow: 1px 1px 1px #000000;	
}
.archive-list .post-details ul li a:hover {	
	color: #dcdada;
	text-shadow: 1px 1px 1px #000000;	
}


.archive-list  .columnBox-blog {
	width: 450px;
}

.archive-list .columnBox-blog div {
	position: relative;
}
.archive-list .columnBox-blog .overlay {
	width: 50px;
	height:50px;
	position: absolute;
	top:80px;
	left: -500px;
}

.archive-list .blogTemplateImg img {max-width:317.5px; height:auto;}

.archiveDiv {
	float:left; 
	margin-right: 22px;
    width: 685px;
}
/*archive end*/
ul.blog-list {margin-bottom:-20px;}
ul.blog-list li h1 {
	padding-bottom:25px;
}