/*
	Theme Name: Eurodist Theme
	Version: 1.4.3
	Author: Christophe Huget
	Tags: Blank, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.templateUsed{
	position: absolute;
	display: block;
	padding: 10px;
	z-index: 200;
	top: 20px;
	background: rgba(255,255,255,0.4);
	left: 20px;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 13px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#1D62A2;
	text-decoration:none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s; /* Safari */
	
}

a:hover {
	color:#1D62A2;
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
#breadcrumb{
	background: #efefef;
	padding: 5px 20px;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	background-color: white;
	box-shadow : 0 0 2px rgba(0,0,0,0.3); 
	position:relative;
	padding: 0;
}
/* header */
.header {
height: 135px;
	border-bottom: 1px solid #1D62A2;
	position: relative;
	padding: 0;
	background: url(img/eurodist-top-background.jpg) no-repeat center center;
}
.homepage .header{
	height: 200px;
	border-bottom: none;
}
/* logo */
.logo {
	width: 113px;
	height: 113px;
display: inline-block;
position: relative;
margin: 0;
text-align: left;
vertical-align: middle;
	position: absolute;
	top: 11px;
	left: 30px;
}
.homepage .logo{
	width: 150px;
	height: 150px;
	margin: 0;
	top: 25px;
	left: 30px;
	
}
.bgSkills{
	display: none;
	width: 435px;
	height: 200px;
	background: url(img/eurodist-skills.png) no-repeat 0 0;
	position:absolute;
	bottom: 0;
	left: 240px;
}
.homepage .bgSkills{
	display: block;
}
.logo-img {
max-width: 150px;
display: block;
padding: 0;
}
.header .homeTeaser{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	height: 80px;
	display: inline-block;
	vertical-align:middle;
	left: 200px;
	width: 40%;
	font-size: 2.5em;
	line-height: 135px;
	color: #fff;
	text-align: left;
}
.home .header .homeTeaser{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	left: auto;
	right: 50px;
	width: 40%;
	font-size: 2em;
	line-height: 120%;
	color: #fff;
	text-align: right;
}
/* nav */
.mainNav {
display: inline-block;
width: 75%;
vertical-align: middle;
margin: 10px 25px;
	position: absolute;
	bottom: 10px;
	right: 0px;
}
.homepage .mainNav{
}
.mainNav ul, .mainNav li{
	margin: 0;
	padding: 0;
}
.mainNav li{
	list-style-type: none;
	float: right;
}
.mainNav li a{
	text-transform: uppercase;
	font-size: 0.9em;
	color: #fff;
	border-left: 1px solid #efefef;
	font-weight: bold;
	padding: 0 20px;
	-webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;
}
.mainNav li.current-menu-item a, .mainNav li a:hover{
	color: #1D62A2;
	
}
.mainNav li:last-child a{
	border-left: none;
}
.mainNav li a:hover{
	text-decoration: none;
}
/* sidebar */
.sidebar {

}
.sidebarHome{
	width: 100%;
	padding:10px;
	margin:20px 0 0;
	background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
}
.sidebarHome .oneWidget{
	display: inline-block;
	width: 30%;
	height: 200px;
	overflow: auto;
	vertical-align: top;
	margin: 0 0 15px 0;
	padding: 10px;
}
.sidebarHome h3{
	text-transform: uppercase;
	
}
.sidebarHome .oneWidget:nth-child(3n+1){
	margin-right: 2%;
	border-right: 1px dotted #ccc;
}
.sidebarHome .oneWidget:nth-child(3n+3){
	border-left: 1px dotted #ccc;
	margin-left: 2%;
}




.sidebarHome .oneWidget ul{
	margin: 0;
	padding: 0;
}
.sidebarHome .oneWidget li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	line-height:15px;
}

