@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat+Alternates');

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}


/*basic resets*/
body{
	background:#333333;
}
#inner-wrapper {
	background:#ffffff;
}

body, .entry, .entry p, p {
    color:rgba(0, 0, 0, 0.55);
    font: 300 15px/1.5em Lato, "Helvetica Neue", Helvetica, sans-serif;
}
#logo .site-title, #logo .site-description {
    font-family: Montserrat Alternates, "Helvetica Neue", Helvetica, sans-serif;
    display: block;
}
#logo .site-title a {
    color: #5c9896;
    font-size: 34px;
}
h1, h2, h3, h4, h5, h6{
	color:rgba(0, 0, 0, 0.85);
    font-family: Montserrat Alternates, "Helvetica Neue", Helvetica, sans-serif;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.8em;
}
.page-title, .post .title, .page .title {
    font: normal bold 28px/1.2em Montserrat Alternates, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0 0 0.5em;
}
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  line-height: 1.3em;
}

a:link,
a:visited {
  color: #8db7b6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #BC2C82;
}
a{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a img:hover{
	opacity:0.7;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*header*/
#header{
	padding-top:20px;
	padding-bottom:10px;
}
#header-container{
	background:#ffffff;
}


/*navigation*/
.nav-toggle {
	background:#8db7b6;
}
#navigation {
    font: 300 14px/1.2 Lato, "Helvetica Neue", Helvetica, sans-serif;
}
body #nav-container {
  border:none;
  border-width: 1px;
  background: #ffffff;
  
  margin: 0 0 1em 0;
}
ul.nav li a {
	color: #333333;
}
ul.nav li a:hover {
  color: #8f8f8f;
}
ul.nav li.current_page_item a,
ul.nav li.current_page_parent a,
ul.nav li.current-menu-ancestor a,
ul.nav li.current-cat a,
ul.nav li.current-menu-item a {
	background:none;
  	color: #8f8f8f;
}
ul.nav li ul li a {
  background: none!important;
  color: #333333 !important;
  margin-top:15px;
  padding: 0 !important;
  width:auto;
}

ul.nav ul li.current_page_item a,
ul.nav ul li.current_page_parent a,
ul.nav ul li.current-menu-ancestor a,
ul.nav ul li.current-cat a,
ul.nav ul li.current-menu-item a {
  color: #8f8f8f !important;
}
#nav-container #navigation ul#main-nav > li:first-child {
  border-left: none;
}

/*sidebar*/
.widget ul {
	text-indent:-1em;
	margin-left:1em;
}
/*content*/
body #metaslider_container_1800 {
	display:none;
}
body.home #metaslider_container_1800 {
	display:inherit;
}

#content ul li, #content ul ol {
	margin-bottom:10px;
}
#content {
margin-bottom: 10px;
}
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
    height: auto;
    padding: 0;
    border: 0;
    background: none;
}
.metaslider {
    padding-bottom: 30px;
}


/*footer*/
#footer p{
 color:#8f8f8f;
}
#copyright{
	margin-top:20px;
}
#footer-container{
	background:#333;
}
#footer{
	border:none;
}
/*buttons*/
a.button, a.comment-reply-link, #commentform #submit, .submit, input[type="submit"], input.button, button.button, #wrapper .woo-sc-button {
    padding: 0.7em 1em;
    color: #555 !important;
    text-align: left;
    border-width: 1px;
    border-style: solid;
    border-color: #1c766d;
    text-decoration: none;
    font-size: 0.7em;
    line-height: 1.3em;
    background: #8db7b6;
    border-radius: 3px;
	font-weight: 500;
}
body a.woo-sc-button span {
    font-size: 1.3em;
}
a.button:hover, a.comment-reply-link:hover, #commentform #submit:hover, .submit:hover, input[type="submit"]:hover, input.button:hover, button.button:hover, #wrapper .woo-sc-button:hover {
    text-decoration: none;
    background: #1c766d;
}
.woo-sc-button img.alignright {
    float: right;
    margin: 0 0 0 15px;
}
a.read-more, .post-more .read-more a {
    margin: 0.5em 0.5em 0.5em 0;
    background: #8db7b6;
    display: inline-block;
    padding: 0.7em 1em;
    color: #555 !important;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: #1c766d;
    text-decoration: none;
    font-size: 0.7em;
    cursor: pointer;
    overflow: visible;
    width: auto;
    line-height: 1.618em;
    white-space: normal;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}
.post-more a:hover, .post-meta a:hover, .post p.tags a:hover {
    color: #1c766d;
}

input, textarea{
	width:98%;
}
@media only screen and (min-width: 768px) {
#header {
    padding-bottom: 0;
}
	#main-nav{
		float:right;
	}
 #navigation { 
        float: right; 
        width: auto; 
        clear:none; 
        max-width: 600px; // This can be changed
    }
#nav-container #navigation {
    margin-top: 27px;
}
.nav li ul li {
left: 0;
}
body ul.nav li a {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
	padding-left:0;
	padding-right:0;
}
ul.nav {
	margin-right:0;
}
ul.nav li {
    padding: 0 12px;
}
ul.nav li.last {
	padding-right: 0;
}
 body #navigation {
    padding-top: 0;
    background: #ffffff;
    display: block !important;
  } 
  body #navigation ul.nav > li a:hover {
    background: #ffffff;
    color: #555555;
}
#navigation ul.nav > li:hover {
    background: #ffffff;
	color:#8f8f8f;
}
  body #navigation ul.nav > li a:hover {
    background: #ffffff;
  }
  body #navigation ul.nav > li {
    border-right:none;
	
  }
  body #navigation ul.nav ul {
    background: #ffffff;
    border: none;
  }
  ul.nav li ul li a:hover {
    text-decoration: none;
}
.textwidget {
    top: 20px;
    right: 0;
	text-align:right;
}


.twocol-one, .threecol-one, .threecol-two, .fourcol-one, .fourcol-two, .fourcol-three, .fivecol-one, .fivecol-two, .fivecol-three, .fivecol-four, .sixcol-one, .sixcol-two, .sixcol-three, .sixcol-four, .sixcol-five {
    margin-right: 2% !important;
    margin-bottom: 0 !important;
}
.threecol-one {
    width: 32% !important ;
}
.last {
    margin-right: 0 !important ;
}
	

}
@media only screen and (max-width: 767px) {
	
}

/*additional CSS*/
body .woo-sc-box.normal {
    border-color: #8db7b6;
    background-color: #8db7b6;
    background-image: none;
    padding:30px;
}
body .woo-sc-box.normal a:link, body .woo-sc-box.normal  a:visited {
    color: #e3e3e3;
}
.entry table {
    border-spacing: 0;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.08);
    border-radius: none;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.entry table tbody td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.entry table td, .entry table th {
    border-right: 1px dotted rgba(0, 0, 0, 0.08);
}
.clear{
   clear:both;
}
#wrapper .woo-sc-button .woo-tick::before {
    content: "";
}
#wpstats{display:none;}