/*
	Theme Name: 
	Theme URI: http://visualworker.net
	Description: Ceric Group 2018
	Version: 1.4.3
	Author: Rodrigo Conceicao
	Author URI: http://www.visualworker.net
	Tags: 


*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,300i,600,600i&subset=latin-ext');

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* 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-family: 'Montserrat', sans-serif;
	color:#1E1E1E;
	margin: 0;
	font-weight: 100;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
	    width: auto;
    height: auto;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

h1 {
	font-weight:normal;
	margin:0;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

header {
    width: 100%;
    height: 250px;
    float: left;
    font-weight: 200;
}


/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
footer {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
}





/*------------------------------------*\
  !!!  Mobile -768  !!!!!
\*------------------------------------*/

.fleche {
	display:none;
}
	
/* wrapper */
.inner_wrapper {
	width:100%;
	margin-left: 0%;
	margin-right: 0%;
	position:relative;
}

/*------------------------------------*\
    Header
\*------------------------------------*/
	
header {
	display: none;
}

.triangle {
	display: none;
}

.tagline {
	display: none;
}
.lang_switch {
	width: auto;
    text-align: right;
    position: absolute;
    z-index: 9999;
    right: 10px;
    margin-top: -40px;
}
.lang_switch li {
	display: inline;
}
.lang_switch li img {
	display: none;
}
.lang_switch a {
    font-size: 12px;
    color: black;
    text-decoration: none;
}
.lang_switch_mobile {
    width: 80%;
    float: right;
    height: 30px;
    text-align: right;
    margin-top: -40px;
    position: relative;
    z-index: 999;
    margin-right: 15px;
}

.lang_switch_mobile li {
	display: inline;
}

.lang_switch_mobile a {
    font-size: 12px;
    color: white;
    text-decoration: none;
}

.qtranxs-lang-menu a[href="#"] {
    display: none;
}

.mobile_logo {
	width: 20%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.9);
	border-bottom-right-radius: 15px;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

.mobile_logo img {
	width: 100%;
	height: auto;
}


/*------------------------------------*\
    Front page
\*------------------------------------*/

.slideshow {
	width: 100%;
	float: left;
	height: auto;
	padding: 0;
    overflow: hidden;
}
.fleche {
  margin-top: -137px;
    position: relative;
    z-index: 9999;
    text-align: center;
    float: left;
    width: 100%;
    color: white;
    font-size: 14px;
}
.fleche img {
    width: 69px;
}
.front_content {
	width: 100%;
	height: auto;
	border-top: 1px solid #afb2b0;
	border-bottom: 1px solid #afb2b0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	font-size: 17px;
	float: left;
}

.the_title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 40px;
	float: left;
    width: 100%;
}

