/*
	Theme Name: Sparse
	Theme URI: http://trendis.si/wp-themes/sparse/
	Description: Business Theme / Web Studio / Agency / Personal Portfolio
	Author: PEGO
	Author URI: http://themeforest.net/user/pego
	Version: 1.0.0
	License: GNU General Public License
	License URI: licensing/README_License.txt
	Tags: two-columns, three-columns, four-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready, left-sidebar
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,600italic,600,400italic,300italic,300);

/* reset start */
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
{
	border: 0;
	font: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif; 
	color: #606060;
	font-size: 13px;
	background: #ffffff;
}
ol, ul
{
	/*list-style: none;*/
	list-style-position:inside;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/*  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 { }

p {
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif; 
	color: #606060;
	font-size: 13px;
}

/*
a {
	text-decoration: none;
	color: #10b4c9;
	outline: 0;
}
a:hover {
	text-decoration: none;
	color: #404040;
}*/



a {

	text-decoration: none;
	color: #10b4c9;
	outline: 0;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}
a:hover { 
	text-decoration: none;
	color: #404040;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
}
.fr { float: right; }
.fl { float: left; }

.textalignleft { text-align: left; }
.textalignright { text-align: right; }
.textaligncenter { text-align: center; }

.clear {
	clear: both;
}

span {
	color: #212121;
	/*font-weight: 600;*/
}
h1, h2, h3, h4, h5 {
	font-weight: 700;
	letter-spacing: 0px;	
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif; 
	color: #212121;
}
h1 {
	font-size: 36px;
    margin-bottom: 16px;
}
h2 {
	font-size: 30px;
    margin-bottom: 14px;	
}
h3 {
	font-size: 28px;
    margin-bottom: 10px;
}
h4 {
	font-size: 24px;
    margin-bottom: 9px;
}
h5 {
	font-size: 18px;
    margin-bottom: 8px;
}
h6 {
	font-size: 14px;
    margin-bottom: 8px;
}
/* reset end */

/* header start */
#headerArea-widgets {
    /*border-top: 5px solid #10B4C9;
	border-bottom: 1px solid #EFEFEF;*/
    color: #000000;
    width: 100%;
	background: #f8f8f8;
}
#headerArea-widgets #headerArea-widgets_content {
    margin: 0 auto;
    width: 1080px;
}
#headerArea-widgets #headerArea-widgets_content .fl { float: left; }
#headerArea-widgets #headerArea-widgets_content .fr { float: right; }


#header-wrapper {
	width: 100%;
	float: left;
	background: #fff;
}

#header {  
	margin: 0 auto;
	height: auto;
}

.header1 {

}

#header-inside {
	width: 1080px;
	margin: 0 auto;
	z-index: 4;
    position: relative;
	background: #fff; 
}
.header-shadow {
	background: url("images/header-shadow.png") no-repeat;
    height: 81px;
    margin: 0 auto;
    position: relative;
    width: 1080px;
    top: -55px;
    z-index: 3;
	margin-bottom: -80px;
}

#logo {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	position: relative; 
	float: left;
}

#right-to-logo-area {
	float: right;
	display: block;	
	vertical-align: middle;
	margin-top: 45px;
}

#menu-wrapper {
	width: 100%; 
}

#main-menu {
	position: relative;
	float: left;
	
}
/* header end */

/* formatting box start */

.container-wrapper {
	background: #fff;
}
#container {
	width: 100%;
	height: auto !important;	
	background-color: #ffffff;
	float: left;
}

.main {	
	width: 100%;
}

.main > .main_inside > .container_width,
.main > .main_inside > .section-wrapper > .container_width,
.main  > .section-wrapper > .container_width {
	width: 1080px !important; 
	margin: 30px auto; 
}

.main_inside {  width: 1080px; margin: 0 auto;  }

.container_width {
	margin-bottom: 30px;
}

.section-wrapper {
	padding-top: 35px;
	margin-bottom: 35px;
}

 .container_width {

}
/* formatting box end */


/* footer START */

