@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Dosis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/* CSS Document */

/* BACKGROUNDS AND COLORS */

body{
    background: #fff;
}

h1, h2, h3, h4, h5, h6, 
.dropcaps_colored,
.sf-menu li a, .sf-menu li a:visited {
	color:#CCC;
} 

.link, .sf-menu #current, .sf-menu li a:hover {
    color:#a7b56f;
} 

.button, #sidebar_search #search_button {
    background-color:#a7b56f; 
    border-color:#a7b56f;
} 

#pagination ul li a:hover, #pagination #active a, .dropcaps_bg_colored {
    background-color: #a7b56f;
}

/* FONTS  */
#header #menu {
    font-family: 'Cabin', sans-serif; 
    font-size:16px; 
    letter-spacing:0px; 
    font-weight:400
}  

header #menu {
    font-family: 'Cabin', sans-serif; 
    font-size:16px; 
    letter-spacing:0px; 
    font-weight:400
}  


.sf-menu li li a {
    font-family:arial; 
    font-size:13px;
} 
body {
    font-family: 'Cabin', sans-serif;
	}  

h1, h2, h3, h4, h5, h6 {
   font-family: 'Montserrat', sans-serif;
    letter-spacing:0px; 
    font-weight:400;
}


/* BOXED LAYOUT */
#wrapper {
    margin: 20px auto auto auto;     
}
#bottom {
    width:930px; 
}

#footer {
	/*background-color:#fff;*/
    width:930px;
	font-family:arial;
	text-align:right;
	font-size:9px;   
}

/* shadows borders in boxed style /*


/*#wrapper {
    -moz-box-shadow: 0 0 5px #d3d5d7;
    -webkit-box-shadow: 0 0 5px #d3d5d7;
    box-shadow: 0 0 5px #d3d5d7;
    
}
#wrapper2 {
    -moz-box-shadow: 0 0 5px #d3d5d7;
    -webkit-box-shadow: 0 0 5px #d3d5d7;
    box-shadow: 0 0 5px #d3d5d7;
    
}
#wrapper3 {
    -moz-box-shadow: 0 0 5px #d3d5d7;
    -webkit-box-shadow: 0 0 5px #d3d5d7;
    box-shadow: 0 0 5px #d3d5d7;
    
}

#bottom, #footer {
    -moz-box-shadow: 0 5px 5px #d3d5d7;
    -webkit-box-shadow: 0 5px 5px  #d3d5d7;
    box-shadow: 0 5px 5px  #d3d5d7;    
}*/

/*  --------------------------------------------------------------------
                             GENERAL SETTINGS
    -------------------------------------------------------------------- */
    
body {
    color:#666 /* Default text color */;
    font-family:Arial,Tahoma,Verdana;
    font-size:12px;
    line-height:20px;
    letter-spacing:.2px;
    text-align:center;
}

a {
    color:#487ab9; /* Default link color */
}

.link {
    text-decoration:none;
}

.link:hover {
    color:#333 !important;
    text-decoration:underline !important;
}

.link:active {
    color:#333 !important;
    text-decoration:none !important;
}

.left {
    float:left;
}

.right {
    float:right;
}

.align_left {
    text-align:left;
}

.align_center {
    text-align:center;
}

.align_right {
    text-align:right;
}

.clear {
    clear:both;
    height:0;
    margin:0;
    padding:0;
}

.bold {
    font-weight:bold;
}



/*  --------------------------------------------------------------------
                                LAYOUTS
    -------------------------------------------------------------------- */

/*#wrapper {
    width:75%;
    padding-top:20px;
    background:#fff;
margin:auto;}*/

.blog_post_content {width: 90vw;
}

#wrapper2 {
    width:75%;
	max-width: 1200px;
	height:550px;
    padding-top:20px;
    background:#fff;
    margin:auto;
}
#wrapper3 {
    width:75%;
	height:720px;
    padding-top:20px;
    background:#fff;
    margin:auto;
}
#container{
	width:75%;
    background:#fff;
	margin-top:-23px;
    margin-right:auto;
	margin-left:auto;
}


/* Full with content */
#full_width_content {
    text-align:left;
    width:100%;
}

/* Content with left sidebar */
#content_with_left_sidebar {
    text-align:left;
    width:620px;
    float:right;
    padding-left:25px;
    border-left:1px solid #ddd;
}

