/*
Theme Name: Tarali
Theme URI: http://memo-web.fr/categorie-wordpress-250.php
Author: Tarabusk
Author URI: http://tarabusk.net
Description: 1.4.6 release may provoke some changes on the front page. A Simple Wordpres Theme. Tarali is a clean and simple responsive theme, with page/post templates – Full width page, Left sidebar and Right Side Bar Template, Contact page Template. The theme allows you to design the header (header color, font color, choice of fonts family), The Home Page is fully customizable : Sliders and 4 blocks with text,image and link. The theme is SEO Friendly and has plenty of user-friendly options.  The theme is translation ready and as for now translated into French.  Get Free Support on http://tarabusk.net - CAREFUL : Version 1.4.4 may change the way your front page is displayed 
Version: 1.4.6
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tarali
Domain Path: /languages/
Tags: white, green,light,one-column,right-sidebar,left-sidebar,custom-background,custom-colors,featured-images,flexible-header,full-width-template, custom-header,custom-menu,translation-ready
This theme, like WordPress, is licensed under the GPL.
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

#masthead,article {
border-bottom: 1px solid #eaeaea;
}
#masthead{
min-height:96px;
}
article:nth-last-child(1) {
border-bottom: none;
}
#colophon{
min-height:30px;padding:15px 0;text-align:center;
}
footer{
border-top: 1px solid #eaeaea;font-size: 90%;
}
footer.entry-meta{
border-top:none;padding:5px 0;
}
#masthead a, #colophon a{
color:#222222;
}

ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: 0;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a:hover{
 
}
a img {
	border: 0;
}



/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;	
	font-size: 16px;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;font-weight:bold;padding:7px 0px;
}
h1{
text-align:center;
font-size:24px;
padding:12px 0px;
}
h2{
font-size:22px;padding:10px 0px;
}
h3{
font-size:20px;
}
h4{
font-size:18px;
}
h5{
font-size:17px;
}
h6{
font-size:16px;
}
hr {
      border:1px solid #efefef;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0.5em 0 0 0;
	padding : 0 0 0 0.5em ;
	border-left: 5px solid #bee915;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eaeaea;
	background: #ffffff;
	color: #bee915;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 16px;	
	line-height: 1;
	padding: .4em 1em .4em;	
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	transition: color 0.8s;
  -moz-transition: color 0.8s;
  -webkit-transition: color 0.8s;
  -o-transition: color 0.8s;
	text-decoration :none;
}
a:visited {
	/*color: #323232;*/
}
a:hover,
a:focus,
a:active {
	transition: color 0.5s;
  -moz-transition: color 0.5s; 
  -webkit-transition: color 0.5s; 
  -o-transition: color 0.5s;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/* =En tête du site
----------------------------------------------- */
.site-title{
font-size:50px;
float:left;margin-right:15px;
}
.title_letter{
  color:#bee915;font-size:55px;
  text-transform:uppercase;
}
.site-description{
font-size:22px;float:left;height:100%;line-height:80px;margin-left:70px;
}
.pt_header{float:left;line-height:80px;
font-size:40px;
}
.pt_header>div{
position:absolute;
}

.pt_header>div:nth-child(2){
margin-left:20px;
}
.pt_header>div:nth-child(3){
margin-left:40px;
}
/*
.pt_header  #pt_1{
margin-top:0px;
-webkit-transition: margin 0.3s ease-in-out;
-moz-transition: margin 0.3s ease-in-out;
-o-transition: margin 0.3s ease-in-out;
transition: margin 0.3s ease-in-out;
}
.pt_header:hover  #pt_1{

margin-top:-20px;
-webkit-transition: margin 0.2s ease-out;
-moz-transition: margin 0.2s ease-out;
-o-transition: margin 0.2s ease-out;
transition: margin 0.2s ease-out;
}
.pt_header:hover  #pt_2{
 transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
margin-top:-20px;
-webkit-transition: margin 0.2s ease-out;
-moz-transition: margin 0.2s ease-out;
-o-transition: margin 0.2s ease-out;
transition: margin 0.2s ease-out;
}
*/
.tititara_width, main, #home, #content{
max-width: 940px;
margin:auto;

}

.entry-content .wp-post-image {
display:block; margin:auto;padding:5px;
}
.entry-summary .wp-post-image {
display:block; margin:auto;padding:5px;float:left;
}
.entry-meta{
text-align:right;
font-style:italic;
color:#757575;
}
#primary-home{
margin-top:15px;text-align:center;
}
#primary-home h2{

}
#primary-home  .entry-content,#primary-home .hentry{
padding:0;margin:0;
}



