@charset "UTF-8";
/* CSS Document */


/* LINKS */

nav a{
	color:#ffffff;
	text-decoration:none;
}

nav a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#subnav a:hover{
	color:#000000;
	text-decoration: underline;
}

#header a, .se_bottom a, #bottom a{
	color:#000000;
	text-decoration:none;
}

#header a:hover, .se_bottom a:hover, #bottom a:hover{
	color:#000000;
	text-decoration:underline;
}

.home-content .rectangle-bt, .concol a, .buynow a, .press a{
	color:#f58230;
	text-decoration:none;
}

.home-content .rectangle-bt:hover, .concol a:hover, .press a:hover{
	color:#000000;
	text-decoration:underline;
}

.se_content a{
	color:#f58230;
	text-decoration:underline;
}

.se_content a:hover{
	color:#000000;
	text-decoration:underline;
}

#footer .flink a{
	color:#000000;
	text-decoration:none;
}

#footer .flink a:hover{
	color:#ff4438;
	text-decoration:none;
}

a.orange-link{color:#f58230;}

/* GLOBAL */

html,body {
	font-family: 'apercu-medium-pro';
	color: #000000;
	margin:0;
	font-size:16px;
	background-color:#ffffff;
}

.redtext{color:#ff4438;}

.desktopview{
	display:block;
}

.mobileview{
	display:none;
}

#mobile_sublink{
	display:none;
}

#container{
	width:1400px;
	margin:0 auto;
	padding:0;
	background-color:#ffffff;
	position:relative;
	/* background-image:url(./img/CBW-main-logo_bg.png);
	background-position: center 250px;
	background-repeat:no-repeat; */
}

#container_print{
	width:100%;
	margin:0;
	background-color:#ffffff;
}

#hidesignup{
	display:none;
}
	
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99990;
  background:#000000;
  display: none;
}

.window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 99999;
  text-align: center;
}

#signup_popup {
  width: 760px;
  height: 400px;
  padding: 0;
  background-color: #ffffff;
  position:absolute;
}

#signup_popup p{
	width:78%;
	margin:30px auto 0 auto;
  font-size:22px;
}

#signup_popup #signup_form{
	position:relative;
	float:left;
	width:78%;
	height:50px;
	margin:0 11% 0 11%;
}

#signup_popup #signup_form input.thefield {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	padding:11px 5%;
	background:transparent;
	border: 2px solid #000000;
	width:90%;
	color:#000000;
	font-family:'apercu-regular-pro';
	font-size:22px;
	letter-spacing:1.5px;
	position:relative;
	bottom:1px;
}

#signup_popup #signup_form input.thebutton {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
	background: url(./img/popup_submit-black.png) center right no-repeat;
	border: none;
	width:50px;
	color:#000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:40px;
	height:50px;
	line-height:10px;
	text-align:center;
	cursor:pointer;
	position:absolute;
	bottom:0px;
	right:5px;
}

#signup_popup #signup_form input.thefield:focus{
    outline: 0;
	color:#000000;
}

#signup_popup #closer {
  width: 34px;
  height: 35px;
  padding: 50px;
  position:absolute;
  top:-30px;
  right:-30px;
}

#signup_popup .cft-response {
	color:#000 !important;
	font-size:22px;
	margin:30px;
}

#home-video{
	height: 530px;
    margin-top: 110px;
	position: relative;
}
@media screen and (min-width:980px){
	
	#home-video{margin-top: 90px;height: 630px;}
}
@media screen and (min-width:1200px){
	#home-video{margin-top: 100px;}
}
@media screen and (min-width:1400px){
	#home-video{margin-top: 110px;}
}
#home-video video{
	position: absolute;
	transform: translateX(-50%);
	height:100%;
}

#main-content{
	width:100%;
	float:left;
	padding-bottom:30px;
}

h1,h2,h3,h4{
	padding:0;
	margin:0;
	font-weight:normal;
}

p{
	margin:0 0 10px 0;
	padding:0;
}

.italic{
    font-family: 'mrseavita';
}

.bold{
    font-weight:700;
}

.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}


.one-true { overflow: hidden; }
/*
.one-true .concol {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
*/
.one-true p { margin-bottom: 30px; } /* Bottom padding on col is busy */


/* HEADINGS */

#header h1{
	width:100%;
	font-size:100px;
	text-align:left;
	color:#000000;
	font-family:'GT-Sectra-Display-Medium';
	letter-spacing:0.2rem;
	line-height:1em;
	padding:150px 30px 60px 60px;
	max-width:1000px;
	margin:0 auto;
}

#header h2{
	width:100%;
	font-size:32px;
	font-weight:normal;
	text-align:center;
	margin:0;
	padding:0;
	color:#ffffff;
	font-family:'GT-Sectra-Display-Bold';
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	letter-spacing:0.2rem;
}

/* NAVIGATION */

nav {
	position:fixed;
	/* background:url(./img/nav-background.png); */
	background: #000000;
	top:0;
	height: 90px;
	width:100%;
	max-width:1400px;
	color:#ffffff;
	z-index:9800;
	border-bottom: 5px solid #f58230;
}

nav #top-title{
	position:absolute;
	top:17px;
	left:3%;
	width:27%;
	text-align:right;
}

nav #top-title img{
	width:271px; height:auto;
}

nav ul#nav{
	position:absolute;
	top:0;
	right:10%;
	width:60%;
	height:90px;
	line-height:90px;
	text-align:center;
	letter-spacing:0.5px;
	list-style:none;
	padding:0;
	margin:0;
}

nav ul#nav li{
	display:inline-block;
	padding:0 16px;
	margin:0;
	white-space:nowrap;
	font-family:'apercu-regular-pro';
	font-size:17px;
}

nav ul#nav li:last-child{
	padding:0 0 0 16px;
}

ul#subnav{
	position:absolute;
	top:0;
	width:1400px;
	text-align:center;
	letter-spacing:0.3px;
	list-style:none;
	padding:0;
	margin:0;
}

ul#subnav li{
	display:inline-block;
	padding:0 15px;
	margin:0;
	white-space:nowrap;
	font-family:'apercu-regular-pro';
	font-size:17px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.subnav-overlay{
	display: table; 
	background:url(./img/subnav-overlay-pink.png);
	text-align:center;
}

.subnav-scroll{
	display: table; 
	width:100%; height:131px;
	line-height:131px;
	text-align:center;
	position:absolute;
	bottom: 0;
}

.subnav-fixed{
	display: table; 
	width:1400px; height:70px;
	line-height:70px;
	text-align:center;
	position:fixed;
	top:90px;
	z-index:9800;
}

ul#subnav li.wsub{
	display:inline-table-cell;
	vertical-align:middle;
	max-width:200px;
	white-space:normal !important;
	line-height:1.6rem;
}


nav #lines{
	float:right;
	display:none;
}

/* HEADERS */

#header{
	float:left;
	position:relative;
    text-align: center;
    width: 100%;
	margin-bottom:20px;
	overflow:hidden;
}

#header #logo{
	display:block;
	width:364px;
	margin:0 auto;
	position:absolute;
	top:100px; left:0; right:0;
	padding:30px 0 0px 0;
	z-index:9700;
}

#homeslider{
	position:relative;
}

#header h2 {
	max-width:600px;
	margin:0 auto;
	padding-top:400px;
}

#homeslider ul li h2{
	position:absolute;
	top:510px; left:0; right:0;
	z-index:9700;
	max-width:600px;
	padding:0 !important;
}

.home-headerVid{
	z-index:9600;
    height: 630px;
	margin-top:110px;
}

#header #small-logo{
	max-width:260px;
	margin:0 auto;
	padding:242px 0 0 0;
}

#header #small-logo-green{
	max-width:260px;
	margin:0 auto;
	padding:170px 0 0 0;
}

#header p{
	width:70%;
	margin:0 auto;
	font-size:24px !important;
	padding:20px 0 40px 0;
}

#header #scroll{
	width:174px;margin:0 auto;padding:30px 0 0 0;
}

/*section headers */

.whiskies-header{
}

.home-header, .whiskymakers-header, .whiskyrange-header, .blog-header, .contact-header, .shop-header, .downloads-header, .press-header, .tcampaign-header{
	background-position:center 110px;
    background-size: cover;
	background-repeat:no-repeat;
}

.whiskymakers-header, .whiskyrange-header, .contact-header, .shop-header, .downloads-header, .tcampaign-header, .blog-header{
    height: 740px;
}

.home-header{
    height: 740px;
}

.press-header{
    height: 650px;
}

.whiskymakers-header{
    background-image: url('../images/whiskymakers/12col1b.jpg');
}

.tcampaign-header{
    background-image: url('../images/campaign/12col1_1.jpg');
}

/* MAIN */

h1.home-tagline{
	position:absolute;
	top:10px;
	right:50px;
	width:50% !important;
}

#main{
	float:left;
	width:100%;
}

#main .row{
	float:left;
	width:100%;
	margin-bottom:20px;
	position:relative;
}

/* COLUMNS */

.col{
	float:left;
	/* background-image: url(http://www.compassboxwhisky.com/dev/images/vertical-dotted-line.png);
	background-position:top left;
	background-repeat:repeat-y; */
}

.col:first-child{
	background-image: none;
}

/* 2 COL */

.twocol{
	width:690px;
	margin-left:20px;
	/* width:49.285714286%;
	margin-left:1.4285714286%;
	margin-bottom:20px; */
}

.twocol:first-child{
	margin-left:0px;
	/* margin-left:0%; */
}

.twocol .image, .twocol .home_vid{
	position:relative;
	/* width:690px; */
	width:100%;
	height:480px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size: cover;
	text-indent:-99999em;
}

.twocol .cs-image{
	text-indent:0em !important;
	text-decoration: none !important;
	outline:none !important;
}

a.nounderline{
	text-decoration: none !important;
	outline:none !important;
}

.twocol .cs-image .comingsoon-banner{ width:100%; padding:20px 0;text-align: center;background:#333333;color:#ffffff;font-size:1.2em;letter-spacing:0.2em;opacity:0.5;
	text-decoration: none !important;
	outline:none !important;}

/* 3 COL */

.threecol{
	width:453px;
	margin-right:20px;
	margin-bottom:20px;
}

.threecol:nth-child(3n){
	margin-right:0px;
}

.threecol .image, .threecol .home_vid{
	position:relative;
	width:100%;
	height:364px;
	background-position:top center;
	background-repeat:no-repeat;
	background-size: cover;
	text-indent:-99999em;
}

/* 4 COL */

.fourcol{
	width:330px;
	margin-right:20px;
	margin-bottom:20px;
}

.fourcol:nth-child(4n){
	margin-right:0px;
}

.row .home-content{
	margin-top:20px;
	margin-right:-10px;
	position:relative;
}

.home .twocol .home-content{
	height:280px;
}
@media screen and (min-width:768px){
	.home .twocol .home-content{height:240px;}
}

.home .threecol .home-content{
	height:260px;
}

.ranges .threecol .home-content, .blog .threecol .home-content{
	height:270px;
}

.home-content h2{
	text-align:center;
	font-family:'GT-Sectra-Display-Bold';
	font-size:32px;
	padding:10px 0;
	margin:0 10px 0 0;
	margin-bottom:16px;
	font-weight:normal;
	transition: all 0.0s ease;
	color:#000000;
}

.home-content h2 span{
	font-family:'GT-Sectra-Display-Medium-Italic';
}

.twocol .home-content p, .threecol .home-content p{
	display:block;
	text-align:center;
	line-height:1.4em;
	color:#000000;
}

.twocol .home-content p{
	padding:0 20% 50px 20%;
	margin:0 10px 0 0;
}

.threecol .home-content p{
	padding:0 15% 50px 15%;
	margin:0 10px 0 0;
}

.home-content .rectangle-bt{
	display: block; 
	text-align:center;
	font-family:'GT-Sectra-Display-medium';
	font-size:16px;
	padding:6px 12px;
	font-weight:normal;
	width:115px;
	position:absolute;
	bottom:10px;
	left:0; right:0;
	margin:0 auto;
}