#footer{ 
	background: #3b3c3c; 
	width: 100%; 
	height: auto; 
	color: #a3a2a2;
	font-size: 13px;
	letter-spacing: 0;
	float: left;
}
#footer p { 
	width: 100%; 
	height: auto; 
	color: #a3a2a2;
	font-size: 13px;
	letter-spacing: 0;
}

#footer #searchform {
	max-width: 300px;
}
/*
#footer a { 
	color: #fff;
}
#footer a:hover { 
	color: #10b4c9;
}*/
#footer .widget { 
	margin-bottom: 20px;  
	clear: both;
}
#footer-inside {
	width: 1080px; 
	margin: 0 auto; 
	height: auto; 
	padding: 30px 0 30px 0;
}
#under-footer { 
	background: #272727;  /*#282A2B*/ 
	width: 100%; 
	min-height: 40px;  
    clear: left;
    color: #a3a2a2;
    font-size: 13px;
    /*line-height: 40px;*/ /* zakomentiral sem zaradi lista ker da preveliki odmik Goran */
    vertical-align: middle;	
	border-top: 1px solid #3f3f3f;
	padding: 15px 0 0 0;
}
#under-footer p { 
	width: 100%; 
	min-height: 40px;  
    clear: left;
    color: #a3a2a2;
    font-size: 13px;
    line-height: 40px;
}
#under-footer a { 
	color: #fff;
}
#under-footer a:hover { 
	color: #10b4c9;
}

#under-footer-inside {
	width: 1080px; 
	margin: 0 auto; 
	height: auto; 
}

#footer h1.widget-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.6;
    margin-bottom: 25px;
    text-transform: uppercase;
}


#footer .one_fourth {
	width: 23.125%;
	margin-right: 2.5%;	
	float: left;
}

#footer .one_fourth.last {
	margin-right: 0px;	
}

/* footer END */


#page-title-panel {
    background: none repeat scroll 0 0 #F3F3F3;
    border-bottom: 1px solid #EAE9E9;
    position: relative;
    z-index: 1;	
}
#page-title-panel-inside {
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    width: 1080px;
	min-height: 110px;	
	-moz-box-sizing: border-box; 	
	box-sizing: border-box;
}

.page-main-title-content { 
	display: inline-flex;
	padding: 3px 20px 5px; 	
}

#page-title-panel .page-breadcrumbs .breadcrumbs-content { 
	display: inline;
	padding: 5px 20px; 	
}

#page-title-panel .page-main-title {
    display: table-cell;
    vertical-align: middle;
    width: 680px;
	height: 50px;
}
#page-title-panel .page-main-title .page-main-title-content h1 {
    color: #606060;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-transform: none;
}
#page-title-panel .page-breadcrumbs {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 400px;
}
#page-title-panel .breadcrumbs-content {
    color: #606060;
    font-size: 13px; 
}
#page-title-panel .breadcrumbs-content span {
    color: #606060;
    font-size: 13px;
    font-weight: normal;
}
#page-title-panel .breadcrumbs-content a {
    color: #10B4C9;
    font-size: 13px;
    font-weight: normal;
}
#page-title-panel .breadcrumbs-content a:hover {
    color: #000000;
}

/* easyTooltip start */
#easyTooltip { 
	padding:7px 10px;
	border:1px solid #000000;
	background:#373737;
	color:#fff;
	font: 11px 'Oswald', sans-serif;
	text-shadow: 1px 1px 1px #000;
	z-index: 9999;
}
/* easyTooltip end */

/*************************************/
/*    single portfolio START  */
/*************************************/

.folio-navi { 
	float: right;
	position: absolute;
	bottom: -1px;
	right: 0;
}

.iconFolioNavi  {
    color: #606060;    
    font-family: "entypo-fontello";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 29px;
	padding-left: 15px;
	height: 28px;
    width: 23px;
	background: #ffffff;
	border-left: 1px solid #EAE9E9;
	border-right: 1px solid #EAE9E9;
	border-top: 1px solid #EAE9E9;
}

/*
.folio-navi a {
	
}
*/

.folio-navi .next-folio, .folio-navi .previous-folio {
    float: right;
}

.folio-navi .next-folio {
    margin-left: 5px;
}

/*************************************/
/*    single portfolio END  */
/*************************************/