/* =Menu
----------------------------------------------- */


.main-navigation, .menu_header{
float:right;
position:relative;
}
.main-navigation ul,.menu_header ul {
list-style: none;
margin: 0;
padding: 0;
}
.main-navigation li, .menu_header li {
position:relative;display:inline-block;margin: 0;
}
.main-navigation a, .menu_header a {
width:100%;
transition: color 0.8s;
  -moz-transition: color 0.8s; /* Firefox 4 */
  -webkit-transition: color 0.8s; /* Safari and Chrome */
  -o-transition: color 0.8s; /* Opera */
}
#site-navigation ul ul, .main-navigation ul ul {
padding:0px 2px 5px 0px;
}

.main-navigation ul ul,.menu_header ul ul{
top:40px;
width:190px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
float: left;
left: 0;
position: absolute;
z-index: 99999;
background:#ffffff;
}

.main-navigation ul ul a,.menu_header ul ul a{
font-size:13px!important;
  display:inline-block;width:100%;
}

#top-menu-secondary ul ul{
top:inherit;width:180px;
}

.main-navigation ul ul ul,.menu_header ul ul ul{
font-size:13px;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);
display: none;
float: left;
left: 180px;
margin-top:-40px;
border-top:1px solid #222222;

z-index: 99999;
}

.main-navigation ul ul li,.menu_header ul ul li{
 width:100%;height:inherit;
}

.main-navigation, ul ul li a,.menu_header ul ul li a{
line-height:14px;text-wrap:none;
padding:3px 5px;
transition: margin-left 0.5s;
 -moz-transition: margin-left 0.5s; /* Firefox 4 */
 -webkit-transition: margin-left 0.5s; /* Safari and Chrome */
 -o-transition: margin-left 0.5s; /* Opera */
}
.main-navigation ul ul li:after {
content:"";
}
.main-navigation ul ul li a:hover, .menu_header ul ul li a:hover{
  margin-left:5px;
}

.main-navigation ul li {
padding: 0  7px 0 0;
height:40px;
}
.main-navigation ul li:after {
content:"     /";
}
.main-navigation ul li:last-child {
padding-right: 0 ;
}
.main-navigation ul li a{
height: 30px;line-height: 30px;
}

#top-menu-secondary ul li a{
border-left:1px solid;padding: 0 0 0 5px;
}
#top-menu-secondary ul  li:nth-child(1) a, #top-menu-secondary ul ul li a{
border-left:none;
}
#top-menu-secondary a {
font-size: 14px;
}
#top-menu-primary {
min-height:40px;
}
/* Gaëlle */
#top-menu-primary  ul{

}
 #top-menu-secondary a, #top-menu-primary a {
font-size:15px; text-transform:uppercase;
transition: color 0.8s;
  -moz-transition: color 0.8s; /* Firefox 4 */
  -webkit-transition: color 0.8s; /* Safari and Chrome */
  -o-transition: color 0.8s; /* Opera */
}

#top-menu-secondary a:hover, #top-menu-primary a:hover , .menu a:hover, .main-navigation ul li a:hover{
color:#bee915!;
transition: color 0.6s,margin-left 0.3s;
  -moz-transition: color 0.6s,margin-left 0.3s; /* Firefox 4 */
  -webkit-transition: color 0.6s,margin-left 0.3s; /* Safari and Chrome */
  -o-transition: color 0.6s,margin-left 0.3s; /* Opera */
}

.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}

#et_active_menu_item {
	background: #bee915;
	height: 4px;
	display: block;
	position: absolute;
	margin-top: -10px;
	left: 0;
	pointer-events: none;
}

