@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Ubuntu);
html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0 0 0 0;
    color: #EEE;
    background-color: #33333d;
    font: normal 0.9em/150% 'Oswald', arial, verdana, sans-serif;
    text-shadow: 0px 0px 1px transparent;
    font-family: "Ubuntu";

}
.rounded{
    border-radius: 10px;
}

#fancybox-overlay{
	top:0;
	 left:0;
	 bottom:0;
	 right: 0;
}
#fancybox-wrap{
	top: 20px !important;
	position: fixed !important;
}

.iemail{
    text-decoration: none;
    color: rgb(0, 0, 0);
    display: inline-block;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    width: 16px;
    background: #CCC url(/assets/images/iEmail.png);
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

a:link, a:visited,
a:active, a:hover {
    color: #333;
}
#fancybox-outer{
    z-index: 3000;
}

.slideshow img{
    float: left;
    max-width: 300px;
    width: 33%;
    position: relative;
}
.bx-viewport,
.slideshow{
    max-height: 500px;
    overflow: hidden;
    text-align: center;
    height: auto;
    width: auto;
}
.slideshow li{
    text-align: center;
    background-color: #33333d;
}

header
{

    box-shadow: 2px 2px 5px #222;
    position:relative;
    z-index: 100;
    padding-top: 15px;
    height: 85px;
    margin-bottom: 14px;
}

#movieWrap{
    width: 90000px;
    height: 100%;
    z-index: 1;
}
#movieWrap img{
    height: 100%;
}

#subnav
{
    background-color: #ffc153;
    width: 100%;
    z-index: 1000;
}
#mobileNav{
    background: none;


}
#mobileNav li{
    list-style: none;

    border-top: 1px solid blue;
    padding: 10px 20px;

}
#mobileNav  li a {
    color: #EEE !important;
    text-decoration: none;
    display: block;
}
.navbutton{
    cursor: pointer;
}
#navStack{
    position: relative;
    top: -40px;
}
#menu .last{
    padding-right: 0px;
}

#scanUrl{
    width: 100%;
    max-width: 630px;
    height: 50px;
    font-size: 2em;

    color: #0080ff !important;
}

#phoneWrap{
    position: relative;
}
#phoneWrap > div{
    position: absolute;
    background-color: #AAA;
    width: 100%;
    height: 100%;
    max-width: 317px;
    max-height: 561px;
    top: 110px;
    left: 31px;
    overflow: auto;
}
#subnav{
    min-height: 42px;
}

#subnav nav ul
{
    padding: 0px;
    margin: 0px;
}
#subnav nav ul li
{
    color: #333;
    float: left;
    list-style: none;
    padding: 10px 2em;
    cursor: pointer;
    margin-bottom: 1px;
    font-weight: bold;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    border-top: 5px solid #ffc153;
    border-bottom: 5px solid #ffc153;
}
#subnav nav ul li:last-child
{

}
#subnav nav ul li:hover,
#subnav nav ul li.active
{
    border-bottom: 5px solid #EEE;
}

footer{
    color: #222;
}

header, footer, hgroup,
nav, section {
    display: block;
}
nav #menu
{
    position: relative;
    float: right;
    margin-top: 50px;
}
nav #menu li
{
    float: left;
    list-style: none;
    font-size: 1.3em;
    padding: 0px 10px;
}
nav #menu a
{
    color: #0080ff !important;
    text-decoration: none;
}
#logo
{
    max-width: 700px;
    position: absolute;
    z-index: 1001;
    left: 50%;
    margin-left: -300px;
}

.map-float{
    box-shadow: 2px 2px 5px #222;
    position: relative;
    z-index: 9999;
}

#floaty{
    padding: 5px 10px;
}
#floaty .head{

    font-size: 1.25em;
    font-family: "Ubuntu";
    padding-bottom: 5px;
}

[title=Show\ 45\ degree\ view]
{
    display:none;
}

#map-canvas img,
#map-canvas object,
#map-canvas embed{
    max-width: initial;
}

.light h1,
.light h2,
.light h4,
.light p{
    color: #eee;
}
.light li a{
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1.25em;
    color: #eee;
}

#siteTitle i{
    color: #0080ff;
    text-overflow: ellipsis;
    font-size: smaller;
}

.icon-8x{
    font-size: 8em;
}


.featured
{
    margin-top: -14px;
    position: relative;
    background-size: cover;
    width: 100%;

    min-height: 50px;
    max-height: 250px;
}