#left_sidebar {
    width:260px;
    float:left;
}
#sidebarvideo {padding: 0;
}

/* Content with right sidebar */
#content_with_right_sidebar {
    text-align:left;
    width:620px;
    float:left;
    padding:15px;
    border-right:1px solid #ddd;
}

#right_sidebar {
	width:260px;
	float:right;
	padding-top: 15px;
}

/* Columns */
.one-half,.one-third,.one-fourth,.one-fifth,.one-sixth,.two-third,.three-fourth,.four-fourth {
    float:left;
    margin-right:30px;
	margin-left:10px;
    text-align:left;
}

.last {
    float:right;
    margin-right:0;
    margin-right:0 !important;
}

.one-half {
    width:440px;
}

.one-third {
    width:280px;
}

.one-fourth {
	width:200px;
	border-left-style: none;
}

.one-fifth {
    width:152px;
}

.one-sixth {
    width:120px;
}

.two-third {
    width:600px;
}

.three-fourth {
    width:680px;
}

.four-fourth {
    width:910px;
}
/* Sideabar */

#right_sidebar p, #left_sidebar p {
    margin: 1px auto 10px auto !important;
}

#sidebar_search #search_box {
    color:#555;
    font-size:12px;
    height:30px;
    line-height:30px;
    padding-left:15px;
    border:1px solid #bbbdc4;
    width:180px;
    display:block;
    float:left;
}

#sidebar_photostream a {
    float:left;
}

#sidebar_photostream img {
    padding:4px;
    border:solid 1px #ebebeb;
    margin-bottom:18px;
    width:110px;
}

#sidebar_photostream .left {
    margin-right:18px;

}

#sidebar_photostream .right {
    margin-right:0px;
}

.sidebar_text_module, #sidebar_advertesing, #sidebar_brochure, #sidebar_menu, #sidebar_blog_menu, #sidebar_photostream, #sidebar_search, #sidebar_tabs_module, #sidebar_text_widget, #sidebar_video_module {
    margin-bottom:30px;
    text-align:left;
}



/* Portfolio */
#portfolio {
    clear:both;
    width:930px;
    margin-top:30px;
    text-align:left;
}

.portfolio_content {
    margin-top:15px;
}

.portfolio_1 {
    margin:auto auto 30px auto;
}

.portfolio_1_left {
    text-align:left;
    width:620px;
    float:left;
}

.portfolio_1_right {
    width:280px;
    float:right;
    text-align:left;
}

.portfolio_2 {
    margin:auto auto 30px auto;
}

.portfolio_3 {
    margin:auto auto 30px auto;
}


/*  --------------------------------------------------------------------
           HEADER & LOGO & INNER PAGE
    -------------------------------------------------------------------- */
    
header {
	height:35px;
	background: #316479;
	margin-bottom: -10px;
}

header #logo {
	float:left;
	text-align:left;
	width:300px;
	padding-left: 10px;
}

header #menu {
    float:right;
	color:#999;
    width:600px;
    font-family:Verdana, sans-serif;
    font-size:15px; 
    letter-spacing:0px; 
    font-weight:400;
	padding-right: 10px;
}

#header {
	height:35px;
	background: #316479;
}

#header #logo {
	float:left;
	text-align:left;
	width:300px;
	padding-left: 10px;
}

#header #menu {
    float:right;
	color:#999;
    width:600px;
    font-family:Verdana, sans-serif;
    font-size:15px; 
    letter-spacing:0px; 
    font-weight:400;
	padding-right: 10px;
}

.intro_page_inner {
    width:930px;
    background:url(../images/backgrounds/inner_page.png) repeat;
    color:#fff;
    text-align:left;
    margin-top:30px;
    margin-bottom:50px;
    height:100px;
}

.intro_page_inner h1 {
    color:#fff;
    color:#fff !important;
    padding-top:20px;
    padding-left:20px;
}

.intro_page_inner h5 {
    color:#ccc;
    color:#ccc !important;
    padding-top:10px;
    padding-left:20px;
}



/*  --------------------------------------------------------------------
                               BOTTOM & FOOTER
    -------------------------------------------------------------------- */

#bottom {
    background:url(../images/backgrounds/bottom.png);
    color:#888;
    margin:auto;
    padding-bottom:10px;
}

