/*
Theme Name: TYEYE
Theme URI: http://www.themeurl.com/
Author: Vision Identity Team
Author URI: http://www.visionidentity.com
Version: 1.0
*/


          /*---------- Structure ----------*/
		  
* { 
	margin:0;
	padding:0;
	outline:0;
	box-sizing:border-box;
}

img { 
	border:none;
	max-width:100% ;
	height:auto;
}

a { 
	text-decoration:none;
	color:#000;	
}


@font-face {
	font-family: "Myriad Pro";
	src: url('fonts/MyriadPro-Regular.eot') format('embedded-opentype');
	src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/MyriadPro-Regular.svg#Myriad Pro') format('svg'),
		 url('fonts/MyriadPro-Regular.woff') format('woff'),
		 url('fonts/MyriadPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Josefin Slab";
	src: url('fonts/JosefinSlab.eot');
	src: url('fonts/JosefinSlab.eot?#iefix') format('embedded-opentype'),
		 url('fonts/JosefinSlab.woff') format('woff'),
		 url('fonts/JosefinSlab.ttf') format('truetype'),
		 url('fonts/JosefinSlab.svg#JosefinSlab') format('svg');
	font-weight: normal;
	font-style: normal;
}


h1 {font-size: 24px;}	
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

h1, h2, h3, h4, h5, h6 {
	line-height:1;
	font-weight:normal;
	font-family: "Josefin Slab";
}

body { 
	direction:ltr;
	color:#000;
	font-family: "Myriad Pro";
	font-size:18px;
	background:#fff;
}

.main {
	display:inline-block;
	width:100%;
	float:left;
	position:relative;
}
.land-container { 
	margin:0 auto;
	max-width:730px;
}
.container { 
	margin:0 auto;
	max-width:980px;
}


.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom:1;
}
.row, .one-one, .one-two, .one-half, .one-three, .one-four, .one-five, .one-six, .one-seven, .one-eight, .one-nine, .one-ten,
.one-third, .one-fourth, .one-fifth
 { 
	float:left;
	min-height:1px;
}
.row { width:100%;}
.one-half { width:48%;}
.one-three { width:30%;}
.one-four { width:40%;}
.one-five { width:50%;}
.one-six { width:60%;}
.one-seven { width:70%;}
.one-eight { width:80%;}
.one-nine { width:90%;}
.one-ten { width:100%;}
.one-third { width:33.33333%;}
.one-fourth { width:25%;}
.one-fifth { width:20%;}



          /*---------- Header ----------*/

.header {
	float:left;
	width:100%;
	z-index:999;
	position:relative;
}
.logo {
	text-align:center;
}
.social {
	float:right;
}
.social li {
	list-style:none;
	display:inline-block;
}
.header .hdright {
	padding-top:40px;
}
.header .hdright .social {
	width:15%;
}
.header .hdright .one-eight {
	width:85%;
}


.hd-search {
	right:0;
	padding:6px;
	display:none;
	font-size:15px;
	position:absolute;
	background:#e5e5e5;
}
.hd-search span {
	display:none;
}
.hd-search input {
    padding:5px;
}
.hd-search input.search-submit {
    color:#fff;
    border:none;
    padding:6px;
	background:#000;
}
.active-search:hover .hd-search {
	display:block;
}


.search-results article {
	width:100%;
	margin-bottom:30px;
	display:inline-block;
}
.search-results .post-thumbnail img {
	float:left;
	margin:0 15px 10px 0;
}


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


.primary-menu {
	float:left;
	text-align:right;
	padding-right:25px;
	font-family: "Josefin Slab";
}

.primary-menu ul {
	list-style:none;
	font-size:0;
	display:inline-block;
}

.primary-menu ul li { 
	position:relative;
	font-size:15px;
	font-weight:600;
	display:inline-block;
	*display:inline;
	zoom:1;
}

.primary-menu ul li a { 
	color:#000;
	display:block;
	cursor:pointer;
	line-height:16px;
	padding:7px 8px;
}

.primary-menu ul li a:hover { 
	color:#929292;
}

