/*!
 * OTARIO Theme - One Page Theme
 *
 * Copyright 2013 
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * Created by: Carlos Alvarez
 * URL: http://www.basicoh.com
 * Designed and built based on Twitter Bootstrap.
 * Tags: one page, single page, responsive, yellow */

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Non-semantic
04 Navbar
05 Single-Page Sections
06 Footer
07 Bootstrap Carousel
08 Buttons
09 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
html { 
  height: 100%;
  min-height: 100%;
}

div,
article,
section,
header,
footer,
nav,
li          { position:relative; }
.group:after    { display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body        { 
  background:#f0f0f0; 
  color: #595959;
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  min-height: 100%;
  overflow-x: hidden;
}

::-moz-selection  { background:#ff0; color:#333; }
::selection     { background:#ff0; color:#333; }

/*---------- FORMS ----------*/

.img
{
  float:left;
  height:inherit;
} 

#step1Lnk
{
  color:#fff;
}
#step2Lnk, #step3Lnk 
{
  color:#DE89D0;
}

.img-box
{
  background-color: #8cc640;
    height: 115px;
    margin-bottom: 5px;
    margin-left: 5px !important;
} 
.img-detail
{
  
    padding: 20px 12px 0px 6px;
  
}
.img-text
{
  color:#fff;
  font-size:12px;
    font-weight: bold;
    line-height: 16px;
    text-align: center
}
.img-text-small
{
 font-size:12px;
 color:#fff;
 font-size:10px;
 line-height: 12px;
 margin-bottom: 10px;
 text-align: center;


}

input, textarea {
  color: #000;
  font-family:'Open Sans',sans-serif;
  font-size:14px;
  font-weight:400;
  padding:6px 12px;
  background:#FCFCFC;
  font-style: italic;
  width: 100%;
  padding: 0.5em;
  border: none;
  margin-bottom: 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pod-group {
  position: relative;
  overflow: hidden;
  height: 115px;
  margin-bottom: 10px;
}
.pod-group .img-box {
   
   
}
.img-text-small span {display: block}

input, button, select, textarea {
    font-family: 'Open Sans Condensed', sans-serif;
}

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16 =     0.875em     (14px equivalent)
16 / 16 =     1em       (16px equivalent)
18 / 16 =     1.125em     (18px equivalent)
21 / 16 =     1.3125em    (21px equivalent)
24 / 16 =     1.5em       (24px equivalent)
30 / 16 =     1.875em     (30px equivalent)

*/



p { font-size: 1em; /* 16px */ line-height: 1.5; /* 24px */ margin: 0; }
ul, ol { font-size: 1em; /* 16px */ line-height: 1.5; /* 24px */ margin: 0 0 1.5em 0; }

body,
input,
textarea {  }

a:link, a:visited {
  color: #8DC641;
}
a:hover, a:active {
  color: #F7942C;
  text-decoration: underline;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6          { 
  font-weight: normal; /* reset default browser weight for our webfonts */
  font-family: 'Open Sans', sans-serif; 
}

h1 {
  font-size: 1.5em; /* 24px */ 
  line-height: 1; /* 24px */ 
  margin-top: 1.42em; 
  margin-bottom: 0em;
}

h2 {
  font-size: 1.3125em; /* 21px */ 
  line-height: 1.1429; /* 24px */ 
  margin-top: 1.1429em; 
  margin-bottom: 0em;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.img-container {
  text-align: center;
}

/***********************
  NAVIGATION
************************/

#navigation {
  background: none;
  position: fixed;
  top: 0px;  
  width: 100%;
  z-index: 1000;
  border: none;
  padding-top: 1em;
}

#mobilenav {
  border-radius: 0;
  width: auto;
}

#logo {
  background:url('../img/FatWin_Logo_RGB1 copy.png') -4px -5px no-repeat;
  width:199px;
  height:45px;
  display:inline-block;
}

#navigation.scrollnav {
  background: white;
  padding-bottom: 25px;
  border-radius: 0;
}

.scrollnav #logo {
  background-image: url('../img/FatWin_Logo_RGB.png');
}

#navbar-right {
  text-align:right;
}

#fatwin-nav-header {
  float: none;
}

#menu-fatwin-navbar {
  float: right;
  font-size: 1.5em;
}

#menu-fatwin-navbar li a {
  color: #fff;
  border: 2px solid transparent;
}

.scrollnav #menu-fatwin-navbar li a {
  color: #7E7E7E;
  border: 2px solid transparent;
}

#menu-fatwin-navbar li a:hover,a:active {
  color: #8DC641;
  border: 2px solid #8DC641;
}

#navcontainer {
  width: 100%;
}

#navbar-right .collapsing, #navbar-right .collapse.in {
  display: inline-block;
}