.home .home_vid a{
	display:block;
	margin:auto;
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	text-indent: -9999px;
	text-align:left;
	width:91px;
	height:91px;
	background-image:url(./img/video_link_large.png);
	background-position: top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

.home .home_vid a:hover{
	background-position: bottom left;
}

.home .twocol, .home .threecol, .blog .threecol{
	background-color:#ffffff;transition: background-color .5s linear;
}

.home .twocol:hover, .home .threecol:hover, .blog .threecol:hover{
	background-color:#feefea;
}

/* TEST */
.home .twocol.greyed:hover{background-color:#eeeeee !important;}


/* SECTIONS GLOBAL */

.maintitle{
	float:left;
	width:100%;
	margin:30px 0 20px;
}

.maintitle h1{
	width:100%;
	font-size:45px;
	font-weight:normal !important;
	text-align:center;
	margin:0;
	padding:20px 0 0 0;
	color:#000000;
	font-family:'GT-Sectra-Display-Medium';
	letter-spacing:0.2rem;
}

.smtitle{
	float:left;
	width:100%;
}

.smtitle h2{
	width:100%;
	font-size:22px;
	font-weight:normal !important;
	text-align:center;
	margin:20px;
	padding:30px 0;
	font-family:'apercu-regular-pro';
	letter-spacing:0.1rem;
	text-transform:uppercase;
}

.blog .intro, .contact .intro{
	width:840px;
	margin:30px auto;
	text-align:center;
	font-size:20px;
	line-height: 1.4em;
	
}


/* Whiskymakers */

.whiskymakers{
	float:left;
	text-align:center;
	padding-bottom:30px;
}

.whiskymakers .intro{
	display:inline-block;
	width:840px;
	margin:30px auto 0px auto;
	padding:0;
	text-align:center;
	font-size:20px;
	line-height: 1.4em;
	
}

.whiskymakers .more{
	margin:0 auto 30px auto;
	width:840px;
	overflow:hidden;
	line-height:1.4em;
	
}

.whiskymakers .maintitle h1{padding:0px !important;margin:0 !important;}

.whiskymakers .smtitle h2{
	padding:0;
}

.whiskymakers .more_content{
	width:840px;
	margin:30px auto -10px auto;
	text-align:center;
	font-size:16px;
	line-height:1.4em;
	
}

.whiskymakers .even_more_content{
	float:left;
	width:840px;
	margin:30px auto -10px auto;
	text-align:center;
	font-size:16px;
	
}

.whiskymakers .sliderbox{
	width:926px;
}
.whiskymakers .sliderbox .inner{
	background-position:center top;
    background-size: cover;
	background-repeat:no-repeat;
	width:926px;
	height:476px;
}
.whiskymakers .sliderbox .inner img{
	width:100%;
	height:100%;
	display:block;
}

.whiskymakers .undercarriage{
	width:940px;
	margin:20px auto;
	position:relative;
	height:128px;
	padding-bottom:50px;
}

.whiskymakers .undercarriage .stage{
	position:absolute;
	left:80px;
	width:110px;
	height:128px;
	color:#000000;
	font-family:'GT-Sectra-Display-Bold';
	font-size:25px;
	letter-spacing:0.1rem;
	text-align:center;
	line-height: 128px;
	text-transform: uppercase;
}

.whiskymakers .undercarriage .stage span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4rem;      
}

.whiskymakers .undercarriage .art{
	position:absolute;
	left:192px;
	width:138px;
	height:128px;
	text-align:right !important;
	padding-left:10px;
}

.whiskymakers .undercarriage .text{
	position:absolute;
	left:328px;
	width:470px;
	height:128px;
	color:#000000;
	text-align:left;
}

.whiskymakers .undercarriage .text h3{
	font-family:'apercu-medium-pro';
	font-size:15px;
	padding:10px 20px;
	line-height:1.4em;
	text-transform: uppercase;
	color:#ff4438;
}
@media screen and (max-width:450px) {
	.whiskymakers .undercarriage .text h3 br{
		display:none;
	}
}

.whiskymakers .undercarriage .text p{
    font-family: 'apercu-regular-pro';
	font-size:16px;
	padding:10px 20px;
	line-height:1.3rem;
}

.whiskymakers .undercarriage .fulltext{
	position:absolute;
	left:80px;
	width:680px;
	height:128px;
	color:#000000;
	text-align:center;
}

.whiskymakers .undercarriage .fulltext h3{
	font-family:'apercu-medium-pro';
	font-size:15px;
	padding:10px 20px;
	line-height:1.4em;
	text-transform: uppercase;
	color:#ff4438;
	margin:0 135px;
}

.whiskymakers .undercarriage .fulltext p{
    font-family: 'apercu-regular-pro';
	font-size:16px;
	padding:10px 20px;
	line-height:1.4em;
	margin:0 5%;
}

.wisw_types1{
	float:left;
	width:940px;
	height:100px;
	color:#000000;
}

.wisw_types2{
	float:left;
	width:940px;
	height:100px;
	color:#000000;
}

.wisw_holder{
	float:left;
	width:450px;
	height:100px;
}

.wisw_holder .number{
	float:left;
	width:30px;
	margin-left:30px;
	text-align:center;
	font-family:'GT-Sectra-Display-Bold';
	font-size:30px;
	line-height:100px;
}

.wisw_holder .icon{
	float:left;
	width:60px;
	text-align:left !important;
	padding:20px 0;
	margin-right:5px;
	
}

.wisw_holder .text{
	text-align:left;
	margin:15px 20px 0 0;
	padding-right:30px;
	
}

.wisw_holder .text h3{
	text-align:left;
	font-family:'apercu-medium-pro';
	font-size:16px;
	text-transform: uppercase !important;
	/* color:#000f9f !important; */
	color:#000 !important;
	padding:0 !important;
	margin:0 0 -2px 0 !important;
}

.wisw_holder .text p{
    font-family: 'apercu-regular-pro';
	font-size:15px;
	line-height:1.3em;
}

#whiskyschool{
	width:940px;
	margin:0 auto;
	padding-bottom:30px;
}

#whiskyschool .more_content{
	text-align:center !important;
	width:100%;
	margin-top:-20px !important;
}

.ws_vid_box{
	display:inline-block;
	width:250px;
	margin:5px 20px;
}

.ws_vid_box img{
	display:block;
}
.os_image img{
	display:block;
	width:318px;
	/* height:478px; */
}

.ws_vid_box .ws_video{
	float:left;
	display:block;
	padding:3px;
	width:250px;
	height:130px;
	position:relative;
}

.ws_vid_box .ws_video .video_mob{
	display:none;
}

.ws_vid_box .ws_video img{
	z-index:999;
}

.ws_video .ws_inner{
	width:250px;
	height:130px;
}

.ws_video a{
	display:block;
	margin:auto;
	position:absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	text-indent: -9999px;
	text-align:left;
	width:52px;
	height:52px;
	background-image:url(./img/video_link.png);
	background-position: top left;
	background-repeat:no-repeat;
	cursor:pointer;
	z-index:9000;
}

.ws_video a:hover{
	background-position: bottom left;
}

.ws_vid_box .ws_title{
	float:left;
	width:250px;
	padding:10px 0 !important;
}

.ws_vid_box .ws_title h3{
	text-align:center;
	font-family:'apercu-medium-pro';
	font-size:16px;
	text-transform: uppercase;
}

#ourstory{
	width:100%;
	text-align:center;
	margin-top:30px;
}

.os_block{
	display:inline-block;
	width:880px;
}

.os_block .os_image{
	float:left;
	border:3px solid #cfccb7;
	padding:3px;
	width:318px;
}

.os_block .os_text{
	float:right;
	text-align:left;
    font-family: 'mrseavita';
	font-size:22px;
	width:460px;
}

.os_block .os_text .os_signature{
	background:url(./img/os_signature.png) top left no-repeat;
	padding:100px 0 30px 130px;
}


/* WHISKIES */

.whisky .onecol{
	width:940px;
	margin:0 auto;
	text-align:center;
	position :relative;
}

.whisky .sn_box{
	display:block;
	border:3px solid #000000;
	margin:30px auto;
	width:900px;	
}

.whisky .sn_box .inner{
	color:#000000;
	letter-spacing:0.1rem;
	padding:10px;
	text-align:center;
	margin:1px;
	position:relative;
}

.whisky .sn_box .inner ul{
	display:block;
	width:90%;
	text-align:center;
	letter-spacing:0.3px;
	list-style:none;
	padding:0;
	margin:0 5%;
}

.whisky .sn_box .inner ul li{
	display:inline-block;
	vertical-align:middle;
	padding:2px 20px;
	margin:0;
	white-space:nowrap;
	line-height:180%;
}

.whisky .sn_box .inner ul li a{
	font-family:'GT-Sectra-Display-Medium';
	font-size:22px;
	text-decoration:none;
	color:#ff4438;
}

.whisky .sn_box .inner ul li a:hover{
	color:#000000;
}

.whisky .onecol .top{
	position:relative;
	width:940px;
}

.whisky .onecol .top h1{
	width:100%;
	font-size:50px;
	font-weight:normal;
	text-align:center;
	margin:0;
	padding:20px 0;
	color:#000000;
	font-family:'GT-Sectra-Display-Medium';
	letter-spacing:0.2rem;
}

.whisky .onecol .top p{
	width:100%;
	font-size:19px;
	font-weight:normal;
	text-align:center;
	margin:0px -4px 40px 4px;
	padding:0;
	color:#ff4438;
	font-family:'apercu-regular-pro';
	letter-spacing:0.1em;
	text-transform: uppercase;
}

.whisky .onecol .content{
	position:relative;
	min-height:1300px;
	width:100%;
}

.whisky .onecol .content h1{
	font-size:22px;
	font-weight:normal;
	text-align:left;
	margin:50px 0 20px 0;
	padding:0 10px 0px 10px;
	color:#ff4438;
	font-family:'GT-Sectra-Display-Medium';
}

.whisky .onecol .content h2{
	font-size:22px;
	font-weight:normal;
	text-align:left;
	margin:50px 0 20px 0;
	padding:0 10px 0px 10px;
	color:#ff4438;
	font-family:'GT-Sectra-Display-Medium';
}

.whisky .onecol .content p{
	font-size:18px;
	font-weight:normal;
	text-align:left;
	padding:0 30px 0 10px;
	margin-bottom:20px;
	color:#000000;
	line-height:1.4em;
}

.whisky .onecol .content p.bottom-border{
	padding-bottom:30px;
}

.whisky .onecol .content table.extras{
	text-align:center;
}

.whisky .onecol .content table.extras .title{
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:0 10px 10px 10px;
	color:#ff4438;
	font-family:'apercu-regular-pro';
	text-transform: uppercase;
}

.whisky .onecol .content .left{
	position:absolute;
	text-align:left;
	top:0;
	left:0;
	width:347px;
	float:left;
}

.whisky .onecol .content .mid{
	position:absolute;
	top:0;
	left:347px;
	width:256px;
	float:left;
}



.whisky .onecol .content .right{
	position:absolute;
	text-align:left;
	top:0;
	left:603px;
	width:347px;
	float:left;
}


.videopage-title h2{
	text-align:center;
	font-family:'GT-Sectra-Display-Medium';
	font-size:32px;
	padding:0 0 20px 0;
	font-weight:normal;
	color:#000000 !important;
}

.main_video{
	padding-bottom:20px;
}

.whisky .onecol .video, .tcampaign .video, .main_video .video{
	width:934px;
	text-align:left;
	margin-bottom:30px;
} 

.whisky .onecol .video iframe, .tcampaign .video iframe, .main_video .video iframe{
	width:926px;
	height:521px;
} 

.tcampaign .video iframe{
	margin:4px;
} 

.whisky .onecol .video .video_bg, .tcampaign .video .video_bg, .main_video .video .video_bg{
	width:926px;
	height:521px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	margin:4px;
} 

.whisky .onecol .video .video_bg img, .tcampaign .video .video_bg img, .main_video .video .video_bg img{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	display:block;
} 


.whisky-btn {
	background:url(./img/rhinoslider-sprite-cbw-black.png) 0 0 no-repeat;
	z-index:10;
	width:56px;
	height:53px;
	display:block;
	text-indent:-999px;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	overflow:hidden;
}

.whisky-prev, .whisky-next { position:absolute; top:57px; }

.whisky-prev {
	left:0px;
	background-position:-168px 0;
}

.whisky-next {
	right:0px;
	background-position:-106px 0;
}

.whisky-prev:hover { background-position:-168px -53px; }

.whisky-next:hover { background-position:-106px -53px; }

.whisky #info_link{
	width:50px;
	height:210px;
	background-image:url(./img/infographic_bt-black.png);
	background-position: top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.whisky #info_link-alt{
	width:50px;
	height:50px;
	background-image:url(./img/infographic-bt-alt.png);
	background-position: top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.whisky  a.infographic-link{
	color: #f58230 !important;
	margin-bottom:10px;
	display: inline-block;
	text-decoration: none;
}

.whisky  a.infographic-link:hover{
	color: #000 !important;
}

.whisky #factsheet_link{
	width:87px;
	height:210px;
	background-image:url(./img/factsheet_bt-black.png);
	background-position: top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}

.whisky #info_link:hover, .whisky #factsheet_link:hover{
	background-position: top right;
}

.buynow{
	position:relative;
	float:none;
	margin:6px 10px;
	text-align:left;
}

.buynow a{
	font-size:18px;
	line-height:1.4em;
    font-family: 'GT-Sectra-Display-Medium';
	letter-spacing:0.2rem;
}

