@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/socicon.woff') format('woff'),
    url('../fonts/socicon.woff2') format('woff2'),
    url('../fonts/socicon.ttf') format('truetype'),
    url('../fonts/socicon.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 768px) {
    .menu {
        text-align: center;
    }
}

/* typography */
h1, .h1 {
    font-weight: 300;
}
h2, .h2 {
    font-size: 48px;
}
h5, .h5 {
    font-weight: 300;
}

h6, .h6 {
    font-weight: 400;
}

.title-1,
.title-2,
.title-3 {
    font-size: 24px;
    font-weight: 400;
}

.title-1,
.title-1 a {
    color: #6bcc9e;
}

.title-2,
.title-2 a {
    color: #2962ff;
}

.title-3,
.title-3 a {
    color: #424242;
}

.title-4 {
    margin-bottom: 40px;
    text-transform: capitalize;
    font-weight: 100;
}

strong, b {
    font-weight: 500;
}

/* forms */
.form-inline a {
    letter-spacing: -5px;
}

.form-inline * {
    letter-spacing: normal;
}

fieldset {
    margin-top: 35px;
}

label {
    font-weight: 300;
}

.legend {
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    font-size: 26px;
}

.legend:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    display: block;
    content: ' ';
    border-bottom: 1px solid #efece2;
}

.form-horizontal .control-label {
    text-align: left;
}

.display-none{
    display: none;
}

.fineprint {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
}

.btn {
    text-transform: uppercase;
    font-size: 14px;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 16px;
}

.btn-square {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.btn-xlg {
    padding: 20px 35px;
    font-size: 15px;
}

.my-form-control {
    padding: 0 15px;
    border: 1px solid #f5f5f4;
    background: #f5f5f4;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control-xlg {
    padding: 20px 25px;
    background: #eceff1;
}

/* navigation */
.nav-vertical > li > a {
/*    margin-right: -40px; */
    padding: 18px 40px 18px 0;
    border-right: 5px solid #fff;
    font-weight: 400;
    color: #263238;
}

.nav-vertical a:hover,
.nav-vertical a:focus,
.nav-vertical a:active,
.nav-vertical .active a {
    color: #fe2b00;
    border-color: #f42700;
    background: none !important;
}

.nav-vertical li {
    margin-bottom: 0;
    border-bottom: 1px solid #efece2;
    border-right: 1px solid #efece2;
}

/* lists */
ul, ol {
    padding-left: 0;
    margin-left: 15px;
}

ul {
    list-style-image: url("../img/icons/bullet.png");
}

main li {
    margin-bottom: .5em;
}

/* icons */
.icon {
    font-family: 'socicon';
    text-transform: lowercase;
}

.youtube-icon {
    display: inline-block;
    width: 25px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    background: url("../img/icons/youtube.png") center no-repeat;
}
#gplus-icon {
    background: url("../img/icons/gplus-bn.png") center no-repeat;
}
#gplus-icon:hover {
    background-image: url("../img/icons/gplus-32.png");
}


.icon-bar {
    height: 3px !important;
    background: #616161;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar-toggle {
    float: left;
}

body {
    font-family: Roboto;
    font-weight: 300;
    background: #f2efe3; 
}

/* header */
#header {
    background: #fff;
}

#main-nav {
    padding: 10px 0 10px 0;
    margin: 0;
    border-bottom: 1px solid #eceff1;
    background: #f2efe3;
}

#main-nav .btn {
/*    padding: 15px 19px; */
    font-size: 18px;
    height:34px;
    border-radius:0px;
    margin-left:1px;
}

#main-nav .form-control {
    height: 34px;
    font-size: 18px;
    background: #f8fafc;
}

.navbar-brand {
    text-transform: uppercase;
    font-size: 26px;
    color: #3c4a50;
}

.navbar-brand {
    padding-left: 40px;
    font-size: 29px;
    color: #3c4a50;
    background: url("../img/logo.png") center left no-repeat;
}


@media screen and (min-width: 1050px) {
    #header .navbar-brand {
        margin-left: -90px;
    }
}

.navbar-brand span {
    font-weight: 400;
    /*color: #a29464;*/
    color: #3c4a50;
}

.navbar-form {
    margin: 0;
    padding: 0;
}
#navdays {
    margin-top: 7px;
        text-align: center;
}
#navdays a.left {
    color:  rgba(184, 97, 97, 0.5);
    letter-spacing: -5px;
}
#navdays a {
    color:  rgba(184, 97, 97, 0.5);
    letter-spacing: -2px;
}
#navdays a:hover, a:active {
    color: red;
    text-decoration: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}


/* content */
#content-store {
    padding: 75px 0 100px 0;
    background: #fff;
}


#content {
    padding: 61px 0 100px 0;
    background: #fff;
/*    min-height: 600px; */
}

main {
    margin-left: 15px;
}

aside {
    padding-right: 40px;
    border-right: 1px solid #efece2;
}

.box {
    padding: 35px 0;
/*    padding-right:300px; */
}

.box-small {
    padding: 45px 0;
}

.box-alt {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f6ed;
}
.padded-img {
    padding-right: 20px;
    padding-bottom: 20px;
} 
.date-overview {
    border-bottom: 1px solid #ded4b2;
    background: #f3e8c2;
    padding-top: 55px;
}

.btn-fixed-wid {
     min-width: 310px;
     margin-bottom: 5px;
 }

.arrow-down {
	width: 0; 
	height: 0; 
    margin-left:auto;
    margin-right:auto;
    margin-top:-37px;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	
	border-top: 40px solid #F3E8C0;
}
.arrow-col1 {
	border-top: 40px solid #fff;
}
.arrow-col2 {
	border-top: 40px solid #f8f6ed;
}
.connector {
    left: 50%;
    color: red;
    font-size:16pt;
}

