/*
    Theme Name: Netivey
    Theme URI:
    Description: Business/ WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 2.2
    Tags: 
*/

/* INDEX:

    =GENERAL
    =LAYOUT
    =HEADER
    =MENUS
    =POST
    =SITEMAP
    =CONTACT FORM
    =SLIDER
    =WP-PAGENAVI
    =FOOTER
    =WIDGETS
    =COMMENTS
*/

/* =GENERAL
-------------------------------------------------------------- */
/*@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrewcondensed.css);*/

@font-face {
    font-family:'opensanshebrew';
    src: url('fonts/opensanshebrew-regular-webfont.eot');
    src: url('fonts/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensanshebrew-regular-webfont.woff') format('woff'),
         url('fonts/opensanshebrew-regular-webfont.ttf') format('truetype'),
         url('fonts/opensanshebrew-regular-webfont.svg#yaguarregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'opensanshebexbold';
    src: url('fonts/opensanshebrew-extrabold-webfont.eot');
    src: url('fonts/opensanshebrew-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensanshebrew-extrabold-webfont.woff') format('woff'),
         url('fonts/opensanshebrew-extrabold-webfont.ttf') format('truetype'),
         url('fonts/opensanshebrew-extrabold-webfont.svg#yaguarregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
    color: #545454;
	font-size:14px;
	font-family:  Arial, Helvetica, sans-serif;
	background:#FFF;
	line-height:1.3em;
	margin:0;
	padding:0;
	}

a {
    color: #02769d;
    text-decoration: none;
} 

a:hover, a:focus {
	text-decoration:none;
	color:#02769d;
}

a:focus { 
    outline: none;
}




/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main {
	background:url(images/body_bg.png) repeat;
}

#content {
	background:#FFF;
	margin-right: -20px;
	padding:20px 0;
	}

#content-home {
	background:#FFF url(images/shadow.png) top center no-repeat;
	margin-right: -20px;
	}
#breadcrumbs {
	padding:10px 0;
}

/* =HEADER
-------------------------------------------------------------- */

#topinfo {
	padding:10px 0;
	background:#dedede;
}

