html, body{
    background:url('/static/skin5/images/bg.jpg');
    font-family: Trebuchet MS,Lberation Sans,DejaVu Sans,sans-serif;
    padding-top: 30px;
    padding-bottom: 0px;
}
body.modal-open {
    overflow: hidden;
}
.textured-background{
    background:url('/static/skin5/images/bg.jpg');
}
h1{
    margin: 0 0 10px;
    padding: 0;
    color: #24678a;
    font-size: 30px;
}
h2{
   font-size: 24px;
    color: #24678a;
}
.right-column h2,.left-column h2{
   font-size: 20px;
    color: #24678a;
}
h3{
   font-size: 20px;
    color: #24678a;
    margin-bottom: 0;
}
h4{
   font-size: 20px;
}
h5{
   font-size: 16px;
    color: #24678a;
    margin: 0 0 5px 0;
}
a{
    color: #3393c6;
}
a:hover{
    text-decoration: none;
}
hr{
    margin: 10px 0 0;
}
.col-lg-15 hr{
    margin: 10px 0 10px;
}
p {
    line-height: 2;
    margin: 0 0 10px;
}
.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.img-circle.profile {
    border-radius: 50%;
    height: 200px;
    width: 200px;
    border: 2px solid #ffffff;
}
.ui-front {
    z-index: 1500;
}
.socialaccount_providers{
    width: 100%;
    font-size: 18px;
    line-height: 1.33;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.socialaccount_providers > li  {
    float: left;
    margin-right: 20px;
}
.socialaccount_providers > li > a {
    color: #ffffff;
    border-radius: 6px;
    display: inline-block;
    padding: 10px;
    margin: 10px 0px
}
.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 12px;
    padding: 0 0 0 15px;
    text-shadow: 1px 1px 0 #24678a;
    white-space: nowrap;
}
.navbar-inverse {
    background-image: none;
    background-repeat: repeat-x;
}
.navbar-inverse {
    background-color: #3393c6;
    border-color: #24678a;
}
.staff{
    background-color: mediumseagreen;
    border-color: #24678a;
}
.navbar-nav{
    float: right;
}
.navbar-inverse .navbar-brand {
    color: #FFF;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
}
.navbar-inverse .navbar-nav > .active > a {
    background: #24678a;
    background-repeat: repeat-x;
    box-shadow: none;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #24678a;
    box-shadow: 2px 0 1px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 1px 1px 0 #24678a;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #24678a;
    box-shadow: 2px 0 1px rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 1px 1px 0 #24678a;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #24678a;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #24678a;
}
.navbar-inverse .navbar-toggle {
    border-color: #24678a;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #24678a;
}
.navbar-nav {
    margin: 0 -15px;
}
.timestamp{
    font-size: 12px;
}
.message-text {
    font-size: 14px;
    line-height: 1.4;
    padding-top: 10px;
}
.dropdown-menu .divider {
    background-color: #3393c6;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.progress {
    background:url('/static/skin5/images/bg.jpg');
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin: 10px 0;
    overflow: hidden;
}
.next-step{
    font-size:12px;
}
.friends-container{
    font-size:12px;
    padding-top: 5px;
}
.guide-started-text {
    color: #24678a;
    margin: 5px 0 0;
    display: inline-block;
}
.guide-updated-text {
    color: #a7a7a7;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 15px;
    width: 100%;
}
.button-container{
    width:100%;
    top: -23px;
    left:0;
    position: relative;
    z-index: 1000;
	transition:all 500ms ease;
}
.button-container-up {
    top: -360px;
	transition:all 500ms ease;
}
.left-tile{float:left;width:100px;}
.right-tile{float:right;width:100px;}
.center-tile{margin:0 auto;width:100%;}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #24678a;
    color: #fff;
    border: 0px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none outside none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > li > a {
    clear: both;
    color: #fff;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #3393c6;
    color: #fff;
    text-decoration: none;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #24678a;
    color: #fff;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    text-shadow: 1px 1px 0 #24678a;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #24678a;
    color: #fff;
}
.subnav-fixed-top {
    border-width: 0;
    top: 60px;
}
.subnav-inverse {
    border-bottom: 1px solid #cccccc;
    border-color: #cccccc;
}
.subnav-fixed-top, .subnav-fixed-bottom {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
}
.navbar-fixed-top {
    border-width: 0 0 11px;
    top: 0;
}
.breadcrumb {
    background: none;
    border-radius: 4px;
    list-style: none outside none;
    margin: 10px 0;
    padding: 0;
    font-size: 12px;
    color: #24678a;
}
.subnav {
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 32px;
    padding-top: 15px;
    position: fixed;
    vertical-align: middle;
    visibility: visible;
}
.btn-primary {
    background-image: linear-gradient(to bottom, #3393c6 0px, #24678a 100%);
    background-repeat: repeat-x;
    border-color: #2b669a;
}
.btn-success + .tooltip > .tooltip-inner {
    background-color: #5cb85c;
    border: 1px solid #5cb85c;
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    font-family: Trebuchet MS,Lberation Sans,DejaVu Sans,sans-serif;
}
.btn-success + .tooltip.top > .tooltip-arrow {
    border-top-color: #5cb85c;
}
.btn-primary + .tooltip > .tooltip-inner {
    background-color: #3393c6;
    border: 1px solid #3393c6;
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    font-family: Trebuchet MS,Lberation Sans,DejaVu Sans,sans-serif;
}
.btn-primary + .tooltip.top > .tooltip-arrow {
    border-top-color: #3393c6;
}
.btn-danger + .tooltip > .tooltip-inner {
    background-color: #d43f3a;
    border: 1px solid #d43f3a;
    color: #ffffff;
    font-weight: normal;
    font-size: 12px;
    font-family: Trebuchet MS,Lberation Sans,DejaVu Sans,sans-serif;
}
.btn-danger + .tooltip.top > .tooltip-arrow {
    border-top-color: #d43f3a;
}
.tile-container{
    width: 100%;
    height: 300px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin: 0 0 30px 0;
    display: block;
    box-shadow: 2px 2px 0 #e7e7e7;
}
.tile-default {
    height: 290px;
    width: auto;
    font-size: 24px;
    text-align: center;
    margin-top: 50px;
    margin-left: 5px;
    line-height: 280px;
}
.tile-image{
    width: 100%;
    display: block;
    height: 150px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tile-content{
    padding: 5px 10px;
    height: 102px;
}
.tile-content-description{
    padding: 5px 10px;
    height: 252px;
}
.tile-button{
    padding: 5px 10px;
    height: 50px;
}
.tile-content h2,.tile-container h2{
    font-size: 24px;
}
.tile-content > p{
    line-height: 1.2;
    font-size: 12px;
}
.tile-content > button{
    position: relative;
}
#edit-guide{
    padding: 0 0 0 2px;
    margin: 10px 0;
}
#edit-guide > li > a{
    padding: 0 0 0 20px;
    margin: 0;
    color: #4cae4c;
}
#edit-guide-desktop{
    padding: 0 0 0 2px;
    margin: 10px 0;
}
#edit-guide-desktop > li > a{
    padding: 0 0 0 20px;
    margin: 0;
    color: #4cae4c;
}
#added-video h2{
    font-size: 18px;
    margin-bottom: 0;
}
#get-description h2{
    font-size: 18px;
    margin-bottom: 0;
}
#submitted-tile-container h2{
    font-size: 18px;
    margin-bottom: 0;
}
#submitted-tile-container{
    display: none;
}
#get-description, #added-video{
    display: none;
}
#guide-image{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.fa-ul-margin{ margin: 10px 0 0 10px;}
.fa-ul > li > a  {color: #4cae4c}
.user-tile-title {
    font-size: 22px;
    margin: 0;
    padding: 15px 0 0;
}
.product-tile-title{
    font-size: 18px;
    margin: 0;
    padding: 0px 0 5px;
}
.image-cover-container {
    background: none no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    display: block;
    height: 120px;
    width: 100%;
}
.image-container {
    color: #e7e7e7;
    font-size: 115px;
    line-height: 1.07;
    text-align: center;
}
.choice-item-container {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: 2px 2px 0 #e7e7e7;
    display: inline-block;
    height: auto;
    margin: 0 0 15px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.choice-item-container > a > p{
    line-height: 1.4;
}
.product-item-container {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: none;
    display: inline-block;
    height: 360px;
    margin: 0 0 15px;
    padding: 0px;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 2px 2px 0 #e7e7e7;
}
.product-scroll {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 2px 3px 0 #e7e7e7;
    display: block;
    height: 365px;
    left: 0;
    padding: 10px;
    position: relative;
    top: 0;
	transition:all 500ms ease;
    z-index: 2;
}
.product-scroll-up{
    top: -344px;
	transition:all 500ms ease;
}
.product-edit {
    background: none repeat scroll 0 0 #f7f7f7;
    color: #4cae4c;
    display: block;
    height: 345px;
    left: 0;
    padding: 30px 10px 10px;
    position: relative;
    top: -345px;
    z-index: 1;
}
.product-edit h3{
    color: #4cae4c;
    margin: 20px 0 10px;
}
.video-item-container {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: none;
    display: inline-block;
    height: 340px;
    margin: 0 0 15px;
    padding: 10px;
    position: relative;
    width: 100%;
}
.video-item-container:hover {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-shadow: 2px 2px 0 #e7e7e7;
    display: inline-block;
    margin: 0 0 15px;
    padding: 10px;
    position: relative;
    width: 100%;
	transition:all 500ms ease;
}
.gallery-curator {
    border-top: 1px solid #e7e7e7;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 10px 0 0;
    width: 100%;
}
.gallery-count > i.fa {
    font-size: 18px;
}
.gallery-count {
    border-top: 1px solid #e7e7e7;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 10px 0 0;
    padding: 10px 0 0;
    width: 100%;
    color:#3393c6;
}
.img-thumbnail {
    width: 100%;
}
.modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}
.modal-header {
    background: none repeat scroll 0 0 #3393c6;
    border-bottom: 10px solid #24678a;
    color: #fff;
    min-height: 16.43px;
    padding: 15px;
    text-shadow: 1px 1px 0 #24678a;
}
.sub-header{
    background:#24678a;
}
.modal-header h4{
    font-size: 24px;
}
.sub-header h5{
    color:#fff;
    font-size: 18px;
}
.modal-footer {
    border-top: 34px solid #24678a;
    padding: 15px;
    text-align: right;
    background: #3393c6;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 18px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 30px;
}
.input-md{
    margin-bottom: 30px;
}
.form-control.location {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 18px;
    height: auto;
    line-height: 1.42857;
    margin-bottom: 30px;
    padding: 6px 12px;
    width: 100%;
}
footer{
    border: 1px solid #24678a;
    border-width: 11px 0 0;
    background: #3393c6;
    min-height: 200px;
    position: relative;
    bottom: 0;
    left:0;
    width: 100%;
}
footer h2 {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 0 #24678a;
}
.copy-container{
    background: #24678a;
    color:#fff;
    padding-bottom: 10px;
    text-shadow: 1px 1px 0 #24678a;
}
.footer-list{
    list-style-type: none;
    color: #fff;
    text-shadow: 1px 1px 0 #24678a;
    padding-left: 22px;
    font-size:16px;
}
.footer-list > li {
    padding-bottom: 15px;
}
.footer-list > li > a {
    color: #fff;
}
.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}
#map-canvas{
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    box-shadow: 2px 2px 0 #e7e7e7;
}
.theme-showcase > p > .btn {
    margin: 5px 0;
}
.tile-last-update-text{
    font-size: 12px;
    color: #3393c6;
}
.theme-showcase .navbar .container {
    width: auto;
}
.gallery-summary {
    color: #24678a;
    display: block;
    font-size: 14px;
    padding: 10px 0 0;
    word-wrap: break-word;
}
div.item-description {
    line-height: 2;
}
.gallery-summary > div.item-description {
    line-height: 1.5;
}
.related-gallery-thumb.img-circle {
    background-color: #cccccc;
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 4px #000 inset;
}
.related-gallery-thumb.img-responsive {
    display: block;
    height: 32px;
    margin: 0 5px 0 0;
    width: 32px;
}