.buynow a:hover{
	color:#000000;
}

.desktop_sp{
	display:block;
}

.mobile_sp{
	display:none;
}

#sp_block{
	width:100%;
}

.sp_table{
	width:940px;
}

.sp_table tr td{
	width:462px;
	height:100%;
}

td.sp_border{
	width:100%;
}

.sp_box{
	display:table;
	margin:10px auto;
	width:300px;	
	background:#ffffff;
}

.sp_box .inner{
	color:#ff4438;
	font-family:'apercu-regular-pro';
	font-size:18px;
	letter-spacing:0.1rem;
	padding:3px 10px;
	text-align:center;
	white-space:nowrap;
	margin:1px;
	text-transform: uppercase;
}

.sp_border h2{
	font-family:'GT-Sectra-Display-Medium';
	color:#000000;
	font-size:22px;
	width:302px;
	margin:20px 80px;
}

.sp_border .sp_img{
	margin:0 41px;
}

.sp_border .ss_1, .sp_border .fp_1{
	text-align:left;
	padding:20px 40px 10px 40px;
	line-height:1.4rem;
}
	
.sp_border .ss_2{
	text-align:left;
	color:#000f9f;
	margin:0 35px;
	padding:10px 0 10px 0;
	line-height:1.4em;
}

.sp_border .ss_3{
	color:#000f9f;
	text-align:left;
	padding:0 35px 40px 35px;
	line-height:1.4em;
}
	

/* BLOG */

.blog .intro p{
	font-family:'apercu-medium-pro';
	line-height:1.4em;
}

.blog .intro .attrib{
    font-family: 'GT-Sectra-Display-Medium-Italic' !important;
}

.se_post{
	float:left;
	margin-top:110px;
	width:100%;
}

.blog_post{
	width:86%;
	margin:0 auto;
	display:block;
}

.blog_post .inner{
	width:78%;
	margin:0 auto;
}

.blog_post .se_back, .goback .se_back{
	width:100%;
	text-align:center;
	margin-top:50px;
}

.blog_post .se_back p, .goback .se_back p{
    font-family: 'apercu-regular-pro';
	font-size:18px;
	text-align:center;
	text-transform: uppercase;
}

.blog_post .se_back .back_link, .goback .se_back .back_link{
	width:48px;
	height:48px;
	background-image:url(img/bx-controls-black.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0 auto;
}

.blog_post .se_back .back_link:hover, .goback .se_back .back_link:hover{
	background-position:bottom right;
}

.blog_post .se_top{
	width:100%;
	margin:20px 0;
	text-align:center;
}

.blog_post .se_top .post_date{
    font-family: 'apercu-regular-pro';
	font-size:22px;
	letter-spacing:0.3rem;
	text-align:center;
}

.blog_post .se_image{
	width:100%;
	margin:10px 0 0 0;
	text-align:center;
}

.blog_post .se_image img{
	width:580px;
}

.blog_post .se_image p{
    font-family: 'GT-Sectra-Display-Medium-Italic' !important;
	text-align:center;
	font-size:18px;
	padding:10px 0 0 0;
}

.blog_post .se_content{
	width:100%;
	text-align:center;
	font-size:18px;
	padding:10px 0;
	line-height: 1.4em;
}

.blog_post .se_bottom{
	width:100%;
	background-image:url(img/horizontal-dotted-line-black.png), url(img/horizontal-dotted-line-black.png);
	background-position:top center, bottom center;
	background-repeat:repeat-x;
	margin:10px 0;
	text-align:center;
}

.blog_post .se_bottom .se_email, .blog_post .se_bottom .se_share, .blog_post .se_bottom .se_print{
	display:block;
    font-family: 'GT-Sectra-Display-Medium-Italic';
	line-height:40px;
	height:40px;
	padding:0 10px 0 40px;
}

.blog_post .se_bottom .se_email{
	background: url(./img/se_email-black.png) center left no-repeat;
}

.blog_post .se_bottom .se_share{
	position:relative;
	cursor:pointer;
}

.blog_post .se_bottom .se_share{
	background: url(./img/se_share-black.png) center left no-repeat;
	margin-left:-5px;
	padding-left:36px;
}

.blog_post .se_bottom .se_print{
}

.blog_post .se_bottom .se_print{
	background: url(./img/se_print-black.png) center left no-repeat;
}

.blog_post .se_bottom .share_dot{
	font-family:Times, "Times New Roman", serif !important;
	padding:6px 10px 0 0;
	font-size:16px;
}

#addthis_block{
	display:none;
	position:absolute;
	top:-40px;
	left:-65px;
	width:200px;
	text-align:center;
}
	
	/*** print blog post ***/

.print_post{
	float:left;
	margin-top:30px;
	margin-top:30px;
	width:100%;
	background-image:none;
	background-position:top center;
	background-repeat:repeat-y;
}

.print_post .blog_post{
	width:86%;
	margin:0 auto;
	background-image:none;
	display:block;
}

.print_post .blog_post .print_header #small-logo-green{
	max-width:260px;
	margin:0 auto;
	padding:30px 0 0 0;
}

/* Contact */

.contact .concol{
	float:left;
	width:320px;
	min-height:230px;
}

.contact .concolleft{
	text-align:right;
	margin-left:220px;
}

.contact .concolnext{
	text-align:left;
}

.contact .concol .inner{
	margin:0 20px 20px 40px;
	text-align:left !important;
}

.contact .concol .inner h3, .contact .teamcol .inner h3{
	color:#000000;
	font-size:18px;
	margin:20px 0 5px 0;
	padding:0;
    font-family: 'apercu-regular-pro';
	font-weight:normal;
}

.contact .teamcol .inner h3{
	text-transform: uppercase;
	line-height:1.4em;
}

.contact .concol .inner p{
	font-size:18px;
	margin:0;
	padding:0;
	line-height:1.4em;
    font-family: 'apercu-regular-pro';
}

.contact .teamcol{
	float:left;
	width:188px;
	min-height:530px;
	position:relative;
}

.contact .teamcol .inner{
	margin:9px;
	text-align:center !important;
}

.contact .teamcol .inner h4{
	font-size:14px;
	margin:10px 10px 20px 10px;
	padding:0;
    font-family: 'apercu-regular-pro';
	font-weight:normal;
	color:#ff4438;
	text-transform: uppercase;
	line-height:1.4em;
}

.contact .teamcol .inner p{
	position:absolute;
	top:300px;
	font-size:15px;
	margin:5px 10px 0 5px;
	padding:0;
    font-family: 'apercu-regular-pro';
	text-align:left;
	color:#000000;
	line-height:1.4em;
}

.contact .teamcol .inner .rectangle-bt{
	display: table; 
	font-weight:normal;
	white-space:nowrap;
	padding:3px 8px;
	position:absolute;
	bottom:10px;
	left:0; right:0;
	width:50px;
	margin:0 auto;
}

.contact .teamcol .inner .rectangle-bt a{
	color:#ff4438;
	text-decoration:none;
	font-family:'GT-Sectra-Display-Medium';
	font-size:15px;
}

.contact .teamcol .inner .rectangle-bt a:hover{
	color:#000000;
}

.contact iframe{
	margin-left:228px;
	width:940px;
	height:500px;
}

.contact .stockists{
	width:924px;
	margin-left:228px;
}

.stockists .inner{
	font-size:20px;
	padding:5px;
    font-family: 'mrseavsmacap';
	color:#ffffff;
}

.contact .stockists .left-col, .contact .stockists .mid-col, .contact .stockists .right-col{
	float:left;
	width:307px;
	text-align: center;
	border-right:2px solid #fffef3;
}

.contact .stockists .right-col{
	width:306px !important;
	border-right:none !important;
}

.contact .stockists .stitle {
	background: #6e663c;
}

.contact .stockists .choices {
	background: #ada98c;
	height:200px;
}

.stockists .choices a{
	color:#ffffff !important;
	text-decoration:none !important;
}

.contact .stockists .choices .stockscroll {
	color:#fff;
	margin-top:20px;
	font-size:20px;
    font-family: 'mrseavsmacap';
}

.contact .stockists .who {
	width:924px;
	text-align:center;
	position:relative;
	float:left;
	margin-top:20px;
	margin-top:30px;
}

.contact .stockists .whocol {
	float:left;
	width:302px;
	border-right:10px solid #fffef3;
}

.contact .stockists .whocol:nth-child(3n) {
	width:300px !important;
	border-right:none !important;
}


.contact .stockists .who .inner {
	font-size:14px;
	font-family: 'mrseavrom';
	color: #757046;
	padding-bottom:12px;
	border-bottom:1px solid #6c6c3a;
	margin-bottom:12px;
}

.contact .stockists .whocol .inner h3 {
	font-size:14px;
	font-family: 'mrseavsmacap';
	color: #757046;
	padding:0;
	margin:0;
}

.contact .stockists .three-col{
	column-count:3;
	column-gap:2px;
    -moz-column-count: 3;
    -moz-column-gap: 2px;
    -webkit-column-count: 3;
    -webkit-column-gap: 2px;
	-webkit-column-width: 306px;
	-moz-column-width: 306px;
	column-width: 306px;
	display: inline-block;
}

/* SHOP */


#shop-content{
	width:100%;
	float:left;
	padding-bottom:30px;
}

.shop-header .order-bt{
	border:1px solid #ffffff;
	background:url(./img/subnav-overlay-pink.png);
	padding:10px 12px;
	font-size:16px;
	width:120px;
	letter-spacing:0.1rem;
	margin: 20px auto 0 auto;
}

.shop .row{
	margin:0 10px;
}

.shop .fourcol{
	position:relative;
	overflow:hidden;
}

.shop .fourcol a{
	color:#000000 !important;
	text-decoration:none !important;
}

.shop .fourcol .overlay h2{	
	font-size:25px;
	font-family: 'GT-Sectra-Display-Medium';
	letter-spacing:0.1rem;
	padding:30px 5px 10px 5px;
	text-transform: uppercase;

}

.shop .fourcol .overlay p{
	font-family: 'apercu-medium-pro';
	font-size:20px;
	padding:10px;
	line-height:1.4em;
}

.shop .fourcol .overlay .bottom{
	position:absolute;
	bottom:30px;
	width:100%;
	text-align:center;
}

.shop .fourcol .overlay h3{
	font-size:20px;
	font-family: 'apercu-medium-pro';
	letter-spacing:0.1rem;
	padding:5px;
}

.shop .fourcol hr { border: 0; height: 1px; background: #757046; width:15px; text-align:center;}

.shop .fourcol .overlay h4{
	font-size:25px;
	font-family: 'apercu-medium-pro';
	letter-spacing:0.1rem;
	padding:5px;
}

.shop .fourcol .overlay{
	position:absolute;
	top:0;
	text-align:center;
	width:100%;
	height:99%;
	background:url(./img/subnav-overlay-pink.png);
	z-index:1;
    transition: opacity 1s ease;
    opacity:0;
}

.shop .fourcol .overlay:hover {
    opacity:1;
}

.shop .item{
	margin-top:110px;
	width:1390px;
	text-align:center;
}

/* .shop .item:before {
    box-shadow: -50px 0 50px -50px inset;
    content: " ";
    height: 100%;
    left: 50px;
    position: absolute;
    top: 0;
    width: 50px;
}

.shop .item:after {
    box-shadow: 50px 0 50px -50px inset;
    content: " ";
    height: 100%;
    position: absolute;
    right: 0;
    width: 120px;
} */

.shop .item .inner{
	width:78%;
	margin:0 auto;
	background:#ffffff;
	position:relative;
}

.shop .item .item_back{
	width:100%;
	text-align:center;
	margin-top:50px;
}

.shop .item .item_back p{
    font-family: 'apercu-medium-pro';
	font-size:19px;
	text-align:center;
}

.shop .item .item_back .back_link{
	width:48px;
	height:48px;
	background-image:url(img/bx-controls-black.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0 auto;
}

.shop .item .item_back .back_link:hover{
	background-position:bottom right;
}

.shop .left{
	width:50%;
	float:left;
	text-align:right;
	margin-top:30px;
}

.shop .right{
	width:50%;
	float:left;
	margin-top:30px;
}

.shop .left .item_image{
	max-height:600px;
	text-align:right;
	margin-right:30px;
	width:80%;
	
}

.shop .left .item_image{
	height:600px;
	
}

.shop .left .item_thumbs{
	width:80%;
	float:right;
	text-align:right;
}

.shop .right .mobile_image{
	display:none;
	
}

.shop .left .item_thumbs .sm_image{
	height:60px;
	width:60px;
	margin:10px;
	float:left;
}

.shop .right .item_title h1{
	text-align:left;
	font-family:'GT-Sectra-Display-Medium';
	font-size:32px;
	color:#000000;
	padding:0 0 20px 0;
	margin:0;
	font-weight:normal;
	letter-spacing:0.1rem;
}

.shop .right .item_subtitle{
	max-width:360px;
}

.shop .right .item_subtitle h2{
	text-align:left;
	font-family:'apercu-regular-pro';
	line-height:1.4em;
	font-size:18px;
	padding:0 0 5px 0;
	margin:0;
	font-weight:normal;
	color:#ff4438;
	text-transform: uppercase;
}


.shop .right .item_subtitle h3{
	text-align:left;
	font-family:'apercu-regular-pro';
	font-size:18px;
	padding:5px 0;
	margin:0;
	font-weight:normal;
}

.shop .right #item_buy{
	float:left;
	width: 360px;
	background-image:url(img/horizontal-dotted-line-black.png),url(img/horizontal-dotted-line-black.png);
	background-position:bottom center, top center;
	background-repeat:repeat-x;
	padding:10px 0 4px 0;
	position:relative;
	margin-top:30px;
	bottom:30px;
}

.shop .right #item_level{
	float:left;
	width: 340px;
	padding:10px;
	background:#ffffff;
	position:relative;
	margin-top:20px;
	bottom:20px;
	text-align:left;
	text-transform:uppercase;
}