.top {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #1F394D),
	color-stop(1, #25435D)
);
background-image: -o-linear-gradient(bottom, #1F394D 0%, #25435D 100%);
background-image: -moz-linear-gradient(bottom, #1F394D 0%, #25435D 100%);
background-image: -webkit-linear-gradient(bottom, #1F394D 0%, #25435D 100%);
background-image: -ms-linear-gradient(bottom, #1F394D 0%, #25435D 100%);
background-image: linear-gradient(to bottom, #1F394D 0%, #25435D 100%);
}

#header {
	position:relative;
   	padding:10px 0;
	}


.logo {
	    	
}

.logo-img {
	width:212px;
	height:51px;
	background: url(images/logo.png) no-repeat;
	float:left;
}

.header-right {
	padding-top:17px;

	}

.top-title {
	color:#dcaf31;
	font-size:30px;
	margin-left:10px;
	}
.top-title a, .top-title a:hover {
	color:#dcaf31;
	}

#top-phone {
	font-size:16px;
	}
.top-phone {
	color:#02769d;
	font-weight:bold;
	font-size:20px;
	
}

.top-phone i {
	color:#8b8b8b;
	padding-right:5px;
}

.topsearch {
	width:230px;
	float:left;
	margin-right:8px;
	
}

.social {
	width:70px;
	float:left;
	margin-right:8px;
}

.top-widget {
	width:80px;
	float:left;
	padding-top:5px;
}

.top-widget ul {
	margin:0;
	padding:0;
}

.top-widget ul li {
	margin-right:3px;
	float:left;
	list-style:none;
}

.top-widget a {
	display:block;
	width:29px;
	height:24px;
	}

.top {
	background:#FFF;
	padding:10px 0;
}
/* =MENUS
-------------------------------------------------------------- */

/* Menu Primary
----------------------------*/

.menu-main {
border-top:#0b5a74 1px solid;
border-bottom:#FFF 2px solid;	
background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #037BA3),
	color-stop(1, #027297)
);
background-image: -o-linear-gradient(bottom, #037BA3 0%, #027297 100%);
background-image: -moz-linear-gradient(bottom, #037BA3 0%, #027297 100%);
background-image: -webkit-linear-gradient(bottom, #037BA3 0%, #027297 100%);
background-image: -ms-linear-gradient(bottom, #037BA3 0%, #027297 100%);
background-image: linear-gradient(to bottom, #037BA3 0%, #027297 100%);
}

.menu-primary-container {
    position:relative;
   	z-index: 400;
	padding:0;
	
	
   }

.menu-primary {
}

.menu-primary li{
   
}

.menu-primary li:last-child{
   
}

.menu-primary ul {
	min-width: 160px;
}

.menu-primary li {
	
}

/* First Level - Menu Primary */

.menu-primary li a {
    color: #FFF;
    padding: 15px 25px;
	text-decoration: none;
    font-size: 16px;
    font-weight: bold;
	border-left:#29687d 1px solid;
	border-right: #0e94c1 1px solid;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	
	
	}

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
  color: #FFF;
  background:#0b5a74;
 
}

.menu-primary li.home a {
display: block;
font-size: 0;
height: 16px;
background: url(images/home.png) center center no-repeat;
border-left:none;
}

/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:200px;
		
}

.menu-primary li li a {
	font-size:15px;
	background: #0b5a74;
	border-radius:0;
	    }
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	outline: 0;
	background:#6F6F6F;
   
}


/* Arrows Menu Primary */

.menu-primary a.sf-with-ul {
    padding-right: 20px;
    min-width: 1px;
}
.menu-primary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    left: 5px;
    top:  0;
    padding: 9px 10px 0 0;
}

.menu-primary  li li .sf-sub-indicator {
    padding: 9px 10px 0 0;
}

/* Shadows Menu Primary */

.wrap-menu-primary .sf-shadow ul {
    background:	url('images/menu-primary-shadow.png') no-repeat bottom right;
}

/* Menu Secondary
----------------------------*/

.menu-secondary-container {
    position:relative;
    height: 46px;
    z-index: 300;
	text-align:center;
	border-top:#e0e5ff 3px solid;
   background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #297CB7),
	color-stop(1, #216298)
);
background-image: -o-linear-gradient(bottom, #297CB7 0%, #216298 100%);
background-image: -moz-linear-gradient(bottom, #297CB7 0%, #216298 100%);
background-image: -webkit-linear-gradient(bottom, #297CB7 0%, #216298 100%);
background-image: -ms-linear-gradient(bottom, #297CB7 0%, #216298 100%);
background-image: linear-gradient(to bottom, #297CB7 0%, #216298 100%);
   
}

.menu-secondary-responsive-container {
	display:none;
}

.menu-secondary {}

.menu-secondary ul {
    min-width: 160px;
}

#bottom-menu .menu-secondary li {
	display:inline-block;
	text-align:center;
	float:none;
}

/* First Level - Menu Secondary */
.menu-secondary li a {
    color: #FFF;
    padding: 17px 0;
	padding-right:15px;
	text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

.menu-secondary li a:after {
	content:"";
	padding-left:15px;
	border-left:#FFF 1px solid;
}

.menu-secondary li a:hover, .menu-secondary li a:active, .menu-secondary li a:focus, 
.menu-secondary li:hover > a, .menu-secondary li.current-cat > a, .menu-secondary li.current_page_item > a, .menu-secondary li.current-menu-item > a {
	text-decoration:underline;   
}

/* Child Levels - Menu Secondary */

.menu-secondary li li a {
	color: #AD2A2A;
    background: #F6F6F6;
    padding: 10px 15px;
    text-transform: none;
    margin: 0;
    font-weight: normal;
}

.menu-secondary li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:focus, 
.menu-secondary li li:hover > a, .menu-secondary li li.current-cat > a, .menu-secondary li li.current_page_item > a, .menu-secondary li li.current-menu-item > a {
	color: #fff;
    background: #AD2A2A;
    outline: 0;
    margin: 0;
    border-top:0;
}



/* Arrows - Menu Secondary */

.menu-secondary a.sf-with-ul {
    padding-right: 26px;
    min-width: 1px;
}
.menu-secondary  .sf-sub-indicator {
    position: absolute;
    display: block;
    overflow: hidden;
    right: 0;
    top:  0;
    padding: 17px 13px 0 0;
}

.menu-secondary li li .sf-sub-indicator {

    padding: 9px 13px 0 0;
}

/* Shadows - Menu Secondary */

.wrap-menu-secondary .sf-shadow ul {
    background:	url('images/menu-secondary-shadow.png') no-repeat bottom right;
}

/*----------top----------*/



.site-title {
	color:#484949;
	font-size:48px;
	font-weight:bold;
	margin-bottom:20px;
}

/***************HOMEPAGE**************/
.slider-bg {
	background:url(images/main_bg.jpg) no-repeat;
	background-size:cover;
}



.mainslider {
	position:relative;
	width:940px;
	padding:30px 0;
	
	}

.span4.homepost {
	background:#ececec;
	border-radius:3px;
	margin-bottom:20px;
	min-height:330px;
}

.homepost .entry {
	padding:10px;
}

.post-title {
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:bold;
	color:#127ea2;
	line-height:normal;
}

.post-title a {
	color:#127ea2;
}
.post-title a:hover {
	color: #0c536b;
}



#home-entry {
		-moz-column-count: 2;
       -moz-column-gap: 40px;
       -webkit-column-count: 2;
       -webkit-column-gap : 40px;
       -moz-column-rule-color:  #ccc;
       -moz-column-rule-style:  solid;
       -moz-column-rule-width:  0px;
       -webkit-column-rule-color:  #ccc;
       -webkit-column-rule-style: solid ;
       -webkit-column-rule-width:  0px;
}

#home-entry h3, #home-entry h4 {
	font-size:14px;
	font-weight: bold;
	color: #fc416e;
}

#blue-row {
	background:#02769d;
	padding:20px 0;
	color:#FFF;
}

#blue-row .entry {
	padding:0 10px;
}

#blue-row a {
	color:#F3F3F3;
}
#blue-row a:hover {
	text-decoration:underline;
}

.home-title {
	font-size:20px;
	font-weight:bold;
	line-height:normal;
}

.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry ul li {
	list-style:none;
}

.entry ul li:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content:"\f105";
	padding-right:5px;
	
}

.entry img.alignleft  {
	padding-right:10px;
	padding-bottom:10px;
}


/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/
#toprow {
	border-bottom:#dddddd 1px solid;
}

#toprow .social {
	text-align:left;
	padding:10px 0;
	}