.sidebarHome .oneWidget .post-date{
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	line-height:15px;
	margin-right: 10px;
}
/* footer */
.footer {
	width: 100%;
	text-align: center;
	padding: 5px 20px;
	background-color: #1D62A2;
	color: #fff;
}
.footer a{
	color: white;
	text-decoration: underline;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
main{
	margin: 0 20px;
}
#homeHead{
	position: relative;
	
}
#homeHead p{
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
	width: 30%;
	color: #fff;
	z-index:100;
	font-size: 1.7em;
}
.fifty, .oneThird, .twoThird{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.oneThird{
	width: 32%;
}
.twoThird{
	width: 65%;
}
#homeLinks{
	margin: 0;
	padding: 0;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	width: 100%;
}
#homeLinks li{
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
#homeLinks li a::after{
	clear: both;
}
#homeLinks li a{
	display: block;
}
#homeLinks li img{
	display: inline-block;
	width: 15%;
	max-width: 45px;
	margin-right: 10px;
	vertical-align: middle;
}
#homeLinks li span{
	font-size: 1.3em;
	width: 80%;
	display: inline-block;
	vertical-align: middle;
}
.home .introduction p{
	font-size: 1.2em;
	padding-right: 20px;
}
#leftColumn{
	width: 20%;
	min-width: 220px;
	display: inline-block;
	vertical-align:top;
	margin: 20px 0;
}
#leftColumn ul{
	margin: 0 0 5px 20px;
	padding: 0;
	font-size: 1em;
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
}
#leftColumn ul>li{
	margin: 0 0 10px 0;
}
#leftColumn ul ul{
	margin: 0 0 0 13px;
	padding: 0;
	list-style-type: square;
	font-size: 0.9em;
}
#leftColumn ul a{
	color: #aaa;
	-webkit-transition: color 0.3s; /* Safari */
    transition: color 0.3s;
	
}
#leftColumn ul a:hover, #leftColumn ul .current-cat>a, #leftColumn ul .current-cat-parent>a, #leftColumn ul .current-menu-parent>a, #leftColumn ul .current-menu-item>a {
	color: #1D62A2;
	text-decoration: none;
}
section{
	display: inline-block;
	width: 78%;
	min-height: 400px;
	vertical-align:top;
}
.home section{
	width:100%;
}
h1, h2, h3{
	color: #1D62A2;
}
.description{
	font-size: 1.3em;
}
.illuBeforeTitle{
	width: 40px;
	margin-right: 10px;
	display: inline;
	
}
article{
	margin: 20px 0;
}
article .prodGallery, article .prodContent, article .product_sidebar{
	width: 47%;
	display: inline-block;
	vertical-align: top;
}
article .product_sidebar .prodGallery{
	width: 100%;
}
article .prodContent{
	width: 50%;
	margin-left: 2%;
}
article .prodContent h3{
	width: 100%;
	border-radius: 5px;
	padding: 8px 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4e9ce0+0,1d62a2+100 */
background: #4e9ce0; /* Old browsers */
background:url(img/gb-h3.png) no-repeat 0 0;
background:-moz-linear-gradient(top,  #4e9ce0 0%, #1d62a2 100%), url(img/gb-h3.png) no-repeat 0 0; /* FF3.6+ */
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e9ce0), color-stop(100%,#1d62a2)),url(img/gb-h3.png) no-repeat 0 0; /* Chrome,Safari4+ */
background:-webkit-linear-gradient(top,  #4e9ce0 0%,#1d62a2 100%), url(img/gb-h3.png) no-repeat 0 0; /* Chrome10+,Safari5.1+ */
background:-o-linear-gradient(top,  #4e9ce0 0%,#1d62a2 100%), url(img/gb-h3.png) no-repeat 0 0; /* Opera 11.10+ */
background:-ms-linear-gradient(top,  #4e9ce0 0%,#1d62a2 100%), url(img/gb-h3.png) no-repeat 0 0; /* IE10+ */
background:linear-gradient(to bottom,  #4e9ce0 0%,#1d62a2 100%), url(img/gb-h3.png) no-repeat 0 0; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e9ce0', endColorstr='#1d62a2',GradientType=0 ); /* IE6-9 */

	box-shadow : 0 0 2px rgba(0,0,0,0.3);
	color: #fff;
}
.productsList{
	margin: 0;
	padding: 0;
}
.productsList:after{
	content: '';
	clear: both;
}
.productsList li{
	list-style-type: none;
	float: left;
	width: 160px;
	margin: 0 20px 20px 0;
}
.productsList li a{
	display: block;
	font-weight: bold;
	color: #444;
	text-align: center;
	
	
}
.productsList li a:hover{
	text-decoration: none;
	color: #1D62A2;
}
.productsList li a h4{
	text-align: center;
	font-size: 10px;
	color: #1D62A2;
	text-transform: uppercase;
}
.productsList li img{
	border: 10px solid #fff;
	box-shadow:0 0 3px rgba(0,0,0,0.3);
	width: 160px;
	max-width: 160px;
	height: 160px;
	display: block;
	transition: all 0.2s;
	-webkit-transition: all 0.2s; /* Safari */
}
.productsList li a:hover img{
	box-shadow:1px 1px 4px rgba(0,0,0,0.3);
}
.productsList li p{
	max-width: 160px;
	height: 40px;
	font-size: 0.9em;
}
input {
    width: auto;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: auto;
    height: auto;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    vertical-align: baseline;
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background-color: #1C62A2;
    color: #fff;
    transition: all 0.3s;
	-webkit-transition: all 0.3s; /* Safari */
	
    border-color: #175085;
}
button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
    background-color: #2173bf;
}
.search-submit, .wpcf7-submit{
	border: 1px solid #175085;
	margin: 15px 0;
	padding: 5px;
    border-radius: 5px;
}
.search-results .date, .search-results .author, .search-results .comments{
	display:none;
}
.search-results article>a{
	display: inline-block;
	vertical-align: top;
	width: 10%;
	margin-right: 20px;
}
.search-results article>h2{
	display: inline-block;
	vertical-align: top;
	width: 80%;
	text-align: left;
}

/*------------------------------------*\
    Tabs
\*------------------------------------*/
 
    
    
    
    /* @group defibrillateurs styles */

/******* MENU *******/
#defibContainer{
	margin: 2em auto;
	width: 100%;
}
#tabContainer{
	margin: 2em auto;
}
#defibContainer ul, #tabContainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
#defibContainer ul.tabMenu li, #tabContainer ul.tabMenu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#defibContainer ul.tabMenu li, #tabContainer ul.tabMenu li{
	font-weight: 700;
	font-size: 0.9em;
	display: block;
	padding: 5px 6px 5px 6px;
	background: #ffffff;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#defibContainer ul.tabMenu li.active, #tabContainer ul.tabMenu li.active{
	background: #ffffff;
	top: 1px;
	border-bottom-color: #fff;
	color: #055ba4;
}
/******* /MENU *******/
/******* CONTENT *******/
.tabContent{
	margin: 0 auto;
	background: #fff;
	border-top: 1px solid #d0ccc9;
	text-align: left;
	padding: 30px 0 20px;
	font-size: 12px;
	line-height: 125%;
}
.tabContent h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 52px;
	font-size: 32px;
}
/******* /CONTENT *******/
/******* DEFIB *******/
.tabContent.defib h1{
	background: transparent url(images/news.jpg) no-repeat scroll left top;
}
.tabContent.defib, .tabContent.trousse0{
	display: block;
}
/******* /DEFIB *******/
/******* COMPARATIF *******/
.tabContent.comparatif h1{
	background: transparent url(images/tuts.jpg) no-repeat scroll left top;
}
.tabContent.comparatif, .tabContent.trousse1, .tabContent.trousse2, .tabContent.trousse3, .tabContent.trousse4{
	display: none;
}
/******* /COMPARATIF *******/
#defibContainer .tabContent ul li{
	list-style-type: none;
	background-image: none;
	padding-left: 0;
}