/* START COMMENTS */
.author-bio {
	background: #F5F5F5;
	margin-left: 90px;
	margin-top: 30px;
	padding: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.author-bio img {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}
.author-bio .author-info {
	float: 	left;
	width: 720px;	
}
.author-bio .author-info h3.author-title,
.author-bio .author-info h3.author-title a {
	color: #444444;
	font-size: 14px;
	font-weight: bold;	
	letter-spacing: 0;
}
.author-bio .author-info .author-description span {
	display: block;
	text-transform: uppercase;
	color: #444444;
	font-size: 11px;
	font-weight: normal;
	margin-top: 15px;
}
.author-bio .author-info .author-description span a {
	color: #58968F;
}

#comments { 
	margin-bottom: 30px;
}
#comments .post-type img {
	width: 45px;
	height: 45px;
}
#comments .post-desc {
	width: 720px;
}
#comments .post-desc h1 {
	font-size: 15px;
    font-weight: 600;
	color: #212121;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#comments .post-desc h1.leave-reply {
	border-top: 1px solid #E2E0E0;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 40px;
    padding-top: 20px;
	text-transform: uppercase;
}
#comments .post-desc p.leave-opinion {
	font-size: 12px;
	font-weight: 300;
	color: #373737;
	margin-bottom: 50px;
}

p.comment-form-author{
	margin-bottom: 20px;
}
p.comment-form-email {
	margin-bottom: 20px;
}
p.comment-form-url {
	margin-bottom: 20px;
}
p.comment-form-comment {
	margin-bottom: 10px;
}

.form-allowed-tags {
	color: #373737;
    font-size: 11px;
    margin-bottom: 20px;
}
.form-allowed-tags code {
	font-size: 11px;
	display: block;
}

#comments label {
	display: inline-block;
    left: 305px;
    position: absolute;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	color: #373737; 
    font-size: 12px;
    font-weight: 400;
    width: 100px;
}

.comment-notes, 
.comment-form-comment label  {
	display: none !important;
}

p.form-submit input#submit{		
	width: auto;
	cursor:pointer; 
	padding: 8px 24px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -1px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	margin-bottom: 35px;
	display: inline-block;
	border: none !important;
	
	background: #5eabce; /* Old browsers */
	background: -moz-linear-gradient(top,  #85cbe9 0%, #5eabce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85cbe9), color-stop(100%,#5eabce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #85cbe9 0%,#5eabce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #85cbe9 0%,#5eabce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #85cbe9 0%,#5eabce 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #85cbe9 0%,#5eabce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85cbe9', endColorstr='#5eabce',GradientType=0 ); /* IE6-9 */
}
p.form-submit input#submit:hover {	
	background: #5eabce; /* Old browsers */
	background: -moz-linear-gradient(top,  #5eabce 0%, #85cbe9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eabce), color-stop(100%,#85cbe9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5eabce 0%,#85cbe9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5eabce 0%,#85cbe9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5eabce 0%,#85cbe9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5eabce 0%,#85cbe9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5eabce', endColorstr='#85cbe9',GradientType=0 ); /* IE6-9 */
	color: #fff;	
}

.comment-awaiting-moderation {
	color: #10b4c9;
	font-style: normal;
	font-size: 12px;	
}

#comments input {
	margin: 0 !important;
	padding: 6px 0 6px 10px;
	width: 265px;
	box-shadow: none;
	color: #919191;
	font-size: 13px;
	text-transform: none;	
	background-color: #fcfcfc;
    border: 1px solid #E1E1E1;
    font-family: 'Open Sans', sans-serif; 
}
#comments textarea {
	resize: none;
	margin: 0 !important;
	padding: 8px 0 5px 10px;
	width: 707px;
	height: 180px;
	overflow: auto;
	line-height: 18px;
	color: #919191;
	font-size: 13px;
	text-transform: none;	
	background-color: #fcfcfc;
    border: 1px solid #E1E1E1;
	font-family: 'Open Sans', sans-serif; 
}

.comment-author img { 
	text-align: left; 
	float: left; 
	margin-right: 20px;
	width: 55px;
	height: 55px;
}
li.comment{ list-style:none; margin:0; padding:0; text-indent:0; }

