﻿a:focus{
    outline:none;
}
.zone-hidden, .hidden{
    display:none;
}
.tobeordered{
    display:none;
}
.regular {
    font-weight: normal !important;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
}
.centered-text {
    text-align: center;
}
.light {
    font-weight: 200 !important;
}
.white-text, p.lead.white-tex {
	color: #FFF;
}
input.round, li.round, a.round {
    border-radius: 1000px;
}
 p.round{
     border-radius: 4px;
 }
.caption {
    margin: 0.5em 0 1em 0;
    font-family: inherit;
    font-weight: normal;
    font-size: .875em;
    color: #777;
    line-height: 1.4;
    margin-top: 10px;
    text-rendering: optimizeLegibility;
    font-style: italic;
}
.bump-15 {
    margin-top: 15px !important;
}
.pamp-15 {
    margin-bottom: 15px !important;
}
.pamp-5 {
    margin-bottom: 5px !important;
}
.bump-25 {
    margin-top: 25px !important;
}
.bump-60 {
    margin-top: 60px!important;
}
.bump-45{
    margin-top: 45px !important;
}
hr.dotted {
    border-color: #ddd;
    border-style: dashed;
}
@media only screen and (min-width: 768px) {
    .bump-60 {
        margin-top: 60px;
    }
}
.green-color {
    color: #B8D30B !important;
}
.green-color.darker {
    color: #95A105 !important;
}
.blue-color {
    color: #2DAEBF !important;
}
.magenta-color {
    color: #A9014B !important;
}
.orange-color {
    color: #FF5C00 !important;
}
/* SubNav */
.sub-nav .active a{
    cursor: pointer!important;
}
.subnav-header p.title-text {
    font-size: 35px;
    padding-top: 14px;
    padding-bottom: 14px;
    letter-spacing: normal;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 0;
}

.subnav-header dl.sub-nav li {
    margin-left: 0;
    list-style: none;
    float: left;
    width: auto;
}

.subnav-header dl.sub-nav li a {
    display: block;
    color: #FFF;
    padding: 4px 7px;
    font-size: 12px;
    margin-bottom: 24px;
    font-weight: bold;
}