#toprow .widget-container {
	margin:0;
	padding:0;
}

#toprow .breadcrumbs {
	line-height:52px;
}

.breadcrumbs span {
	
	
}

.breadcrumbs span:after {
	display:inline-block;
	content:"\f053";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size:10px;
	padding: 0 10px;
	color:#dddddd;
   	}

.breadcrumbs span.homelink:after {
	display:inline-block;
	width:27px;
	height:52px;
	background:url(images/bread_bg.png) no-repeat;
	padding-left:10px;
	margin-left:10px;
	color:#FFF;
	
	}
	
.breadcrumbs a {
	color:#df2350;
}

.breadcrumbs a:hover {
	color:#284969;
}

.breadcrumbs span:last-child:after {
	color:#FFF;
}

.featured-img.alignleft {
	padding-right:20px;
	padding-bottom:20px;
	
}

#image-gallery {
	margin-top:30px;
}

.gallery-img {
	margin-bottom:30px;
}

.gallery-img img {
	border-radius: 4px;
}

/**********posts-loop***************/

.main-img {
	
	
	}
	
.main-img img {
	padding:0;
	margin:0;
}


.title {
    color: #0b5a74;
	margin-bottom:20px;
    font-size: 20px;
	font-weight:bold;
	    	
}

.title a {
    color: #3c3c3c;
    text-decoration: none;
}

