/*-------------------------------------------------*/
/* =  General
/*-------------------------------------------------*/
body {
font-family: Arial;
font-size: 10pt;
}


.container {
  width: 1072px;
  padding: 0 23px;
  border: 1px solid #F4F4F4; 
  border-top: none;
  box-shadow: 0 0 0 1px #666E4C; 
  margin: 0 auto 50px auto;
  position: relative;
  background-color: #BFBA9B;
}


/* For responsice layout. */
.cols-1 { width: 325px; }
.cols-2 { width: 675px; }
.cols-3 { width: 100%; }

.cols-1-2 {
    float: left;
    margin-right: 24px;
    width: 500px;
}

.cols-1-2.last { margin-right: 0; }

.cols-2 .grid .post:nth-child(2n) { margin-right: 0; }
.cols-3 .grid .post:nth-child(3n) { margin-right: 0; }

/*-------------------------------------------------*/
/* =  Header
/*-------------------------------------------------*/
header {
    padding: 5px;
    background: #666E4C; /*#333e55;*/
    border-bottom: 2px solid #333;
}

/* Logo area */
#logo {
    float: left;
    padding: 0px 0 0 15px;
    font-weight: bold;
    font-size: 1.8em;
    color: #E7E6DE;
}

/* Main Menu */
.main-menu {
    float: right;
}

.main-menu > ul > li {
    display: inline-block;
    margin-left: 2px;
}

.main-menu > ul > li:first-child {
    margin-left: 0;
}

.main-menu li a {
    display: block;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #BFBA9B; /*#BFBA9B; #f7a70e;*/
    padding: 8px 8px 8px 35px;
    border-radius: 3px;
    
}

.main-menu li a:hover {
    background-color: #BFBA9B; /*#F4F4F4; #4f69a3;*/
    text-decoration: underline;
}

.main-menu a.icon { background-position: 5% 50%; background-repeat: no-repeat; }

.main-menu a.home { background-image: url(../img/home.png); }
.main-menu a.blog { background-image: url(../img/blog.png); }
.main-menu a.contact { background-image: url(../img/email.png); }
.main-menu a.about { background-image: url(../img/author.png); }

.main-menu select { 
    display: none;
    padding: 5px;
    border: none;
    outline: none;
}

/* DropDown Menu = Superfish */
.sf-menu {
    line-height: 1.0;
    overflow: visible !important;
}

.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 200px; /* left offset of submenus need to match (see below) */
    margin: 0 !important;
    padding: 0 !important;
}

.sf-menu ul li {
    width: 100%;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    display: inline-block;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: -1px;
    top: 26px; /* match top ul list item height */
    z-index: 99;
}

.sf-menu li:hover li ul,
.sf-menu li.sfHover li ul {
    top: -999em;
}

.sf-menu li li:hover ul,
.sf-menu li li.sfHover ul {
    left: 198px; /* match ul width */
    top: -1px;
    /*margin-left: 2px;*/
}

.sf-menu li li:hover li ul,
.sf-menu li li.sfHover li ul {
    top: -999em;
}

.sf-menu li li li:hover ul,
.sf-menu li li li.sfHover ul {
    left: 198; /* match ul width */
    top: -1px;
}

.sf-menu .sub-menu {
    overflow: visible !important;
    border: 1px solid #666E4C; /* #333e55; */
}

.sf-menu .sub-menu li {
    padding-right: 0;
    list-style: none;
}

.sf-menu .sub-menu li {
    border-top: 1px solid #666E4C; /* #333e55; */
}

.sf-menu .sub-menu > li:first-child {
    border-top: none;
}

.sf-menu .sub-menu a {
    color: #333;
    padding: 8px;
    line-height: normal;
    text-transform: none !important;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline: 0;
    color: #333;
}




/*-------------------------------------------------*/
/* =  Home Quote/Direction
/*-------------------------------------------------*/
.prompt {
    font-size: 22px;
    margin: 10px 0;
    line-height: 24px;
    font-weight: 300;
    display: block;
    width: 100%;
    text-transform: uppercase;
}