/* Small menu */
.menu-toggle, .menu-toggle-2 {
	cursor: pointer;
	display: none;
	border-radius: 0px 0px 14px 14px;
	-moz-border-radius: 0px 0px 14px 14px;
	-webkit-border-radius: 0px 0px 14px 14px;
	height:13px;
	width:25px;
	border-top:3px solid #222222;
	background:#bee915;
    cursor: pointer;
    margin:3px;  
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.menu-toggle.ouvert {
-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.menu-toggle-2.ouvert {
-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* = Home Page
----------------------------------------------- */

/** Slogan **/

#slogan_HP{
text-align:center;
font-size:20px;
padding : 15px 0;

}

.blog_block{
margin-top:10px;
}
.home_block{
border-top:1px solid #eaeaea;
padding: 18px 0;
}
.two_blocs{
height:160px;
width:100%;
margin-top:15px; 
}
.two_blocs a{
display:inline-block;
width:100%;height:100%;
}

.t_bloc{
padding:2px;
background:#ffffff;
transition: margin-top 0.3s;
-moz-transition: margin-top 0.3s; /* Firefox 4 */
-webkit-transition: margin-top 0.3s; /* Safari and Chrome */
-o-transition: margin-top 0.3s; /* Opera */
float:left;
text-align:center;
width:450px;
height:150px;
border:1px solid #eaeaea;
}
.t_bloc:nth-child(even) { 
float:right;
}
.t_bloc:hover{

border-top:1px solid #dbdbdb;
border-bottom:1px solid #dbdbdb;

margin-top:-3px;

transition: color 0.5s, margin-top 0.5s;
-moz-transition: color 0.5s, margin-top 0.5s; /* Firefox 4 */
-webkit-transition: color 0.5s, margin-top 0.5s; /* Safari and Chrome */
-o-transition: color 0.5s, margin-top 0.5s; /* Opera */
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;margin:  auto; display:block;
}
.featured_video{
margin : 10px;
}
.featured_video iframe{
width:600px; height:400px;
}



/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Differents Templates
----------------------------------------------- */
.content-area-left{
	float: left;
	padding: 5px;
	width: 74%;
	margin-left:2%;
}

.content-area-right{
	float: right;
	width: 74%;
	padding: 5px;
	margin-right:2%;
}
.widget-area{
float:right;
width:19%;
padding: 10px 8px;
font-size:90%;
}
.widget-title{
font-size:15px;
text-align:left;
font-weight:bold;
padding:8px 2px;
}


/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

.paging-navigation{
clear:both;margin-bottom:8px;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

	 
	 /**** NETWORK PANEL ****/
	 #network{
	
	 width:25px;
	 right:0;
	 position:absolute;
	 margin:0px 3px;
	 
	 }
	 .network{
	 width:25px;height:25px;
	  -webkit-transition:-webkit-transform .9s; -moz-transition:-moz-transform .9s; -o-transition:-o-transform .9s; transition:transform .9s
	 }
	 .network:hover{ -webkit-transform:rotate(540deg); -moz-transform:rotate(540deg); -o-transform:rotate(540deg); transform:rotate(540deg);
	filter: progid:dximagetransform.microsoft.basicimage(rotation=1);
	}

	
/**************************/

#calendar_wrap table{
width:200px;
}
.footer-right{
float:right;
width:33%;
}
.footer-center{
float:left;
width:33%;
}
.footer-left{
float:left;
width:33%;
}
.clear{
clear:both;
}
/**********************/
.t_bloc_1{
   border:1px solid #eaeaea;
    display: inline-block;
    margin-right:9px;
    height: 180px;
    outline: medium none;
    overflow: hidden;
    text-align: center;
    
    width: 222px;
	transition: box-shadow 500ms ease-in-out 0s;
	}
	.t_bloc_1:nth-child(4){
	margin-right:0px;
	}
	
.t_bloc_1:hover{
    box-shadow: 0 0 1px 230px rgba(0, 0, 0, 0.6) inset, 0 0 0 3px #D5AD94 inset;
	transition: box-shadow 400ms ease-in-out 0s;
}

.t_bloc_1 h3 {
color: rgb(235, 235, 235 );
font-size: 27px;
line-height: 180px;
text-shadow: 1px 0px 1px #454545;
text-transform: uppercase;
-webkit-transition: text-shadow 400ms ease-in-out, opacity 1.5s ease-in-out;
-moz-transition: text-shadow 400ms ease-in-out, opacity 1.5s ease-in-out;
-o-transition: text-shadow 400ms ease-in-out, opacity 1.5s ease-in-out;
-ms-transition: text-shadow 400ms ease-in-out, opacity 1.5s ease-in-out;
transition: text-shadow 400ms ease-in-out, opacity 1.5s ease-in-out;
height:auto;
}
.t_bloc_hover h3{
text-shadow: 0px 0px 100px #fff;
opacity:0;
-webkit-transition: text-shadow 400ms ease-in-out, opacity .15s ease-in-out;
-moz-transition: text-shadow 400ms ease-in-out, opacity .15s ease-in-out;
-o-transition: text-shadow 400ms ease-in-out, opacity .15s ease-in-out;
-ms-transition: text-shadow 400ms ease-in-out, opacity .15s ease-in-out;
transition: text-shadow 400ms ease-in-out, opacity .15s ease-in-out;
}
.t_bloc_1 p {
text-shadow: 0px 0px 100px #fff;
overflow:hidden;
position:absolute;width:210px;height:150px;padding:20px 5px 0px 5px;
/*color: transparent;*/
color: rgb(235, 235, 235 );opacity:0;
-webkit-transition: text-shadow 400ms ease-in-out, opacity 1s ease-in-out 0.2s;
-moz-transition: text-shadow 400ms ease-in-out, opacity 1s ease-in-out 0.2s;
-o-transition: text-shadow 400ms ease-in-out, opacity 1s ease-in-out 0.2s;
-ms-transition: text-shadow 400ms ease-in-out, opacity 1s ease-in-out 0.2s;
transition: text-shadow 400ms ease-in-out, opacity 1s ease-in-out 0.2s;
}
.t_bloc_hover p{
opacity:1;
text-shadow: 0px 0px 1px #fff;
-webkit-transition: text-shadow 400ms ease-in-out, opacity 1s ease-in-out 0.2s;
-moz-transition: text-shadow 400ms ease-in-out, opacity 1s ease-in-out 0.2s;
-o-transition: text-shadow 400ms ease-in-out, opacity 1s ease-in-out 0.2s;
-ms-transition: text-shadow 400ms ease-in-out, opacity 1s ease-in-out 0.2s;
transition: text-shadow 400ms ease-in-out, opacity 1s ease-in-out 0.2s;
}

.t_bloc_1 a:hover, .t_bloc_1 a:focus, .t_bloc_1 a:active {
color: #ffffff;text-shadow: 0px 0px 1px #fff;
}

/***************/
#tarali_wrap{
border-bottom:1px solid #eaeaea;
}

