/*
CSS
Description: stylesheet
Version: 1.0
-------------------------------------------------------------- */
body{
    background: #FFF;
    font-family: Open Sans,PT Sans Caption, arial, helvetica, sans-serif;
    color: #49494c;
    font-size: 14px;
    overflow-x: hidden;
}
a{
    text-decoration:none !important;
}
p {
    color: #58595b;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    margin-bottom: 25px;
}
b{
    font-weight: bold;
}
label{
    color: #000000;
    float: left;
    font-size: 12px;
    font-weight: bold;
    width: 80px;
    margin: 4px 10px 0 0;
}
input, select, textarea{
}

.pagewidth {
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 5%;
    position: relative;
    width: 90%;
}
#wrapper {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
}
header {
    background: #000 none repeat scroll 0 0;
    border-bottom: 5px solid #e51818;
    border-top: 0 none;
    display: block;
    height: 82px;/*47px;*/
    margin: 0 auto;
    max-width: none;
    position: relative;
    width: 100%;
    z-index: 100;
	text-align:center;
}
header h1 {
    display: inline-block;
    float: none;
    height: auto;
    margin-top: 0;
    width: auto;
}
.logo {
	background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 10px;
    color: #fff;
    display: inline-block;
    float: none;
    font-family: HelveticaNeueLTStd;
    font-size: 33px;
	height: 103px;
    line-height: 22px;
    padding-left: 0;
    padding-top: 0;
	width: 181px;
}

.santa {
	background: rgba(0, 0, 0, 0) url("../images/logo_santahat.png") no-repeat scroll 0 0px;
	background-size: contain;
}

@media( max-width: 430px ) {
	.logo {
		background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 0px;
	}
	.santa {
		background: rgba(0, 0, 0, 0) url("../images/logo_santahat.png") no-repeat scroll 0 0px;
		background-size: contain;
	}
}

@media( min-width: 1111px ) {
	.santa {
		height: 135px;
	}
}

#menu, #submenu {
    display: inline-block;
    float: right;
    max-width: 820px;
    width: 100%;
}

#menu ul, #submenu ul {
    margin: 0;
    padding: 0;
    text-align: right;
}


#menu ul li, #submenu ul li {
    display: inline-block;
    margin-left: -30px;
}
#menu ul li a, #submenu ul li a {
    color: #fff;
    display: inline-block;
    font-family: Bebas-Regular;
    font-size: 25px;
    font-weight: normal;
    padding: 11px 30px;
    position: relative;
    transition: all ease 0.2s;
}

#submenu ul li a {
	color: #000;
}

#menu ul li a:hover, #submenu ul li a:hover{
    background: rgba(0, 0, 0, 0) url("../images/menuSpan.png") repeat scroll 0 0;    
}
#menu ul li a:hover span, #submenu ul li a:hover span{
    background: rgba(0, 0, 0, 0) url("../images/menuSpan.png") repeat scroll right top;
    display: inline-block;
    float: right;
    height: 47px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}
#menu ul li a.active, #submenu ul li a.active {
    background: rgba(0, 0, 0, 0) url("../images/menuSpan.png") repeat scroll 0 0;
}


#menu ul li a.active span, #submenu ul li a.active span {
    background: rgba(0, 0, 0, 0) url("../images/menuSpan.png") repeat scroll right top;
    display: inline-block;
    float: right;
    height: 47px;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}


#menu ul li ul, #submenu ul li ul {
    display: none;
    position: absolute;
    text-align: left;
    padding: 15px 0;
    background: #e51818 none repeat scroll 0 0;
	margin-left: 7px;
    margin-top: -3px;
    width: 190px;
    z-index: 999;
}

#menu ul li ul li, #submenu ul li ul li {
    display: inline-block;
    margin: 0;
    width: 100%;
}
#menu ul li ul li a, #submenu ul li ul li a {
    background: #e51818 none repeat scroll 0 0;
    font-family: Bebas-Book;
    font-size: 20px;
    margin: 0;
    padding: 10px 10%;
    width: 80%;
}
#menu ul li ul li a:hover, #submenu ul li ul li a:hover {
    background: #d2060b none repeat scroll 0 0;
}
#menu ul li:hover ul, #submenu ul li:hover ul{
    display: block;
}



#topimagebox .pagewidth{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    position: relative;
    width: 100%;
}


.topimage{
    width: 100%;
    max-width: 1200px;
    height: auto;
}
#topimagebox .left-info {
    bottom: 0;
    margin-bottom: 11%;
    margin-left: 9%;
    position: absolute;
    width: 30%;
}

#topimagebox .left-info h2 {
    color: #fff;
    font-family: Bebas-Regular;
    font-size: 50px;
    font-weight: normal;
}