#defibContainer .tabContent ul li.CHOneProduct{
	width: 210px;
	height: 345px;
	padding: 0;
	margin: 0 25px 30px 0;
	background:#fff;
	float: left;
	list-style-type: none;
	padding-left: 0;
}
#defibContainer .tabContent ul li.CHOneProduct:nth-child(3n+3){
	margin-right:0 !important;
}
#defibContainer .tabContent ul li.CHOneProduct.lastOfRow{
	margin-right:0 !important;
}


.CHproductSpecs{
	margin: 10px;
}
.CHOneProduct h3{
	margin: 0 0 10px;
	padding: 0;
	font-size: 13px;
	line-height: 120%;
	min-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
	
}
.CHpicture{
	display: block;
	width: 190px;
	height: 180px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px;
	-ms-behavior: url(/backgroundsize.min.htc);
}
.tabContent ul:after{
	content: "";
	clear: both;
}
.tabContent ul{
	display: block;
	overflow: hidden;
}
.starsMeter{
	padding-left: 90px;
	height: 16px;
	margin: 0 0 5px;
	display: inline-block;
	vertical-align: middle;
	background: url(img/stars4.png) no-repeat;
}
.starsMeter2{
	padding-left: 0;
	height: 12px;
	width: 68px;
	height:15px;
	margin: 0 auto;
	display: block;
	vertical-align: middle;
	background: url(img/stars4.png) no-repeat;
}
.zeroStar{
	background-position: 0 0;
}
.oneStar{
	background-position: 0 -22px;
}
.twoStar{
	background-position: 0 -22px;
}
.threeStar{
	background-position: 0 -43px;
}
.fourStar{
	background-position: 0 -65px;
}
.fiveStar{
	background-position: 0 -87px;
}
.sixStar{
	background-position: 0 -109px;
}
.sevenStar{
	background-position: 0 -131px;
}
.eightStar{
	background-position: 0 -152px;
}
.nineStar{
	background-position: 0 -174px;
}
.tenStar{
	background-position: 0 -196px;
}
.starsMeter2.zeroStar{background-position: 0 -217;}
.starsMeter2.oneStar{background-position: 0 -236px;}
.starsMeter2.twoStar{background-position: 0 -236px;}
.starsMeter2.threeStar{background-position: 0 -255px;}
.starsMeter2.fourStar{background-position: 0 -274px;}
.starsMeter2.fiveStar{background-position: 0 -293px;}
.starsMeter2.sixStar{background-position: 0 -312px;}
.starsMeter2.sevenStar{background-position: 0 -331px;}
.starsMeter2.eightStar{background-position: 0 -350px;}
.starsMeter2.nineStar{background-position: 0 -369px;}
.starsMeter2.tenStar{background-position: 0 -388px;}