li.comment div.vcard { 	
	color: #373737;
	font-size: 14px;	
	font-weight: 600;
	margin-bottom: -4px;
}
li.comment div.vcard a {
	color: #444444;
} 
span.says { display: none; }

li.comment div.comment-meta a { 
	color:#999999; 
	text-decoration: none; 
	font-size: 11px;
}

li.comment p { 
	font-size:13px; 
	padding: 0; 
	margin: 10px 0 0 75px;	
	color: #373737;
}
.comment-body {
	/*border-bottom: 1px solid #ebeced;
	margin-bottom: 30px;*/
	border: 1px solid #EBECED;
    margin-bottom: 30px;
    padding: 20px;
}
li.comment ul { font-size:12px; list-style:square; margin:0 0 1em 2em; }
li.comment div.reply { 
	margin: 10px 0 0px 75px;
}
li.comment div.reply a { 	
    color: #10b4c9;
	font-size: 12px; 
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
.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; }

h3#reply-title { display: none !important; }
p.logged-in-as a {
	color: #444444;
}


.share { clear: both; }
.share h3 {
	font-size: 14px;
	float: left;
	margin-right: 30px;
}
.share ul.social-bookmarks {
	float: left;
    position: relative;
    top: -5px;
}
/* END COMMENTS */


/* search START */

.search-post h1  {	
	margin-bottom: 0;
}
.search-post .post-details {
	margin-bottom: 15px;
}

.search-post h1 a {	
    color: #212121;
    font-size: 18px;
    font-weight: 700;
}

.search-post h1 a:hover {	
    color: #10b4c9;
}



.search_separator {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* search END */

/* entry content START */


.entry-content-posts ul {
	list-style: disc outside none;
	margin: auto;
}

.entry-content-posts ol {
    list-style: decimal outside none;
}

.entry-content-posts li {
    margin: 0 0 0 2.57143rem;
}

.entry-content-posts p {
    line-height: 1.71429;
    margin: 0 0 1.71429rem;
}


.entry-content-posts p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content-posts ol,
.entry-content-posts ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content-posts ul ul,
.entry-content-posts ol ol,
.entry-content-posts ul ol,
.entry-content-posts ol ul {
	margin-bottom: 0;
}
.entry-content-posts ul {
	list-style: disc outside;
}
.entry-content-posts ol {
	list-style: decimal outside;
}
.entry-content-posts li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content-posts blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content-posts blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content-posts code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content-posts pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content-posts pre code {
	display: block;
}
.entry-content-posts abbr
.entry-content-posts dfn
.entry-content-posts acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content-posts address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

.entry-content-posts embed,
.entry-content-posts iframe,
.entry-content-posts object,
.entry-content-posts video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content-posts dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content-posts dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content-posts dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content-posts table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content-posts table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content-posts td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}


.entry-content-posts embed, .entry-content-posts iframe, .entry-content-posts object, .entry-content-posts video {
    max-width: 100%;
}

.entry-content-posts dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

.gallery-caption {
	margin-top: 15px;
}
/* entry content END */




#comments { 
	/* margin-top: -70px; */
}
.main_inside {
	 padding: 35px 0; 
}

/* Menu Bar */
#menu-inside1 #menu-wrapper {
	/*background: #404040;*/
	position: relative;
	z-index: 3;
}

#menu-inside1 .menu-shadow {
	background: url(../images/menu-shadow1.png) no-repeat;
	width: 834px;
	height: 33px;
	margin: 0 auto;
	margin-top: -2px;
	margin-bottom: -31px;
	position: relative;
	z-index: 2;
}

#menu-inside1 #main-menu {
  border: none;
  /*background-color: #404040;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* margin-top: 35px; */
}

/* Top Level Items */

#menu-inside1 #main-menu ul.sf-menu > li.menu-item  {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 200;
}

#menu-inside1 #main-menu ul.sf-menu > li.menu-item > a {
  font-size: 13px;
  color: #606060;
  padding: 22px 15px;
  font-weight: bold;
  letter-spacing: 0px;
}