.title a:hover {
   text-decoration:  underline;
}

.entry {
   
}


.page-title {
    color: #0b5a74;
   	font-weight:  bold;
    font-size: 20px;
	line-height:normal;
	margin-top:0;
	}

.page {
	padding-bottom:30px;
}

.article {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: #d5d5d5 1px solid;
}

.article:last-child {
	border-bottom:none;
}

.videoitem {
	text-align:center;
	background: #ececec;
	border-radius: 3px;
	margin-bottom: 20px;
}

.videoitem .entry {
	padding:10px;
}

.pdflink {
	margin:15px 0;
	
}

.pdflink a {
	display:inline-block;
	padding:10px 0;
	width:220px;
	text-align:center;
	background: #02769d;
	color: #FFF;
	font-weight:bold;
}

.pdflink a:hover {
	background: #559049;
}

/*-------CLIENTS---------*/
.client {
	margin-bottom:20px;
	border:#d5d5d5 1px solid;
}

.row .client:nth-child(4n) {
	margin-left:0;
}

.logo-title {
	background:#ececec;
	padding:15px 10px;
	border-top:#d5d5d5 1px solid;
	font-weight:bold;
	text-align:center;
}

.logo-title a {
	
}

.client-logo {
	padding:10px;
	height:180px;
	overflow:hidden;
}
/*****PARTNERS*************/
#slick {
	direction:ltr;
}

.slick-slider {
	margin-bottom:0 !important;
}

#partners {
	background:#e9e9e9;
	border-top:#d5d5d5 1px solid;
	border-bottom:#d5d5d5 1px solid;
	padding:20px 0;
}


/* Read More
----------------------------*/
.more-btn {
	margin:5px 0;
}
.more-btn a {
	display:inline-block;
	padding:8px 14px;
	background:#0b5a74;
	color:#FFF;
	font-weight:bold;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;   
}


.more-btn a:hover {
	background:#0f7ea3;
	color:#FFF;
	text-decoration:none;
	
}

/* =SITEMAP
-------------------------------------------------------------- */
.sitemap {
}

.sitemap-col {
    width: 30%;
    padding: 0 0 0 10px;
}

.sitemap-col-archives {
    width: 45%;
    padding: 0 0 0 10px;
}

.sitemap h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

.sitemap h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.sitemap-list {
    font-size: 13px;
    line-height: 22px;
}

.sitemap-list, .sitemap-list ul {
    padding: 0 0 0 20px;
}

/*--------CONTACT-PAGE--------*/

#contact-form label {
	display:block;
	padding:8px 0;
	height:12px;
	font-weight:bold;
}

#contact-form input {
	float:left;
	}
input.long {
	width:99%;
}
	
.c-row {
	clear:both;
	float:none;
}
	
.col-1 {
	width:48%;
	float:left;
}
.col-2 {
	width:48%;
	float:right;
}

#contact-form .cap input {
	width:220px;
	margin:0 10px;
}

#contact-form input[type="submit"] {
	border:none !important;
	float:right;
	}
	
#contact-form .send {
	margin:10px 0;
}

#contact-image {
	background:url(images/cont_bg.jpg) top no-repeat;
	height:320px;
}

#detail-lines ul {
	margin:0;
	padding:0;
}

#detail-lines ul li {
	list-style:none;
	line-height:40px;
	padding:0 10px;
	}
#detail-lines ul li:nth-child(odd){
	background:#ebebeb;
}
#detail-lines label {
	display:inline-block;
	font-weight:bold;
	padding-right:5px;	
}

/* =order FORM;
-------------------------------------------------------------- */

#bluecontact {
	padding:30px 0;
	background:#02769d;
	color:#FFF;
}