/***********************
  OUTLINE BUTTONS
************************/

.btn.outline {
    background: none;
    padding: 10px 22px;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 400;
}
.btn-primary.outline {
    border: 2px solid #fff;
    color: #fff;
}
.btn-primary.outline:hover, .btn-primary.outline:focus, .btn-primary.outline:active, .btn-primary.outline.active, .open > .dropdown-toggle.btn-primary {
    color: #000;
/*    border-color: #33a6cc;*/
}
.btn-primary.outline:active, .btn-primary.outline.active {
/*    border-color: #007299;*/
    color: #000;
    box-shadow: none;
}

/***********************
  CUSTON BTN VALUES
************************/

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

/***********************
  SECTION SPECIFIC 
************************/
section {
  border-bottom: 3px solid #C6C6C6;
}

#winners, #faq {
  border-color: rgb(6,34,59);
}

#contact {
  border-color: #000;
}

section .section-heading {
  color: #8DC641;
  text-align: center;
  font-size: 4em;
  font-weight: 700;
  padding: 1em;
}

section .section-heading .trademark {
  padding-top: 0.5em;
  font-size: 0.5em;
  vertical-align: super;
}

/***********************
  MAIN JUMBOTRON
************************/

.jumbotron-main {
   	background-image: url('../img/winners/Stephen_Nosek_award.png');
   	background-repeat:no-repeat;
    background-size: cover;
   	position: relative;
   	padding-top: 35.54%;
   	width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
}

.jumbotron-main-overlay {
    background: rgba(0,0,0,0.6);
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
}

#top .btn-lg {
  font-size: 1.5em;
  width: 11em;

}

#top h1 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 2em;
	font-size: 5em;
	padding: 3.25em 1em 0;
	color:#fff;
}


#top p {
  text-align: center;
  font-size: 1.5em;
  display:block;
	line-height: 1.5em;
	padding-left: 23%;
	padding-right: 23%;
	color:#fff;
}

#xs_heading {
  color: #595959;
  text-align: center;
}

/***********************
  SEE CURRENT WINNERS
************************/

#winningrightnow {
  color: #595959;
}

.winner-row {
  background-color: #DEDEDE;
  width: 100%;
  display: block;
  padding: 10px 0 0;
  color: #374925;
  font-size: 1.5em;
  text-align: center;
}

.winner-row .col-sm-2 {
  padding-left: 0;
  padding-right: 0;
}

#winnerCarousel {
  display: inline-block;
  text-align: center;
  left: -15%;
  right: -15%;
  width: 130%;
}

.winner-box {
  border: 3px solid #fff;
  text-align: center;
  width: 80%;
  margin: 10px 10px 25px 25px;
  padding: 0;
}

.winner-box .winner {
  background-color: #8DC641;
  padding: .5em 0;
}

.winner-box .location {
  background-color: #B6D788;
  font-size: .75em;
  padding: .5em 0;
  font-style: italic;
}

.winner-box-inactive .winner {
  background-color: #C6C6C6;
  color: #C6C6C6;
}

.winner-box-inactive .location {
  background-color: #C6C6C6;
  color: #C6C6C6;
}


/***********************
  ABOUT
************************/

#about {
  background-color:#F2F2F2;
  padding-bottom: 50px;
}

#about p {
  font-size: 1.5em;
  line-height: 1.75em; 
  margin-bottom: 1.5em;
}
#winnerpic {
  width: 100%;
}

/***********************
  FAQS
************************/

#faq {
    background-image: url('../img/BG_faq.png');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

#faq-overlay {
  padding-top: 1em;
  background: rgba(198,198,198,0.3);
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  right: 0;
  top: 0;
  padding-bottom: 100px;
}


.faqcolumn {
  border: 3px solid #C6C6C6;
  background-color: rgba(255,255,255,0.45);
  padding:0;
  font-size: 1.5em;
  text-align: left;
}

.faqcolumn:first-child {
  margin-right: 20px;
}

.faqcolumn:not(:first-child) {
  margin-left: 20px;
}

.ques:before {
  padding: 0 0.25em;
  color: #254769;
  content: 'Q. ';
  font-size: 2.5em;
  font-weight: 700;
}

.ans:before {
  padding: 0 0.25em;
  color: #254769;
  content: 'A. ';
  font-size: 2.5em;
  font-weight: 700;
}

.ques {
  font-weight: 700;
}

.ques, .ans {
  border-bottom: 3px solid #C6C6C6;
  display: flex;
  padding: 1em;
  margin-left: 0;
  margin-right: 0;
}

.ans.collapse {
  display:none;
}

.ans p, .ques p {
  margin-top: 1.25em;
}