/* @end */ 

/* @group comparison table */

.comparison_table {
	border:none;
	float:left;
	width: 100%;
	margin-bottom: 20px;
	background-color: #ffffff;
}
#defibContainer .tabContent .comparison_table ul {

	list-style:none;
	float:left;
	width:107px;
	margin:0 0 20px;
	padding:0px;
	text-align:center;
	background-color:#ffffff;
	border-bottom: 2px solid #b0cddd ;
}


#defibContainer .tabContent .comparison_table ul:nth-child(even) li{
	background-color:#e3f1f9;
}

#defibContainer .tabContent .comparison_table ul:nth-child(odd) li{
	background-color: #dceaf2;
}

#defibContainer .tabContent .comparison_table ul:nth-child(7n+7) li, #defibContainer .tabContent .comparison_table ul:first-child li{
	background-color: #ffffff;
}


#defibContainer .tabContent .comparison_table ul.labelList{
	width: 210px;
}
#defibContainer .tabContent .comparison_table ul li {
list-style-type: none;
position: relative;
background-image: none;
display:block !important;
margin: 0;
padding: 8px 5px 7px;
min-height: 15px !important;
height: 30px;
vertical-align: middle;
font: 13px/15px 'ProximaNovaRegular', "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}
#defibContainer .tabContent .comparison_table ul li span{
	display: block;
	text-align: center;
}
a.comparatifPicture{
	display: block;
	width: 87px;
	height: 87px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 0;
	margin: 0 5px 10px;
	-ms-behavior: url(/backgroundsize.min.htc);
}
#defibContainer .tabContent .comparison_table ul li:first-child, #defibContainer .tabContent .comparison_table ul.labelList li:first-child {
	font-size:11px;
	line-height: 130%;
	padding-top: 10px;
	height: 150px;
	color: #055ba4;
	text-transform: uppercase;
	font-weight:bold;
}