#topimagebox .left-info h2 b {
    display: inline-block;
    font-family: Bebas-Bold;
    font-size: 70px;
    margin-bottom: -7px;
}

#topimagebox .left-info .find {
    background: rgba(0, 0, 0, 0) url("../images/geo.png") no-repeat scroll 26px 12px;
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: Bebas-Regular;
    font-size: 25px;
    height: auto;
    margin-top: 28px;
    padding: 13px 25px 13px 60px;
}

#topimagebox .right-info {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border: 475px none;
    bottom: 12%;
    margin-bottom: 15px;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    width: 52%;
}
#topimagebox .right-info.bottom {
    background: rgb(0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    bottom: 0;
    display: inline-block;
    height: auto;
    margin-bottom: 6px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: auto;
    width: 100%;
}

#topimagebox .right-info h5 {
    color: #fff;
    font-family: Proxima-Bold;
    font-weight: normal;
}

#topimagebox .right-info h5 span {
    color: #e51818;
}

.greybox{
    background: #ebebeb;
}

.blackbox {
    background: #000 none repeat scroll 0 0;
    margin: 40px 0;
}

#help{
    padding: 40px 0
}
#help h3 {
    color: #000000;
    font-family: Bebas-Book;
    font-size: 100px;
    font-weight: normal;
}
#help h3 b{
    font-family: Bebas-Bold;
}
#help p {
    color: #aeaeae;
    font-family: Proxima-Regular;
    font-size: 23px;
    line-height: 30px;
    text-align: right;
}
#help p strong{
    color: #000;
    font-family: Proxima-Bold;
}



#mobile, #local, #franchise, #bottomimagebox, #testimonials, #video, #become, #gallery {
   padding: 50px 0
}

#mobile .box30 img,#local .box30 img,#franchise .box30 img {
    height: auto;
    width: 100%;
    border: 1px solid #7f7f7f;
}
#mobile .box70 h5,#local .box70 h5,#franchise .box70 h5 {
    color: #000;
    font-family: Bebas-Bold;
    font-size: 65px;
    font-weight: normal;
    margin-left: 5%;
    margin-top: 40px;
}
#mobile .box70 h5 b,#local .box70 h5 b,#franchise .box70 h5 b {
    color: #e51818;
    font-weight: normal;
}
#mobile .box70 p,#local .box70 p,#franchise .box70 p {
    color: #848484;
    font-family: Din-Regular;
    font-size: 23px;
    font-weight: normal;
    line-height: 29px;
    margin-left: 5%;
}
#mobile .box70 p strong,#local .box70 p strong,#franchise .box70 p strong{
    font-family: Din-Bold;
    font-weight: normal;

}
#mobile .box70 p a,#local .box70 p a,#franchise .box70 p a{
    color: #e51818;
    font-family: Din-Bold;
    font-weight: normal; 
    margin-left: 5px   
}










#bottomimagebox .pagewidth{
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
    position: relative;
    width: 100%;
}


#bottomimagebox .left-info {
    bottom: 0;
    margin-bottom: 5%;
    margin-left: 13%;
    position: absolute;
    width: 30%;
}

#bottomimagebox .left-info h3 {
    color: #fff;
    font-family: Bebas-Regular;
    font-size: 65px;
    font-weight: normal;
}

#bottomimagebox .left-info h3 b {
    display: inline-block;
    font-family: Bebas-Bold;
    font-size: 75px;
    font-weight: normal;
    margin-bottom: -7px;
}


#bottomimagebox .right-info {
    bottom: 0;
    margin-bottom: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 50%;
}


#bottomimagebox .right-info h5 {
    margin: 0;
}

#bottomimagebox .right-info h5 a {
    background: rgba(0, 0, 0, 0) url("../images/bgFranchise.png") repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: Bebas-Regular;
    font-size: 60px;
    padding: 20px 0 20px 20%;
    width: 80%;
    font-weight: normal;
}
#bottomimagebox .right-info h5 a b{
    color: #FFF;
}



#blackline h3 {
    color: #fff;
    display: inline-block;
    font-family: Proxima-Bold;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 6px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
#blackline h3 span{
    color: #e51818;
}


#help .pagewidth,
#mobile .pagewidth,
#local .pagewidth,
#franchise .pagewidth,
#testimonials .pagewidth,
#video .pagewidth,
#become .pagewidth{
    max-width: 890px;
}

#testimonials{

}

#testimonials ul{

}
#testimonials ul li{
    display: inline-block;
}
#testimonials ul li img{

}


#testimonials ul li p {
    color: #6a6a6a;
    font-family: Din-Regular;
    font-size: 22px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 22px;
}

#testimonials ul li .person {
    display: block;
    float: right;
    text-align: center;
    width: 35%;
}

#testimonials ul li .name {
    color: #000000;
    display: inline-block;
    font-family: Bebas-Regular;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}