.primary-menu ul ul { 
	left:50%;
	top:35px;
	opacity:0;
	z-index:999;
	width:175px;
	background:#fff;
	position:absolute;
	visibility:hidden;
	margin-left:-87px;
	/*background:url(images/transparent.png);*/
	transition:all 500ms ease-in-out 0s;
	-moz-transition:all 500ms ease-in-out 0s;
	-webkit-transition:all 500ms ease-in-out 0s;
	-o-transition:all 500ms ease-in-out 0s;
	-ms-transition:all 500ms ease-in-out 0s;
}


.primary-menu ul ul li { 
	display:block;
	border:none;
	text-align:center;
}

.primary-menu ul ul li a { 
	color:#000;
	text-align:left;
	display:inline-block;
	padding:5px 10px !important;
}
.primary-menu ul ul li a:hover {
	color:#929292;
}
.primary-menu ul ul ul {
	left:100%;
	top:0;
	padding:0;
}

.primary-menu ul li:hover > ul { 
	visibility:visible;
	opacity:1;
}

.primary-menu .current-menu-item > a,
.primary-menu .current-menu-ancestor > a,
.primary-menu .current_page_item > a,
.primary-menu .current_page_ancestor > a {
	color:#929292 !important;
}
.primary-menu li .current-menu-item > a,
.primary-menu li .current-menu-ancestor > a,
.primary-menu li .current_page_item > a,
.primary-menu li .current_page_ancestor > a {
	color:#fff !important;
	background:#929292;
}	


.nav-toggle1 { 
	display:none;
}




          /*---------- Slider ----------*/

.slider {
	float:left;
	width:100%;
	margin-top:-35px;
	padding-bottom:13px;
	background:url(images/border.png) repeat-x left bottom;
}
.slider .cycloneslider-slide img {
	width:100%;
	height:100%;
	border:1px #000 solid;
}
.slider .cycloneslider {
	z-index: 1;
}

          /*---------- Main Content ----------*/


.main-content {
	float:left;
	width:100%;
	z-index:2;
	font-size:14px;
	position:relative;
}
.content-top {
	padding:0 5px;
}
.content-top .one-six {
	margin-top:-113px;
}
.home-calendar, .home-gallery, .home-blog {
	float:left;
	position:relative;
}
.home-calendar {
	z-index:2;
}
.home-gallery {
	z-index:1;
	margin-top:116px;
	margin-left:-75px;
}
.home-blog {
	z-index:3;
	margin-top:-135px;
	margin-left:79px;
}



.content-top .one-four {
	width:30%;
	margin-top:20px;
}
.main-content h1 {
	font-size:32px;
	margin-bottom:0;
	padding:40px 0 20px 5px;
	background:url(images/border.png) repeat-x left top;
}
.main-content h1 a {
	color:#000;
}
.main-content h1 a:hover {
	color:#929292;
}
.latest-news {
	padding-bottom:0px;
	border-bottom:1px #cfcfcf solid;
}
.latest-news p {
	font-size:18px;
	font-weight:600;
	padding-left:5px;
	font-family:"Josefin Slab";
}
.latest-news .post-title {
	padding-left:4px;
	margin-bottom:5px;
}
.latest-news .post-box a {
	text-decoration:underline;
}



.content-bottom {
	width:100%;
	float:left;
	/*margin-top:30px;*/
	margin-top:8px;
	
}
.content-bottom-right {
	float:right;
}
.home-sidebar {
	float:left;
}
.sidebar-content {
	margin-bottom:30px;
}
.sidebar-content p {
	padding-left:5px;
}
.sidebar-content h1, .content-bottom-right h1 {
	padding-top:30px;
	margin-bottom:30px;
	padding-bottom:10px;
	border-bottom:1px solid #cfcfcf;
}

.sidebar-desc ul {
	margin-left:20px;
}