#defibContainer .tabContent .comparison_table  li a{
	text-decoration: none;
}
#defibContainer .tabContent .comparison_table ul:nth-child(even) li:nth-child(even) {
	
}
#defibContainer .tabContent .comparison_table ul li:nth-child(even) {
	
}
#defibContainer .tabContent .comparison_table ul li.sectionList {
	color:#000;
	background-color:#d5e6ef !important;
	border-bottom: 1px solid #b0cddd;
	border-top: 1px solid #b0cddd;
}
#defibContainer .tabContent .comparison_table .yesClass {
	background-image: url(img/tick.png);
	background-repeat: no-repeat;
	background-position: center;
}
#defibContainer .tabContent .comparison_table .noClass {
	background-image: url(img/cross.png);
	background-repeat: no-repeat;
	background-position: center;
}

#defibContainer .tabContent .comparison_table ul.labelList li{
	text-align: left;
	font: 10px/15px 'ProximaNovaRegular', "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 8px 5px 7px;
	border-right: 2px solid #b0cddd;
}



/* @end */


/*------------------------------------*\
    IMAGES
\*------------------------------------*/
.prodGallery ul, .prodGallery li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.prodGallery li a img{
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.prodGallery li.mainImg{
	display: block;
	width: 100%;
}
.prodGallery li.galThumb{
	display: block;
	float: left;
	width: 32%;
	margin: 10px 2% 0 0;
}
.prodGallery li.galThumb:nth-child[3n+3]{
	margin-right: 0;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width:480px) {
	.homepage .logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    top: 20px;
    left: auto;
	position: relative;
	display: block;
}
.home .header .homeTeaser {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    font-size: 1.5em;
    line-height: 120%;
    color: #fff;
    text-align: center;
}
}
@media only screen and (max-width:768px) {
#leftColumn, .mainNav{
	display: none;
}
section{
	width: 100% !important;
}
.logo {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    top: 11px;
    left: 20px;
}
.header .homeTeaser {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    left: 130px;
    width: 40%;
    font-size: 2em;
    line-height: 120%;
    color: #fff;
    text-align: left;
}
.homepage .bgSkills {
    display: none;
}

.fifty, .oneThird, .twoThird {
    display: inline-block;
    width: 99%;
    vertical-align: top;
}

.home .introduction p {
	text-align: justify;
}
#homeLinks{
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.sidebarHome .oneWidget {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    height: auto;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
.sidebarHome .oneWidget:nth-child(3n+1) {
    margin-right: 0;
    border-right: none;
}
.sidebarHome .oneWidget:nth-child(3n+3) {
    border: none;
    margin-left: 0;
}
.mc4wp-form form, .mc4wp-form input, .mc4wp-form label {
    max-width: 300px;
}
}
@media only screen and (min-width:481px) and (max-width:768px) {
	.home .header .homeTeaser {
    top: 50px;
    left: auto;
    right: 50px;
    width: 60%;
    font-size: 1.5em;
    line-height: 120%;
    color: #fff;
    text-align: right;
}
}
@media only screen and (max-width:982px) {
section{
	width: 65%;
}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