.logo {
     width: auto;
    height: auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

.logo_wrapper {
       width: 100%;
    height: auto;
    margin-top: 13px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: table;
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
}

.front_shortcut {
	width: 100%;
	height: auto;
}

.front_shortcut_middle {
	width: 100%;
	height: auto;
}

.front_shortcut_down {
	width: 100%;
	height: auto;
}

.sc_image {
	width: 100%;
	height: auto;
}

.sc_image img {
	width: 50%;
	height: auto;
	float: left;
}

.sc_text {
	width: 100%;
	height: auto;
	background-color: #3b6c66;
	color: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
	float: left;
	font-size: 12px;
}

.front_shortcut_middle .sc_text {
	background-color: #c49902;
}

.front_shortcut_middle .sc_image img {
	width: 50%;
	height: auto;
	float: left;
}
.front_shortcut_down .sc_text {
	background-color: #e05d5d;
}

.front_shortcut_down .sc_image img {
	width: 100%;
	height: auto;
	float: left;
}

.sc_text h2 {
    margin: 0;
    font-weight: 100;
}

.sc_text a {
    color: #ffffff;
    font-weight: 700;
    font-size: inherit;
    margin-top: 5px;
    display: block;
}

.front_two_shortcut {
	width: 80%;
	margin-left: 10%;
	margin-top: 20px;
	height: auto;
	float: left;
}

.front_two_shortcut img {
    width: 100%;
    height: auto;
}

.front_two_title {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-top: -40px;
    line-height: 20px;
    position: relative;
}
/*------------------------------------*\
    Collection Chromatique Template
\*------------------------------------*/
.cliquez-coleurs {
    margin: -68px 56px 0 100px;
	}
.click-turn {
	    margin: -40px 0px -35px 0px;
    float: right;
}
/*------------------------------------*\
    Collection Papiers Template
\*------------------------------------*/

.head_image {
	width: 100%;
	height: auto;
	float: left;
}

.head_image img {
	width: 100%;
	height: auto;
}

.collection_description {
    width: 100%;
    height: 165px;
    background-color: rgba(49, 99, 103, 0.9);
    color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    float: left;
    font-size: 12px;
    margin-top: -165px;
    position: relative;
}

.collection_description h2 {
    margin: 0;
    font-weight: 100;
}

.boittom_line {
	display: none;
}

.collection_papiers_shortcut {
	width: 100%;
	margin-bottom: 10px;
	height: auto;
	float:left;
}

.collection_papiers_shortcut img {
    width: 100%;
    height: auto;
	margin-top:-40px;
}

.collection_papiers_title {
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    font-size: 20px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 0;
    line-height: 20px;
    position: relative;
}



/*------------------------------------*\
    Collection Tons Template
\*------------------------------------*/

.collection_papiers_shortcut_two {
    width: 80%;
    margin-left: 10%;
    margin-top: 80px;
    height: auto;
    float: left;
}

.collection_papiers_shortcut_two img {
    width: 100%;
    height: auto;
}

.collection_papiers_title_two {
    width: auto;
    height: auto;
    max-width: 95%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-top: -94px;
    line-height: 20px;
    position: relative;
    float: left;
}

.collection_tons_description {
    width: 100%;
    height: auto;
    background-color: rgba(0, 159, 206, 0.9);
    color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    float: left;
    font-size: 12px;
    margin-top: -130px;
    position: relative;
	text-align: center;
}

.collection_tons_description h2 {
    margin: 0;
    font-weight: bold;
}
.list-children {
display: table;
    text-align: center;
    width: 100%;
}
.list-children-2 {
display: table;
    text-align: center;
    width: 100%;
}
/*------------------------------------*\
   Post Template Index.php
\*------------------------------------*/
.head_post {
    width: 100%;
    height: 250px;
    float: left;
    overflow: hidden;
}

.head_post img {
    width: auto;
    height: 100%;
    float: right;
}

.post_description {
    width: 70%;
    height: 480px;
    background-color: rgba(41, 129, 149, 1);
    color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    padding-top: 20px;
    float: left;
    font-size: 12px;
    position: relative;
	font-weight:300;
}
.post_description p { margin:0}

.post_description h2 {
    margin: 0;
    font-weight: 100;
}

.post_shortcut_two {
    width: 100%;
    height: auto;
}

.post_shortcut_two img {
    width: 50%;
    height: auto;
    float: left;
}

/*------------------------------------*\
    Contact Template
\*------------------------------------*/
.page-template-page_contact .head_image {
background-size:cover;

}

.contact_square {
    width: 80%;
    height: auto;
    margin-left: 10%;
    background-color: #ffffff;
    margin-top: 40px;
    float: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-top: 20px;
    margin-bottom:-100px;

}

.contact_title {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #afb2b0;
    color:#afb2b0;
    font-size: 18px;
}

.contact_adress {
    width: 99%;
    height: auto;
    float: left;
	margin-left: 1%;
	font-size: 14px;
}

.contact_adress img {
    width: 80%;
    margin-left: 10%;
}

.contact_form {
    width: 80%;
    height: auto;
    margin-left: 10%;
    float: left;
}

.contact_text {
    text-align: center;
    font-size: 14px;
}

.contact_form .wpcf7-text {
    width: 100%;
    font-size: 13px;
}

.contact_form .wpcf7-textarea {
    width: 100%;
    font-size: 13px;
}

.contact_form .wpcf7-submit {
    width: auto;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border: 0;
    background-color: #999999;
    color: #ffffff;
    font-size: 12px;
    float: right;
}

.presse_slider {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 140px;
}

.location_title {
	width: auto;
    height: auto;
    border: 1px solid #000000;
    display: table;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -21px;
    position: relative;
    z-index: 999;
    background-color: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

/*------------------------------------*\
    Post-Gallery.php
\*------------------------------------*/

.post_gallery {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 80px;
}

.post_gallery_picture_1 {
    width: 60%;
    height: 200px;
    float: left;
}

.post_gallery_picture_2 {
    width: 40%;
    height: 200px;
    float: left;
}

.post_gallery_picture_3 {
    width: 50%;
    height: 200px;
    float: left;
}

.post_gallery_picture_4 {
    width: 50%;
    height: 200px;
    float: left;
}

.post_gallery_picture_5 {
    width: 70%;
    height: 200px;
    float: left;
}

.post_gallery_picture_6 {
    width: 30%;
    height: 200px;
    float: left;
}

.galerie {
float:left;
    width: 100%;
margin-top: 50px;
}
/*------------------------------------*\
    Footer
\*------------------------------------*/

.foot_adress {
    width: 80%;
    height: auto;
    margin-left: 10%;
    font-size: 12px;
    text-align: center;
    border-top: 0px solid #afb2b0;
    margin-bottom: 20px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}

.copyright_box {
	border-top: 1px solid #afb2b0;
}

.copyright {
	margin: 15px;
	text-align: left;
	float: left;
}
  .copyright li {
    list-style: none;
    display: inline-block;
    }

.copyright_box img {
    float: right;
    width: 30px;
    height: auto;
	margin-right: 10px;
}


/*------------------------------------*\
	!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!!!! TAB 500-768px  !!!!!!
	!!!!!!!!!!!!!!!!!!!!!!!!!!
\*------------------------------------*/

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


.collection_papiers_shortcut {
	width: 50%;

}
}

/*------------------------------------*\
	!!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!!!! TAB -1024px  !!!!!!
	!!!!!!!!!!!!!!!!!!!!!!!!!!
\*------------------------------------*/

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

/*------------------------------------*\
    Header
\*------------------------------------*/
header {
    display: inherit;
    z-index: 999;
    position: relative;

}

.home header {
	margin-top: 0px;
}

.mobile_logo {
	display: none;
}

.header {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 999;
    float: left;
    min-height: 90px;
}

.triangle-down{
    box-sizing: content-box;
    width: 50%; 
    height: 0;
    padding-left:50%;
    padding-top: 5%; 
    overflow: hidden;
	position: relative;
}
.triangle-down div {
    width: 0;
    height: 0;
    margin-left:-1000px; 
    margin-top:-100px; 
    border-left: 1000px solid transparent; 
    border-right: 1000px solid transparent; 
    border-top: 100px solid rgba(255, 255, 255, 0.8); 
}
	
	.fleche {
		display: block;
	}


.topline {
	width: 100%;
	height: auto;
	float: left;
}

.lang_switch_mobile {
	display: none;
}

.lang_switch {
	margin-top: 0px;
}

.lang_switch li {
	display: inline;
}

.lang_switch a {
    font-size: 12px;
    color: black;
    text-decoration: none;
}

.tagline {
    display: inherit;
    font-size: 17px;
    color: black;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    z-index: 999;
    position: relative;
    float: left;
    margin-left:0;
}

.menu_box {
    width: 100%;
    height: auto;
    float: left; 
    margin-top: -90px;
    position: relative;
    z-index: 999;
}

.logo_header {
    float: left;
    width: 26%;
    position: relative;
    z-index: 2;
}

.header_menu_left{
	float: left;
	width: 37%;
	text-align: left;
}

.header_menu_left ul {
    margin: 0;
    padding: 0;
}

.header_menu_right{
	float: right;
	width: 37%;
	text-align: right;
}

.header_menu_right ul {
    margin: 0;
    padding: 0;
}

.header_menu_left li {
	display: inline;
}

.header_menu_left a {
	color: black;
	font-size: 14px;
    margin-left: 5px;
}

.header_menu_right li {
	display: inline;
}

.header_menu_right a {
	color: black;
	font-size: 14px;
    margin-left: 5px;
}

.slideshow {
    margin-top: -250px;
	float: left;
	padding: 0;
    overflow: hidden;
}



/*------------------------------------*\
    FrontPage
\*------------------------------------*/
.front_shortcut_middle {
	float: left;
	height: 250px;
	overflow: hidden;
}

.front_shortcut_middle .sc_image {
	float: right;
}

.front_shortcut_middle .sc_text {
	float: left;
	
}

.front_shortcut_down {
	float: left;
	height: 250px;
	overflow: hidden;
}

.front_shortcut_down .sc_text {
	
}

.front_two_shortcut {
    width: 33%;
    margin-left: 0;
}

.inner_wrapper {
	max-width: 960px;
	margin-left: auto;
    margin-right: auto;
}

.front_shortcut {
    float: left;
	height: 250px;
	overflow: hidden;
}

.sc_text {
    width: 34%;
	min-height: 450px;
	padding: 40px;
	font-size: 11px;
}
	
.sc_text h2 {
    font-size: 15px;
}

.sc_image {
    width: 66%;
}

/*------------------------------------*\
    Collecction Papiers Template
\*------------------------------------*/

.head_image {
    margin-top: -250px;
}


.collection_description {
    width: 74%;
    margin-left: 13%;
    margin-top: -215Px;
}

.bottom_line {
    display: inherit;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: -50px;
    position: relative;
}

.collection_papiers_shortcut {
    width: 33.333%;
    margin-left: 0;
	margin-top: 0;
}

.list-children-2 .collection_papiers_shortcut {
    width: 50%;
    margin-left: 0;
	margin-top: 0;
	float:left;
}

.collection_papiers_shortcut_two {
    width: 33.333%;
    margin-left: 0;
    margin-top: 40px;
	margin-top: 0;
}

/*------------------------------------*\
    Collection Tons Template
\*------------------------------------*/

.collection_tons_description {
    width: 70%;
    margin-left: 15%;
	text-align: center;
}

.collection_papiers_shortcut_two img {
    float: left;
}

/*------------------------------------*\
    Post Template Index.php
\*------------------------------------*/

.head_post {
    width: 100%;
    height: 550px;
    float: left;
    overflow: hidden;
    margin-top: -250px;
}

.post_description {
    width: 30%;
    height: 550px;
    padding-top: 134px;
}

.post_shortcut_two img {
    width: 33.33%;
}

/*------------------------------------*\
    Contact Template
\*------------------------------------*/
.contact_square {
margin-top:250px;
}
.contact_title {
    width: 60%;
    margin-left: 20%;
    font-size: 22px;
}

.contact_adress {
    width: 44%;
	margin-top: 25px;
	margin-left: 1%;
}

.contact_form {
    width: 45%;
    height: auto;
    margin-right: 5%;
    float: right;
    margin-top: 25px;
	margin-left: 5%;
}

/*------------------------------------*\
    Post-Gallery.php
\*------------------------------------*/

.post_gallery_picture_1 {
    width: 37%;
    height: 300px;
}

.post_gallery_picture_2 {
    width: 26%;
    height: 300px;
}

.post_gallery_picture_3 {
    width: 37%;
    height: 300px;
}

.post_gallery_picture_4 {
    width: 25%;
    height: 300px;
}

.post_gallery_picture_5 {
    width: 40%;
    height: 300px;
}

.post_gallery_picture_6 {
    width: 35%;
    height: 300px;
}


/*------------------------------------*\
    Footer
\*------------------------------------*/

.foot_adress {
    font-size: 15px;
}



}
/*------------------------------------*\
	!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!!! Desktop min 900px !!!!!
	!!!!!!!!!!!!!!!!!!!!!!!!!
\*------------------------------------*/