.content-bottom-right {
	margin-top:0;
	padding-left:20px;
}
.content-bottom-right .one-five {
	width:48%;
	margin-right:4%;
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #cfcfcf;
}
.content-bottom-right .one-five:nth-child(2n+1) {
	margin-right:0;
}
.content-bottom-right .one-five:nth-child(4n+4), .content-bottom-right .one-five:last-child {
	border-bottom:none;
}
.content-bottom-right .post-title {
	float:left;
	width:140px;
	/*height:165px;*/
	height:140px;
	color:#929292;
	text-align:center;
	border-radius:50%;
	margin-right: 10px;
	border:3px solid rgba(207, 207, 207, 1);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.6);
}
.content-bottom-right .post-title a {
	color:#fff;
	font-size:20px;
	margin-top:60px;
	font-weight:bold;
	display:inline-block;
	font-family:"Josefin Slab";
}
.content-bottom-right .post-title a:hover {
	color:#000;
}
.content-bottom-right img {
	width:140px !important;
	height:140px !important;
	color:#929292;
	object-fit:cover;
	border-radius:50%;
	margin-left:-20px;
}
.content-bottom-right p {
	margin-top:20px;
}



          /*========== Footer ==========*/
		  
		  

.footer {
	width:100%;
	float:left;
	font-size:14px;
	color:#CFCFCF;
	padding:41px 0;
	text-align:center;
	background:#000000;
}
.footer a {
	color:#CFCFCF;
}
.footer a:hover {
	color:#fff;
}


          /*========== Page With Sidebar ==========*/

.content { 
	float:left;
	width:72%;
}

.content-inner {
	float:left;
	width:100%;
	min-height:407px;
}
.padding {
	float:left;
	width:100%;
	padding:20px;
	box-sizing:border-box;
}



.sidebar { 
	float:right;
	width:25%;
	margin-left:3%;
}
.widget-1 {
	margin-bottom:30px;
	background:#fafafa;
}
.widget-title { 
    color:#628639;
}

.widget-cnt { 
	margin-bottom:20px;
}

.widget-cnt ul { 
	list-style:none;
	padding-bottom:10px;
}

.widget-cnt ul li { 
	list-style:none;
}
.widget-cnt ul > li {
	/*margin-bottom:20px;*/
	color:#7ea33e;
	
}
.widget-cnt ul li a { 
	padding:3px 10px;
	color:#383838;
	display:block;
	font-size:20px;
	background:#f1f0f0 url(images/side-bullet.png) 10px 10px no-repeat;
	margin-top:8px;
	padding-left:23px;
}

.widget-cnt ul > li > a:hover {
	background:#383838 url(images/side-bullet-h.png) 10px 10px no-repeat;
	color:#fff;
}
.widget-cnt ul ul {
    border-top: 2px #fff solid;
    padding-left: 5px;
}








/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 5px 15px 7px 0;
}

.wp-caption.alignleft {
	margin: 5px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 5px 0 7px 15px;
}

.wp-caption.alignright {
	margin: 5px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}




.justify {
	text-align:justify;
}
div.wpcf7 { 
	padding:0 0 0 40px !important;
	max-width:400px;
}


div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"], 
div.wpcf7 textarea,
div.wpcf7 select { 
	border:1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	padding:8px;
	color:#666;
	font-size:14px;
	background:#fff;
	transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
}

div.wpcf7 textarea{ 
	max-height:100px;
}

div.wpcf7 input[type="text"]:focus,
div.wpcf7 input[type="email"]:focus, 
div.wpcf7 textarea:focus { 
	border-color:#0181c5;
}

div.wpcf7 input[type="submit"] { 
	padding:8px 30px;
	border:none;
	background:#78b140;
	color:#fff;
	display:inline-block;
}

div.wpcf7 input[type="submit"]:hover { 
	background:#522a07;
}






          /*---------- Entry Content ----------*/		  


.content-inner .entry-header {
	color:#000;
	margin-bottom:10px;
}
.content-inner .entry-header h1 {
	background:none;
	padding:10px 0 10px 5px;
}
.sidebar .entry-header, .widget-title, .page-title, .product_title { 
	color:#fff;
	font-size:20px;
	padding:8px 10px;
	border-bottom:2px #383838 solid;
}