#bottom_wrapper {
    width:75%;
    margin:auto;
    padding-top:0;
    max-height:300px;
}

#bottom h1, #bottom h2, #bottom h3, #bottom h4, #bottom h5, #bottom h6 {
    color:#b6b7b7 !important;
}


/* social icons */
#social_icons img {
    width:25px;
    height:25px;
}

#icons {
    list-style-type:none;
    margin:0;
    padding:0;
    overflow:auto;
}

#icons li {
    float:left;
    padding:10px 0 0 10px;
}

#icons li img {
    display:block;
    border:0;
}


/* contact form */

#bottom form {
    text-align:left;
}

#bottom input, #bottom textarea {
    font-family:Arial;
    font-size:12px;
}

#bottom input[type="text"] {
    background-color:#35373d;
    border:solid 1px #424349;
    color:#fff;
    padding:4px;
    width:150px;
    margin:2px;
}

#bottom input[type="submit"] {
    margin-top:4px;
    border:solid 1px #444444 !important;
}

#bottom textarea {
    background-color:#35373d;
    border:solid 1px #424349;
    color:#fff;
    width:250px;
    height:50px;
    margin:2px 2px 0 2px;
    overflow: auto;
}

#bottom input:hover, #bottom input[type="text"]:focus, #bottom textarea:hover, #bottom textarea:focus {
   background-color:#fff;
   /* background-color:#535459;*/
}

#bottom .footer_error {
    color:#ff8d2a;
    font-size:12px;
    display:none;
    line-height:12px;
    height:12px;
    margin-bottom:3px;
}

#bottom #footer_loader {
    color:#ff8d2a;
    width:43px;
    height:11px;
    padding-top:9px;
    margin-right:130px;
    font-size:12px;
    display:none;
    float:right;
}

#bottom #footer_contact_form label {
    padding-left:10px;
}


/* footer */

#footer {
	color:#a7b66c;
	margin:auto;
	margin-bottom:20px;
}

#footer_wrapper {
    line-height:30px;
    padding-bottom:0;
}


/*  --------------------------------------------------------------------
                               HEADLINES
    -------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    color:#444446;  
}

h1 {
    font-size:33px;
    padding-bottom:5px;
}

h2 {
    font-size:29px;
    padding-bottom:5px;    
}

h3 {
    font-size:27px;
    padding-bottom:5px;    
}

h4 {
	font-size:22px;
	padding-bottom:5px;
}

h5 {
    font-size:18px;
    padding-bottom:5px;    
}

h6 {
    font-size:16px;
    padding-bottom:5px;    
}


code,p,ul,ol,pre {
    margin:10px auto 20px;
}

p.justify {
    text-align:justify !important;
}


/*  --------------------------------------------------------------------
                               SlideShow Homepage
    -------------------------------------------------------------------- */
    
#home_slider {
    margin-bottom:20px;
    min-height:290px;
}

#homepage_module_1 {
    text-align:left;
    margin-top:-10px;
    margin-bottom:0px;

}

/* SLIDER STRUCTURE */

#cssslider {
   background: #000;
   width: 100%;
   margin: 0 auto 0;
   overflow: visible;
   position: relative;
}


#mask {
   overflow: hidden;
     /* height: 320px;*/
}

#cssslider ul {
   margin: 0;
   padding: 0;
   position: relative;
}

#cssslider li {
   width: 930px;  /* Width Image */
   position: absolute;
	right: -1225px; 
  /* top: -325px;Original Position - Outside of the Slider */
   list-style: none;
}
   
   #cssslider li.firstanimation {
   animation: cycle 25s linear infinite;
}

#cssslider li.secondanimation {
   animation: cycletwo 25s linear infinite;
}

#cssslider li.thirdanimation {
   animation: cyclethree 25s linear infinite;
}

#cssslider li.fourthanimation {
   animation: cyclefour 25s linear infinite;
}

#cssslider li.fifthanimation {
   animation: cyclefive 25s linear infinite;
}

#cssslider li.sixthanimation {
   animation: cyclesix 25s linear infinite;
}
#cssslider li.seventthanimation {
   animation: cycleseven 25s linear infinite;
}

/* ANIMATION */