@media only screen and (min-width:900px) {
	
.sc_text {
	font-size: 12px;
}
	
.sc_text h2 {
    font-size: 17px;
}	


}

/*------------------------------------*\
	!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!!! Desktop -1140 !!!!!
	!!!!!!!!!!!!!!!!!!!!!!!!!
\*------------------------------------*/
@media only screen and (min-width:1024px) {
/*------------------------------------*\
    Header
\*------------------------------------*/

.menu_box {
    margin-top: -105px;
}


/*------------------------------------*\
    single.php
\*------------------------------------*/

.post_description {
    padding-top: 170px;
    font-size: 15px;
}
/*------------------------------------*\
    FrontPage
\*------------------------------------*/



.front_shortcut {
    height: 330px;
}

.front_shortcut_middle {
    height: 330px;
}

.front_shortcut_down {
    height: 330px;
}

.sc_text h2 {
    font-size: 22px;
}

.sc_text {
    font-size: 15px;
}



/*------------------------------------*\
    Contact Template
\*------------------------------------*/

.contact_square {
    width: 60%;
    margin-left: 20%;
	margin-top: 250px;
	margin-bottom: -100px;
}

/*------------------------------------*\
    Post-Gallery.php
\*------------------------------------*/

.post_gallery_picture_1 {
    width: 37%;
    height: 350px;
}

.post_gallery_picture_2 {
    width: 26%;
    height: 350px;
}

.post_gallery_picture_3 {
    width: 37%;
    height: 350px;
}

.post_gallery_picture_4 {
    width: 25%;
    height: 350px;
}

.post_gallery_picture_5 {
    width: 40%;
    height: 350px;
}

.post_gallery_picture_6 {
    width: 35%;
    height: 350px;
}



}