.c-title {
	font-weight:bold;
	padding-bottom:15px;
	font-size:20px;
}

#bluecontact input {
	float: left;
	margin-right:10px;
	width: 240px;
	position:relative;
	background:#FFF;
	color:#6F6F6F;
	padding: 8px 4px;
	border-radius:3px;
	border:none;
}

#bluecontact input[type="submit"],
#contact-form input[type="submit"] {
	width:110px;
	color:#FFF;
	font-weight:bold;
	padding:8px 0;
	text-align:center;
	background:#6ab85b;
	cursor:pointer;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

#bluecontact input[type="submit"]:hover,
#contact-form input[type="submit"]:hover
 {
	background:#559049;
}


/**************MEN**************/
.men {
	position:absolute;
	top:-170px;
	left:-90px;
	z-index:10;
	width:379px;
	height:240px;
	background:url(images/men.png) no-repeat;
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.navigation {
	text-align:center;
}

.wp-pagenavi {
	display: inline-block;
	text-align:center;
    }

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 5px 8px;
	margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    color: #333333;
    background:none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: #0b5a74;
}

.wp-pagenavi a:hover {
    background:#127ea2;
}

.wp-pagenavi span.pages {
    color: #333333;
    background: none;
    padding: 4px 8px 4px 0;
}

.wp-pagenavi span.extend {
    background:transparent;
    color: #333333;
    background: none;
}

/* =FOOTER
-------------------------------------------------------------- */
#footer-widgets {
	background:#FFF;
	padding:30px 0;
}

.footer-widget-title {
	font-size:16px;
	line-height:normal;
	font-weight:bold;
	color: #0b5a74;
	
}

.footer-widget {
	color:#FFF;
}

.footer-widget a {
	color:#605f5e;
}


.footer-widget a:hover {
	color:#02769d;
}

.footer-widget ul li {
	list-style:none;
}

.footer-widget ul li:before {
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
	content:"\f101";
	color:#0b5a74;
	padding-right:5px;
}




/*********************/

#footer-logos {
	width:100%;
	height:86px;
	background:url(images/logos_bg.png) repeat-x;
}

.logos {
	width:974px;
	margin:0 auto;
	}

#footer-logos .widget-container {
	margin:0;
}


#footer {
	background:#FFF;
	padding:20px 0;
	color: #666;
	}

.footer-inner {
	
}

#copyrights {
	text-align:left;
	line-height:24px;
	}
 
#footer a {
	color: #666;
	
} 

#footer a:hover {
	color: #666;
	
} 

#credits {
	text-align:right;
		}

#credits img {
	vertical-align:middle;
}





/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container {
    list-style-type: none;
    list-style: none;
	margin:0;
    margin-bottom: 25px;
    padding: 0;
   
}


.widgettitle {
   margin: 0 0 10px 0;
    
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
   	color: #2a2627;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	
}

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
	padding:0;
    margin:0;
	width:100%;
    
}



/* Search
----------------------------*/

#search {
    background: #ececec url(images/search.png) 1% 50% no-repeat;
    text-align: right;
    padding-left:24px;
	padding-right:10px;
	line-height:34px;
	border-radius:4px;
	border:#CCC 1px solid;
		
}

#search #s {
    color: #646b6e;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
	box-shadow:none;
}

#search input {
	background:none;
}

#content-search {
    width: 300px;
    padding: 15px 0;
}

#search form {
	margin:0;
}


/* SIDEBAR MENU
----------------------------*/
#sidebar-secondary .widget_nav_menu {
}