.shop .right #item_buy .price{
	float:left;
	font-size:40px;
	color:#000000;
	margin-left:10px;
}

.shop .right #item_buy .order{
	float:right;
	text-align:right;
	margin-right:10px;
}

.shop .right #item_buy .qty{
	display:inline-block;
	font-size:16px;
	font-family:'apercu-medium-pro';
	padding:10px 0 0 0;
}

.shop .right #item_buy .quantity{
	display:inline-block;
	font-size:16px;
	font-family:'apercu-medium-pro';
	margin:0 10px 0 5px;
	text-transform: uppercase;
}

.shop .right #item_buy .quantity input{
	font-size:19px;
	color:#000000;
	font-family:'apercu-medium-pro';
	background:transparent;
	border:1px solid #000000;
	padding:8px 0;
	width:40px;
	text-align:center;
}

.shop .right #item_buy .basket{
	display:inline-block;
}

.shop .right #item_buy .basket input{
	font-size:16px;
	background:#ff4438;
	border:none;
	padding:11px 8px 10px 10px;
	font-family:'apercu-regular-pro';
	color:#ffffff;
	letter-spacing:0.1rem;
	cursor:pointer;
	text-transform: uppercase;
}

.shop .right #item_buy .input:hover{
	background:#767046;
}

.shop .item_bottom{
	position:relative;
	width:100%;
	padding-bottom:30px;
}

.shop-prev, .shop-next { position:absolute; top:0px; }

.shop-prev {
	left:0px;
	background-position:-168px 0;
}

.shop-next {
	right:0px;
	background-position:-106px 0;
}

.shop-prev:hover { background-position:-168px -53px; }

.shop-next:hover { background-position:-106px -53px; }


/***tabs***/

		.shop #item_info{
			width: 360px;
		}

		.shop #item_info ul.tabs{
			margin: 20px 0 5px 0;
			padding: 0px;
			list-style: none;
			background-image:url(img/horizontal-dotted-line-black.png),url(img/horizontal-dotted-line-black.png);
			background-position:bottom center, top center;
			background-repeat:repeat-x;
		}
		.shop #item_info ul.tabs li{
			background: none;
			font-family:'apercu-regular-pro';
			font-size:16px;
			display: inline-block;
			padding: 3px 15px;
			margin:6px 0;
			cursor: pointer;
			border-left:1px solid #000000;
			text-transform: uppercase;
		}
		.shop #item_info ul.tabs li:first-child{
			border-left:none;
		}

		.shop #item_info ul.tabs li.current{
			color: #ff4438;
		}

		.shop #item_info .tab-content{
			display: none;
			padding: 5px 0 30px;
			min-height:100px;
			text-align:left;
			line-height:1.4em;
		}

		.shop #item_info .tab-content.current{
			display: inherit;
		}


/* Trade Downloads */

.downloads{
	padding-bottom:120px;
}

.downloads .dlrow{
	margin-left:230px;
}

.downloads .dlrow .dlcol{
	width:460px;
	margin-right:20px;
	border-bottom:1px solid #000000;
	position:relative;
}

.downloads .dlrow .dlcol:first-child, .downloads .dlrow .dlcol:nth-child(2), .press .dlcol:first-child{
	border-top:1px solid #000000;
}

.downloads .dlrow .dlcol .inner, .press .dlcol .inner{
	float:left;
	padding:20px;
	text-align:left;
}

.downloads .dlrow .dlcol .dl-link, .press .dlcol .dl-link{
	float:right;
	margin:20px;
	text-indent: -9999px;
	display: block;
	text-align:left;
	width:50px;
	height:50px;
	background-image:url(./img/dl-arrow-black.png);
	background-position: top left;
	background-repeat:no-repeat;
	cursor:pointer;
}

.downloads .dlrow .dlcol .dl-link:hover, .press .dlcol .dl-link:hover{
	background-position: bottom left;
}

.dlrow .dlcol .dl_thumb, .press .dlcol .dl_thumb{
	position:absolute;
	top:90px;
	width:460px;
	background:#ffffff;
	display:none;
	z-index:9800;
	text-align:center;
	border-bottom:1px solid #000000;
    -webkit-transition: display 1s; /* For Safari 3.1 to 6.0 */
    transition: display 1s;
}

.dlcol a:hover + .dl_thumb{
	display:block;
}

.dl_thumb img{
	padding:20px 0;
}



/* Press */

.press{
	display:block;
	margin-top:69px;
}


.press .pr_article{
	marign-top:20px;
}

.press .pr_article, .press .pr_archive{
	width:940px;
	margin:0 auto;
	margin-bottom:30px;
	padding:0;
}

.press .pr_article .left{
	width:47%;
	margin-right:6%;
	float:left;
	text-align:left;
}

.press .pr_article .left h3{
	font-size:25px;
	color:#545454;
	padding:0 0 10px 0;
}

.press .pr_article .left h4{
	font-size:19px;
	padding:0 0 10px 0;
}

.press .pr_article .left p{
	font-size:19px;
	margin:0;
	padding:0 0 10px 0;
}

.press .pr_article .right{
	width:47%;
	float:right;
	text-align:right;
}

.press .pr_article .right img.article_image{
	width:100%;
}

.press .pr_article .right .download_box{
	width:100%;
	float:right;
	text-align:left;
	margin:30px 0;
}

.press .download_box .dlcol{
	width:100%;
	margin-right:0;
	border-bottom:1px solid #6c6c3a;
	position:relative;
}

.press .smtitle{
	margin:0;
}

.press .pr_archive ul{
	list-style:none;
	padding:0;
	margin:0;
}

.press .pr_archive ul li{
	padding:0;
	margin:0 0 20px 0;
	min-height:480px;
}

.press .pr_archive li.archive_col{
	float:left;
	width:188px;
	background-image: url(./img/vertical-dotted-line-black.png);
	background-position:top right;
	background-repeat:repeat-y; 
	position:relative;
}

.press .pr_archive li.archive_col:nth-child(5n){
	background-image: none;
}

.press .pr_archive li.archive_col .inner{
	float:left;
	width:90%;
	margin:5% 5.5% 5% 4.5%;
	text-align:center;
}

.press .pr_archive li.archive_col .inner .archive_img{
	width:170px;
	height:170px;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
}

.press .pr_archive li.archive_col .inner h3{
	text-align:center;
	font-size:16px;
	font-family:'mrseavsmacap';
	color:#545454;
	padding:20px 0 6px 0;
}

.press .pr_archive li.archive_col .inner h4{
	text-align:center;
	font-size:16px;
	padding:0 0 10px 0;
}

.press .pr_archive li.archive_col .inner p{
	text-align:center;
	font-size:16px;
	padding:0 0 60px 0;
}

.press .pr_archive li.archive_col .inner p.dash{
	text-align:center;
	font-size:16px;
	padding:0;
}

.press .rectangle-bt{
	display: table; 
	font-family:'mrseavsmacap';
	font-size:19px;
	font-weight:normal;
	border:1px solid #757046;
	white-space:nowrap;
}

.press .pr_article .rectangle-bt{
	font-size:19px;
	padding:5px 10px;
	margin:20px 0;
}

.press .pr_archive .rectangle-bt{
	font-size:16px;
	padding:4px 8px;
	position:absolute;
	bottom:10px; 
	left:40px;
}


/* Campaign */


/** PETITION **/

#campaign-badge{
	position:absolute;
	top:150px;
	right:60px;
	width:173px;
	height:173px;
	z-index:9800;
}

.goback{
	display:block;
}

.pp_addthis{
	margin-top:-10px;
	padding-top:-10px;
	text-align:center;
	width:100%;
}
	
#petition_popup {
  width: 100%;
  padding: 0;
  background-color: #e0ddcb;
  position:absolute;
  text-align:center;
}

#petition_popup .petition_top h2{
	width:82%;
	padding-bottom:20px;
	margin:20px auto;
  	font-size:22px;
	font-family:'mrseavsmacap';
	font-weight:700;
	background-image:url(img/horizontal-dotted-line.png);
	background-position:bottom center;
	background-repeat:repeat-x;
}

#petition_popup p{
	width:82%;
	margin:0 auto;
	padding:0;
  	font-size:19px;
}

#petition_popup .petition_top p{
	font-family:'mrseavsmacap';
	margin-bottom:0px;
}

#petition_popup #petition_form p{
	width:100%;
	font-family:'mrseavita';
	padding-bottom:8px;
}

#petition_popup #petition_form{
	position:relative;
	width:82%;
	margin:0 auto;
}

#petition_popup #petition_form label{
  	font-size:22px;
	font-family:'mrseavsmacap';
}

#petition_popup #petition_form td.updates_cell{
	position:relative;
}

#petition_popup #petition_form td.updates_cell .cft_cbox{
	width:20%;
	position:absolute;
	bottom:30px;
	left:5%;
}

#petition_popup #petition_form .cft_cbox input{
	outline: 2px solid #757046;
	background:#ffffff;
}

#petition_popup #petition_form .cft_cbox_label{
	float:right;
	width:70%;
	text-align:left;
	font-family:'mrseavita';
}

#petition_popup #petition_form input.thefield {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	background:#FFFFFF;
	padding:5px 5%;
	margin:10px auto 20px auto;
	border: 2px solid #757046;
	width:90%;
	color:#d2d0be;
	font-family:'mrseavsmacap';
	font-size:20px;
	letter-spacing:1.5px;
}

#petition_popup #petition_form input.cft-button {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	background:#979670;
	border: none;
	width:100%;
	color:#ffffff;
	font-family:'mrseavsmacap';
	font-size:22px;
	height:40px;
	line-height:10px;
	text-align:center;
	cursor:pointer;
}

#petition_popup #petition_form input.thefield:focus{
    outline: 0;
	color:#757046;
}

/** ---- **/

.tcampaign{
	float:left;
	text-align:center;
	padding:30px 0;
}

.tcampaign .main_area{
	margin:0 auto;
	width:940px;
}

.tcampaign-btn {
	background:url(./img/whiskymakers-arrows.png) 0 0 no-repeat;
	z-index:10;
	width:48px;
	height:48px;
	display:block;
	text-indent:-9999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	display:table;
	margin:0 auto;
	cursor:pointer;
}

.tcampaign-up {
	background-position:bottom left;
}

.tcampaign-up:hover { background-position:bottom right; }


#campaign_intro, #our_beliefs, #proposed_amends, #definitions, #ind_support{
	margin:0 auto;
	width:940px;
	padding-bottom:30px;
	margin-bottom:30px;
	
}

.cam_logo img{
	display:block;
	padding:30px auto 10px auto;
}

.tcampaign .intro{
	padding:0 30px;
	font-size:22px;
}

#campaign_intro .left{
	float:left;
	text-align:left;
    font-family: 'mrseavita';
	font-size:22px;
	width:45%;
	margin-right:5%;
}

#campaign_intro .right{
	float:left;
	text-align:left;
    font-family: 'mrseavita';
	font-size:22px;
	width:45%;
	margin-left:5%;
}

.tcampaign .reg_desktop{
	display:block;
}

.tcampaign .reg_mobile{
	display:none;
}

.tcampaign .register_bt{
	width:440px;
	height:40px;
	margin:50px auto;
	background:#a6a588;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	line-height:40px;
	font-size:20px;
    font-family: 'mrseavallsmacap';
	letter-spacing:0.4rem;
	color:#ffffff;
	cursor:pointer;
}

.tcampaign .register_bt:hover{
	background:#7a734c;
}

.tcampaign  a.reglink{
	color:#ffffff;
	text-decoration:none;
}

.tcampaign #our_beliefs .intro{
	padding:20px;
	font-size:22px;
}