.subnav-header dl.sub-nav li.active a, dl.sub-nav li a:hover {
    background: #a0b70b;
    background: rgba(0,0,0,0.15);
    color: #FFF;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.subnav-header dl.sub-nav{
    display: block;
    margin: 8px 0;
}
.subnav-header p.title-text.with-back {
    padding-top: 35px;
}
.subnav-header p.title-text.with-back a {
    display: block;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
}
@media only screen and (min-width: 640px){
    .subnav-header p.title-text {
        padding-top: 60px;
    }
    .subnav-header dl.sub-nav li a {
        font-size: 14px;
        padding: 4px 15px;
        margin: 0;
    }
    .subnav-header dl.sub-nav {
        float: right;
        margin-top: 68px;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 640px){
    .subnav-header p.title-text a.back-link {
        display: none;
    }
    .subnav-header dl.sub-nav li {
        float: none;
        display: inline-block;
    }
    .subnav-header .columns {
        width: 100% !important;
    }
    .subnav-header p.title-text {
        padding-top: 35px;
        text-align: center;
        margin-bottom: 5px;
    }
    .subnav-header dl.sub-nav {
        float: none;
        margin-top: 0;
        text-align: center;
        margin-top: -9px;
        margin-bottom: 0;
    }
    .subnav-header dl.sub-nav li a {
        padding: 4px 0 5px;
        margin: 0 15px;
        color: #eef5d8;
        color: rgba(255,255,255,0.75);
    }
    .subnav-header dl.sub-nav li.active a, .subnav-header dl.sub-nav li a:hover {
        background: none;
        border-bottom: 2px solid #FFF;
        color: #FFF;
    }

}

/* Footer */
.footer-bottom {
    background: #333;
    padding: 24px 0 10px;
}

.footer-bottom ul.home-social {
    display: block;
    float: right;
    margin-bottom: 8px;
}
.footer-bottom ul.home-social li:first-child {
    margin-left: 0;
}
.footer-bottom ul.home-social li {
    list-style: none;
    display: block;
    float: left;
    margin-left: 10px;
}
.footer-bottom ul.home-social li a {
    display: block;
    height: 50px;
    width: 50px;
    background: url(./img/socialicons.png) no-repeat center 0;
}
.footer-bottom ul.home-social li a.twitter {
    background-position: center 0;
}
.footer-bottom ul.home-social li a.facebook {
    background-position: center -200px;
}
.footer-bottom ul.home-social li a.mail {
    background-position: center -400px;
}
.footer-bottom ul.links {
    margin: 0;
    display: inline-block;
}

.footer-bottom ul.links li {
    display: block;
    float: left;
    margin-left: 6px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875em;
}

.footer-bottom ul.links li a {
    color: #666;
    padding: 3px 6px;
}

.footer-bottom p.copyright {
    margin: 6px 0 0;
    font-size: 0.75em;
    color: #666;
}

.footer-bottom a.logo {
    color: #858585;
    font-weight: normal;
    padding: 25px 0 0 0;
    font-size: 1em;
    display: inline-block;
    width: 90px;
}

@media only screen and (max-width: 640px) {
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .columns {
        padding: 0;
    }
    .footer-bottom ul.home-social {
        float: none;
        margin: 0 0 20px 0;
        text-align: center;
        height: 44px;
        display: inline-block;
    }
}

.footer-top {
    background: #afc908;
    padding: 40px 0;
    color: white;
}
.footer-top .row .columns:before, .footer-top .row .columns:after {
	content: " ";
	display: table;
}

.footer-top h1, 
.footer-top h2, 
.footer-top h3, 
.footer-top h4, 
.footer-top h5, 
.footer-top h6 {
	color: white;
}
.footer-top .property h3 {
	font-size: 1.4rem;
	font-weight: bold;
	color: white;
	margin-bottom: 20px;
}
.footer-top .property h4 {
	font-size: 1.1rem;
	font-weight: 200;
	color: white;
	margin-bottom: 10px;
}
.footer-top .property p, .footer-top .property li, .footer-top .property a {
	font-size: 13px;
	line-height: 21px;
	color: white;
}
.footer-top .property a {
	font-weight: bold;
	color: white;
}
.footer-top .global {
    border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-top .global .footer-link-block {
    font-weight: normal;
    display: block;
    margin: 30px 0 0 0;
}

.footer-top .global .footer-link-block span {
    display: block;
    color: white;
    font-size: 0.75em;
    padding-left: 40px;
    line-height: 18px;
}

.footer-top .global .footer-link-block span.title {
    font-size: 1.125em;
    margin-bottom: 5px;
}

.footer-top .property {
    text-align: center;
}
.footer-top .property .property-info {
    padding-top: 20px;
}
.footer-top .property h2 {
    margin: 0;
    padding: 0 !important;
}
.footer-top .property a {
    font-weight: bold;
    color: white;
}
.footer-top .property h2 a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-weight: normal;
    font-size: 1.125em;
    padding: 0;
}
.footer-top .property p, .footer-top .property li, .footer-top .property a {
    font-size: 13px;
    line-height: 21px;
    color: white;
}
.footer-top .property .links{
    padding: 20px 0 0 0;
    border-left: 1px solid rgba(255,255,255,0.2);
    height: 180px;
    margin-bottom: 30px;
}
.footer-top .property .links ul {
    list-style: none;
}
.footer-top .property h4 {
    font-size: 1.25em;
    font-weight: 200;
    color: white;
    margin-bottom: 10px;
}
.footer-top .property .links .button {
    font-size: 12px;
    font-weight: normal;
    background: rgba(0,0,0,0.1);
    color: #FFF;
    font-weight: bold;
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
    padding: 6px 16px;
}
.footer-top .property h2 a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.footer-top .property a:hover {
    opacity: 0.8;
}
.footer-top .button {
	font-size: 12px;
	font-weight: normal;
	background: rgba(0,0,0,0.1);
	color: #FFF!important;
	font-weight: bold;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
	padding: 6px 16px;
}
@media only screen and (max-width: 640px) {
    .footer-top .property .links {
        border: none;
        height: auto;
        padding: 80px 20px 0;
        margin: 4px 0 0 0;
        border-top: 1px dotted rgba(255,255,255,0.2);
    }
}

/* Blogs */

.post-box > ul{
    list-style: none;
    margin:0;
}
.post-box h1 {
    font-size: 3em;
    line-height: 1.1;
}
.widget-recent-blog-posts .post h1,  
.widget-random-blog-posts .post h1{
    font-size: 1.5em;
}
.widget-recent-blog-posts a:not(.button), .widget-recent-blog-posts a:not(.button):hover,
.widget-random-blog-posts a:not(.button), .widget-random-blog-posts a:not(.button):hover
{
    color: rgb(34, 34, 34);
}
.post-box h1.light a {
    font-weight: 200;
}

.post-box p {
    line-height: 24px;
    font-size: 0.9375em;
}

.comment-author-line {
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
}
.widget-recent-blog-posts .comment-author-line,
.widget-random-blog-posts .comment-author-line
{
    margin:0;
    border:none;
}
.widget-recent-blog-posts .comment-author-line p,
.widget-random-blog-posts .comment-author-line p
{
    font-size: 0.80em;
}

.comment-author-line p {
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    color: #777;
}

.comment-author-line p a {
    text-decoration: none;
}

.little-old-post, .new-post {
padding-top: 25px;
}
.new-post, .new-post p{
	font-family: "proxima-nova", "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	line-height: 21px
}
.post ul li, .post ol li {
    font-size: 0.875em;
    margin-left: 15px;
}

.post blockquote {
    font-size: 1.125em;
    padding: 0 0 0 50px;
    line-height: 28px;
    display: block;
}

.widget-recent-blog-posts span.type,
.widget-random-blog-posts span.type
 {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75em;
    margin-bottom: 13px;
}

.widget-recent-blog-posts .bump-25,
.widget-random-blog-posts .bump-25 {
    margin-top: 0px !important;
}
/* Utilities */
hr.dotted {
	border-color: rgba(221, 221, 221, 0.08);
	border-style: dashed;
}
a.button.top-space{
	margin-top:20px;
}
.th {
	line-height: 0;
	display: inline-block;
	border: solid 4px #fff;
	max-width: 100%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
	transition: all 200ms ease-out;
}
@media screen and (min-width: 1024px){
	.hide-for-desktop {
		display: none !important;
	}
}

/* Signup */
.signup-panel {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
    /*border-style: solid;*/
}
.signup-panel form{
    position: relative;
    padding: 45px 15px 0px;
    margin: 0 -15px 15px;
}
.signup-panel form:after {
    content: "Use your username or email";
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.signup-panel i {
  font-size: 16px;
  line-height: 40px;
  color: #999;
}
.signup-panel form input, .signup-panel form span {
  height: 40px;
}
.signup-panel .welcome {
  font-size: 26px;
  text-align: center;
  margin-left: 0;
}

.signup-panel button{
    margin-bottom:0;
}
.signup-panel p {
  font-size: 13px;
  line-height:20px;
  margin-bottom: 5px;
}
.signup-panel .info{
    border-bottom: 1px dotted rgba(0, 140, 186, 0.65);
    line-height:25px;
    height:25px;
    color: rgba(0, 140, 186, 0.65);
}

.inline{
    display: inline;
}


.box {
background: #EFEFEF;
padding: 10px;
text-shadow: 0 1px 0 #fff;
line-height: 18px;
margin-bottom: 20px;
color: #9b9b9b;
}
.shadowboxpanel {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1);
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    border: solid 1px #D8D8D8;
    padding: 5px;
    margin-bottom: 20px;
}
.shadowboxpanel .box {
background: #f5f5f5;
padding: 10px;
margin-bottom: 0;
text-shadow: none;
font-family: 'PTSansRegular';
}
.title-bar {
    background: #0a0a0a;
    color: #fefefe;
    padding: 0.5rem;
}
.title-bar-title{
    opacity:.8;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}
.tab-bar .menu-icon {
    text-indent: 1.8rem;
}
form .row .row.collapse,
.row .row.collapse form
 {
    margin: 0;
}
.row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto;
}
form .row .row {
    margin: 0 -0.44444rem;
}
form .row .row .column, 
form .row .row .columns {
    padding: 0 0.44444rem;
}
form .row .row.collapse .column, 
form .row .row.collapse .columns,
.row .row.collapse form .columns {
    padding: 0;
}