/***************/

/** Contact Form **/
.screenReader { left: -9999px; position: absolute; top: -9999px; }
.thanks {  padding:10px; }

/*****Forms*****/

ol.forms { float: left; list-style: none; margin: 0; width: 100%; }
ol.forms li { 
	clear: both; 
	float: left; 
	margin-bottom: 18px; 
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	padding-right: 20px;
	width: 100px;
}
ol.forms input, ol.forms textarea {
	border: 1px solid #eaeaea;
	border-radius: 3px;
	font: inherit;
	-moz-border-radius: 3px;
	padding: 2px;
	-webkit-border-radius: 3px;
	width: 214px;
}
ol.forms input:hover, ol.forms textarea:hover{
background:#f6f6f6;
}
ol.forms input:focus , ol.forms textarea:focus {
background:#fafafa;
}
ol.forms textarea { height: 180px; width: 650px; }
ol.forms input:focus, ol.forms textarea:focus { background-color: #ececec;  }
.error { display:none; color: #9b2839;display:inline-block; }
ol.forms li .error { font-size: 15px; margin-left: 20px; line-height:15px;}
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
ol.forms li.screenReader { margin-bottom: 0; }

ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }

/* NINTH EXAMPLE*/

.view {
   width: 300px;
   height: 200px;
   margin: 0px 17px 17px 0px;
   float: left;
 
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view:nth-child(3n + 3) {
   margin-right:0;
   }
.view .mask,.view .hp_post {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
} 
.view-ninth .mask-1, .view-ninth .mask-2 {
    background-color: rgba(0, 0, 0, 0.6);
    height: 361px;
    width: 361px;
    background: rgba(0, 0, 0, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}
.view-ninth .mask-1 {
    left: auto;
    right: 0;
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.view-ninth .mask-2 {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(56.5deg) translateX(180px);
    -moz-transform: rotate(56.5deg) translateX(180px);
    -o-transform: rotate(56.5deg) translateX(180px);
    -ms-transform: rotate(56.5deg) translateX(180px);
    transform: rotate(56.5deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.view-ninth .hp_post {
    background: rgba(0, 0, 0, 0.9);
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 361px;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}
.view-ninth h2 {
    background: transparent;
    margin-top: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.view-ninth a.info {
    display: none;
}
.view-ninth:hover .hp_post {
    height: 120px;
    width: 300px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    top: 40px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
}
.view-ninth:hover .mask-1, .view-ninth:hover .mask-2 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.view-ninth:hover .mask-1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}
.view-ninth:hover .mask-2 {
    -webkit-transform: rotate(56.5deg) translateX(-1px);
    -moz-transform: rotate(56.5deg) translateX(-1px);
    -o-transform: rotate(56.5deg) translateX(-1px);
    -ms-transform: rotate(56.5deg) translateX(-1px);
    transform: rotate(56.5deg) translateX(-1px);
}
.title-no-thumb{
position: absolute;
width: 300px;
padding: 5px;
background: #f5f5f5;
margin-top: -40%;
}

.nav-links a:nth-child(2){
float:right;
}
.nav-links{
padding:5px 0;
border-top:1px solid #eaeaea;
border-bottom:1px solid #eaeaea;
}

.contact_form{
margin-top:25px;
}
.post_list{
float:left; width:23%; height:300px;border:1px solid #eaeaea;margin:8px 4px;overflow:hidden;font-size:14px;
}
.post_list h2{
font-size:18px;padding:5px 2px;text-align:center;
}
.post_list img{
float:none !important;width:100%;padding:0!important;max-height:150px;
}
.post_list .entry-summary{
padding-top:0;
}
.post_list:nth-last-child(1) {
border-bottom: 1px solid #eaeaea;
}
/************************/
@media (max-width: 1000px) { 
	#top-menu-secondary{
	margin-right:30px;
	-webkit-transition: margin-right 400ms ease-in-out;
	-moz-transition: margin-right 400ms ease-in-out;
	-o-transition: margin-right 400ms ease-in-out;
	-ms-transition: margin-right 400ms ease-in-out;
	transition: margin-right 400ms ease-in-out;}
}
@media screen and (max-width: 950px) {
.view:nth-child(3n + 3) {
   margin-right:17px;
   }
	.t_bloc_1:nth-child (3){display:none;float:left;}
	.t_bloc_1:nth-child (4){display:none;float:left;}
	.home_block{margin-left:6px;}
}

@media screen and (max-width: 650px) {
.view{
margin:10px auto ;float:none;
}
.view:nth-child(3n + 3) {
   margin-right:auto;
   }
}
@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu{
		display: block;
		float:left;
	}
	#top-menu-primary{
	  min-height:0;
	}
	
	.main-navigation ul li:after {
		content:"";
		}
	
	.menu-toggle-2{
	  display: block;float:right;margin-right:30px;
	}
	
	#site-navigation ul li {
		display: block;
		height:auto;
	}
	#site-navigation ul ul{
		  background-color: #ffffff;
		  
		}
	.main-navigation ul, #top-menu-secondary:not(.none){
	  display: none;
	}
	#top-menu-secondary.toggled {
	display: block;width:150px;
	}
	#top-menu-secondary ul ul {
	position:relative;width:inherit;float:none;
	}
	.main-navigation{
	  float:left;
	}
	
	#top-menu-secondary:not(.none) {
	margin-right:2px;
	}
	#top-menu-secondary:not(.none) li{
	 display:block;
	}
	#top-menu-secondary:not(.none) ul li a{
	border:none;
	}
	#site-navigation ul  ul,#top-menu-secondary ul ul{
		float: none;
		position:relative;
		display:none;
		top:0;
		padding-left:12px;
		box-shadow: none;
       -moz-box-shadow:none ;
      -webkit-box-shadow:none ;
	}
	#site-navigation ul>li a:before, #top-menu-secondary ul>li a:before{
	  content:  " \2219 ";
	  color : #bee915;
	  padding-right:5px;
	}
	#site-navigation ul ul>li a:before, #top-menu-secondary ul ul>li a:before{
	  content:  " ";
	}
	.main-navigation ul li{
		display: none;
		
	}
	.nivo-caption p {
	  display:none;
	}
	#et_active_menu_item{
	  display:none;
	}
	#calendar_wrap table{
	min-width:150px;
	}
	.content-area-left, .content-area-right{
	  width:100%;
	}
	#secondary{
	display:none;
	}
	.site-description{
	margin-left:0;
	padding-top: 25px;
	line-height: 22px;
	-webkit-transition: padding-top 400ms ease-in-out;
	-moz-transition: padding-top 400ms ease-in-out;
	-o-transition: padding-top 400ms ease-in-out;
	-ms-transition: padding-top 400ms ease-in-out;
	transition: padding-top 400ms ease-in-out;}

	.pt_header{
	display:none;
	}
	
}


