/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
body {
  background:#a7dbff url(../images/bg.png) repeat-x;
}

/* FaceBook Responsive */
.facebook { overflow: hidden; border: 1px solid #d5d5d5; }

/* YouTube Responsive */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#btop{background:url(../images/bg_top.jpg) no-repeat top center}
#bbtm{background:url(../images/bg_bottom.jpg) no-repeat bottom center;min-height:1200px}


#header{
	height:239px;
	overflow:hidden;
}

#header #logo{
	display:block;
	width:246px;
	margin:95px 0 0 30px;
}
#wrapper{
	width:968px;
	text-align:left;
	margin:0 auto;
}

.mt2cms-footer {
padding: 10px 0;
color: #999;
text-align: center;
background-color: #f9f9f9;
border-top: 1px solid #e5e5e5;
}

.shop {
    background-image: url('../shop/img/bg-shop.png');
    background-repeat: repeat;
}
iframe {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
}
.btn-xlarge {
    padding: 18px 28px;
    font-size: 22px; //change this to your desired size
    line-height: normal;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
}