#testimonials ul li .position {
    color: #a39e9e;
    font-family: Din-Regular;
    letter-spacing: 2px;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    right: 0 !important;
    text-align: right !important;
    top: -30px;
    width: 100%;
}




#video{

}

#video h5 {
    background: #e51818 none repeat scroll 0 0;
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: block;
    font-family: Din-Regular;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0 auto;
    max-width: 800px;
    padding: 10px 3%;
    width: 94%;
}

#video iframe {
    display: block;
    margin: 0 auto;
    max-width: 853px;
    width: 100%;
    height: 400px;
    border-radius: 0 0 10px 10px ;
}


#become{

}

#become h5 {
    color: #000000;
    font-family: Din-Regular;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-align: center;
}
#become h5 span {
    color: #ff0000;
    font-family: Din-Bold;
    font-weight: normal;
}
#become h5 b{
    color: #000;
    font-family: Din-Bold;
    font-weight: normal;
}

#become form {
    display: inline-block;
    text-align: center;
    width: 100%;
}

#become input {
    background: #d7d7d7 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 10px;
    color: #a9a9a9;
    display: inline-block;
    font-family: Bebas-Bold;
    font-size: 26px;
    line-height: 40px;
    max-width: 830px;
    padding: 4px 20px;
    width: 100%;
}

#become form input[type="submit"] {
    background: #e51818 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}


#become p {
    color: #000000;
    display: block;
    font-family: Din-Regular;
    font-size: 25px;
    font-style: italic;
    line-height: 30px;
    margin: 25px auto;
    text-align: center;
    width: 50%;
}


















#page-content{
   padding: 50px 0
}
#page-content .box100{
   padding: 50px 0
}

#page-content .page-title{
    color: #000;
    font-family: Bebas-Regular;
    font-size: 120px;
    font-weight: normal;
    margin-left: 0;
    margin-top: 0;
}
#page-content .page-title b{
    font-family: Bebas-Bold;
    font-weight: normal;
}
#page-content .box100 p{
    color: #848484;
    font-family: Din-Regular;
    font-size: 23px;
    font-weight: normal;
    line-height: 29px;
}

#page-content .box100 a {
    color: #e51818;
    font-family: Din-Bold;
    font-weight: normal;
}
#page-content .pagewidth{
   padding: 50px 0
}
#page-content .box30 img {
    border: 0 solid #7f7f7f;
    height: auto;
    width: 100%;
}
#page-content .box70 h5 {
    color: #000;
    font-family: Bebas-Bold;
    font-size: 65px;
    font-weight: normal;
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: 0;
}
#page-content .box70 h5 b{
    color: #e51818;
    font-weight: normal;
}
#page-content .box70 p {
    color: #848484;
    font-family: Din-Regular;
    font-size: 23px;
    font-weight: normal;
    line-height: 29px;
    margin-left: 0;
    margin-bottom: 0
}
#page-content .box70 p strong{
    font-family: Din-Bold;
    font-weight: normal;

}
#page-content .box70 p a{
    color: #e51818;
    font-family: Din-Bold;
    font-weight: normal; 
    margin-left: 5px   
}


#page-content form {
    display: inline-block;
    width: 100%;
}
#page-content .box70 form p {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

#page-content form label {
    color: #848484;
    display: inline-block;
    font-family: Din-Regular;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    width: 15%;
    padding-top: 8px
}
#page-content form input, #page-content form select {
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 1px solid #959595;
    color: #444;
    font-family: Din-Regular;
    font-size: 16px;
    padding: 10px 2%;
    width: 79%;
}

#page-content form textarea {
    font-family: Din-Regular;
    font-size: 16px;
    height: 210px;
    margin-bottom: 15px;
    padding: 10px 2%;
    width: 79%;
}

#page-content form input[type="submit"] {
    background: #e51818 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    margin-left: 15%;
    width: 83%;
}




.box70{
    display: inline-block;
    width: 67%;
    margin-right: 3%;
    vertical-align: top;
}
.box30{
    display: inline-block;
    width: 27%;
    margin-right: 3%;
    vertical-align: top;
}
.box80{
    display: inline-block;
    width: 77%;
    margin-right: 3%;
    vertical-align: top;
}
.box60{
    display: inline-block;
    width: 57%;
    margin-right: 3%;
    vertical-align: top;
}
.box50{
    display: inline-block;
    width: 46%;
    margin-right: 3%;
    vertical-align: top;
}
.box40{
    display: inline-block;
    width: 37%;
    margin-right: 3%;
    vertical-align: top;
}
.box20{
    display: inline-block;
    width: 17%;
    margin-right: 3%;
    vertical-align: top;
}
.last{
    margin-right: 0 !important
}
footer {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 0;
    position: static;
}
footer p {
    color: #fff;
    display: inline-block;
    font-family: Proxima-Bold;
    font-size: 33px;
    font-weight: normal;
    letter-spacing: 9px;
    margin: 0;
    padding: 8px 0;
    vertical-align: top;
    width: 50%;
}
footer p span {
    color: #ff0000;
}
footer .social {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: top;
    width: 49%;
}

