/* --------------------- set focus for: safari and chrome --------------------- */
textarea:focus, input[type=text]:focus, input[type=password]:focus { outline:0 none; }
a:focus { outline:0px; }
/* --------------------- custom --------------------- */

::-webkit-input-placeholder {
    color: #2f6780;
}

/*** Reset ***/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,caption {background: transparent; border: none; margin: 0; outline: 0; padding: 0; vertical-align: baseline; text-decoration:none; }
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
:focus { outline: 0; }
img { vertical-align: bottom; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
*{ padding:0 0 0 0; margin:0 0 0 0;}
html, body { height: 100%;}

h1,h2,h3,h4,h5,h6 { font-weight: normal; margin-bottom: 10px; color: #e24a27; }
p { margin: 0 0 10px 0;  }
element { cursor: pointer; }

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom: 1;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.clear {
    clear: both;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

/*** General Styles ***/
body {
    font-family: Arial, Helvetica;
    font-size: 14px;
    color: #1c6693;
}

a {
    color: #e24a27;
}

/*** Icons ***/

[class^=hicon-] {
    background: url('../images/sprites.png') no-repeat top left;
    float: left;
}

.hicon-visa {
    background-position: -29px -25px;
    width: 47px;
    height: 15px;
    margin-top: 4px;
}

.hicon-mc {
    background-position: -76px -22px;
    width: 39px;
    height: 23px;
}

.hicon-dd {
    margin-top: 3px;
    background-position: 0 -44px;
    width: 53px;
    height: 18px;
}

.hicon-fb,
.hicon-tw,
.hicon-ig,
.hicon-yt,
.hicon-pt {
    width: 25px;
    height: 22px;
}

.hicon-tw {
    background-position: -25px 0;
}

.hicon-ig {
    background-position: -50px 0;
}

.hicon-yt {
    background-position: -75px 0;
}

.hicon-pt {
    background-position: -100px 0;
}

.hicon-phone {
    background-position: 0 -22px;
    width: 28px;
    height: 22px;
    margin-top: 6px;
    margin-right: 8px;
}

/*** Header ***/
#header {
    background: url('../images/bg-header.png') repeat-y top center #1c6693;
}

#header .logo {
    margin-top: 12px;
}

#header .logo a {
    width: 244px;
    height: 0;
    background: url('../images/logo.png') no-repeat top left;
    overflow: hidden;
    padding-top: 126px;
    display: block;
}

#header .payments {
    margin-top: 15px;
}

#header .payments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .payments ul li {
    display: inline;
}

#header .payments ul li i {
    margin-left: 10px;
}

#header .payments ul li:first-child i {
    margin-left: 0;
}

#header .social-links {
    margin-left: 30px;
    margin-top: 15px;
}

#header .social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .social-links li {
    display: inline;
}

#header .social-links li i {
    margin-left: 3px;
}

#header .social-links li:first-child i {
    margin-left: 0;
}

#header .user-links {
    margin-top: 34px;
}

#header .user-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header .user-links li {
    font-family: "FuturaMedium";
    display: inline;
}

#header .user-links li:before {
    content: '//';
    margin: 0 2px 0 0;
    color: #e24a27;
}

#header .user-links li:first-child:before {
    content: '';
}

#header .user-links li a {
    color: #fff;
}

#header .search {
    margin: 30px 0 15px 30px;
}

#header .search input[type=text] {
    padding: 0 10px;
    height: 25px;
    width: 202px;
    border: 0;
    background-color: #7cb4c3;
    color: #333333;
    font-style: italic;
    float: left;
}

#header .search .btn-search {
    font-family: "FuturaMedium";
    text-align: left;
    padding-left: 5px;
    float: left;
    width: 75px;
    height: 25px;
    color: #fff;
    background: url('../images/btn-search.png') no-repeat top left;
    border: 0;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}

#header .phone {
    margin-top: 15px;
    color: #fff;
    font-size: 24px;
    font-family: "FuturaMedium";
    padding-bottom:10px;
}

/*** Nav ***/
#nav {
    background-color: #f37021;
    text-align: center;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li {
    display: inline;
    margin-left: 5px;
    position: relative;
}

#nav ul li:first-child {
    margin-left: 0;
}

#nav ul li a {
    font-family:  arial;
    color: #fff;
    font-size: 14px;
    margin: 12px 0;
    display: inline-block;
    text-transform: uppercase;
}

#nav ul li a:hover {
    color: #1c6693;
}

#nav ul li ul {
    display: none;
    position: absolute;
    background-color: #f37021;
    left: 0;
    width: 350px;
    text-align: left;
    z-index: 200;
}

#nav ul li ul li {
    display: block;
    margin-left: 12px !important;
}

#nav ul li ul li a {
    font-size: 14px;
    margin: 8px 0;
}

/*** Main ***/
#main {
    border-bottom: 2px solid #f37021;
    background: #d2eaec url('../images/bg-main2.jpg') repeat-y top center;
}

#slider {
    height: 320px;
}

#subscribe {
    background-color: #f37021;
    padding: 5px;
    margin-bottom: 24px;
}

#subscribe label {
    margin-top: 6px;
    margin-right: 6px;
    font-family: "FuturaMedium";
    color: #fff;
    float: left;
}

#subscribe input[type="text"] {
    color: #333333;
    background-color: #fff;
    border: 0;
    height: 25px;
    width: 240px;
    padding: 0 10px;
    float: left;
    font-style: italic;
}

#subscribe .button {
    float: left;
    font-family: "FuturaMedium";
    background: url('../images/btn-subscribe.jpg') no-repeat top left;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    width: 68px;
    height: 25px;
    text-align: left;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 10px;
    cursor: pointer;
}

/*** Content ***/
#content {
    /*font-family: "FuturaMedium";*/
}

#content ul {
    margin-left: 12px;
    margin-bottom: 8px;
}

#content .col {
    float: left;
    margin-left: 28px;
}

#content .col:first-child {
    margin-left: 0;
}

.col-01 {
    width: 710px;
}

.col-02 {
    width: 350px;
}

#content h2 {
    margin-bottom: 8px;
    font-size: 18px;
}

/*** Footer ***/
#footer {
    font-family: "FuturaMedium";
    color: #fff;
    background-color: #1c6693;
    padding-bottom: 254px;
    padding-top: 15px;
}

#footer a {
    color: #fff;
}

#footer .footer-links {
    margin-bottom: 26px;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul li {
    display: inline;
    margin-left: 22px;
}

#footer ul li:first-child {
    margin-left: 0;
}

#footer ul li a {
    text-transform: uppercase;
}

#footer .logo-bmaa img {
    margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-bottom: 10px;
    color: #e24a27;
}