.box-description {
    margin-bottom: 1em;
    font-size: 1.25em;
}

.meta {
    font-size: 90%;
}

.meta span {
    font-weight: 500;
}

.more {
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #6bcc9e;
    background: url("../img/icons/arrow-right.png") center right no-repeat;
}

.thumbnail {
    padding: 0;
    border: 0;
    background-color:inherit;
}

.result_img {
    max-height:200px;
}

.aff_thumbnails {
    margin:10px;
    min-height: 240px;
}

.aff_thumbnails img {
    max-width: 200px;
    height: 140px;
    margin-bottom: 10px;
}

/*
.vertical_banner {
    width: 200px;
    max-height: 3200px;
    top: 175px;
    right: 10px;
    position: absolute;
}
*/
    
/* footer */
#footer {
    padding: 20px 0 0 0;
    background: #f2efe3;
    /*position: absolute;*/
    bottom: 0;
    min-height: 250px;
    width: 100%;
}

.thumbnail.right-caption > img {
    float: left;
    margin-right: 9px;
}

.thumbnail.right-caption {
    float: left;
}

.thumbnail.right-caption > .caption {
    padding: 4px;
}

.shrinkspan {
    letter-spacing: -8px;
}

.footerlink {
    text-transform: uppercase;
    text-align: left;
}

.footerlink a {
    color: #37474f;
}

.footerlink a:hover{
    background-color: #fff; /*f2efe3;*/
    font-weight: 400;
}


/*
.home #footer {
    border-top: 1px solid #dfd4ae;
}
*/
    
.fb-comments > span,
.fb_iframe_widget_fluid span {
    width: 100% !important;
}

.navbar-nav.nav-justified > li{
    float: none;
    text-align: center;
}

#legal {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #d5d5d5;
    text-align: center;
    font-size: 80%;
    color: #9aa5ab;
    text-transform: none;
}

.nav-social,
.nav-social a {
    color: #616161;
}

.nav-social li:first-child {
    margin-left: 0;
}

.nav-social-2 li {
    border-left: 1px solid #eee;
}

.nav-social li a {
    font-size: 25px;
    line-height: 26px;
    background: none !important;
}

.nav-social .locale a {
    font-size:16px;
}
.nav-social .locale div {
    margin-top: -12px;
}
a:hover .icon-facebook,
a:focus .icon-facebook,
a:active .icon-facebook{
    color: #3c5a98;
}

a:hover .icon-twitter,
a:focus .icon-twitter,
a:active .icon-twitter {
    color: #55acee;
}

a:hover .icon-google-plus,
a:focus .icon-google-plus,
a:active .icon-google-plus {
    color: #e04006;
}

/* datepicker */
.hasDatepicker {
    margin-bottom: 35px;
}

.ui-datepicker-calendar {
    border-collapse: separate;
    border-spacing: 12px;
    text-align: center;
    font-size: 13px;
}

.ui-datepicker-calendar th {
    font-weight: 300;
    text-align: center;
}

td.ui-state-disabled {
    background: none;
}

.ui-datepicker-calendar a {
    display: block;
    padding: 4px 6px;
    text-decoration: none;
    color: #37474f;
    background: #efece2;
}

.ui-datepicker-calendar a.ui-state-hover,
.ui-datepicker-calendar a.ui-state-active {
    color: #fff;
    background: #f42700;
}

.ui-datepicker-header {
    position: relative;
    display: inline-block;
    padding: 0 35px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    cursor: pointer;
    font-size: 0;
    background-image: url("../img/icons/date-arrows.png");
    background-repeat: no-repeat;
}

.ui-datepicker-prev {
    left: 0;
    background-position: 0 -16px;
}

.ui-datepicker-next {
    right: 0;
    background-position: -20px -16px;
}

.ui-datepicker-title {
    text-align: center;
}

#date {
    border: 0;
    font-size: 26px;
    font-weight: 400;
}

#card-preview {
    float: right;
    width: 300px;
    text-align: center;
}

#container {
	background-color:#ffffff;
    padding: 100px 50px 80px 50px;
    min-height:500px;
}

div.code{
	background-color:#DDDDDD;
	font-family:courier;
	font-size:10pt;
	color:#9c0003;
	padding:5px;
	border: 2px solid #AAAAAA outset;
}

#id_dedicatype {
    list-style-type: none;
    list-style-image : none;
    margin: 0px;
}

.img_center {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

/* home
#search .form-control {
    width: 430px;
}
*/
.searchbox {
    width:400px;
    float:left;
}
.arrows {
    float:left;
    padding-top: 8px;
}
.arrows .text {
    padding-top: 2px;
    letter-spacing: 0px;
}
.headsearch {
    width:180px;
    float:left;
}

#search {
    /*padding: 100px 0 200px 0;*/
    padding: 50px 0 150px 0;
    text-align: center;
    background: #fff; 
}

.facebook-callout {
    text-transform: none;
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(41,60,116,1);
    width: 100%;
    text-align: center;
    z-index: 11111;
    padding-bottom: 10px;
    padding-top: 10px;
    color: white;
    font-weight: bold;
}
.facebook-callout a {
    color: white;
    display: block;
    margin-bottom: 5px;
}
.facebook-callout a:hover {
    font-weight: bold;
    text-decoration: underline;
    background-color:  rgba(41,60,116,1);
}
.fb-close {
    cursor: pointer; 
    position: absolute;
    right: 28px;
    top: 27%;
    font-size: 17px;
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 10px;
    background-color: #2E3E6B;
    border-radius: 19px;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.moviebox {
    min-height:480px;
}

