/*Youtube embed 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%;
}


/* Image & Video Gallery */
.GalleryHolder a, .GalleryHolder a:visited {color: #215adb !important;}
.GalleryHolder h5 a {text-decoration: none; color: #333333 !important;}
.GalleryHolder h5 {line-height: 17px; margin-bottom: 10px;margin-top: 10px;}
.overlay-container img {cursor: pointer;}
.ImageGalleryDummy, .VideoDummy, .DummySpiff {width: 100%; height: 150px; background-color: grey; }
#video-overlay {display: none;}
#video-overlay, #transparent-bg {position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; z-index: 5000; background: url('/themes/corybouck/images/video-bg.png') repeat top left;}
#video-overlay #video {margin-left: auto; margin-right: auto; text-align: center; display: block; position: relative; z-index: 9999; top: 20%;}
#video-overlay #video a.VideoClose {position: absolute; top: -25px; right: 25%;}

.simple_overlay img {max-width: 900px; height: auto; max-height: 80%; height: 80%;}
.simple_overlay object {position: relative; z-index: 5010}

/* the overlayed element */
.simple_overlay {
    /* must be initially hidden */
    display:none;
    /* place overlay on top of other elements */
    z-index:10000;
    /* styling */
    background-color:#333;
    border:1px solid #666;
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
.simple_overlay img{z-index: 9999;position: relative;}
 
/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(/themes/corybouck/images/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
    z-index: 10001;
}


/* Divs */
.inner {
	padding: 20px;
}
.textright {
	text-align: right;
}

/* Header */
.header {
	position: relative;
	padding: 10px 0 0;
}

.header .nav-open-button {
    display: none
}

.header h1 img {
	display: block;
}

.brand,
.navigation {

}

div.navigation {

}

/* Navigation */
.navigation .primary ul {
    /*float: right; margin:23px -12px 0 0;*/ position:absolute; bottom:1px; right:0;
}
.navigation .primary li {
    float: left;
    padding-bottom: 17px;
    margin: 0 5px;
    padding-bottom: 0;
    position: relative;
    white-space: nowrap;
}
	.navigation .primary li a, .navigation .primary li a:visited {
	    color: #999999;
	    padding: 6px 8px;
	    font-size: 16px;
		font-family: "nimbus-sans-condensed",sans-serif;
		font-weight: 700;
	    /*font-family: "myriad-pro-condensed", Helvetica, Arial, sans-serif;
	    font-weight: bold;*/
	    display: block;
	    text-decoration: none;
	    
	    
	}
	.navigation .primary li a:hover, .navigation .primary li a:focus {
		color: #dfa913;
	}
.navigation .primary li.section a,
.navigation .primary li.current a {
    color: #dfa913;
}

	@media only screen and (max-width: 767px) and (min-width: 480px) {
		.navigation .primary ul {
		    float: left;
		    clear: both;
		    position: relative;
		    margin: 20px 0 4px -12px;
		    white-space: nowrap;
		    right: auto;
		}
			.navigation .primary ul li {
			    margin-bottom: 10px;
			    padding-bottom: 0;
			    white-space: nowrap;
			}
				.navigation .primary ul li a {
				    -moz-transition: none;
				    -webkit-transition: none;
				    transition: none;
				}
			.navigation .primary ul li.current a,
			.navigation .primary ul li.section a {
			    background-color: #525252;
			    border-radius: 4px;
			}
		.navigation .primary li.section:after,
		.navigation .primary li.current:after {
		    display: none
		}
		
	
		
		
	}
	
	@media only screen and (max-width: 479px) { 
		.navigation .primary .nav-open-button {
		    z-index: 100;
		    width: 20px;
		    height: 20px;
		    position: absolute;
		    right: 20px;
		    top: 32px;
		    display: block;
		    cursor: pointer;
		    font-family: 'WebSymbolsRegular';
		    font-size: 20px;
		    color: #ededed;
		}
		.navigation .primary ul {
		    z-index: 10;
		    position: relative;
		    /*display: none;*/
		    float: left;
		    margin: 10px 0 0;
		    padding: 0;
		    white-space: normal;
		    width: 100%;
		}
			.navigation .primary ul li {
			    width: 100%;
			    margin: 0 !important;
			    float: none;
			    background: none;
			    position: relative;
			    text-shadow: 0 1px #fff;
			}
			.navigation .primary ul li:after {
			    content: '\003e';
			    display: block;
			    position: absolute;
			    right: 20px;
			    top: 0px;
			    font-family: 'WebSymbolsRegular';
			    font-size: 14px;
			    color: #999;
			    text-align: center;
			    vertical-align: middle;
			    line-height: 38px;
			}
			.navigation .primary ul li a,
			.navigation .primary ul li.current a,
			.navigation .primary ul li.section a {
			    padding: 10px 0 10px 22px;
			    font-weight: bold;
			    border-bottom: 1px solid #bbb;
			    color: #434343 !important;
			    border-radius: 0 !important;
			    background: #e7e7e7 !important;
			}
			.navigation .primary ul li a:hover {
			    color: inherit
			}
			
	}

.footer .primary,
	.footer .primary ul {
	    display: inline;
	    margin: 0;
	    padding: 0;
	}
		.footer .primary li {
		    display: inline
		}
.ie6 .footer .primary li,
.ie7 .footer .primary li {
    display: inline;
    zoom: 1;
    margin-right: 10px;
}
.footer .primary li:after {
    padding: 0 3px 0 5px;
    content: '/';
    color: #999;
}
.footer .primary li:last-child:after {
    content: ''
}
.footer .arrow {
    padding: 0 8px 0 5px;
    color: #b80000;
    font-size: 13px;
}


/* SideBar */
.AsideBox {
	margin: 0 0 20px;
	color: #999999;
}
.AsideBox h3 {
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "nimbus-sans", Helvetica, Arial, sans-serif;
    border-top: 1px solid #666;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #666666;
    margin: 0 0 8px 0;
}
	.AsideBox ul {
	    padding: 0;
	    margin: 0;
	}
	.AsideBox li {
	    padding: 8px 0;
	    position: relative;
	    list-style-type: none;
	    margin-bottom: 0;
	}
		.AsideBox li .arrow {
		    color: #e0a93b;
		    padding-right: 5px;
		    display: block;
		    font-size: 15px;
		    line-height: 20px;
		    position: absolute;
		    left: 2px;
		    top: 5px;
		    -moz-transition: 0.2s;
		    -webkit-transition: 0.2s;
		    transition: 0.2s;
		}
	.AsideBox li:hover .arrow {
	    left: 6px
	}
	.AsideBox li a,
	.AsideBox li span {
	    display: block;
	    width: 100%;
	    font-size: 20px;
	    color: #999999;
	    line-height: 17px;
	    font-weight: bold;
	    font-family: "nimbus-sans-condensed",sans-serif;
	}
	.AsideBox li a:hover, .AsideBox li a:hover span {text-decoration: none; color: #e0a93b;}
	.AsideBox li .text {
	    padding-left: 18px;
	    display: block;
	}
	.AsideBox li.section,
	.AsideBox li.current {
	    
	}
		.AsideBox li.section a .text,
		.AsideBox li.current a .text {
		    color: #e0a93b
		}
		
.WidgetHolder {
	margin-bottom: 10px;
}
		
/* footer */

		
/* list style layout */
.PageList {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
	.PageList li,
	.typography .PageList li {
		list-style-type: none;
		margin: 20px 0 20px;
		border-bottom: 1px solid #eee
	}
	
/* alignment */
.content img.left {
	float: left;
	margin: 0 20px 20px 0;
}
.content img.right {
	float: right;
	margin: 0 0 20px 20px;
}

/* Breadcrumbs */
.BreadCrumbs {
	margin: 0 0 10px;
}


/* Pagination */
.pagination, .flex-control-nav
{
font-size: 20px;
font-weight: 900;
}

	.pagination li,
	#content .flex-control-nav li
	{
	margin: 0px;
	padding: 0px 0px 0px 4px;
	}

	.pagination li:first-child,
	{ padding: 0px; }

	.pagination li:before,
	.pagination li a,
	{ color: #9d9d9d; }

	.pagination li:before,
	{
	content: "|";
	font-weight: normal;
	padding: 0px 4px 0px 0px;
	margin: 0px;
	}

	.pagination li:first-child:before,
	{ content: "\00a0"; }

		.pagination li span,
		{ color: #58a34b; }

/* Slider Styles
================================================== */


/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; height: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; border: none; position: relative; zoom: 1; z-index: 14;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

ul.slides li, ul.flex-direction-nav li {padding: 0;}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url('../images/bg_direction_nav.png') no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -360px; }
.flex-direction-nav .flex-prev {left: -360px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/*.flexslider { width: 500px; }*/
}

/*  #Mobile (Portrait) */
@media only screen and (max-width: 767px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
  .flexslider { width: 300px; }
  .content img {
		max-width: 300px;
		height: auto;
	}
	
	#PPMiniCart form {
		right: 10px !important;
	}
	
}

/* #Mobile (Landscape) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.flexslider { width: 420px;}
	.content img {
		max-width: 420px;
		height: auto;
	}
}


.content form .field {
	clear: left;
}

.breadcrumbs {
	margin-bottom: 20px;
	
}

#PPMiniCart {
	position: relative;
	z-index: 999;
}

.cart {
	color: #666;
}

.payment {
	position: absolute;
	margin-left: 100px;
	margin-top: 0px;
}

.cards {
	margin-top: 22px;
}

.inscription {
	line-height: 14px;
	margin-bottom: 35px;
	color: #263492;
}
.sig {
	line-height: 14px;
}
.rtrule {
	border-right: 2px solid #dfa913;
}