#feature-main
{
    background: #000 url("/assets/images/bg.jpg") no-repeat top left;
    background-size: cover;
    height: 100%;
    min-height: 260px;
    max-height: 400px;
    overflow: hidden;
    -webkit-transition: background 750ms ease-in 2s; /* property duration timing-function delay */
    -moz-transition: background 750ms ease-in 2s;
    -o-transition: background 750ms ease-in 2s;
    transition: background 750ms ease-in 2s;


    -webkit-transition-property: background;
    -webkit-transition-duration: 750ms;
    -webkit-transition-timing-function: ease-in;
    -webkit-transition-delay: 100ms;

    -moz-transition-property: background;
    -moz-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in;
    -moz-transition-delay: 100ms;

    -o-transition-property: background;
    -o-transition-duration: 750ms;
    -o-transition-timing-function: ease-in;
    -o-transition-delay: 100ms;

    transition-property: background;
    transition-duration: 750ms;
    transition-timing-function: ease-in;
    transition-delay: 100ms;

}
section{
    padding: 5em 0 0 0;
}
section.light
{
    background-color: #45424d;
    width: 100%;
    min-height: 250px;
    color: #FFF;

}
section.light i{
    color: #ffc153;
}
section.blue h2{
    color: #a7a7a7;
}
html body .row{
    overflow: visible;
}

.flap{
    top: 40px;

}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Electrolize";
}

h1 {
    font-size: 4em;
}
.Sansita {
    /*font-family: "Sansita One"; */
    font-family: "Oswald";
}

h2.Sansita {
    display: inline-block;
    /*font-family: "Sansita One";  */
    font-family: "Oswald";
    text-align: left;
    margin-top: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 2.75em;
    color: #EEE;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}

#screen
{

}

.wrap
{
    position: relative;

}
.tf-logo
{
    max-width:249px;
    padding: 2.5px 10px;

}

#leftnav
{
    width: 250px;
    position:fixed;
    /*box-shadow: 2px 2px 5px #222;*/
    border-right: 1px solid #222;
    height: 100%;
    background-color: white;
    margin-top: 35px;
}
#leftnav nav li
{
    list-style: none;
    color: #222;
}

#leftnav > *
{
    padding: 0px 20px;
}
#main
{
    margin-left: 250px;
    padding-top: 35px;
}
#main .content
{
    background-color: white;
    width: 650px; margin-right: auto; margin-left: auto; padding:20px;
    box-shadow: 2px 2px 5px #222;
}
#contacts > ul li
{
    list-style: none;
}
#contacts > ul li.selected
{
    color: green;
}
#contacts > ul li > i
{
    visibility: hidden;
}
#contacts > ul li.selected > i
{
    visibility: visible;
}

.user-avatar
{
    margin-top: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
    border-radius: 4px;
    background: #f5f5f5;

    position: relative;
    margin-bottom: 17px;
}
.user-avatar .icon-user
{
    font-size: 100px;
    color: #AAA;
}

.tab-content
{
    width: 100%;
    height: 100%;
}

.row-full
{
    max-width: 100% !important;
}
.pulse
{
    display:none;
}


#alertify article
{
    width: auto;
    float: none;
}

.help-block{
    display: none;
}

/* extra kickstart buttons */
button.yellow:hover, a.btn.yellow:hover, a.button.yellow:hover {
    text-shadow: 0 1px 0 #B21203;
    border: 1px solid #B21203;
    /* TODO: make button grad */
}
button.yellow, a.btn.yellow, a.button.yellow, input[type=submit].yellow, input[type=reset].yellow, input[type=button].yellow {
    text-shadow: 0 -1px 0 #B21203;
    color: #222;
    border: 1px solid #B21203;
    background: rgb(255,173,0);
    background: -moz-linear-gradient(top, rgba(255,173,0,1) 0%, rgba(255,215,32,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,173,0,1)), color-stop(100%,rgba(255,215,32,1)));
    background: -webkit-linear-gradient(top, rgba(255,173,0,1) 0%,rgba(255,215,32,1) 100%);
    background: -o-linear-gradient(top, rgba(255,173,0,1) 0%,rgba(255,215,32,1) 100%);
    background: linear-gradient(top, rgba(255,173,0,1) 0%,rgba(255,215,32,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ffd720',GradientType=0 );
}



/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    clear: both;
}

header .content-wrapper {
    padding-top: 20px;
}

footer {
    clear: both;

    background-color: #ffc153;
    padding: 8em 0;
    color: #fff;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.2);
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    display: block;
    text-decoration: none;
}
footer p{
    font-size: .8em;
}
footer nav ul
{
    padding: 0px;
    margin:0px;
}
footer nav ul li
{
    float: left;
    color: #FFF;
    font-size: .8em;
    border-right: 1px solid #FFF;
    list-style: none;
    padding: 0px 10px;
}
footer nav ul li:last-child{
    border-right: 1px solid transparent;
}
footer a,
footer nav a
{
    color: #FFF !important;
}

.feature-float{
    max-width: 940px;
    width: 100%;
}


form input[type=checkbox]{
    margin: 0;
}