/* Vertical Menu Items */
#menu-inside1 #main-menu.main-menu ul.sf-menu > li.menu-item > a,
#menu-inside1 #main-menu.main-menu ul.sf-menu > li.menu-item > span.um-anchoremulator {
 /* border-top: 1px solid #222222;*/
}
/* Top Level Menu Item Titles */
#menu-inside1 #main-menu ul.sf-menu > li.menu-item > a {
  text-transform: uppercase;
  text-shadow: none;
}
/* Top Level Items - Hover */
#menu-inside1 #main-menu ul.sf-menu > li.menu-item:hover > a,
#menu-inside1 #main-menu ul.sf-menu > li.menu-item > a:hover,
#menu-inside1 #main-menu ul.sf-menu > li.menu-item.megaHover > a,
#menu-inside1 #main-menu ul.sf-menu > li.menu-item:hover > span.um-anchoremulator,
#menu-inside1 #main-menu ul.sf-menu > li.menu-item > span.um-anchoremulator:hover,
#menu-inside1  #main-menu ul.sf-menu > li.menu-item.megaHover > span.um-anchoremulator {
  color: #202020;
  border-bottom-color: transparent !important;
  /*background-color: #000000;*/
}
/* Top Level Items Title - Hover */
#menu-inside1  #main-menu ul.sf-menu > li.menu-item:hover > a span.wpmega-link-title,
#menu-inside1  #main-menu ul.sf-menu > li.menu-item:hover > span.um-anchoremulator span.wpmega-link-title,
#menu-inside1  #main-menu ul.sf-menu > li.menu-item > a:hover span.wpmega-link-title,
#menu-inside1  #main-menu ul.sf-menu > li.menu-item > span.um-anchoremulator:hover span.wpmega-link-title,
#menu-inside1  #main-menu ul.sf-menu > li.menu-item.megaHover > a span.wpmega-link-title,
#menu-inside1  #main-menu ul.sf-menu > li.menu-item.megaHover > span.um-anchoremulator span.wpmega-link-title {
  text-shadow: none;
}
/* Top Level Items - Current Item */
#menu-inside1  #main-menu ul.sf-menu > li.menu-item.current-menu-item > a,
#menu-inside1  #main-menu ul.sf-menu > li.menu-item.current-menu-parent > a,
#menu-inside1  #main-menu ul.sf-menu > li.menu-item.current-menu-ancestor > a {
  color: #202020;
}
/* Sub Menu Container Style */
#menu-inside1  #main-menu ul.sf-menu li ul.sub-menu {
 /* border-color: #e0e0e0;*/
 border-top: 3px solid #10b4c9 !important;
  color: #404040;
  text-shadow: 0px 1px 1px #ffffff;

    -moz-box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 3px rgba(0,0,0,0.2);

  background-color: #fff;
}
/* Sub Menu Columns */
#main-menu ul.sf-menu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1 > li.menu-item {
  min-width: 120px;
}

/* Sub Menu Links & Fake Links */
#menu-inside1  #main-menu ul ul.sub-menu li.menu-item > a {
  color: #606060;
  font-size: 12px;
  margin: 7px 0;
}


#menu-inside1  #main-menu ul ul.sub-menu > li.menu-item:hover > a {
  color: #17B4C9 !important;
  background-color: transparent;
}

#menu-inside1  #main-menu ul.sf-menu li ul.sub-menu li.menu-item > a {
   margin-bottom: 15px;
   margin-top: 15px;
   padding: 0 35px;
   display: block;
}

#main-menu ul.sf-menu li > ul.sub-menu > li.menu-item > ul.sub-menu {
	left: 100%;
}

#main-menu ul.sf-menu ul.sub-menu {
    float: left;
    left: auto;
    margin: 0;
    overflow: visible;
    position: absolute;
    visibility: visible;
    z-index: 500;
}

#main-menu ul.sf-menu ul.sub-menu { 
	min-width: 130px;
}

#main-menu ul.sf-menu ul.sub-menu ul.sub-menu {
	top: 10px;
}

#main-menu ul.sf-menu ul{
	list-style: none;	
}

#main-menu ul.sf-menu {
	margin-top: 20px;
}




/* Top Level Items */

#menu-inside1 #main-menu .sf-menu > ul > li  {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 200;
}