.tcampaign .border_box{
	width:100%;
	border:3px solid #cfccb7;
	font-size:22px;
	margin:20px 0;
}

.tcampaign .border_box p{
	padding:30px;
}

.tcampaign .horiz_dotted_box{
	width:100%;
	background-image:url(./img/horizontal-dotted-line.png), url(./img/horizontal-dotted-line.png);
	background-position: top center, bottom center;
	background-repeat:repeat-x, repeat-x;
	font-size:22px;
}

.tcampaign .horiz_dotted_box p{
	text-align:center;
	padding:30px;
}

.tcampaign .horiz_dotted_box .mini_plain_box{
	float:left;
	width:50%;
}

.tcampaign .horiz_dotted_box .plain_box{
	width:90%;
	margin:0 auto;
}

.tcampaign .horiz_dotted_box .mini_plain_box h2, .tcampaign .horiz_dotted_box .plain_box h2,.tcampaign .horiz_dotted_table h2, .tcampaign .horiz_plain_table h2{
    font-family: 'mrseavallsmacap';
	letter-spacing:0.2rem;
	font-size:22px;
	margin:0;
	padding:0;
}

.tcampaign .horiz_dotted_box .mini_plain_box p, .tcampaign .horiz_dotted_box .plain_box p{
    font-family: 'mrseavita';
	padding:0 30px 30px 30px;
}



.def_table{
	display:table;
	vertical-align:top;
}

.def_table .left{
	display:block;
	float:left;
	width:10%;
	padding:10px 3%;
	text-align:center;
}

.def_table .right{
	display:block;
	float:right;
	width:84%;
	padding:10px 0 10px 0;
	text-align:left;
}

.def_table img{
	width:85px;
}

.tcampaign .horiz_dotted_table{
	width:100%;
	background-image:url(./img/horizontal-dotted-line.png);
	background-position: bottom center;
	background-repeat:repeat-x;
	font-size:22px;
}

.tcampaign .horiz_plain_table{
	width:100%;
	font-size:22px;
}

.tcampaign .horiz_dotted_table, .tcampaign .horiz_plain_table{
	text-align:left;
	padding:20px 0;
}

.tcampaign .horiz_dotted_table p, .tcampaign .horiz_plain_table p{
    font-family: 'mrseavita';
	text-align:left;
	padding:0;
	margin:0;
}

.tcampaign .ci_signature{
	background:url(./img/os_signature.png) top left no-repeat;
	padding:100px 0 30px 130px;
}

.tcampaign ul.support_block{
	position:relative;
	width:100%;
	margin:20px 0;
	padding:0;
	list-style:none;
}

.tcampaign ul.support_block li{
	display: inline-block;
	width:230px;
	height:235px;
	background-image:url(img/horizontal-dotted-line.png), url(img/vertical-dotted-line-black.png);
	background-repeat:repeat-x, repeat-y;
	background-position:bottom left, top right;
	padding:0;
	margin:0;
}

.tcampaign ul.support_block li:nth-child(4){
	background-image:url(img/horizontal-dotted-line.png), none;
}

.tcampaign ul.support_block li:nth-child(5){
	background-image:none, url(img/vertical-dotted-line-black.png);
}

.tcampaign ul.support_block li:nth-child(6){
	background-image:none, url(img/vertical-dotted-line-black.png);
}

.tcampaign ul.support_block li:nth-child(7){
	background-image:none, url(img/vertical-dotted-line-black.png);
}

.tcampaign ul.support_block li:nth-child(8){
	background-image:none, none;
}

.tcampaign ul.support_block li img{
	margin:9px 7px 0 0;
	width:215px;
	height:215px;
	background: #ff9900;
}

/* CART */

#cart{
	width:1400px;
	margin: 0 auto;
	color:#000000;
}

#cart .cart-full {
	display: none;
	position:fixed;
	top:90px;
	width:1400px;
	background:#fef1ed;
	z-index:9900;
}

#cart .cart-full .cart-title{
	font-size:30px;
	font-family:'apercu-regular-pro';
	margin:20px 0 0 20px;
	line-height:1.4em;
}

#cart .cart-full .cart-table{
	margin:0 0 20px 10px;
}

#cart .cart-full .cart-text{
	font-size:19px;
	font-family:'apercu-regular-pro';
}

#cart .cart-full .cart-line{
	background:url(img/black-horizontal-dotted-line.png) center center repeat-x;
}

#cart .cart-full .cart-text:first-child{
	background:none;
	margin-top:0;
}

#cart .cart-full .cart-qty{
	display:inline-block;
	font-size:16px;
	font-family:'apercu-regular-pro';
}

#cart .cart-full .cart-each{
	display:inline-block;
	font-size:16px;
	font-family:'apercu-regular-pro';
}

#cart .cart-full .cart-net{
	display:inline-block;
	font-size:16px;
	font-family:'apercu-regular-pro';
	text-align:right;
}

#cart .cart-full .cart-delline{
	display:inline-block;
	width:20px;
	font-size:16px;
	font-family:'apercu-regular-pro';
	color:#545454;
}

#cart .cart-full .cart-delline a{
	color:#545454;
}

#cart .cart-full .cart-delline a:hover{
	color:#000;
}

#cart .cart-full .cart-full-total{
	font-size:19px;
	font-family:'apercu-regular-pro';
	padding:10px 0;
	text-align:right;
}

#cart .cart-full .cart-checkout-button{
	position:relative;
}

#cart .cart-full .cart-checkout-button input{
	font-size:19px;
	background:#000000;
	border:none;
	padding:9px;
	font-family:'apercu-regular-pro';
	color:#ffffff;
	letter-spacing:0.1rem;
	cursor:pointer;
	width:100%; 
	white-space: normal;
}

@media (max-width:768px) {
	#cart .cart-full .cart-checkout-button input{
		font-size:15px;
	}
	
	#cart .cart-full{
		position:absolute;
		top:0px;
	}

	#cart .cart-full .cart-title{
		margin:40px 0 0 20px;
	}
}

#cart .cart-full .cart-checkout-button input:hover{
	background:#545454;
}

#cart .cart-full #cart-close{
	position:absolute;
	top:10px;
	right:10px;
	color:#545454;
	font-size:24px;
	text-align:right;
	cursor:pointer;
}

#cart #cart-close:hover{
	color:#000000;
}

#cart .cart-mini {
	display: block;
	position:fixed;
	width:1400px;
	text-align:right;
	z-index:9900;
	background:#fef1ed;
	top:95px;
	padding:4px 0;
}

#cart .cart-items{
	display:inline-block;
	padding-right:10px;
	border-right:1px solid #545454;
	margin-right:10px;
}

#cart .cart-mini-total{
	display:inline-block;
}


/* #footer */

#footer{
	border-top:1px solid #000000;
	padding-top:10px;
	text-align: center;
	background: #ffffff;
	margin:10px 0 0 0;
	height:55px;
	width:1400px;
	position:fixed;
	bottom:0px;
	z-index:9800;
}


#footer .left{
	float:left;
	width:130px;
	text-align:left;
	padding-top:10px;
	margin-left:100px;
}

#footer .mid{
	float:left;
	width:320px;
	text-align:left;
	padding-top:14px;
}

#footer .right{
	float:right;
	width:500px;
	text-align:right;
	color:#000000;
	margin-right:100px;
}

#footer .mid .flink{
	float:left;
	text-align:center;
	padding:6px 4px 2px;
	font-family:'apercu-regular-pro';
	letter-spacing:0.1rem;
	line-height:1.0rem;
	font-size:12px;
	margin-left:10px;
	text-transform: uppercase;
}

#footer .mid .flink:first-child{
	margin-left:0;
}

#footer .right .flink{
	float:right;
	text-align:center;
	padding:2px 4px;
	font-family:'apercu-medium-pro';
	letter-spacing:0.1rem;
	line-height:1.0rem;
	white-space:nowrap;
	font-size:14px;
	margin-top:14px;
	text-transform: uppercase;
}

#footer .right .flink a.subscribe-link{border-bottom:2px solid #000000;}

#SocMed-Email {
	display:block;
    height: 32px;
    width: 30px;
    background-image: url(./img/CBW-SocMed-Icons-black.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position:  0px -32px;
	text-indent:-9999px;
}

#SocMed-Email:hover {
    background-position:  0px 0px; 
}

#SocMed-Twitter {
	display:block;
    height: 32px;
    width: 30px;
    background-image: url(./img/CBW-SocMed-Icons-black.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -30px -32px;
	text-indent:-9999px;
}

#SocMed-Twitter:hover {
    background-position: -30px 0px; 
}


#SocMed-Facebook {
	display:block;
    height: 32px;
    width: 30px;
    background-image: url(./img/CBW-SocMed-Icons-black.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -60px -32px;
	text-indent:-9999px;
}

#SocMed-Facebook:hover {
    background-position: -60px 0px; 
}


#SocMed-Instagram {
	display:block;
    height: 32px;
    width: 30px;
    background-image: url(./img/CBW-SocMed-Icons-black.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -90px -32px;
	text-indent:-9999px;
}

#SocMed-Instagram:hover {
    background-position: -90px 0px;
}



#mobile_header{display:none;background-repeat:no-repeat; background-position:center 110px; background-size: cover;}


@media screen and (max-height: 768px) {

.shop .left .item_image{
	height:450px;
	margin-top:70px;
}

#header #logo{
	width:273px;
	padding:15px 0 0px 0;
}

#homeslider{
	position:relative;
}

#header h2 {
	max-width:600px;
	margin:0 auto;
	padding-top:320px;
}

#homeslider ul li h2{
	position:absolute;
	top:510px; left:0; right:0;
	z-index:9700;
	max-width:600px;
	padding:0 !important;
}

.home-headerVid{
	z-index:9600;
    height: 630px;
	margin-top:110px;
}

.whiskymakers .sliderbox{
	width:930px;
	height:318px;
	border:3px solid #cfccb7;
	padding:4px 0 4px 4px;
}
.whiskymakers .sliderbox .inner{
	background-position:center top;
    background-size: cover;
	background-repeat:no-repeat;
	width:926px;
	height:316px;
}

.whisky .onecol .video, .tcampaign .video, .main_video .video{
	width:702px;
	margin:0 auto 0 auto;
	margin-bottom:30px;
} 

.whisky .onecol .video iframe, .tcampaign .video iframe, .main_video .video iframe{
	/* width:926px;
	height:521px; */
	width:694px;
	height:391px;
} 

.whisky .onecol .video .video_bg, .tcampaign .video .video_bg, .main_video .video .video_bg{
	width:694px;
	height:391px;
	margin:4px;
} 

}



/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/********************************            ********************************/
/********************************    SMALL   ********************************/
/********************************   SCREENS  ********************************/
/********************************            ********************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

@media screen and (min-width:1200px) and (max-width: 1399px) {

#cart{
	width:1200px;
}

#cart .cart-full {
	top:80px;
	width:1200px;
}

#cart .cart-mini {
	top:85px;
	width:1200px;
}

.shop .item{
	margin-top:110px;
	width:1200px;
	text-align:center;
}
	

#container{
	width:1200px;
}

.home-header, .whiskymakers-header, .whiskyrange-header, .blog-header, .contact-header, .shop-header, .downloads-header, .press-header, .tcampaign-header{
	background-position:center 100px;
}

.whiskymakers-header, .whiskyrange-header, .blog-header, .contact-header, .shop-header, .downloads-header, .press-header, .tcampaign-header{
    height: 640px;
}

.home-header{
    height: 740px;
}

.home-headerVid{
    height: 630px;
	margin-top:100px;
}

#header #small-logo{
	max-width:260px;
	margin:0 auto;
	padding:202px 0 0 0;
}

#header #small-logo-green{
	max-width:260px;
	margin:0 auto;
	padding:170px 0 0 0;
}

.press-header{
    height: 640px;
}


nav {
	height: 80px;
	width:100%;
	max-width:1200px;
}

nav #top-title{
	top:14px;
	left:3%;
	width:25%;
	text-align:left;
}

nav ul#nav{
	right:5%;
	width:75%;
	height:80px;
	line-height:80px;
	text-align:right;
	letter-spacing:0.4px;
}

nav ul#nav li{
	padding:0 12px;
	margin:0;
	font-size:18px;
}

nav ul#nav li:last-child{
	padding:0 0 0 12px;
}

ul#subnav{
	width:1200px;
}

ul#subnav li{
	padding:0 15px;
}

.subnav-scroll{
	width:100%; height:100px;
	line-height:100px;
}

.subnav-fixed{ 
	width:1200px; height:60px;
	line-height:60px;
	top:80px;
}

.twocol{
	width:590px;
	margin-left:20px;
	/* width:49.285714286%;
	margin-left:1.4285714286%;
	margin-bottom:20px; */
}

.twocol:first-child{
	margin-left:0px;
	/* margin-left:0%; */
}