#sidebar-secondary .widget_nav_menu li {
	margin-bottom:2px;
	
}
#sidebar-secondary .widget_nav_menu li a {
	display:block;
	color:#FFF;
	padding:10px 15px;
	border-radius:3px;
	font-size:14px;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #2B7CB6),
	color-stop(1, #206397)
);
background-image: -o-linear-gradient(bottom, #2B7CB6 0%, #206397 100%);
background-image: -moz-linear-gradient(bottom, #2B7CB6 0%, #206397 100%);
background-image: -webkit-linear-gradient(bottom, #2B7CB6 0%, #206397 100%);
background-image: -ms-linear-gradient(bottom, #2B7CB6 0%, #206397 100%);
background-image: linear-gradient(to bottom, #2B7CB6 0%, #206397 100%);

}

#sidebar-secondary .widget_nav_menu li a:after {
	content: "\f053";
	font-family: FontAwesome;
	font-size:10px;
	float:left;
	line-height:14px;
	}
	
#sidebar-secondary .widget_nav_menu li a:hover {
	background:#3098e2;
}

.wp_bannerize img {
	padding-bottom:15px;
}


/* Text Widget
----------------------------*/


/* 125x125 Banners Widget
----------------------------*/

.banners-125 {
    text-align: center;
    margin-bottom: -10px;
}

.banners-125 img {
    margin: 0 5px 5px 5px;
}


/* Posts Widget
----------------------------*/

.posts-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.posts-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0 0 10px 0; 
    margin: 0 0 10px 0;
    border-bottom: 0;
}

.posts-widgettitle {
	font-size:14px;
	font-weight:normal;
	line-height:1em;
    
    }

.posts-widgettitle a {
	color:#FFF;
	
	}

.posts-widgettitle a:hover {}

.posts-widget-meta {
	color:#f9c12c; 
   
}

.posts-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.posts-widget-more {
    font-weight: bold;
}

.posts-widget-more:hover {}

.posts-widget-featured-image {
    border: 1px solid #DADADA;
    padding: 4px;
    background-color: #fff;
}

.posts-widget .alignleft {
    margin: 0 8px 8px 0;
}

.posts-widget .alignright {
    margin: 0 0 8px 8px;
}

.posts-widget .aligncenter {
    margin-bottom: 8px;
}

/****************NEWS SCROLL*****************/
.slick-slide {
	padding-bottom:15px;
	line-height:1.3em;
	text-align:justify;
}

.slick-slide  a.more {
	display:block;
	margin:7px 0;
}

/* Comments Widget
----------------------------*/

.comments-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0; 
    margin: 10px 0 0 0;
}

.comments-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0 0 10px 0; 
    margin: 0 0 10px 0;
    border-bottom: 0;
}

.comments-widget-author {
    text-decoration: none; 
    font-weight: bold; 
    padding: 0 0 5px 0; 
    margin: 0;
}

.comments-widget-author:hover {}

.comments-widget-entry {
    font-family: Arial, Helvetica, Sans-serif; 
    line-height: 20px;
}

.comments-widget-more {
    font-weight: bold; 
}

.comments-widget-more:hover {}

.comments-widget-avatar {
    border: 1px solid #DADADA;
    padding: 4px;
    background-color: #fff;
}

.comments-widget .alignleft {
    margin: 0 8px 0 0;
}

.comments-widget .alignright {
    margin: 0 0 0 8px;
}

.comments-widget .aligncenter {
    margin-bottom: 8px;
}

/* Info Box Widget
----------------------------*/