/*------------------------------------*\
	!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!!! Desktop -1280 !!!!!
	!!!!!!!!!!!!!!!!!!!!!!!!!
\*------------------------------------*/
@media only screen and (min-width:1140px) {

.contact_square {
margin-top:350px;
}

.header {
	min-height: 90px;
}

.menu_box {
	margin-top: -100px;
}

.tagline {
    font-size: 18px;
    margin-top: 15px;
}

.front_shortcut {
    height: 360px;
}

.front_shortcut_middle {
    height: 360px;
}

.front_shortcut_down {
    height: 360px;
}

.sc_text h2 {
    font-size: 25px;
}

.sc_text {
    font-size: 15px;
}



}

/*------------------------------------*\
	!!!!!!!!!!!!!!!!!!!!!!!!!
    !!!!! Desktop -1400 !!!!!
	!!!!!!!!!!!!!!!!!!!!!!!!!
\*------------------------------------*/
@media only screen and (min-width:1280px) {
/*------------------------------------*\
    Header
\*------------------------------------*/




/*------------------------------------*\
    FrontPage
\*------------------------------------*/
	
.front_shortcut {
    height: 420px;
}

.front_shortcut_middle {
    height: 420px;
}

.front_shortcut_down {
    height: 420px;
}

.sc_text h2 {
    font-size: 27px;
}

.sc_text {
    font-size: 18px;
}

/*------------------------------------*\
    Collection Papiers Template
\*------------------------------------*/



.collection_description {
    width: 60%;
    margin-left: 20%;
    margin-top: -215Px;
    font-size: 14px;
}

/*------------------------------------*\
    Collection Tons Template
\*------------------------------------*/

.collection_tons_description {
    width: 50%;
    height: auto;
    font-size: 12px;
    margin-top: -222px;
    margin-left: 25%;
    font-size: 15px;
	text-align: center;
}

/*------------------------------------*\
    Post-Gallery.php
\*------------------------------------*/

.post_gallery_picture_1 {
    width: 37%;
    height: 400px;
}

.post_gallery_picture_2 {
    width: 26%;
    height: 400px;
}

.post_gallery_picture_3 {
    width: 37%;
    height: 400px;
}

.post_gallery_picture_4 {
    width: 25%;
    height: 400px;
}

.post_gallery_picture_5 {
    width: 40%;
    height: 400px;
}

.post_gallery_picture_6 {
    width: 35%;
    height: 400px;
}






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

}

/*------------------------------------*\
    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;
	}
}
#wprmenu_bar .bar_logo {
	height:34px !important;
}