.twocol .image, .twocol .home_vid{
	height:380px;
}

/* 3 COL */

.threecol{
	width:387px;
}

.threecol:nth-child(3n){
	width:386px !important;
}

.threecol .image, .threecol .home_vid{
	height:310px;
}

.fourcol{
	width:387px;
	margin-right:20px;
}

.fourcol:nth-child(3n){
	width:386px !important;
	margin-right:0px;
}

.fourcol:nth-child(4n){
	margin-right:20px;
}

.home .threecol .home-content{
	height:260px;
}

.ranges .threecol .home-content, .blog .threecol .home-content{
	height:290px;
}

/* shop */

.shop .row{
	margin:0;
}

.shop .fourcol{
	width:23.5%;
	margin-right:2%;
}

.shop .fourcol:nth-child(3n){
	width:23.5% !important;
	margin-right:2%;
}

.shop .fourcol:nth-child(4n){
	margin-right:0px;
}

/* contact */

.contact .concolleft{
	text-align:right;
	margin-left:120px;
}

.contact iframe{
	margin-left:135px;
	width:940px;
	height:500px;
}

/* downloads */


.downloads .dlrow{
	margin-left:130px;
}


/* #footer */

#footer{
	text-align: center;
	height:52px;
	line-height:52px;
	width:1200px;
	position:fixed;
	bottom:0;
}

#footer .left{
	margin-left:80px;
}

#footer .right{
	width:400px;
	margin-right:80px;
}

.right input.thebutton {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
	background:none;
	padding:0 0 4px 4px;
	border: none;
	width:30px;
	color:#a5a085;
	font-family: 'mrseavrom';
	font-size:40px;
	height:30px;
	line-height:10px;
	text-align:center;
	cursor:pointer;
}

#footer .right .buttonholder{
	position:absolute;right:-11px;top:3px;height:40px;
}

#footer .right input.thefield:focus{
    outline: 0;
	background:#ffffff;
	color:#666666;
}
	
	
}



@media screen and (min-width:736px) and (max-width: 1199px) {

#cart{
	width:980px;
}

#cart .cart-full {
	top:70px;
	width:980px;
}

#cart .cart-mini {
	top:75px;
	width:980px;
}

.shop .item{
	margin-top:90px;
	width:980px;
}
	

#container{
	width:980px;
}

.home-header, .whiskymakers-header, .whiskyrange-header, .blog-header, .contact-header, .shop-header, .downloads-header, .press-header, .tcampaign-header{
	background-position:center 90px;
}

.whiskymakers-header, .whiskyrange-header, .blog-header, .contact-header, .shop-header, .downloads-header, .press-header, .tcampaign-header{
    height: 640px;
}

.home-header{
    height: 740px !important;
}

.home-headerVid{
    height: 630px;
	margin-top:90px;
}

#header #small-logo{
	max-width:260px;
	margin:0 auto;
	padding:172px 0 0 0;
}

#header #small-logo-green{
	max-width:260px;
	margin:0 auto;
	padding:130px 0 0 0;
}

.press-header{
    height: 640px !important;
}


nav {
	height: 70px;
	width:100%;
	max-width:980px;
}

nav #top-title{
	top:12px;
	left:3%;
	width:25%;
	text-align:left;
}

nav #top-title img{
	width:234px;
}

nav ul#nav{
	right:3%;
	width:73%;
	height:70px;
	line-height:70px;
	text-align:right;
	letter-spacing:0.4px;
}

nav ul#nav li{
	padding:0 8px;
	font-size:16px;
}

nav ul#nav li:last-child{
	padding:0 0 0 10px;
}

ul#subnav{
	width:980px;
}

ul#subnav li{
	padding:0 12px;
}

.subnav-scroll{
	width:100%; height:90px;
	line-height:90px;
}

.subnav-fixed{
	width:980px; height:60px;
	line-height:60px;
	top:70px;
}

.twocol{
	width:480px;
	/* width:49.285714286%;
	margin-left:1.4285714286%;
	margin-bottom:20px; */
}

.twocol:first-child{
	margin-left:0px;
	/* margin-left:0%; */
}

.twocol .image, .twocol .home_vid{
	height:380px;
}

.twocol .home-content p{
	padding:0 7% 50px 7%;
	margin:0 10px 0 0;
}

.threecol{
	width:313px;
}

.threecol:nth-child(3n){
	width:314px !important;
}

.threecol .image, .threecol .home_vid{
	height:251px;
}

.fourcol{
	width:387px;
	margin-right:20px;
}

.fourcol:nth-child(3n){
	width:386px !important;
	margin-right:0px;
}

.fourcol:nth-child(4n){
	margin-right:20px;
}

.home .threecol .home-content{
	height:300px;
}

.ranges .threecol .home-content{
	height:310px;
}

 .blog .threecol .home-content{
	height:270px;
}

/* contact */

.contact .concolleft{
	text-align:right;
	margin-left:8px;
}

.contact iframe{
	margin-left:30px;
	width:940px;
	height:500px;
}

/* shop */

.shop .fourcol{
	width:23.5%;
	margin-right:2%;
}

.shop .fourcol:nth-child(3n){
	width:23.5% !important;
	margin-right:2%;
}

.shop .fourcol:nth-child(4n){
	margin-right:0px;
}

.shop .row{
	margin:0;
}

.shop .fourcol .overlay h2{	
	font-size:18px;

}

.shop .fourcol .overlay p{
	font-size:14px;
}

.shop .fourcol .overlay h3{
	font-size:15px;
}

.shop .fourcol .overlay h4{
	font-size:15px;
}


/* downloads */


.downloads .dlrow{
	margin-left:20px;
}

/* #footer */

#footer{
	text-align: center;
	height:52px;
	line-height:52px;
	width:980px;
	position:fixed;
	bottom:0;
}

#footer .left{
	margin-left:50px;
}

#footer .right{
	width:400px;
	margin-right:50px;
}

#footer .mid .flink{
	padding:2px 4px;
}
	
	
}

@media screen and (min-width: 980px) {
	
	#sidr{
		display:none;
	}
	
}


@media screen and (max-width: 979px) {

#cart{
	width:100%;
}

#cart .cart-full {
	top:70px;
	width:100%;
}

#cart .cart-mini {
	top:70px;
	width:100%;
}

.shop .item{
	margin-top:90px;
	width:100%;
}

.shop .left .item_image{
	height:450px;
	margin-bottom:70px;
}

#campaign-badge{
	position:absolute;
	top:130px;
	right:30px;
	width:130px;
	height:130px;
	z-index:9800;
}

nav {
	height: 90px;
	width:100%;
}

nav #top-title{
	top:17px;
	left:3%;
	width:27%;
	text-align:right;
}

nav #top-title img{
	width:271px;
}

#nav{
	display:none;
}

nav #lines{
	display:block;
	margin-top:10px;
	cursor:pointer;
}

.subnav-overlay{
	display: none; 
}

.subnavline{
	display:none;
}

.whisky .sn_box{
	display:none;
}

}


/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/********************************            ********************************/
/********************************   MOBILE   ********************************/
/********************************            ********************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/

	

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */

#header #logo img{
	max-width:260px;
}

#homeslider, .home-headerVid{
	display:none;
}

#mobile_header{
	display:block;
	float:left;
	position:relative;
	padding:0;
	width:100%;
	height:640px;
	background-position:center 90px;
    background-size: auto;
	background-repeat:no-repeat;
}
}


@media screen and (max-width: 736px) {

.shop .left{
	display:none;
}

.shop .right{
	width:100%;
}

.shop .right .item_title h1{
	text-align:center;
	font-size:32px;
	padding:0 0 20px 0;
}

.shop .right .item_subtitle h2{
	text-align:center;
	font-size:20px;
	padding:0 0 5px 0;
}


.shop .right .item_subtitle h3{
	text-align:center;
	font-size:20px;
	padding:0 0 5px 0;
}


.shop .right .mobile_image{
	display:block;
	height:300px;
	margin:20px auto;
	text-align:center;
}

.shop .right #item_buy{
	width: 100%;
	padding:10px 0 4px 0;
	position:relative;
	bottom:auto;
}

.shop .right #item_level{
	float:left;
	width: 90%;
	padding:10px 5%;
	background:#fef1ed;
	position:relative;
	bottom:auto;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:20px;
}

.shop .right #item_buy .price{
	float:left;
	width: 100%;
	text-align:center;
	font-size:34px;
	color:#000000;
	margin-left:0;
	margin-bottom:10px;
}

.shop .right #item_buy .order{
	float:right;
	width: 100%;
	text-align:center;
	margin-right:0;
}

.shop #item_info{
	width: 100%;
}

#campaign-badge{
	position:absolute;
	top:110px;
	right:10px;
	width:86px;
	height:86px;
	z-index:9800;
}
	


.desktopview{
	display:none;
}

.mobileview{
	display:block;
}


body {
	font-size:18px;
}

.maintitle h1{
	width:100%;
	font-size:40px;
	font-weight:normal !important;
	text-align:center;
	margin:0;
	padding:20px 0;
	letter-spacing:0.1rem;
}
	
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99990;
  background:none;
  display: none;
}

#signup_popup {
  width: 94%;
  height: 90%;
  padding: 0;
  background-color: #fffef3;
  position:absolute;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(84,84,84,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(84,84,84,0.5);
  box-shadow: 0px 0px 10px 0px rgba(84,84,84,0.5);
}

#signup_popup p{
	width:98%;
	margin:20px auto 0 auto;
  font-size:22px;
}

#signup_popup #signup_form{
	position:relative;
	width:90%;
	margin:20px 5%;
}

#signup_popup #signup_form input.thefield {
	padding:11px 5%;
	border: 2px solid #757046;
	width:90%;
	margin:0 auto;
	color:#d2d0be;
	font-family:'mrseavsmacap';
	font-size:22px;
	letter-spacing:1.1px;
}


#mobile_sublink{
	position:fixed;
	top:120px;
	right:0;
	width:70px;height:70px;
	z-index:9900;
	display:none;
}


#container{
	width:inherit;
	margin:0 auto;
	background-color:#ffffff;
}

#header{
	max-height:700px;
}

.whiskymakers-header, .whiskyrange-header, .blog-header, .contact-header, .downloads-header, .press-header{
    height: 400px;
}

.tcampaign-header{
    height: 90px;
	visibility:hidden;
}

.home-header{
    height: 740px;
}

.press-header{
    height: 300px;
}
	
.shop-header{
	height:350px;
}

#header #small-logo{
	/* max-width:260px;
	margin:0 auto;
	padding:192px 0 0 0; */
	display:none;
}

#header #small-logo-green{
	max-width:260px;
	margin:0 auto;
	padding:120px 0 0 0;
}

#header h1{
	width:94%;
	font-size:50px;
	margin:60px auto 0 auto;
}

#header p{
	width:94%;
	margin:0 auto;
	font-size:24px !important;
	padding:20px 0 40px 0;
}

#header #logo{
	position:absolute;
	top:130px;
	width:100%;
	text-align:center;
	z-index:9700;
}

#header #logo img{
	max-width:182px;
}

#homeslider, .home-headerVid{
	display:none;
}

#mobile_header{
	display:block;
	float:left;
	position:relative;
	padding:20px 0;
	width:100%;
	height:570px;
}

#mobile_header h2{
	position:absolute;
	top:350px;
	width:92%;
	padding: 0 4% !important;
	text-align:center;
	font-size:1.6em;
}

.subnav-scroll{
	width:100%; height:23px;
	position:fixed;
	top:90px;
}

.subnav-fixed{
	width:100%; height:23px;
	position:fixed;
	top:90px;
}

.subnav-overlay .mob_sublink{
	display: block; 
	text-align:right;
	line-height:none;
	margin-top:5px;
}

.subnav-overlay .mob_sublink img{
	display: block; 
}
	

.subnav-overlay .inner{
	display: none; 
	vertical-align: middle;
	text-align:center;
	font-family:'mrseavsmacap';
	font-size:23px;
	line-height:2.0rem;
}


.subnav-overlay .inner a{
	padding-right:20px;
	padding-left:20px;
}

.twocol{
	width:100% !important;
	margin-left:0px;
}

.twocol:first-child{
	margin-bottom:20px;
}

.twocol .image, .twocol .home_vid{
	position:relative;
	width:100%;
	height:320px;
}

.threecol{
	width:100% !important;
	margin-right:0px;
}

.threecol .image, .threecol .home_vid{
	position:relative;
	width:100%;
	height:285px;
}

.home .threecol .home-content{
	height:auto;
}

.twocol .home-content p, .threecol .home-content p{
	padding:0 5% 30px 5%;
}

.fourcol{
	width:100% !important;
	margin-right:0px;
}

.row .home-content{
	background-image:none;
	margin-right:0;
}