@keyframes cycle {
   0%  { top: 0px; } /* When you start the slide, the first image is already visible */
   4%  { top: 0px; } /* Original Position */
   16% { top: 0px; opacity:1; z-index:0; } /* From 4% to 16 % = for 3 seconds the image is visible */
   20% { right: 1225px; opacity: 0; z-index: 0; } /* From 16% to 20% = for 1 second exit image */
   21% { right: -1225px; opacity: 0; z-index: -1; } /* Return to Original Position */
   92% { right: -1225px; opacity: 0; z-index: 0; }
   96% { top: -1225px; opacity: 0; } /* From 96% to 100% = for 1 second enter image*/
   100%{ top: 0px; opacity: 1; }
}

@keyframes cycletwo {
   0%  { right: -1225px; opacity: 0; } /* Original Position */
   16% { right: -1225px; opacity: 0; }/* Starts moving after 16% to this position */
   20% { top: 0px; opacity: 1; }
   24% { top: 0px; opacity: 1; }  /* From 20% to 24% = for 1 second enter image*/
   36% { top: 0px; opacity: 1; z-index: 0; }   /* From 24% to 36 % = for 3 seconds the image is visible */
   40% { right: 1225px; opacity: 0; z-index: 0; } /* From 36% to 40% = for 1 second exit image */
   41% { right: -1225px; opacity: 0; z-index: -1; }   /* Return to Original Position */
   100%{ right: -1225px; opacity: 0; z-index: -1; }
}

@keyframes cyclethree {
   0%  { right: -1225px; opacity: 0; }
   36% { right: -1225px; opacity: 0; }
   40% { top: 0px; opacity: 1; }
   44% { top: 0px; opacity: 1; }
   56% { top: 0px; opacity: 1; }
   60% { right: 1225px; opacity: 0; z-index: 0; }
   61% { right: -1225px; opacity: 0; z-index: -1; }
   100%{ right: -1225px; opacity: 0; z-index: -1; }
}

@keyframes cyclefour {
   0%  { top: -325px; opacity: 0; }
   56% { top: -325px; opacity: 0; }
   60% { top: 0px; opacity: 1; }
   64% { top: 0px; opacity: 1; }
   76% { top: 0px; opacity: 1; z-index: 0; }
   80% { top: 325px; opacity: 0; z-index: 0; }
   81% { top: -325px; opacity: 0; z-index: -1; }
   100%{ top: -325px; opacity: 0; z-index: -1; }
}

@keyframes cyclefive {
   0%  { right: -1225px; opacity: 0; }
   56% { right: -1225px; opacity: 0; }
   60% { top: 0px; opacity: 1; }
   64% { top: 0px; opacity: 1; }
   76% { top: 0px; opacity: 1; z-index: 0; }
   80% { right: 1225px; opacity: 0; z-index: 0; }
   81% { right: -1225px; opacity: 0; z-index: -1; }
   100%{ right: -1225px;opacity: 0; z-index: -1; }
}
@keyframes cyclesix {
   0%  { right: -1225px; opacity: 0; }
   56% { right: -1225px; opacity: 0; }
   60% { top: 0px; opacity: 1; }
   64% { top: 0px; opacity: 1; }
   76% { top: 0px; opacity: 1; z-index: 0; }
   80% { right: 1225px; opacity: 0; z-index: 0; }
   81% { right: -1225px; opacity: 0; z-index: -1; }
   100%{ right: -1225px; opacity: 0; z-index: -1; }
}

@keyframes cycleseven {
   0%  { right: -1225px; opacity: 0; }
   76% { right: -1225px; opacity: 0; }
   80% { top: 0px; opacity: 1; }
   84% { top: 0px; opacity: 1; }
   96% { top: 0px; opacity: 1; z-index: 0; }
   100%{ right: 1225px; opacity: 0; z-index: 0; }
}

#cssslider:hover li,
#cssslider:hover .progress-bar {
   animation-play-state: paused;
}


/*  --------------------------------------------------------------------
                      MAIN MENU (Horizontal)
    -------------------------------------------------------------------- */

.sf-menu,.sf-menu * {
    list-style:none;
    margin:0;
    padding:0;
    z-index:900;
}

.sf-menu {
    line-height:1.0;
    float:right;
    margin-top:0px;
    text-align:left;

}

.sf-menu ul {
    position:absolute;
    top:-999em;
    width:10em;
}

.sf-menu ul li {
    width:100%;
}