.infobox-widget ul {
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.infobox-widget ul li {
    list-style-type: none; 
    list-style: none;
    padding: 0; 
    margin: 5px 0 0 0;
}

.infobox-widget ul li a {
    text-decoration: none;
}

.infobox-widget-description {
    line-height: 20px;
}

.infobox-widget-more {
    font-weight: bold;    
}

.infobox-widget-more:hover {   
}


.infobox-widget .alignleft {
    margin: 0 10px 10px 0;
}

.infobox-widget .alignright {
    margin: 0 0 10px 10px;
}

.infobox-widget .aligncenter {
    margin-bottom: 10px;
}

.infobox-widget .inbottom {
    margin-top: 10px;
}

/* Social Profiles Widget
----------------------------*/
.social-profiles-widget img {
    margin: 0 4px 0 0;
	border-radius:50%;
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

.social-profiles-widget img:hover {
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
   
} 

/* Tabs Widget
----------------------------*/

.tabs-widget {
    list-style: none; 
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0; 
    height: 26px;
}

.tabs-widget li {
    list-style: none; 
    list-style-type: none; 
    margin: 0 0 0 4px; 
    padding: 0; 
    float: left;
}

.tabs-widget li:first-child {
    margin: 0;
}

.tabs-widget li a {
    color: #656565;
    background: #DEDEDE;
    padding: 6px 16px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 12px;
}

.tabs-widget li a:hover, .tabs-widget li a.tabs-widget-current {
    background: #B2232B;
    color: #fff;
}

.tabs-widget-content {
}

/* Tweets Widget
----------------------------*/

.tweets-widget ul {
    list-style-type: none; 
    list-style: none;
    margin: 0; 
    padding: 0; 
    line-height: 20px;
    font-family: Arial, Helvetica, Sans-serif; 
}

.tweets-widget ul li {
    list-style-type: none;
    list-style: none;
    padding: 0; 
    margin: 15px 0 0 0; 
}

.tweets-widget ul li:first-child {
    margin-top: 5px;
}

.tweets-widget li.tweets-bird {
    padding-left: 24px;
    background: url(images/tweets.png) left 2px no-repeat;
}

.tweets-widget a {}

.tweets-widget a:hover {}

a.tweets-widget-time {
    text-decoration: underline; 
}

a.tweets-widget-time:hover {
    text-decoration: none; 
}

/* Facebook Widget
----------------------------*/

.facebook-widget {
    list-style-type: none; 
    list-style: none;
    margin: 0; 
    padding: 0;
}

/* =COMMENTS
-------------------------------------------------------------- */

#comments {
    margin-bottom: 15px;
}

#comments p {
    margin: 5px 0 10px 0;
}

h3#comments-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

.commentlist { 
    list-style: none;
    margin: 0;
    padding: 0;
}

.commentlist li.comment {
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0 0 0 0px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 15px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 15px;
}

.commentlist .avatar {
    border: 3px solid #ffffff;
    margin-right: 10px; 
    width: 40px; 
    height: 40px; 
    vertical-align: middle;
    margin-bottom: 2px;
}

.comment-author {
    padding: 5px;
    display: block;
    background: #F2F2F2;
    border: 1px solid #DFDFDF;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.comment-author cite {
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.fn, .fn a:link, .fn a:hover, .fn a:visited {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px; 
    font-style: normal; 
    font-weight: bold;
    text-decoration: none;
}

.comment-meta {
    margin: -23px 0 0 65px;
    display: block;
    font-size: 11px;
    padding:0;
}

.comment-meta a:link,
.comment-meta a:visited {
    text-decoration: none;
}
.commentlist .bypostauthor {
}
.reply {
    text-align: right;
    margin-bottom: 10px;
}

.comment-reply-link  {
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    background: #EDEDED;
    color: #333;
    padding: 2px 8px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border:  1px solid #999999;
}

.comment-reply-link:hover {
    background: #F5F5F5;
    color: #333;
}


.commentlist .children {
    list-style: none;
    margin: 0;
}

/* Children */

.commentlist .children li {
    border: none;
    margin: 0;
}

.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}

/* Comments form */

#respond {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

h3#reply-title {
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin: 0 0 15px 0;
}

#respond .required {
    color:#FF4B33;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    display: none;
}

.children #respond {
    margin: 0 48px 0 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}

#respond label {
    font-size: 12px;
    font-weight: bold;
}

#respond input {
    margin:10px 0 0 0;
    width:98%;
}

#respond textarea {
    width:98%;
    margin:10px 0 0 0;
}

#respond .form-allowed-tags {
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond input[type=submit] {
    margin: 0;
}

#respond .form-submit {
    margin: 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}
#respond dl {
    margin: 0 0 10px;
}

#respond dt {
    display: inline;
    font-weight: normal;
}

#respond dd {
    display: inline;
}

/* =END