.row .home-content h2, .row .home-content p{
	background-image:none;
	margin-right:0;
}

.home-content .rectangle-bt{
	position:relative;
	bottom:10px;
	left:0; right:0;
	margin:0 auto;
}


.maintitle{
	float:left;
	width:100%;
	margin-bottom:0px;
}

/** ---------- **/

.whiskymakers{
	width:100%;
	margin:0;
}
.whiskymakers .intro{
	width:94%;
	margin:30px 3% 0 3%;
}
.whiskymakers .more{
	width:100%;
	margin:0 auto;
	padding:0 0 30px 0;
	
}
.whiskymakers .smtitle h2{
	padding:0;
	margin:0;
}
.whiskymakers .more_content{
	width:94%;
	margin:30px 3% -10px 3%;
}
.whiskymakers .even_more_content{
	width:94%;
	margin:30px 3% -30px 3%;
}
span.para_bold, p.para_bold{
	display:inline-block;
	padding-bottom:12px;
	margin:0;
	font-family:'apercu-bold-pro';
}
.whiskymakers .sliderbox{
	width:100%;
	height:258px;
	border:none;
	padding:4px 0 4px 0px;
}
.whiskymakers .sliderbox .inner{
	width:100%;
	height:256px;
	background-size:auto 100%;
}

.whiskymakers .sliderbox img{
	width:100%;
	display:block;
}

.whiskymakers .undercarriage{
	width:100%;
	min-height:200px;
	position:relative;
	padding-bottom:30px;
}

.whiskymakers .wm_content{
	min-height:200px;
	display:block;
}

.whiskymakers .sw_content{
	margin-bottom:40px !important;
}


.whiskymakers .undercarriage .stage{
	display:none;
	/*position:absolute;
	left:15%;
	width:35%;
	height:128px;
	color:#757046;
	font-family:'mrseavallsmacap';
	font-size:30px;
	letter-spacing:0.1rem;
	text-align:center;
	background-image:none;
	background-position:top left;
	background-repeat:repeat-y;
	line-height: 128px;*/
}

.whiskymakers .undercarriage .stage span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4rem;      
}

.whiskymakers .undercarriage .art{
	position:absolute;
	top:10px;
	left:2%;
	width:8%;
	height:58px;
	/*background-image:url(img/vertical-dotted-line.png);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:left !important;
	padding-left:30px;*/
	background-image:none;
}

.whiskymakers .undercarriage .art img{
	width:68px;
}

.whiskymakers .undercarriage .text{
	position:absolute;
	left:12%;
	top:0;
	width:88%;
	min-height:128px;
	background-image:none;
	text-align:left;
	/*left:5%;
	top:148px;
	width:90%;
	min-height:128px;
	color:#757046;
	text-align:center;
	background-image:url(img/horizontal-dotted-line.png);
	background-position:top center;
	background-repeat:repeat-x;*/
}

.whiskymakers .undercarriage .text h3{
	padding:10px 20px;
}

.whiskymakers .undercarriage .text p{
	padding:10px 20px;
}

.whiskymakers .undercarriage .fulltext{
	position:absolute;
	left:4%;
	width:90%;
	min-height:128px;
	text-align:center;
	background-image:none, none;
}

.whiskymakers .undercarriage .fulltext h3{
	padding:10px 20px;
	margin:0 auto;
}

.whiskymakers .undercarriage .fulltext p{
	padding:10px 20px;
	margin:0 5%;
}

.wisw_types1{
	float:left;
	width:100%;
	height:auto;
	background-image:url(./img/horizontal-dotted-line.png), url(./img/horizontal-dotted-line.png);
	background-position:top left, bottom left;
	background-repeat:repeat-x, repeat-x;
	display:inline-block;
}

.wisw_types2{
	float:left;
	width:100%;
	height:auto;
	background-image:url(./img/horizontal-dotted-line.png);
	background-position:top left;
	background-repeat:repeat-x;
	display:inline-block;
}

.wisw_holder{
	float:left;
	display:inline-block;
	width:100%;
	min-height:100px;
}

.wisw_holder:nth-child(2){
	background-image:url(./img/horizontal-dotted-line.png);
	background-position:top left;
	background-repeat:repeat-x;
}

.wisw_holder br, .whiskymakers .undercarriage .fulltext br{
	display:none;
}

.wisw_holder .number{
	display:none;
	/*float:left;
	width:12px;
	margin-left:4px;
	text-align:center;
	font-family:'mrseavallsmacap';
	font-size:30px;
	line-height:100px;*/
}

.wisw_holder .icon{
	float:left;
	width:60px;
	text-align:left !important;
	padding:20px 0;
	margin-right:7px;
	
}

.wisw_holder .text{
	display:block;
	text-align:left;
	margin:14px 3px 10px 0;
}

@media screen and (max-width: 320px) {
	
.whiskymakers .sliderbox{
	height:208px;
}
.whiskymakers .sliderbox .inner{
	height:206px;
}

.wisw_holder .icon{
	display:none;
}

.wisw_holder .text{
	padding-left:10px;
}
}

.wisw_holder .text h3{
	text-align:left;
	padding-bottom:2px;
}

#whiskyschool{
	width:98%;
	margin:0 auto;
	padding-bottom:30px;
}

#whiskyschool .more_content{
	text-align:center !important;
	width:98%;
	margin-top:-20px !important;
}

.ws_vid_box{
	display:inline-block;
	width:250px;
	margin:5px auto;
}
@media screen and (min-width:530px) and (max-width: 736px) {

.ws_vid_box{
	margin:5px 20px 5px 0;
}

}

.ws_vid_box img, .os_image img{
	display:block;
	width:100%;
}

.ws_vid_box .ws_video{
	float:left;
	display:block;
	padding:3px;
	width:250px;
	height:130px;
	position:relative;
}

.ws_vid_box .ws_video .video_mob{
	display:block;
}

.ws_vid_box .ws_video img{
	z-index:999;
	display:none;
}

.ws_video .ws_inner{
	width:250px;
	height:130px;
	display:none;
}

.ws_video a{
	display:none;
}

.ws_video a:hover{
	background-position: bottom left;
}

.ws_vid_box .ws_title{
	float:left;
	width:250px;
	padding:10px 0 !important;
}

.ws_vid_box .ws_title h3{
	text-align:center;
}

#ourstory{
	width:100%;
	text-align:center;
	margin-top:30px;
}

.os_block{
	display:inline-block;
	width:100%;
}

.os_block .os_image{
	float:left;
	border:none;
	padding:3px 0;
	width:100%;
}

.os_block .os_text{
	float:left;
	text-align:left;
	width:92%;
	margin:30px 3%;
}

/** ---------- **/

.whisky .onecol{
	width:98%;
	height:100%;
	margin:0 0 0 1%;
	text-align:center;
	position :relative;
	display:block;
	float:left;
}

.whisky .onecol .top{
	position:relative;
	width:100%;
}

.whisky .onecol .top h1{
	width:100%;
	font-size:38px;
	text-align:center;
	margin:0;
	padding:20px 0;
	font-family:'GT-Sectra-Display-Medium';
}

.whisky .onecol .top p{
	width:100%;
	font-size:19px;
	text-align:center;
	margin:30px 0 10px 0;
	padding:0;
}

.whisky .onecol .content{
	position:relative;
	/* height:832px; */
	width:100%;
}

.whisky .onecol .content h2{
	font-size:22px;
	text-align:center;
	margin:20px 0 30px 0;
	padding:0 10px 30px 10px;
}

.whisky .onecol .content p{
	font-size:19px;
	text-align:center;
	padding:0 30px 0 10px;
	margin-bottom:20px;
}

.whisky .onecol .content p.bottom-border{
	padding-bottom:30px;
}

.whisky .onecol .content table.extras{
	text-align:center;
}

.whisky .onecol .content table.extras .title{
	font-size:22px;
	text-align:center;
	padding:0 10px 30px 10px;
}

.whisky .onecol .content .left{
	position:relative;
	text-align:left;
	top:0;
	left:0;
	width:100%;
	float:left;
	display:block;
}

.whisky .onecol .content .mid{
	position:relative;
	top:0;
	left:0;
	width:100%;
	float:left;
	text-align:center;
	display:block;
	padding-top:20px;
}

.whisky .onecol .content .mid img{
	width:150px;
}

.whisky .onecol .content .right{
	position:relative;
	text-align:left;
	top:0;
	left:0;
	width:100%;
	float:left;
	display:block;
}

.whisky .onecol .video, .tcampaign .video, .main_video .video{
	width:94%;
	height:208px;
	text-align:left;
	margin:0 auto 30px auto;
} 

.whisky .onecol .video iframe, .tcampaign .video iframe, .main_video .video iframe{
	width:100%;
	height:200px;
} 
	
	.whisky .onecol .video{
		margin-top:30px;
	}



 /* width=\"926\" height=\"521\" */

.whisky .onecol .video .video_bg, .tcampaign .video .video_bg, .main_video .video .video_bg{
	width:98%;
	height:200px;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	margin:1%;
} 

.whisky .onecol .video .video_bg img, .tcampaign .video .video_bg img, .main_video .video .video_bg img{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
	display:block;
} 


.whisky-btn {
	display:none; /* hidden for mobile */
}

.whisky-prev, .whisky-next { position:absolute; top:20px; }

.whisky-prev {
	left:0px;
	background-position:-168px 0;
}

.whisky-next {
	right:0px;
	background-position:-106px 0;
}

.whisky-prev:hover { background-position:-168px -53px; }

.whisky-next:hover { background-position:-106px -53px; }

.buynow{
	text-align: center;
	margin:0px 1px 10px;
}

.desktop_sp{
	display:none;
}

.mobile_sp{
	display:block;
}

#sp_block{
	width:100%;
}

.sp_table{
	width:96%;
	margin:0 2%;
}

.sp_table tr td{
	width:100%;
	height:100%;
}

td.sp_border{
	width:100%;
}

.sp_box{
	display:table;
	margin:10px auto;
	width:300px;	
}

.sp_box .inner{
	font-size:22px;
	letter-spacing:0.1rem;
	padding:3px 10px;
	text-align:center;
	white-space:nowrap;
	margin:1px;
}

.sp_border h2{
	font-size:35px;
	width:302px;
	margin:20px auto 20px auto;
}

.sp_border .sp_img{
	margin:0 41px;
}

.sp_border .ss_1, .sp_border .fp_1{
	text-align:left;
	padding:20px 40px 10px 40px;
	line-height:1.4rem;
}
	
.sp_border .ss_2{
	text-align:left;
	margin:0 35px;
	padding:20px 0 10px 0;
	line-height:1.4rem;
}

/** --------- **/

.blog .intro, .contact .intro{
	width:94%;
	margin:30px auto;
	text-align:center;
	font-size:22px;
	
}

.se_post{
	background-image:none;
}

.blog_post{
	width:100%;
	background-image:none;
}

.blog_post .inner{
	width:94%;
	margin:0 auto;
}

.blog_post .se_back{
	width:100%;
	text-align:center;
	margin-top:50px;
}

.blog_post .se_back p{
    font-family: 'mrseavallsmacap';
	font-size:19px;
	text-align:center;
}

.blog_post .se_back .back_link{
	width:48px;
	height:48px;
	background-image:url(img/bx-controls.png);
	background-position:top right;
	background-repeat:no-repeat;
	text-indent:-9999px;
	margin:0 auto;
}

.blog_post .se_back .back_link:hover{
	background-position:bottom right;
}

.blog_post .se_top{
	width:100%;
	margin:20px 0;
	text-align:center;
}

.blog_post .se_top h1{
	font-size:38px;
}

.blog_post .se_top .post_date{
    font-family: 'mrseavallsmacap';
	font-size:22px;
	letter-spacing:0.3rem;
	text-align:center;
}

.blog_post .se_image{
	width:100%;
	margin:10px 0 0 0;
	text-align:center;
}

.blog_post .se_image img{
	width:100%;
}

.blog_post .se_image p{
    font-family: 'mrseavita' !important;
	text-align:center;
	font-size:19px;
	padding:10px 0 0 0;
}

.blog_post .se_content{
	width:100%;
	text-align:center;
	font-size:19px;
	padding:10px 0;
}

/** ----------- **/


.contact .concol{
	float:none;
	display:block;
	width:90%;
	margin:0 auto;
	min-height:30px;
}

.contact .concolleft{
	width:100%;
	text-align:center;
	margin-left:0;
}

.contact .concolnext{
	width:100%;
	text-align:center;
	background-image: none;
}

.contact .concol .inner{
	margin:0 20px 20px 20px;
	text-align:center !important;
}

.contact .concol .inner h3, .contact .teamcol .inner h3{
	color:#4d4d4f;
	font-size:22px;
	margin:20px 0 0 0;
	padding:0;
}

.contact .concol .inner p{
	font-size:22px;
	margin:0;
	padding:0;
}