.sf-menu li:hover {
    visibility:inherit;
}

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

.sf-menu a {
    display:block;
    position:relative;
    text-decoration:none;
    padding:9px 1px 9px 25px;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
    left:0;
    top:2.2em;
    z-index:99;
}

.sf-menu a,.sf-menu a:visited {
	color:#CCC;
}

.sf-menu li li a,.sf-menu li li a:visited {
    color:#444 !important;
    padding:9px 1px 9px 10px;
}

.sf-menu li li {
    background:url(../images/main_menu/menu_bg.png) center top;
    border-bottom:1px solid #fff;
}

.sf-menu li li li {
    background:url(../images/main_menu/menu_bg.png) center top;
    border-bottom:1px solid #fff;
}

.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
    background-color:#f3f2f1;
    outline:0;
}

.sf-menu li li a {
    font-family:arial; 
    font-size:13px;
} 

.sf-menu li li a:hover {
    color:#222 !important;
}

.sf-menu a.sf-with-ul {
    padding-right:15px;
    min-width:1px;
}

.sf-sub-indicator {
    background:url(../images/main_menu/arrows.png) no-repeat -10px -100px;
    display:block;
    height:10px;
    overflow:hidden;
    position:absolute;
    right:0;
    text-indent:-999em;
    top:1.45em;
    width:10px;
}

li li .sf-sub-indicator {
    right:10px;
}

a > .sf-sub-indicator {
    top:.8em;
    background-position:0 -100px;
}

a:focus > .sf-sub-indicator,a:hover > .sf-sub-indicator,a:active > .sf-sub-indicator,li:hover > a > .sf-sub-indicator,li.sfHover > a > .sf-sub-indicator {
    background-position:-10px -100px;
}

.sf-menu ul a > .sf-sub-indicator {
    background-position:0 0;
}

.sf-shadow ul {
    background:url(../images/main_menu/shadow.png) no-repeat bottom right;
    -moz-border-radius-bottomleft:17px;
    -moz-border-radius-topright:17px;
    -webkit-border-top-right-radius:17px;
    -webkit-border-bottom-left-radius:17px;
    padding:0 8px 9px 0;
}

.sf-shadow ul.sf-shadow-off {
    background:transparent;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
    top:-999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
    left:10em;
    top:0;
}

.sf-menu ul .sf-sub-indicator,.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position:-10px 0;
}



/*  --------------------------------------------------------------------
                        SECONDARY MENU (Vertical)
    -------------------------------------------------------------------- */

.vertical_menu ul {
    list-style-type:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    letter-spacing:1px;
    margin:0;
    padding:0;
}

.vertical_menu li {
    margin:0;
}

.vertical_menu a,#vertical_menu a:link,#vertical_menu a:visited {
    display:block;
    border-bottom:1px dashed #ddd;
    color:#555;
    padding:5px 2px 5px 16px;
    background:url(../images/vertical_menu/nav_arrow.png) 0 10px no-repeat;
}

.vertical_menu a:hover,#vertical_menu a:active {
    border-bottom:1px solid #ddd;
    background:#f5f5f5 url(../images/vertical_menu/nav_arrow2.png) 0 -10px no-repeat;
}

#verticalcurrent { background:#f5f5f5 url(../images/vertical_menu/nav_arrow2.png) 0 -10px no-repeat;
}

/*  --------------------------------------------------------------------
                              SCROLL TO TOP
    -------------------------------------------------------------------- */

#scroll_to_top {
    background: url(../images/backgrounds/black_shadow.png);
    color:#ffffff;
    -moz-border-radius:3px;
    border-radius:3px;
    display:none;
    position:fixed;
    bottom:15px;
    right:15px;
    padding-top:7px;
    width:40px;
    cursor:pointer;
    text-align:center;
    font-family:verdana;
    font-size:25px;
    font-weight:bold;
}



/*  --------------------------------------------------------------------
                              NIVO SLIDER
    -------------------------------------------------------------------- */
    
/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * March 2010
 */

