@charset "UTF-8";

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/Gotham-Book.ttf');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.ttf');
}

body {
    background-color: black;
    color: #ccc;
    margin:auto;
    font-family: 'Gotham-Book';
    min-width: 980px;
    background-image: url('../img/bg.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
}
h1, h2, h3, h3, h4, h5 {font-family: 'Gotham-Bold';}
h1, h2, h4 {color: #ffcc00;}
h1, h2, h3, h3 {}
h1 {
    font-size: 31px;
}

h2 {
    font-size: 20px;
}
h3 {
    font-size: 13px;
    color: white;
    line-height: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 19px;
    color: white;
    line-height: 20px;
}

img {
    border-radius: 6px
}
p {
    color: #ccc;;
}
a {

    color: #ffcc00;
}
hr {
    height: 0px;
    border: none;
    border-top: 1px solid gray;
}
ul {
    color: white;
}
#logo {
    background-image: url('../img/logo.png');
    width: 258px;
    height: 97px;
}
#cam {
    background-image: url('../img/cam.png');
    height: 75px;
    width: 64px;
    margin-top: 20px;
    margin-left: 25px;

}
.content {
    background: #252A2E url('../img/grey_bg.jpg') no-repeat;
    border: 5px solid #1d2225;
    padding: 50px;
    width: 866px;
    min-height: 100%;
}
.testimonial {
    background: url('../img/testimonialo.png') no-repeat;
    height: 170px;
    width: 316px;
    margin-top: 3px;
    margin-left: 20px;
}
.testimonialo {
    background: url('../img/testimonial.png') no-repeat;
    height: 210px;
    width: 390px;
    margin: 115px 0px 25px 7px;
}

.orow {
    background: url('../img/orow.png') no-repeat;
    min-height: 200px;
    font-style: italic;
    padding-top: 25px;
}
.orow h2 {margin-left: 30px;}
.orow p {margin: -10px 0px 8px 25px; width: 358px;}
.orow h2 {color: white; font-style: normal;}

.container { width: 980px}

.nav {
    background: rgb(76,76,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(89,89,89,1) 0%, rgba(102,102,102,1) 0%, rgba(51,51,51,1) 100%, rgba(43,43,43,1) 100%, rgba(28,28,28,1) 100%, rgba(0,0,0,1) 100%, rgba(43,43,43,1) 100%, rgba(19,19,19,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(0%,rgba(89,89,89,1)), color-stop(0%,rgba(102,102,102,1)), color-stop(100%,rgba(51,51,51,1)), color-stop(100%,rgba(43,43,43,1)), color-stop(100%,rgba(28,28,28,1)), color-stop(100%,rgba(0,0,0,1)), color-stop(100%,rgba(43,43,43,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(0,0,0,1) 100%,rgba(43,43,43,1) 100%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(0,0,0,1) 100%,rgba(43,43,43,1) 100%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(0,0,0,1) 100%,rgba(43,43,43,1) 100%,rgba(19,19,19,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(89,89,89,1) 0%,rgba(102,102,102,1) 0%,rgba(51,51,51,1) 100%,rgba(43,43,43,1) 100%,rgba(28,28,28,1) 100%,rgba(0,0,0,1) 100%,rgba(43,43,43,1) 100%,rgba(19,19,19,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
    height: 40px;
    margin-bottom: 0px;
}
#navsh {
    height: 0;
    width: 880px;
    border-top: 25px solid black;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.nav li {
    display: inline-block;
    margin-left: 30px;
    margin-top: 11px;
}
.nav li a {
    color: #FFFFFF;
    display: block;
    font-family: 'Gotham-Bold';
    font-size: 15px;
}

.nav li a:hover {
    color: #FFCC00;
    background: none;
}

#tv {
}

#tv img {
    border-radius: 1px;
}

#hrow {
    background: url('../img/hbtns.png') no-repeat top right;
}
.Sorange{
    width: 140px;
    height: 50px;
    background: url('../img/7oranges.png') no-repeat;
}

.navb li {
    display: inline-block;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.navb li a {
    color: #666666;
    display: block;
    font-size: 12px;
}

.navb li a:hover {
    color: #FFCC00;
    background: none;
    text-decoration: none;
}
.footerw {
    -webkit-box-shadow: 0px -3px 2px rgba(50, 50, 50, 0.85);
    -moz-box-shadow:    0px -3px 2px rgba(50, 50, 50, 0.85);
    box-shadow:         0px -3px 2px rgba(50, 50, 50, 0.85);
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
footer {
    height: 60px;
    padding-top: 10px;
}
#link1, #link2 {
    width:200px;
    height: 70px;
}
#link2 {
    width:190px;
    height: 70px;
}
#myCarousel {
    margin-bottom: 0px;
}

label.valid {
    width: 24px;
    height: 24px;
    background: url(../img/valid.png) center center no-repeat;
    display: inline-block;
    text-indent: -9999px;
}
label.error {
    color: red;
    padding: 4px 8px;
}

.form-horizontal .control-label {
    width: 100px;
    text-align: left;
}


.form-horizontal .controls {
    margin-left: 0;
}
.form-horizontal .control-group {
    margin-bottom: 0;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: white;
    border-radius: 7px;
    border: 1px solid #333;
}
.row {margin: auto}

.btn-primary {
    background-color: #E08F1A;
    background-image: -moz-linear-gradient(center top , #FFD700, #E08F1A);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 0px 2px rgba(0, 0, 0, 0.7);
    font-weight: bold;
}
.btn-primary:hover,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff; background-color:#E08F1A; *background-color:#E08F1A}

* Media Queries
*********************************************/

/* Landscape phones and down */
@media (max-width: 480px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
}

/* Large desktop */
@media (min-width: 1200px) {
}