/*-------------------------------------------------*/
/* =  Services
/*-------------------------------------------------*/
.services .service-item {
    float: left;
    width: 248px;
    height: 130px;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    padding: 25px;
    margin-left: 10px;
    border: 1px solid #F4F4F4; /*#4f69a3;*/
    outline: 1px solid #666E4C; /*#2f467a;*/
    background: #E7E6DE; /*#3e5b99;*/
    cursor: pointer;
}


.services .service-item .facebook { background-image: url(../img/social/G/facebook.png); }
.services .service-item .twitter { background-image: url(../img/social/G/twitter.png); }
.services .service-item .pinterest { background-image: url(../img/social/G/pinterest.png); }
.services .service-item .blog {background-image: url(../img/social/G/blog.png); }
.services .service-item .icon {
    height: 40px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.services .service-item:hover {
    border-style: solid;
    border-width: 3px;
    border-color: #666E4C;
    background-color: #EAE9DC;
    padding: 23px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position-x: right;
}

.services .service-item:first-child {
    margin-left: 1px;
}




/*-------------------------------------------------*/
/* =  Footer (removed for now...)
/*-------------------------------------------------*/
footer {
    clear: both;
    position: relative;
    margin-top: 0px;
    background-image: url('../img/multicam.10t.svg.png') ; 
    padding: 10px;
}

footer .widget {
    float: left;
    width: 325px;
    margin: 0 0 20px 24px;
    opacity: 1;
}

footer .widget:first-child {
    margin-left: 0;
}

footer .widget-title {
    font-size: 20px;
    font-weight: normal;
    color: #f7a70e;
    margin: 0 0 20px 0;
}

/* Copyright */
.copyright {
    float: left;
    font-size: .8em;
    margin: 0 0 20px 0;
}

/* Back to top */
#back-to-top {
    float: right;
    position: absolute;
    right: 24px;
    bottom: -1px;
    width: 43px;
    height: 38px;
    background: #E7E6DE url(../img/back-to-top.png) no-repeat center center;
    border: 1px solid #F4F4F4;
    box-shadow: 0 0 0 1px #666E4C; 

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

#back-to-top a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#back-to-top:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}



/* Sites \ Links (mid section) - use :nth-child(3n) for row end */

.options { margin-top: 20px; }
.option {
    display: block;
    padding: 5px;
    margin: 1px 5px 8px 5px;
    float: left;
    width: 330px;
    border: 1px solid #F4F4F4; /*#4f69a3;*/
    cursor: pointer;
    background-color: #E7E6DE; /*#3e5b99;*/
    outline: 1px solid #666E4C; /*#2f467a;*/
}

#blogs .option { height: 250px;}
#brands .option { height: 180px;}

.option .optionBody .logo, .option .optionBody .author {text-align: center;}
.option .optionBody .logo img, .option .optionBody .author img {display: inline;}


/* .option:hover .optionIcon { padding: 2px; background-color: #666E4C }*/
.option:hover .optionBody { /*padding: 1px; padding-left: 8px;*/}
.option:hover {
    border-style: solid;
    border-width: 3px;
    border-color: #666E4C;
    background-image: url('../img/selectionCheck.png') ;
    background-color: #EAE9DC;
    background-repeat:no-repeat;
    background-size:25px;
    background-position-x:right;
    padding: 3px;
}

/* .optionIcon {
    background-color: #E7E6DE; /*#3e5b99;*/
    width: auto; /*40px;*/
    height: 40px;
    padding: 3px;
    float:left;
    display: block; 
}

.option:hover .optionIcon img {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg); /* IE 9 */
    -moz-transform: rotate(360deg); /* Firefox */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    -o-transform: rotate(360deg); /* Opera */
    transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
} */

.optionBody {
    /*height: 40px;*/
    padding: 5px;
    padding-left: 10px;
    display: block;
    float: left;
    background-color: #E7E6DE; /*#3e5b99;*/
}

.optionHead { margin-bottom: 0px; }
.optiontext {}


#Welcome {
    padding: 15px;
    background-image: url('../img/multicam.10t.svg.png') ; 
}
#Welcome .title {
    font-weight: bold;
    font-size: 1.5em;
    padding-top: 25px;
    padding-bottom: 10px;
}
#Welcome .body {}