.nivoSlider {
	position:relative;
	background:#fff url(../images/nivo_slider/loading.gif) no-repeat center center;
	/*
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    */
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
.nivoSlider a {
	border:0;
	display:block;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	background:#000;
	color:#fff;
	opacity:0.8; 
	z-index:8;
	display:none;
    width:120px;
    left:10px;
    bottom:10px;
    padding:5px 10px 5px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align:left;
}
.nivo-caption .caption-title {
    font-family: Verdana, Arial, sans-serif;
    font-weight:bold;
	display:block;
	font-size:15px;
}
.nivo-caption p {
    font-size:12px;
	text-align:center;
	padding:5px 0 5px 0;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
	color:#fff;
    border-bottom:1px dotted #fff;
}
.nivo-caption a:hover {
    color:#fff;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
	display:block;
	width:30px;
	height:42px;
	background:url(../images/nivo_slider/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-prevNav {
	left:0px;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	position:absolute;
	right:10px;
	bottom:10px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
	display:block;
	width:22px;
	height:22px;
	background:url(../images/nivo_slider/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -22px;
}


/*  --------------------------------------------------------------------
                             CONTACT PAGE
    -------------------------------------------------------------------- */

#contact_form input, #contact_form textarea {
    font-family:Arial;
    font-size:12px;
}

#contact_form input[type="text"] {
    color:#555;
    height:16px;
    padding:5px;
    border:1px solid #ccc;
    width:400px;
    margin-bottom:5px;
    background-color:#f5f5f5;
}

#contact_form input[type="submit"] {

}

#contact_form textarea {
    color:#555;
    height:80px;
    padding:5px;
    border:1px solid #ccc;
    width:500px;
    margin-bottom:5px;
    background-color:#f5f5f5;
    overflow: auto;
}

#contact_form label {
    color:#333;
    font-size:13px;
    line-height:20px;
    margin-top:10px;
    padding:3px;
    display:block;
}

#contact_form .error {
    display:none;
    padding-left:120px;
    color:#c30;
    font-size:12px;
    line-height:16px;
    float:right;
}

#name_error {
    margin-right:210px;
}

#email_error {
    margin-right:210px;
}

#message_error {
    margin-right:110px;
}

#contact_submit {
   margin-top:20px;
   height:25px;
}


#contact_form #loader {
    margin:8px 400px auto auto;
    float:right;
    display:none;
}

/*  --------------------------------------------------------------------
                           TABS
    -------------------------------------------------------------------- */

.tabs {

}

.tabs li {
    float:left;
}

.tabs li a {
    display:block;
    padding-left:10px;
    padding-right:10px;
    margin-right:3px;
    background:#dcddda;
    line-height:30px;
    color:#000;
}

.tabs li.active a {
    background:#f5f5f5;
}

.tabs_content {
    float:left;
    background:#f5f5f5;
    width:580px;
    padding:20px;

}

/* sidebar */

.tabs_sidebar {

}

.tabs_sidebar li {
    float:left;
}

.tabs_sidebar li a {
    display:block;
    padding-left:10px;
    padding-right:10px;
    margin-right:3px;
    background:#dcddda;
    line-height:30px;
    color:#000;
}

.tabs_sidebar li.active a {
    background:#f5f5f5;
}

.tabs_sidebar_content {
    float:left;
    background:#f5f5f5;
    width:200px;
    padding:20px;
}

#logo {width: 100%;
	height: auto;
	display:flex;
	justify-content: center;
	margin: 50px 0 10px 0; 
	padding: 0;
	
}

#logo img {width: 80vw;
		   
				}

@media screen and (min-width: 600px){ 
	
	#wrapper {width: 100%;}
	
	.blog_post_content {width: auto;
}
	
	.carousel{margin-top: 0;
    overflow:hidden;
    width:120%;
	margin-left:-40px;
		height: auto;}
	
	#logo img {width: 33vw;
			margin-left: 40px;
				}
	
	#logo {width: 100%;
	display:flex;
	justify-content: flex-start;}
	
	
			
				}  

@media screen and (max-width: 320px){
   #container{
	width:100%;
    background:#fff;
	margin-top:-23px;
}
 
	/* #slider {
        position:relative;
        max-width:300px;
        max-height:100%;
        height:160px;
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
    } */ 
}

@media screen and (min-width: 340px){    
   
     #container{
	width:100%;
    background:#fff;
	margin-top:-23px;
    margin-right:auto;
	margin-left:auto;
}
    /* #slider {
        position:relative;
        max-width:460px;
        max-height:100%;
        height:160px; 
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
    }*/
}