#menu-inside1 #main-menu .sf-menu > ul > li > a {
  font-size: 13px;
  color: #606060;
  padding: 22px 15px;
  font-weight: bold;
  letter-spacing: 0px;
}

/* Vertical Menu Items */
#menu-inside1 #main-menu.main-menu .sf-menu > ul > li > a,
#menu-inside1 #main-menu.main-menu .sf-menu > ul > li > span.um-anchoremulator {
 /* border-top: 1px solid #222222;*/
}
/* Top Level Menu Item Titles */
#menu-inside1 #main-menu .sf-menu > ul > li > a {
  text-transform: uppercase;
  text-shadow: none;
}
/* Top Level Items - Hover */
#menu-inside1 #main-menu .sf-menu > ul > li:hover > a,
#menu-inside1 #main-menu .sf-menu > ul > li > a:hover,
#menu-inside1 #main-menu .sf-menu > ul > li.megaHover > a,
#menu-inside1 #main-menu .sf-menu > ul > li:hover > span.um-anchoremulator,
#menu-inside1 #main-menu .sf-menu > ul > li > span.um-anchoremulator:hover,
#menu-inside1  #main-menu .sf-menu > ul > li.megaHover > span.um-anchoremulator {
  color: #202020;
  border-bottom-color: transparent !important;
  /*background-color: #000000;*/
}
/* Top Level Items Title - Hover */
#menu-inside1  #main-menu .sf-menu > ul > li:hover > a span.wpmega-link-title,
#menu-inside1  #main-menu .sf-menu > ul > li:hover > span.um-anchoremulator span.wpmega-link-title,
#menu-inside1  #main-menu .sf-menu > ul > li > a:hover span.wpmega-link-title,
#menu-inside1  #main-menu .sf-menu > ul > li > span.um-anchoremulator:hover span.wpmega-link-title,
#menu-inside1  #main-menu .sf-menu > ul > li.megaHover > a span.wpmega-link-title,
#menu-inside1  #main-menu .sf-menu > ul > li.megaHover > span.um-anchoremulator span.wpmega-link-title {
  text-shadow: none;
}
/* Top Level Items - Current Item */
#menu-inside1  #main-menu .sf-menu > ul > li.current-menu-item > a,
#menu-inside1  #main-menu .sf-menu > ul > li.current-menu-parent > a,
#menu-inside1  #main-menu .sf-menu > ul > li.current-menu-ancestor > a {
  color: #202020;
}
/* Sub Menu Container Style */
#menu-inside1  #main-menu .sf-menu > ul li ul.children {
 /* border-color: #e0e0e0;*/
 border-top: 3px solid #10b4c9 !important;
  color: #404040;
  text-shadow: 0px 1px 1px #ffffff;

    -moz-box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 3px rgba(0,0,0,0.2);

  background-color: #fff;
}
/* Sub Menu Columns */
#main-menu .sf-menu > ul > li.ss-nav-menu-mega > ul.children-1 > li {
  min-width: 120px;
}

/* Sub Menu Links & Fake Links */
#menu-inside1  #main-menu ul ul.children li > a {
  color: #606060;
  font-size: 12px;
  margin: 7px 0;
}


#menu-inside1  #main-menu ul ul.children > li:hover > a {
  color: #17B4C9 !important;
  background-color: transparent;
}

#menu-inside1  #main-menu .sf-menu > ul li ul.children li > a {
   margin-bottom: 15px;
   margin-top: 15px;
   padding: 0 35px;
   display: block;
}

#main-menu .sf-menu > ul li > ul.children > li > ul.children {
	left: 100%;
}

#main-menu .sf-menu > ul ul.children {
    float: left;
    left: auto;
    margin: 0;
    overflow: visible;
    position: absolute;
    visibility: visible;
    z-index: 500;
}

#main-menu .sf-menu > ul ul.children { 
	min-width: 130px;
}

#main-menu .sf-menu > ul ul.children ul.children {
	top: 10px;
}

#main-menu .sf-menu > ul ul{
	list-style: none;	
}

#main-menu .sf-menu > ul {
	margin-top: 20px;
}

#megaMenu{
    -webkit-transform: translateZ(0);
}