.ques:nth-child(7) {
  border-bottom: none;
}

.ans:nth-child(8) {
  border-top: 3px solid #C6C6C6;
  border-bottom: none;
}

#faq .glyphicon-plus, #faq .glyphicon-minus {
  font-size: 3em;
  float: right;
  font-weight: 700;
  color: #C6C6C6;
}

/***********************
  CONTACT
************************/

#contact {
  background-image: url('../img/BG_contact.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

#contact-overlay {
  background: rgba(29,60,110,0.85);
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  right: 0;
  top: 0;
  padding-bottom: 100px;
}

#contact-overlay .section-heading {
  padding-bottom: 0.5em;
}

#contact p {
  font-size: 1.5em;
}

#contactintro {
  padding-bottom: 3em;
}

#contact textarea {
  margin: 0;
  height: 10em;
}

#contact button {
  margin: 0;
  float: right;
  border-radius: 0;
  background-color: #F7942C;
  color: #fff;
  text-transform: capitalize;
  font-size: 1.25em;
  font-weight: 400;
  width: 150px;
}

#contact button:hover{
  color:#000;
}

#contactinfo {
  background: rgba(6,34,59,0.75);  
  padding: 3em;
  border: 3px solid rgb(6,34,59);
}

#contactinfo a {
  font-size: 2em;
  color: #8DC641;
}

#contactinfo .phone {
  font-size: 1.5em;
  font-style: italic;
}

/***********************
  FOOTER
************************/

#flx-footer {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 2em;
}

#flx-footer a {
  color: #fff;
}

#flx-fotter a:hover, a:active {
  border:none;
}

#footer-logo {
  padding-bottom: 1.5em;
}

/***********************
  PRIVACY POLICY AND ANTI-SPAM
************************/
#privacy-policy, #anti-spam {
  margin-top: 70px;
  padding: 20px 0;
}

#privacy-policy h1, #anti-spam h1 {
  font-size: 16px;
}

#privacy-policy p, #anti-spam p, #privacy-policy li, #anti-spam li {
  padding: 0.25em 0;
  font-size: 12px;
}

/***********************
  MEDIA QUERIES
************************/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
  .navbar-collapse {
    padding: 0;
  }
  .winner-box {
    font-size: .75em;
  }
  #top h1 {
    line-height: 2em;
    font-size: 2.5em;
    padding: 2.25em 1em 0;
  }
  #top p {
    font-size: 1.25em !important;
    padding-left: 23%;
    padding-right: 23%;
    margin-bottom: 0;
  }

  #top .btn-lg {
    width: 9em;
  }
}

@media (max-width: 767px) {
  #navigation {
    background-color: #fff;
    padding-top: 0;
    min-height: 60px;
  }

  #navcontainer {
    padding: 0;
  }

  #navigation.scrollnav {
    background-color: #fff;
    padding-bottom: 0;
  }

  .navbar {
    margin-bottom: 0;
  }

  #logo {
    background-image: url('../img/FatWin_Logo_RGB.png');
  }

  .scrollnav #logo {
    background-image: url('../img/FatWin_Logo_RGB.png');
  }

  .navbar-collapse {
    position: absolute;
    right: 75px;
    top: 10px;
  }

  .navbar-collapse #menu-fatwin-navbar li a {
    color: #595959;
  }
  .navbar-collapse {
    background-color: #fff;
  }

  #top {
    margin-top: 60px;
  }

  #winnerCarousel {
    left:0;
    right:0;
    width:100%;
  }

  .winner-row {
    font-size: 1em;
  }

  .faqcolumn:first-child {
    margin-right: 0;
  }

  .faqcolumn:not(:first-child) {
    margin-left: 0;
    border-top:none;
  }
  #top h1 {
    line-height: 1em;
    font-size: 2.5em;
    padding: 1em 1em 0;
    color:#595959;
    text-align: center;
    margin-top: 0;
  }
  #top p {
      display:block;
      line-height: 1.5em;
      padding-left: 5%;
      padding-right: 5%;
      color:#000;
  }
  #top .btn-lg {
    font-size: 1.25em;
    width:auto;
    color:#fff;
    background-color: #F7942C;
    margin-bottom: 1em;
    border-color: #F7942C;
  }

  #top .btn-lg:hover, #top .btn-lg:active{
    color:#595959;
    background-color: #595959;
    border-color: #595959;
  }
}

@media (max-width:992px) { 
  #contact button {
    float: none;
    margin-bottom: 1em;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  #top h1 {
    line-height: 2em;
    font-size: 3.5em;
    padding: 3em 1em 0;
  }
  #top p {
    padding-left: 23%;
    padding-right: 23%;
  }
  .winner-box {
    font-size: 1em;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {   

}