.contact .teamcol{
	float:left;
	width:90%;
	min-height:300px;
	position:relative;
	padding-bottom:50px;
	border-bottom:1px solid #545454;
	margin:0 5% 20px 5%;
}

.contact .teamcol .inner{
	margin:3px 9px 9px 9px;
}

.contact .teamcol .inner h4{
	font-size:15px;
	margin:10px 20px 10px 20px;
}

.contact .teamcol .inner p{
	position:static;
	font-size:15px;
	margin:5px 10px 0 5px;
	text-align:center;
}

.contact .teamcol .inner .rectangle-bt{
	display: table; 
	font-family:'mrseavsmacap';
	font-size:15px;
	font-weight:normal;
	border:1px solid #757046;
	white-space:nowrap;
	padding:3px 8px;
	position:absolute;
	bottom:10px;
	left:0; right:0;
	width:50px;
	margin:0 auto;
}

.contact iframe{
	margin-left:0;
	width:100%;
}

.contact .stockists{
	width:100%;
	margin-left:0;
}

.stockists .inner{
	font-size:20px;
	padding:5px;
}

.contact .stockists .left-col, .contact .stockists .mid-col, .contact .stockists .right-col{
	width:100% !important;
	border-right:none;
	border-bottom:2px solid #fffef3;
}

.contact .stockists .right-col{
	width:100% !important;
}

.contact .stockists .choices {
	height:200px;
}

.contact .stockists .choices .stockscroll {
	margin-top:20px;
	font-size:20px;
}

.contact .stockists .who {
	width:100%;
}

.contact .stockists .whocol {
	width:100%;
	border-right:none;
	border-bottom:10px solid #fffef3;
}

.contact .stockists .whocol:nth-child(3n) {
	width:100% !important;
}

.contact .stockists .who .inner {
	font-size:16px;
	padding-bottom:12px;
	margin-bottom:12px;
}

.contact .stockists .whocol .inner h3 {
	font-size:18px;
	padding:0;
	margin:0;
}

.contact .stockists .three-col{
    -moz-column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0px;
	-webkit-column-width: 100%;
	-moz-column-width: 100%;
	column-count:1;
	column-gap:0px;
	column-width: 100%;
	display: inline-block;
}

/** ---------- **/

.shop .row{
	margin:0;
}

/*

.shop .fourcol .overlay h2{	
	font-size:19px;
	padding:10px 5px 5px 5px;
}

.shop .fourcol .overlay p{
	display:none;
}

.shop .fourcol .overlay .bottom{
	bottom:10px;
}

.shop .fourcol .overlay h3{
	font-size:19px;
	font-family: 'mrseavsmacap';
	letter-spacing:0.1rem;
	padding:5px;
}

/** ---------- **/



.downloads .dlrow{
	margin-left:0;
}

.downloads .dlrow .dlcol{
	width:90%;
	margin-right:0;
	border-bottom:1px solid #6c6c3a;
	position:relative;
	margin:20px 5% 20px 5%;
}

.downloads .dlrow .dlcol .inner, .press .download_box .dlcol .inner{
	width:55%;
}

.downloads .dlrow .dlcol .dl-link, .press .download_box .dlcol .dl-link{
	width:18%;
}

.dlrow .dlcol .dl_thumb, .press .dlcol .dl_thumb{
	top:90px;
	width:90%;
	margin:0 5%;
}

/** ---------- **/


.press .pr_article, .press .pr_archive{
	width:94%;
	margin:0 auto;
	margin-bottom:30px;
	padding:0;
}

.press .pr_article .left{
	width:100%;
	margin-right:0;
	float:left;
	text-align:left;
}

.press .pr_article .left h3{
	font-size:25px;
	color:#545454;
	padding:0 0 10px 0;
}

.press .pr_article .left h4{
	font-size:22px;
	padding:0 0 10px 0;
}

.press .pr_article .left p{
	font-size:22px;
	margin:0;
	padding:0 0 30px 0;
}

.press .pr_article .right{
	width:100%;
	float:left;
	text-align:left;
}

.press .pr_archive ul li{
	min-height:480px;
}

.press .pr_archive li.archive_col{
	width:94%;
	margin:0 3%;
	background-image: none;
}

.press .pr_archive li.archive_col:nth-child(5n){
	background-image: none;
}

.press .pr_archive li.archive_col .inner .archive_img{
	width:90%;
	margin:0 5%;
	text-align:center;
	overflow:hidden;
	text-indent:-9999px;
}

.press .pr_archive .rectangle-bt{
	width:40%;
	margin:20px 30%;
	left:0; right:0;
}

/** ---------- **/

#petition_popup h2, #petition_popup .petition_top p, #petition_popup #petition_form{
	width:94%;
}

.goback{
	display:block;
}

.tcampaign{
	float:left;
	text-align:center;
	padding:30px 0;
}

.tcampaign .main_area{
	margin:0 auto;
	width:100%;
}

.tcampaign-btn {
	background:url(./img/whiskymakers-arrows.png) 0 0 no-repeat;
	z-index:10;
	width:48px;
	height:48px;
	text-indent:-9999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	display:table;
	margin:0 auto;
	cursor:pointer;
}

.tcampaign-up {
	background-position:bottom left;
}

.tcampaign-up:hover { background-position:bottom right; }


#campaign_intro, #our_beliefs, #proposed_amends, #definitions, #ind_support{
	margin:0 auto 30px auto;
	width:94%;
	padding-bottom:30px;
	
}

.cam_logo img{
	display:block;
	padding:30px auto 10px auto;
}

.tcampaign .intro{
	padding:0 30px;
	font-size:22px;
}

#campaign_intro .left{
	text-align:center;
	width:96%;
	margin-right:0;
	margin:0 2%;
}

#campaign_intro .right{
	text-align:center;
	width:96%;
	margin-left:0;
	margin:0 2%;
}

.tcampaign .register_bt{
	width:94%;
	height:40px;
	margin:30px auto;
	background:#a6a588;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	line-height:40px;
	font-size:20px;
    font-family: 'mrseavallsmacap';
	letter-spacing:0.2rem;
	color:#ffffff;
	cursor:pointer;
}

.tcampaign .register_bt:hover{
	background:#7a734c;
}

.tcampaign #our_beliefs .intro{
	padding:20px;
	font-size:22px;
}

.tcampaign .border_box{
	width:100%;
	border:3px solid #cfccb7;
	font-size:22px;
	margin:20px 0;
}

.tcampaign .border_box p{
	padding:30px;
}

.tcampaign .horiz_dotted_box{
	width:100%;
	background-image:url(./img/horizontal-dotted-line.png), url(./img/horizontal-dotted-line.png);
	background-position: top center, bottom center;
	background-repeat:repeat-x, repeat-x;
	font-size:22px;
}

.tcampaign .horiz_dotted_box p{
	text-align:center;
	padding:30px;
}

.tcampaign .horiz_dotted_box .mini_plain_box{
	float:left;
	width:94%;
	margin:0 3%;
}

.tcampaign .horiz_dotted_box .plain_box{
	width:94%;
	margin:0 auto;
}

.tcampaign .horiz_dotted_box .mini_plain_box h2, .tcampaign .horiz_dotted_box .plain_box h2,.tcampaign .horiz_dotted_table h2, .tcampaign .horiz_plain_table h2{
    font-family: 'mrseavallsmacap';
	letter-spacing:0.2rem;
	font-size:22px;
	margin:0;
	padding:0;
}

.tcampaign .horiz_dotted_box .mini_plain_box p, .tcampaign .horiz_dotted_box .plain_box p{
    font-family: 'mrseavita';
	padding:0 30px 30px 30px;
}

.def_table .left{
	width:90%;
	padding:10px 5%;
	text-align:center;
}

.def_table .right{
	width:90%;
	padding:10px 5%;
}

.def_table img{
	max-width:85px;
}

.tcampaign .horiz_dotted_table{
	width:100%;
	background-image:url(./img/horizontal-dotted-line.png);
	background-position: bottom center;
	background-repeat:repeat-x;
	font-size:22px;
}

.tcampaign .horiz_plain_table{
	width:100%;
	font-size:22px;
}

.tcampaign .horiz_dotted_table, .tcampaign .horiz_plain_table{
	text-align:left;
	padding:20px 0;
}

.tcampaign .horiz_dotted_table p, .tcampaign .horiz_plain_table p{
    font-family: 'mrseavita';
	text-align:left;
	padding:0;
	margin:0;
}

.tcampaign .ci_signature{
	background:url(./img/os_signature.png) top left no-repeat;
	padding:100px 0 30px 130px;
}

.tcampaign ul.support_block{
	position:relative;
	width:100%;
	margin:20px 0;
	padding:0;
	list-style:none;
}

.tcampaign ul.support_block li{
	display: inline-block;
	width:230px;
	height:235px;
	background-image:url(img/horizontal-dotted-line.png), url(img/vertical-dotted-line-black.png);
	background-repeat:repeat-x, repeat-y;
	background-position:bottom left, top right;
	padding:0;
	margin:0;
}

.tcampaign ul.support_block li:nth-child(4){
	background-image:url(img/horizontal-dotted-line.png), none;
}

.tcampaign ul.support_block li:nth-child(5){
	background-image:none, url(img/vertical-dotted-line-black.png);
}

.tcampaign ul.support_block li:nth-child(6){
	background-image:none, url(img/vertical-dotted-line-black.png);
}

.tcampaign ul.support_block li:nth-child(7){
	background-image:none, url(img/vertical-dotted-line-black.png);
}

.tcampaign ul.support_block li:nth-child(8){
	background-image:none, none;
}

.tcampaign ul.support_block li img{
	margin:9px 7px 0 0;
	width:215px;
	height:215px;
	background: #ff9900;
}


.tcampaign .reg_desktop{
	display:none;
}

.tcampaign .reg_mobile{
	display:block;
}


/** ---------- **/


#footer{
	float:left;
	text-align: center;
	height:120px;
	line-height:auto;
	width:100%;
	z-index:99999;
	position:relative;
}

#footer .left{
	float:none;
	width:120px;
	text-align:center;
	padding-top:0;
	margin-left:0px;
	margin:15px auto;
}

#footer .mid{
	float:none;
	display:inline-block;
	width:98%;
	margin:0 auto;
	text-align:center;
	padding-top:0;
}

#footer .mid .flink{
	float:none;
	display:inline-block;
	margin-left:0;
	width:auto;
	margin:0 auto;
}

#footer .right .flink{
	float:none;
	margin-top:14px;
	width:100%;
	margin-left:0%;
	margin-right:0%;
	padding:2px 0px;
}

#footer .right{
	float:none;
	display:inline-block;
	width:98%;
	text-align:center;
	margin-right:0px;
	margin:1px 1% 20px 1%;
	padding:0;
}

#bottom span:last-of-type{
	display: block; 
} 


@media screen and (max-width:768px) {
	
	#cart .cart-full{
		top:0px !important;
	}

	
	#cart .cart-mini {
		display: block;
		position:fixed;
		width:100%;
		text-align:right;
		z-index:9900;
		background:#fef1ed;
		top:0px !important ;
		padding:12px 0 !important;
		height:20px;
	}
	
	#cart .cart-items{
		display:inline-block;
		padding-right:10px;
		border-right:1px solid #545454;
		margin-right:5px;
	}
	
	#cart .cart-mini-total{
		display:inline-block;
	}
	
	#cart #cart-reveal{
		margin:0 5px 0 0;
	}
	
	.shop-header{
		top:-65px !important;
	}
	
	.shop{
		position:relative;
		top:-70px;
	}

	.shop .item{
		margin-top:100px;
	}

	.shop .right #item_buy{
		padding:10px 0 20px 0;
	}
	.shop #item_info ul.tabs li{
		font-size:17px;
		padding: 3px 8px;
		margin:6px 0;
	}
	
	.shop .fourcol .overlay{
		opacity:0.8;
	}

}



@media screen and (max-width: 320px) {
	
#header h1{
	width:94%;
	font-size:38px;
	margin:160px auto 0 auto;
}

#header p{
	width:94%;
	margin:0 auto;
	font-size:22px !important;
	padding:20px 0 40px 0;
}

#mobile_header h2{
	position:absolute;
	top:350px;
	width:92%;
	padding: 0 4% !important;
	text-align:center;
	font-size:1.4em;
}

.maintitle h1{
	font-size:35px;
	margin:0;
	padding:20px 0 20px 0;
}

.home-content h2{
	font-size:28px;
	padding:0 0 20px 0;
	margin:0 10px 0 0;
	margin-bottom:16px;
}

}
	
	
	
	
/* CookieBot */
#CybotCookiebotDialogBodyButtonAccept {
    background-color: #161616 !important;
    border: 1px solid #fff !important;
	border-radius:15px !important;
	padding-top:5px !important;
}
	