.omb_login .omb_authTitle {
    text-align: center;
	line-height: 300%;
}

.omb_login .omb_socialButtons a {
	color: white; // In yourUse @body-bg
	opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
    color: white;
	opacity:1;
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}
.fa-ul > li > a.facebook-color{color:#3b5998;}
.fa-ul > li > a.twitter-color{color:#00aced;}
.fa-ul > li > a.google-color{color:#c32f10;}
.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}

.omb_login .omb_loginForm .input-group.i {
	width: 4em;
}
.omb_login .omb_loginForm  .help-block {
    color: red;
}
#login-dialog .input-group {
    border-collapse: separate;
    display: table;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
}
.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    min-width: 50px;
    padding: 6px 12px;
    text-align: center;
}
#profile-thumb.img-circle {
    background-color: #cccccc;
    border: 2px solid #ffffff;
    border-radius: 50%;
}
#profile-thumb.img-responsive {
    display: block;
    height: 25px;
    margin: -3px 10px 0 0;
    width: 25px;
}
.other-tile,.services-tile,.products-tile,.persons-tile,.places-tile{
    display: none;
}
.main-content{
    background: #ffffff;
}
.guide-stuff{
    background:url('/static/skin5/images/bg.jpg');
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.guide-videos{
    background: #ccc;
}
.tags{
    margin: 0 2px 8px 0;
    display: inline-block;
}
a.search_result {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #24678a;
    color: #ffffff;

}
a.no_search_result {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #24678a;
    color: #f8b15c;
}
#search_autocomplete,#search_autocomplete-mobile{
    border-radius: 25px;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 51px;
    background-color: rgba(51, 147, 198, 0.9);

    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
    z-index: 1500;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 0;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgb(51, 147, 198);
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
.yourlabs-autocomplete {
    background: rgba(51, 147, 198, 0.9);
    border: 1px solid #24678a;
    border-radius: 0;
    color: #ffffff;
    display: block;
    padding: 0;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 1000;
}
.galleries-divider {
    background: none repeat scroll 0 0 #24678a;
    display: inline-block;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    width: 100%;
    content:"Guides";
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.items-divider {
    background: none repeat scroll 0 0 #24678a;
    display: inline-block;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    width: 100%;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.users-divider {
    background: none repeat scroll 0 0 #24678a;
    display: inline-block;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    width: 100%;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
#close {
    position: fixed;
    top: 5px;
    right: 5px;
	opacity: 1;
    padding: 5px 10px;
    z-index: 1501;
    color: #ffffff;
}
/*Share Container*/
.share-container {
    bottom: 0;
    float: right;
    margin: 0;
    position: relative;
}
.share-icon {
    border-radius: 30px;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    margin-left: 6px;
    padding: 4px 0 0;
    text-align: center;
    width: 25px;
}
.facebook{
    background-color: #4b6ea8;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.twitter{
    background-color: #00bbf1;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.google{
    background-color: #d3533b;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.rss{
    background-color: #d73633;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.email{
    background-color: #f8b15c;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.share-container > a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #ffffff;
}
.gallery-description{
    display: block;
    overflow: hidden;
    height: 230px;
}
.gallery-description-show{
    display: block;
    height: auto;
}
.read-more-panel{
    background-color: rgba(255, 255, 255, 0.698);
    display: inline-block;
    height: 50px;
    left: 0;
    padding: 50px 0 0;
    position: relative;
    top: -50px;
    width: 100%;
    z-index: 5;
}
.read-more-show {
    background-color: transparent;
    display: inline-block;
    height: 50px;
    left: 0;
    padding: 20px 0 50px;
    position: relative;
    top: -18px;
    width: 100%;
}
.torquoise{
    color: #3393c6;
}
.guide-views-icon{
    color:#24678a;
}
p > span.tile-last-update-text{
    line-height: 1.5;
}
.facet-public {
    display: block;
    font-size: 14px;
    max-height: 110px;
    overflow: hidden;
}
.facet-public > p{
    line-height: 1;
}
.btn-info {
    background-color: #3393c6;
    border-color: #3393c6;
    color: #fff;
}
.disqus{
    display: none;
}
.tile-homepage {
    width: 100%;
    height: auto;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 0 0 30px 0;
    display: block;
    box-shadow: 1px 1px 5px #cccccc;
}
.video-list-thumbs .fa-play-circle{
    font-size: 60px;
    opacity: 0.6;
    position: absolute;
    right: 39%;
    top: 31%;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.video-list-thumbs > li > a:hover .fa-play-circle{
	color:#fff;
	opacity:1;
	text-shadow:0 1px 3px rgba(0,0,0,.8);
	transition:all 500ms ease;
}
.video-list-thumbs .duration{
	background-color: #FF8800;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	left: -5px;
	line-height: 13px;
	padding: 2px 3px 1px;
	position: absolute;
	top: -5px;
}
.table-responsive {
    border: 0px solid #ddd;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}
li.item-list-add{
    margin-bottom:30px
}
li.item-list-add > a > h2 {
    color: #4cae4c;
}
li.item-list-add > a > h3 {
    color: #4cae4c;
    font-size: 24px;
}
li.item-list-add > a {
    background-color: #ffffff;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    color: #4cae4c;
    display: inline-block;
    height: 360px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    padding-top: 120px;
}
li.item-list-add > a:hover{
	background-color:#fff;
	transition:all 500ms ease;
    box-shadow: 2px 2px 0 #e7e7e7;
	text-decoration:none;
}
li.item-video-add{
    margin-bottom:30px
}
li.item-video-add > a > h3 {
    color: #4cae4c;
}
li.item-video-add > a {
    background-color: #fff;
    border: 1px solid #4cae4c;
    border-radius: 3px;
    color: #4cae4c;
    display: block;
    height: 360px;
    position: relative;
}
li.item-video-add > a:hover{
	background-color:#fff;
	transition:all 500ms ease;
    box-shadow: 2px 2px 0 #e7e7e7;
	text-decoration:none;
}
.tile-canvas{
    background: #fff;
    display: inline-block;
    width: 100%;
    height: 150px;
}
h3.other-guide{
    margin-top: 10px;
}
.view-item-button h3{
    margin-top: 10px;
}
.view-item-button{
    cursor: pointer;
}
.no-margin-top{
    margin-top: 0;
}
.no-margin{
    padding:5px;
}
.no-margins{
    margin:0;
}
.auto-width{
    width: auto;
}
#id_gallery_types > li{
  list-style-type: none;
}
.alert {
    border: 1px solid transparent;
    border-radius: 0px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.modal-body-height {
    max-height: 500px;
    overflow: scroll;
    padding: 15px;
    position: relative;
}
/*!
 * @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
 * @version 2.5.0
 *
 * A simple yet powerful JQuery star rating plugin that allows rendering
 * fractional star ratings and supports Right to Left (RTL) input.
 *
 * For more JQuery/Bootstrap plugins and demos visit http://plugins.krajee.com
 * For more Yii related demos visit http://demos.krajee.com
 */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0px;
    color: #fff;
    background: transparent url('/static/skin2/images/loading.gif') top left no-repeat;
    border: none;
}
/*
 * Stars
 */
.rating-gly {
    font-family: 'Fontawesome', serif, sans-serif;
}
.rating-gly-star {
    font-family: 'Fontawesome',serif,sans-serif;
    padding-left: 2px;
}

.rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-lg .rating-gly-star, .rating-lg .rating-gly-star .rating-stars:before {
    padding-left: 4px;
}

.rating-xl .rating-gly-star, .rating-xl .rating-gly-star .rating-stars:before {
    padding-left: 2px;
}

.rating-active {
    cursor: pointer;
}

.rating-disabled {
    cursor: not-allowed;
}

.rating-uni {
    font-size: 1.2em;
    margin-top: -5px;
}

.rating-container {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #e3e3e3;
    overflow: hidden;
    padding: 10px 0;
}

.rating-container:before {
    content: attr(data-content);
}

.rating-container .rating-stars {
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #FF7F00;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container .rating-stars:before {
    content: attr(data-content);
}

.rating-container-rtl {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    color: #FF7F00;
}

.rating-container-rtl:before {
    content: attr(data-content);
}

.rating-container-rtl .rating-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #e3e3e3;
    transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -webkit-transition: all 0.25s ease-out;
}

.rating-container-rtl .rating-stars:before {
    content: attr(data-content);
}

/**
 * Rating sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 2em;
}

/**
 * Clear rating button
 */
.star-rating .clear-rating, .star-rating-rtl .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.star-rating .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.star-rating .caption, .star-rating-rtl .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 55%;
}

.star-rating .caption {
    padding-left: 5px;
}

.star-rating-rtl .caption {
    padding-right: 5px;
}
.ratings-padding{
    padding: 0 10px;
}
.orange-stars{
    color: #ff7f00;
}
.orange-stars-gallery {
    color: #ff7f00;
    display: inline-block;
    font-size: 18px;
    margin: 5px 5px 0px 0px;
}
.orange-stars-gallery > span {
    margin-right: 5px;
}
.orange-stars-item {
    color: #FF7F00;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0;
}
.orange-stars-item > span {
    margin: 0 0 0 4px;
}
.rating-average-container {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    padding-top: 5px;
    font-weight: bold;
    font-size: 12px;
}
.rating-average-text {
    color: #ff7f00;
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
    margin-top: 2px;
}
.comment-count{
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}
.small-text{
    font-size: 12px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #fff;
    border-color: #fff;
    color: #4cae4c;
}
.edit-mode-button, .edit-video-link {
    border: medium none;
    box-shadow: 2px 2px 1px #e7e7e7;
    line-height: 10px;
    width: auto;
    color: #4cae4c;
	transition:all 500ms ease;
}
.edit-mode-button-up {
    top: -329px;
	transition:all 500ms ease;
}
.re-pin-button {
    cursor:pointer;
}
.remove-button {
    cursor:pointer;
}
.move-section-button {
    cursor:pointer;
}
.edit-tile-button {
    cursor:pointer;
}
.delete-link-button {
    line-height: 13px;
    position: absolute;
    right: 10px;
    top: 55px;
    z-index: 1000;
    width:30px;
}
.section_list {
    display: none;
    list-style: none outside none;
    position: relative;
}
.edit-image-button {
    margin: 0 0 0  -15px;
    list-style: none;
}
.tile-dropdown ul.section_list li{
    cursor: pointer;
}
.video-list-thumbs > li > a:hover .duration{
	transition:all 500ms ease;
	background-color: #FF8800;
}
.whitelink > h3 {
    color: #fff;
    text-shadow: 1px 1px 0 #24678a;
}
.whitelink {
    color: #fff;
}
.whitelink:hover {
    color: #fff;
    text-decoration: underline;
}
#description-content{
    line-height: 1.2;
    font-size: 14px;
}
.continue-reading{
    display: inline-block;
}
.read-less{
    display: none;
}
.fa-li {
    left: -12px;
    margin-right: 0  10px 5px 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 10px;
}
#worklist-dropdown.dropdown-menu {
    max-height: 300px;
    min-width: 300px;
    overflow-y: scroll;
}
.menu{
    padding:10px;
}
.dropdown-header {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 8px 20px;
}
.notifMessage > a {color:#fff; text-decoration: underline;}
.edit-all, .add-section{margin: 20px 0 0;}

.img-thumbnail{
    width: 100%;
}
.img-thumbnail-gallery{
    width: 100%;
    height: 300px;
    display: inline-block;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    transition: all 0.2s ease-in-out 0s;
}
.guide-image-container-outside{
    display:block;
    border-radius: 5px;
    width: 100%;
    height:auto;
    background:#FFFFFF;
    margin-right: 30px;
    padding: 0;
}
.guide-image-container{
    display:inline-block;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    width: 100%;
    height:auto;
    background:url("/static/i/imgbg.jpg");
    padding: 10px;
}
#staff-switch{
    cursor: pointer;
}
.item-description {
    display: inline-block;
    margin: 0 0 15px;
}
.carousel-indicators-guide {
    height: 50px;
    list-style: outside none none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
.carousel-indicators-guide .active {
    background-color: #ffffff;
    margin: 5px 0 0;
    padding: 5px 0 0;
}
.carousel-indicators-guide li {
    background: url("/static/i/imgbg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #cccccc;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 24px;
    height: 45px;
    margin: 5px 0 0 14px;
    padding: 5px 0 0;
    width: 45px;
}
.break-word {
    -moz-hyphens: auto;
    word-break: break-all;
}
.position-alert {
    font-size: 24px;
    height: 50px;
    left: 0;
    margin: 0;
    padding-top: 5px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}
.table > thead > tr > th {
    border-bottom: 2px solid #ddd;
    vertical-align: bottom;
    white-space: nowrap;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    cursor: pointer;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}
.add-value-color{
     color: #3393c6;
}
.fa-li {
    left: -7px;
    position: relative;
    text-align: center;
    top: 0;
    width: 10px;
}

.about-background {
    margin-top: -20px;
    height: auto;
    color: #ffffff;
    background: #24678a; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #24678a 0%, #3393c6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#24678a), color-stop(100%,#3393c6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #24678a 0%,#3393c6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #24678a 0%,#3393c6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #24678a 0%,#3393c6 100%); /* IE10+ */
    background: linear-gradient(135deg,  #24678a 0%,#3393c6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24678a', endColorstr='#3393c6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.about-background h1{
    color: #ffffff;
}
.about-content{
    padding-top: 150px;
    height: 350px;
}
.about-circle {
    background: #fff;
    border-radius: 50px;
    border: 2px solid #3393c6;
    color: #24678a;
    height: 100px;
    width: 100px;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: inline-table;
    flex-direction: column;
    padding: 26px 0 0;
    position:relative;
}
.about-circle-half {
    background: #fff;
    border-radius: 50px;
    border: 2px solid #3393c6;
    color: #24678a;
    height: 100px;
    width: 100px;
    justify-content: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: inline-table;
    flex-direction: column;
    padding: 26px 0 0;
}
hr.about-divider{
    border: 2px solid #3393c6;
    width: 9%;
    text-align: center;
    margin-right: 25%;
    margin-left: 45.5%;
}
.about-sub{
    color: #3393c6;
    font-size: 24px;
}
.main-content-about h1, .about-us h1{
    margin-top: 25px;
}
.main-content-about {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 10px solid #3393c6;
}
.about-us {
    border-top: 10px solid #3393c6;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

@media (min-width:480px) and (max-width: 768px) {
    .share-container {
        bottom: 0;
        float: left;
        margin: 15px 0 10px 0;
        position: relative;
    }
    .share-icon {
        border-radius: 30px;
        color: #ffffff;
        display: block;
        float: left;
        font-size: 16px;
        height: 30px;
        margin: 0 5px 0 0;
        padding: 4px 0 0;
        text-align: center;
        width: 30px;
    }
    h1{
        margin: 15px 0 5px;
        padding: 0;
        color: #24678a;
        font-size: 30px;
    }
    .navbar-nav {
        float: none;
    }
    .guide-updated-text {
        color: #a7a7a7;
        display: block;
        font-size: 12px;
        margin: 0 0 15px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
    .navbar-nav > li > .dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 0;
    }
    .open > .dropdown-menu {
        display: block;
    }
    .nav > li {
        display: block;
        position: relative;
    }
    .about-content h1{
        margin-top: 25px;
        font-size: 24px;
    }
    .about-content{
        padding-top: 0px;
        height: 350px;
    }
    .about-content > p {
        line-height: 1.6;
    }
    .about-image {
        margin: 20px 0 0 0;
    }
}
@media (min-width:320px) and (max-width: 480px) {
    *:before, *:after {
        box-sizing: border-box;
    }
    h1{
        margin: 0px 0 5px;
        padding: 0;
        color: #24678a;
        font-size: 30px;
    }
    .about-content h1{
        margin-top: 25px;
        font-size: 24px;
    }
    .about-content{
        padding-top: 0px;
        height: 350px;
    }
    .about-content > p {
        line-height: 1.6;
    }
    .about-image {
        margin: 20px 0 0 0;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px 0;
    }
    .share-container {
        bottom: 0;
        float: left;
        margin: 15px 0 10px 0;
        position: relative;
    }
    .share-icon {
        border-radius: 30px;
        color: #ffffff;
        display: block;
        float: left;
        font-size: 16px;
        height: 30px;
        margin: 0 5px 0 0;
        padding: 4px 0 0;
        text-align: center;
        width: 30px;
    }
    .guide-updated-text {
        color: #a7a7a7;
        display: block;
        font-size: 12px;
        margin: 0 0 15px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #24678a;
    }
    .btn-info {
        background-color: #24678a;
        border-color: #3393c6;
        color: #fff;
    }
}
@media  (min-width:992px) and (max-width:1200px) {
    .navbar-nav {
        float: none;
    }
}
@media  (min-width:768px) and (max-width:992px){
    .navbar-nav{
        float:none;
    }
    .no-margins{
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .share-container {
        bottom: 0;
        float: left;
        margin: 0 0 10px 0;
        position: relative;
    }
    .share-icon {
        border-radius: 30px;
        color: #ffffff;
        display: block;
        float: left;
        font-size: 16px;
        height: 30px;
        margin: 0 5px 0 0;
        padding: 4px 0 0;
        text-align: center;
        width: 30px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-nav {
        float: none !important;
        margin: 7.5px 0;
    }
    .guide-updated-text {
        color: #a7a7a7;
        display: block;
        font-size: 12px;
        margin: 0 0 15px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: transparent;
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
    .navbar-nav > li > .dropdown-menu {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        margin-top: 0;
    }
    .open > .dropdown-menu {
        display: block;
    }
    .nav > li {
        display: block;
        position: relative;
    }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 340px;
    }
    .navbar-collapse.in {
        overflow-y: scroll;
    }
    .collapse.in {
        display: block;
    }
    #account-dropdown.dropdown-menu {
        max-height: 130px;
        min-width: 150px;
        overflow-y: scroll;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #24678a;
    }
    .btn-info {
        background-color: #24678a;
        border-color: #24678a;
        color: #fff;
    }

    h1{
        margin: 0px 0 5px;
        padding: 0;
        color: #24678a;
        font-size: 30px;
    }
    .about-content h1{
        margin-top: 25px;
        font-size: 24px;
    }
    .about-content{
        padding-top: 100px;
        height: 350px;
    }
    .about-content > p {
        line-height: 1.6;
    }
    .about-image {
        margin: 20px 0 0 0;
    }
}