.entry-content, .widget-content { 
	font-size:14px;
	padding:0 5px;
}

.entry-content p, .widget-content p { 
	margin-bottom:10px;
}

.entry-content p:last-child, .widget-content p:last-child { 
	margin-bottom:0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6,
.widget-content h1,
.widget-content h2,
.widget-content h3, 
.widget-content h4, 
.widget-content h5, 
.widget-content h6 { 
	margin-bottom:15px;
	color:#000;
}

.entry-content ul, .entry-content ol,
.widget-content ul, .widget-content ol { 
	margin:0 0 10px 12px;
	line-height:1.5;
}
.entry-content ul ul, .entry-content ol ol,
.widget-content ul ul, .widget-content ol ol { 
	margin:0;
}

.entry-content a, .widget-content a { 
	color:#000;
}

.entry-content a:hover, .widget-content a:hover { 
	text-decoration:underline;
}

/*.btn { 
	padding:4px 10px;
	background:#c6cc2d;
	color:#fff !important;
	display:inline-block;
	*display:inline;
	zoom:1;
	border:none;
	text-align:center;
}

.btn:hover { 
	background:#575857;
	text-decoration:none !important;
}
*/

.btn-small { 
	font-size:14px;
}

.btn-large { 
	font-size:16px;
	padding:8px 25px;
}

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

.text-center { 
	text-align:center;
}

.text-right { 
	text-align:right;
}

div.wpcf7 { 
	padding:0 0 0 40px !important;
	max-width:400px;
}


div.wpcf7 input[type="text"],
div.wpcf7 input[type="email"], 
div.wpcf7 textarea,
div.wpcf7 select { 
	border:1px solid #ddd;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100%;
	padding:8px;
	color:#666;
	font-size:14px;
	background:#fff;
	transition:all 300ms ease-in-out 0s;
	-moz-transition:all 300ms ease-in-out 0s;
	-webkit-transition:all 300ms ease-in-out 0s;
	-o-transition:all 300ms ease-in-out 0s;
	-ms-transition:all 300ms ease-in-out 0s;
}

div.wpcf7 textarea{ 
	max-height:100px;
}

div.wpcf7 input[type="text"]:focus,
div.wpcf7 input[type="email"]:focus, 
div.wpcf7 textarea:focus { 
	border-color:#aaa676;
}

div.wpcf7 input[type="submit"] { 
	padding:8px 30px;
	border:none;
	background:#8ba955;
	color:#fff;
	display:inline-block;
}

div.wpcf7 input[type="submit"]:hover { 
	background:#595a5c;
}

.map { 
	margin:10px 0 0;
}
.map iframe { 
	width:100%;
}
.page-template-default article .post-thumbnail, .page-template-services-sidebar article .post-thumbnail {
	display:none;
}




.font_5 {
	font:normal normal normal 32px/1.2em 'Josefin Slab';
}
.entry-content h5 {
	margin-top:20px;
}



.blog-page li {
	list-style:none;
	margin-bottom:30px;
}
.blog-page li:last-child {
	margin-bottom:0;
}
.blog-page li a {
	text-decoration:underline;
}
.holder a {
	background:#000 !important;
}
.holder a:hover {
	background:#929292 !important;
}



.page-id-7 .story-img {
	float:left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    overflow: hidden;
}
.page-id-7 .story-img img {
	object-fit:cover;
	display:inherit;
}


.archive article {
	margin-bottom:30px;
}

.archive-post {
	margin-bottom:20px;
}
.archive-post:last-child {
	margin-bottom:0;
}





.calendar-detail {
	left:50%;
	top:68px;
	width:170px;
	height:62px;
	margin-left:-88px;
	position:absolute;
}
.calendar-pdf {
	left:50%;
	bottom:55px;
	width:115px;
	height:35px;
	margin-left:-60px;
	position:absolute;
}


.blog-post a {
	text-decoration:underline;
}



.showmobile {
	display:none;
}

/************************30.11.2016**************************/

.blog_block{
	border-bottom:1px solid #d1d1d1;
	padding-bottom:15px;
	margin-top:15px;
}
.blog_list_img{
	margin:0;
	background: #f0efec none repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    margin-right: 30px;
    padding: 6px;
}
.blog_cont{
	min-height:140px;
}
.posttitle {
    color: #555555;
    font-size: 20px;
    margin-bottom: 10px;
}






.home-calendar, .home-gallery, .home-blog {
	width: 230px;
	height: 230px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	border: 3px #aeaeae solid;
	font-family: "Josefin Slab";
}
.home-calendar a, .home-gallery a, .home-blog a {
	color: #aeaeae;
}
.home-calendar .calendar-detail {
	left: 50%;
	width: 144px;
	padding: 20px 0;
	font-size: 26px;
	margin-left: -72px;
	border-top: 1px #cfcfcf solid;
	border-bottom: 1px #cfcfcf solid;
}
.home-calendar .calendar-pdf {
    left: 50%;
    width: 144px;
	font-size: 14px;
    padding: 20px 0;
    margin-left: -72px;
}
.home-calendar a:hover, .home-gallery a:hover, .home-blog a:hover {
	color: #000;
}



.home-gallery {
	width: 200px;
	height: 200px;
}
.home-gallery a {
	left: 50%;
	top: 33%;
	width: 160px;
	padding: 10px 0;
	font-size: 24px;
	margin-left: -75px;
	position: absolute;
	border-top: 1px #cfcfcf solid;
	border-bottom: 1px #cfcfcf solid;
}



.home-blog {
	width: 150px;
	height: 150px;
}
.home-blog a {
	left: 50%;
	top: 27%;
	width: 116px;
	padding: 5px 0;
	font-size: 26px;
	margin-left: -58px;
	position: absolute;
	border-top: 1px #cfcfcf dotted;
	border-bottom: 1px #cfcfcf dotted;
}
.home-blog a small {
	font-size: 16px;
}











/************************30.11.2016**************************/

/* Media Queries
 * ----------------------------------------------------------------------------
 */

@media only screen and (max-width : 1024px) { 
	
	.container {
		padding:0 15px;
	}
	
	.content-bottom-right .one-five {
		display:table;
	}
	.content-bottom-right .post-title {
		width:48%;
	}
	.content-bottom-right img {
		width:53%;
		margin-left:-6%;
	}
}
@media only screen and (max-width : 894px) {
	
	/*.home-gallery {
		width:55%;
		margin-left:-18%;
	}
	.home-calendar {
		width:60%;
	}*/
	
	.content-bottom-right .post-title {
		height:131px;
	}
	.content-bottom-right .post-title a {
		width:87%;
		margin-top:45px;
	}
	
	.page-id-7 .entry-content .one-four {
		padding-right:20px;
	}
}
@media only screen and (max-width : 800px) { 
	
	.header .logo {
		width:30%;
		text-align:left;
	}
	.header .hdright {
		width:70%;
	}
	.social {
		width:105px;
	}
	
	#collapse1, #collapse2 {
		left:0;
		top:0;
		width:100%;
		display:none;
		background:#fff;
		position:absolute;
	}
	.primary-menu {
		float:right;
		z-index:99;
		width:auto;
		text-align:left;
	}
	.primary-menu .container {
		 padding:0;
	}
	.primary-menu ul { 
		float:none;
		width:100%;
		border-radius:0;
		padding:2px 0;
	}
	.primary-menu ul li { 
		display:block;
		margin:0;
		float:none;
		width:100%;
		text-align:left;
		background:#f5f5f5;
	}
	.primary-menu ul li a {
		border-radius:0;
		padding:10px 15px;
		width:100%;
		display:inline-block;
		border-right:none;
		height:auto;
		line-height:18px;
	}
	.primary-menu ul li a:after { 
		content:none;
	}
	.primary-menu ul li {
		background:#f5f5f5;
	}
	.primary-menu ul ul {
		left:0;
		top:0;
		padding:0;
		width:auto;
		opacity:1;
		margin-left:0;
		visibility:visible;
		display:none;
		position:relative;
	}
	.primary-menu ul ul li a {
		text-align:left;
		background:#f5f5f5;
		padding:5px 30px !important;
	}
	.primary-menu ul ul li a:hover {
		color:#000;
	}
	.primary-menu ul li:hover > a {
		color:#000; 
		/*background-color:#0c0603;*/
	}
	.primary-menu ul li a:hover {  
		color:#000;
		opacity:1;
		/*background-color:#0c0603;*/
	}
	.nav-toggle1 {
		z-index:9;
		display:inline-block;
		position:relative;
		color:#fff;
		width:40px;
		text-indent:-9999px;
		padding: 10px 15px;
		font-size: 12px;
		font-weight:bold;
		line-height:18px;
		text-align:left;
		text-transform:uppercase;
		box-sizing:border-box;
	}
	.nav-toggle1:after { 
		content:"";
		background: url('images/nav-icon.png') no-repeat;
		width: 20px;
		height: 18px;
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 10px;
	}
	.primary-menu .current-menu-item > a,
	.primary-menu .current-menu-ancestor > a,
	.primary-menu .current_page_item > a,
	.primary-menu .current_page_ancestor > a {
		color:#000 !important;
	}
	.primary-menu #collapse1 > ul > li > a:hover, .primary-menu #collapse1 > ul > li:hover > a {
		padding:10px 15px;
	}
	.primary-menu ul ul {
		display:block;
	}
	
	.aboutus p {
		width:100%;
	}
	.slide-left {
		left:-10px !important;
	}
	.slide-right {
		right:-10px !important;
	}
	
	.page-template-projects .service-box {
		height:152px;
	}
	
	
	/*.calendar-detail {
		top:100px;
	}
	.calendar-pdf {
		bottom:70px;
	}*/
}
@media only screen and (max-width : 768px) {
	
	.content-bottom-right .post-title {
		height: 126px;
	}
	
	/*.calendar-detail {
		top:94px;
	}
	.calendar-pdf {
		bottom:67px;
	}*/
}
@media only screen and (max-width : 736px) {
	
	
}
@media only screen and (max-width : 667px) {
	
	.content-top .one-six {
		float: none;
		display: table;
		margin-top:-70px;
		margin-left: auto;
		margin-right: auto;
	}
	.content-top .one-four {
		width:100%;
	}
	.content-bottom-right {
		width:100%;
		padding-left:0;
		margin-top:0;
	}
	.content-bottom-right .post-title {
		height:145px;
	}
	.home-sidebar {
		width:75%;
		float:none;
		margin:0 auto;
		display:table;
	}
	
	.header .hdright .social {
		width:100%;
		text-align:right;
	}
	.nav-toggle1 {
		float:right;
		margin-bottom:10px;
	}
	
	/*.calendar-detail {
		top:115px;
		margin-left:-122px;
	}
	.calendar-pdf {
		bottom:80px;
		margin-left:-92px;
	}*/
	
	.hidemobile {
		display:none;
	}
	.showmobile {
		display:block;
	}
}
@media only screen and (max-width : 640px) {
	
	.content-top .one-six {
		width: 95%;
	}
	
	
	
	.content, .page-template-page-contact .one-full .one-half {
		width:100%;
	}
	.page-template-page-contact .wpcf7 {
		padding-left:0 !important;
		margin-top:30px;
	}
	.sidebar {
		width:70%;
		float:none;
		margin:0 auto;
		margin-top:20px;
		margin-bottom:30px;
		display:table;
	}
}
@media only screen and (max-width : 600px) {
	
	.content-bottom-right .post-title {
		height:145px;
	}
	.content-bottom-right .post-title a {
		width:80%;
	}
	
	
	.calendar-detail {
		margin-left:-102px;
	}
	.calendar-pdf {
		margin-left:-72px;
	}
}
@media only screen and (max-width : 568px) {
	
	.content-bottom-right .post-title {
		height:137px;
	}
	html #wpadminbar {
		display:none !important;
	}
	html {
		margin-top:0 !important;
	}
}
@media only screen and (max-width : 480px) {
	
	.header {
		padding-top:10px;
	}
	.header .logo {
		width:50%;
		text-align:center;
	}
	.header .hdright, .primary-menu, .social {
		width:50%;
		padding-top:0;
		padding-right:0;
		text-align:center;
	}
	.slider {
		margin-top:0;
		padding-bottom:30px;
	}
	.cycloneslider-slides {
		height:350px;
	}
	.content-top .one-four {
		margin-top:30px;
	}
	.content-top .one-six {
		margin-top:-45px;
	}
	.content-top .one-six {
    	width: 100%;
	}
	.home-gallery {
		z-index:2;
		margin-top:46px;
		margin-left:-8%;
	}
	.home-blog {
		margin-top:-70px;
		margin-left:140px;
	}
	
	#collapse1, #collapse2 {
		right:0;
		top:0;
		left:inherit;
	}
	
	.header .hdright {
		padding-top:20px;
	}
	.content-bottom-right .one-five {
		width:100%;
	}
	.content-bottom-right .post-title {
		height:237px;
	}
	
	.page-id-7 .entry-content .one-four {
		width:100%;
		padding-right:0;
	}
	.page-id-7 .entry-content .one-six {
		width:100%;
		margin-top:30px;
	}
	
	
	/*.calendar-detail {
		top:95px;
		margin-left:-90px;
	}
	.calendar-pdf {
		bottom:66px;
		margin-left:-60px;
	}*/
}
@media only screen and (max-width : 414px) {
	
	.cycloneslider-slides {
		height:250px;
	}
	.content-bottom-right .post-title {
		height:204px;
		margin-left:2%;
	}
	.content-bottom-right img {
		margin-left:-8%;
	}
	.home-sidebar, .sidebar {
		width:100%;
	}
	.footer {
		padding:20px 15px;
	}
	
	
	.home-calendar {
		width: 200px;
		height: 200px;
	}
	.home-gallery {
		width: 170px;
		height: 170px;
	}
	.calendar-detail {
		height: 43px;
		padding: 10px 0 !important;
	}
	.calendar-pdf {
		height: 30px;
		padding: 10px 0 !important;
	}
	.home-blog {
		margin-left: 90px;
	}
	.home-gallery a {
		width: 110px;
		margin-left: -55px;
	}
	
	.content-bottom-right .post-title {
		/*width:40%;*/
		width:43%;
		height:155px;
		background:#fff;
		/*margin-top:46px;*/
		margin-top:5px;
		position:relative;
	}
	.content-bottom-right img {
		width:65%;
	}
}
@media only screen and (max-width : 384px) {
	
	.content-bottom-right .post-title {
		height:140px;
	}
	
	.calendar-detail {
		top:70px;
		width:122px;
		margin-left:-65px;
	}
	.calendar-pdf {
		width:85px;
		bottom:52px;
		margin-left:-42px;
	}
}
@media only screen and (max-width : 375px) {
	
	.content-top .one-six {
		margin-top:-30px;
	}
	
	.home-calendar {
		width: 145px;
		height: 145px;
	}
	.home-calendar .calendar-detail {
		width: 124px;
		top: 35px;
		font-size: 24px;
		margin-left: -62px;
	}
	.home-calendar .calendar-pdf {
		width: 124px;
		bottom: 32px;
		margin-left: -62px;
	}
	.home-gallery {
		width: 140px;
		height: 140px;
		margin-top: 30px;
		margin-left: -3%;
	}
	.home-blog {
		width: 135px;
		height: 135px;
		margin-top: -70px;
		margin-left: 70px;
	}
	.home-blog a {
		width: 110px;
		margin-left: -55px;
	}
}
@media only screen and (max-width : 360px) {
	
	.content-bottom-right .post-title {
		height:140px;
	}
	.cycloneslider-slides {
		height:220px;
	}
}
@media only screen and (max-width : 320px) {
	
	.content-bottom-right .post-title {
		/*height:115px;*/
		height:130px;
	}
	.content-bottom-right .post-title a {
		margin-top:35px;
	}
	.cycloneslider-slides {
		height:185px;
	}
}