footer .social li {
    display: inline-block;
}
footer .social a{
    display: inline-block;
    height: 38px;
    width: 38px;    
}

footer .social a.facebook {
    background: rgba(0, 0, 0, 0) url("../images/social.png") repeat scroll 4px 0;
}
footer .social a.twitter{
    background: rgba(0, 0, 0, 0) url("../images/social.png") repeat scroll -35px 0;
    
}
footer .social a.instagram{
    background: rgba(0, 0, 0, 0) url("../images/social.png") repeat scroll -79px 0;
    
}
footer .social a.linked{
    background: rgba(0, 0, 0, 0) url("../images/social.png") repeat scroll -120px 0;
    
}
footer .social a.linkedin{
    background: rgba(0, 0, 0, 0) url("../images/linkedin.jpg") scroll -4px -4px;
    background-size: 44px;
}
footer .social a.youtube{
    background: rgba(0, 0, 0, 0) url("../images/youtube.jpg") scroll -4px -4px;
    background-size: 44px;
}
footer .social a.rss{
    background: rgba(0, 0, 0, 0) url("../images/rss.jpg") scroll -4px -4px;
    background-size: 45px;
}

#types-wheel h1{
    color: #000;
    font-family: Bebas-Bold;
    font-size: 65px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}
#types-wheel h1:before,
#types-wheel h1:after{
    content: "";
    width: 21%;
    height: 2px;
    background: #ed3132;
    display: inline-block;
    vertical-align: middle;
}
#types-wheel h1:before{
    margin-right: 30px;
}
#types-wheel h1:after{
    margin-left: 30px;
}
#types-wheel img{
    width: 100%;
    height: auto;
}
#types-wheel p{
    font-size: 13px;
    color: #000;
    line-height: normal;
    margin-bottom: 0;
}
#types-wheel h5{
    font-size: 17px;
    color: #000;
}
#types-wheel h6{
    font-size: 14px;
    color: #ee2225;
    margin-top: 9px;
    margin-bottom: 3px;
}

.pull-right{
    float: right;
}
.info-location{
    font-family: "Bebas-Regular";
    font-size: 25px;
    color: #fff;
    text-align: right;
    padding: 5px 0;
}
.info-location .fa{
    font-size: 25px;
    margin-right: 7px;
    margin-left: 10px;
    color: #e51818;
}


.showcase-thumbnail-button-backward
{
	display:none;
}

.showcase-thumbnail-button-forward
{
	display:none;
}

.showcase-thumbnail img
{
	width: 140px;
	height: 55px;
	padding: 20px 5px;
}


nav#submenu li span{
    display:none
} 
nav#submenu ul {
   margin: 0 0 20px;
   padding: 0;
   text-align: center;
}
nav#submenu li span{
    display:none
}
nav#submenu li {
    display: inline-block;
    margin-left: 0;
}
nav#submenu li a{
   padding: 7px 15px;
}
nav#submenu li a:hover{
   background: #000;
   color: #FFF
}
nav#submenu li a:hover span{ 
display:none
}
 
@media (min-width: 800px) {
  #menu ul li ul {
    display: none;
  }
  #submenu{
    display: none !important;
  }
}
 
@media (max-width: 800px) {
  #menu ul li ul {
    display: none !important;
  }
  nav#submenu{
    display: inline-block
  }
}

#gallery h3 {
color: #000000;
font-family: Bebas-Book;
font-size: 115px;
font-weight: bold;
margin-bottom: 50px;
}
#gallery {
  padding-top: 150px;
}
.red-button {
  background-color: #e51818;
  float: right;
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
  width: 160px;
}
.red-button a {
  color: #fff;
  font-family: Bebas-Regular;
  font-size: 22px;
}
.box100.gallery-thumbs {
display: table;
margin: 0 auto;
position: relative;
}
.box100.gallery-thumbs ul {
display: block;
list-style: outside none none;
}
.box100.gallery-thumbs li {
float: left;
margin-right: 23px;
}
.box100.gallery-thumbs li.last-item {
  margin-right: 0px;
}
#become input[type="submit"] {
  background-color: #e51818;
  color: #fff;
  font-family: Bebas-Regular;
  font-size: 22px;
  margin-top: 15px;
}
.footer-menu {
  float: left;
  width: 70%;
}
.footer-menu li {
  float: left;
  text-transform: uppercase;
  width: auto;
}
