/*
    Theme Name: Senic
    Theme URI: http://fthemes.com/senic-free-wordpress-theme/
    Description: Free General/Blog WordPress theme by FThemes
    Author: FThemes
    Author URI: http://fthemes.com
    Version: 1.0
    Tags: blue, green, two-columns, right-sidebar
*/

/* INDEX:

    =GENERAL
    =LAYOUT
    =HEADER
    =MENUS
    =POST
    =WOOCOMMERCE
    =SITEMAP
    =CONTACT FORM
    =SLIDER
    =WP-PAGENAVI
    =FOOTER
    =WIDGETS
    =COMMENTS
    =RESPONSIVE
*/

/* =GENERAL
-------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Oswald);

body {
    /*    background: url('images/background-over.png') left top repeat-x, url('images/background.png') fixed;
        color: #555555;*/
    color: #0b2874;
    line-height: 1.5;
    margin: 0;
    background-color: #f0f0f0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial Bold';
    clear: both;
    line-height: 1;
    font-weight: bold;
}
a {
    color: #83C229;
    text-decoration: none;
}

a:hover, a:focus {
    color: #9FE141;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

/* =LAYOUT
-------------------------------------------------------------- */

#container {
    width: 960px;
    margin: 0 auto;
    position: relative;
    clear: both;
}

#main {
    padding: 15px;
    /*background: #fff;*/
}

#main-fullwidth {
    padding: 15px;
    background: #fff;
}

#content {
    overflow: hidden;
    float: left;
    width: 645px;
    text-align: justify;
    font-family: 'Arial';
    font-size: 17px;
    color: #0b2874;
    line-height: 22px;
    margin: -15px 0 18px 0;
}
.counter{
    /*background-color: #88C631;*/
    color: #fff;
    font-size: 22px;
    margin: 0 10px 15px 10px;
    box-shadow: 3px 3px 3px #aaa;
    /* display: table; */
    margin-left: 40px;
    width: 243px;
    padding: 15px 2px 20px 2px;

    background: -moz-linear-gradient(top, #6cad2f 0%, #5a8e05 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cad2f), color-stop(100%,#5a8e05));
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.36);
}
#footer-widgets>.counter{
    display: table;
    margin-left: 0px;
    width: 100%;
}
#main-counter, #footer-counter{
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    display:block;
    /*    margin-top: 5px;
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;*/
    padding-top: 10px;
    padding-bottom: 15px;
}
#footer-counter{
    display: table-cell;
    padding-left: 10px;
}
.text-counter{
    /*    display: table-cell;
        vertical-align: middle;*/
    display: block;
    line-height: 22px;
    text-align: center;
    /*padding-left: 15px;*/
}
#footer-counter+.text-counter{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 15px;
    padding-right: 310px;
}
.itemCounter, .itemCounter1, .itemCounter2, .itemCounter3,
.itemCounter4,.itemCounter5, .itemCounter6 {
    border: 2px solid #eee;
    padding: 0 3px;
    margin: 2px;
    box-shadow: 3px 3px 3px #666;
}
.itemCounter3, .itemCounter-sep{ margin-left: -2px;}
#sidebar-primary {
    float: left;
    width: 270px;
}

#sidebar-primary h3{
    margin: 0px 0px 2px;
}

#sidebar-primary .wpcf7{
    padding-top: 10px;
}
.lp-content {
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    width: 570px;
    min-height: 475px;
    margin: 10px auto;
    padding: 20px;
}
.lp-content ul {
    line-height: 1.5;
}
#text-4{
    position: relative;
    margin-top: 90px;
    background-color: #f0f0f0;
    padding-bottom:10px;
    margin-bottom: 20px;
    margin-left: 1px;
    -webkit-box-shadow: 0px 1px 0px 1px rgba(0,0,0,.32);
    -moz-box-shadow: 0px 1px 0px 1px rgba(0,0,0,.32);
    -ms-box-shadow: 0px 1px 0px 1px rgba(0,0,0,.32);
    box-shadow: 0px 1px 0px 1px rgba(0,0,0,.32);
}

#text-4 .wpcf7-list-item-label{
    font-size: 14px;
}

.wpcf7 .wpcf7-not-valid-tip{
    display: none!important;
}
.wpcf7 .wpcf7-not-valid input[type="checkbox"], .wpcf7 input.wpcf7-not-valid{
    outline-color: #de001b;
    outline-style: auto;
}

#text-4 p{
    margin: 0 0 10px 0;
}

#text-4 input[type="submit"]{
    width: 160px;
    background-color: #185278;
    line-height: 36px;
    font-size: 22px;
    color: #fff;
    margin-left: 42px;
    cursor: pointer;
    border: none;
    border-radius: 5px;

    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.32);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.32);
    -ms-box-shadow: 1px 1px 2px 1px rgba(0,0,0,.32);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,.32);
}

#text-4 input[type="submit"]:hover{
    background-color: #5B910F;
}
#text-4:before{
    content: "";
    display: block;
    width:200px;
    height: 180px;
    margin-top: -181px;
    margin-left: 40px;
    position: absolute;
    background: url("/wp-content/themes/Senic/images/sh-d-photo-2.gif") no-repeat;
}
ul.grid>li>h3     {
    background-color: #95969b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff !important;
    text-align: center !important;
    font-weight: normal;
    font-size: 17px !important;
    padding: 2px;
    margin: 0 0 15px 0 !important;
    box-shadow: 0px 2px 7px 0 rgba(0,0,0,0.26);
}
ul.grid>li {
    width: 193px;
    height: 196px;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 30px;
    text-decoration: none;
}
#main{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
#wpcf7-f272-o1 li{
    padding: 0 0 0px 12px;
}
#sidebar-primary li>label{
    font-size: 14px;
    display: block;
}
#sidebar-primary li input[type="text"], #sidebar-primary li input[type="email"] {
    font-size: 18px;
    font-family: 'Arial';
    width: 210px;
    /* margin: 3px 0 7px 0px; */
    height: 25px;
    padding: 0 6px;
    border: 1px solid #6cad2f;
    border-radius: 6px;
    -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
    -ms-box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
    box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
}
.country-details>span{
    padding-left: 30px;
    font-size: 20px;
}
.country-details{
    height: 60px;
}
.country-details>img{
    float: left;
    margin-right: 20px;
}
.entry .wpcf7 form input[type="submit"],
#sidebar-primary .btnbox input[type="submit"]{
    position: relative;
    white-space: normal;
    left: 3px;
    /*top: -20px;*/
    cursor: pointer;
    color: #fff;
    font: 22px 'Arial';
    padding: 0 8px 0 0;
    width: 220px;
    height: 50px;
    border-radius: 5px !important;
    line-height: 18px;
    background: -moz-linear-gradient(top, #6cad2f 0%, #5a8e05 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cad2f), color-stop(100%,#5a8e05));
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.36);
}
#sidebar-primary li textarea{
    font-size: 18px;
    font-family: 'Arial';
    width: 210px;
    padding: 0 6px;
    border: 1px solid #6cad2f;
    border-radius: 6px;
    -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
    -ms-box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
    box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
    height: 4em;
    border: 1px solid #a0a0a0;
    resize: vertical;
}

/*#sidebar-primary li input[type="text"]:focus,
#sidebar-primary li input[type="email"]:focus,
#sidebar-primary li textarea:focus {
    outline: 1px solid #185278;
}*/

/* =HEADER
-------------------------------------------------------------- */

#header {
    /*    height: 60px;
        padding:25px 0;
        position: relative;*/
    height: 120px;
    background-color: #fff;
}
/*.contact-head{
    position: absolute;
    top: 58px;
    width: 100%;
}
.contact-head .tel-mail{
    width: 400px;
    margin: 0 auto;
    color: #225B80;
    padding-left: 500px;
    font-size: 15px;
    line-height: 18px;

}*/
h3.logo-sidebar{
    color: #225B80;
    font-size:16px;
    margin-bottom: 0px;
    font-weight: bold;
}
.header-tel-mail{
    color: #0b2874;
    font: normal 11px 'Arial';
    display: inline-block;
    border-left: 1px solid #acdf06;
    position: relative;
    top: 14px;
    padding-left: 50px;
}
.footer-tel-mail a{
    font-size: 16px;
    padding: 10px;
}
.footer-tel-mail{
    overflow: hidden;
    margin-left: 30px;
    float:left;
}
.tel-mail{
    color: #225B80;
    font-size: 12px;
    line-height: 18px;
}
.footer-tel-mail .tel-mail{
    color:#fff;
}
.tel-mail b{
    display: inline-block;
    min-width: 80px;
}
.logo {
    float: left;
    margin: 4px 50px 4px 0;
}
h1 {
    font-size: 30px;
    color:#0b2874;
    margin: 10px 0 20px 0;

}

h2 {
    font-size: 25px;
    color:#0b2874;
    margin: 0 0 20px 0;
}

h3 {
    font-size: 20px;
    color:#0b2874;
    margin: 0 0 20px 0;
}


h4 {
    font-size: 20px;
    margin: 0 0;
}

h5 {
    font-size: 18px;
    margin: 30px 0;
}

h6 {
    font-size: 16px;
    margin: 36px 0;
}
.logo h1.site_title {
    margin: 0;
    padding:0;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:48px;
    line-height: 40px;
    font-weight: bold;
}

.logo h1.site_title a, .logo h1.site_title a:hover {
    color: #185278;
    text-decoration: none;
}

.logo h2.site_description {
    margin: 0;
    padding:0;
    color: #185278;
    font-family: Arial, Helvetica, Sans-serif;
    font-size:14px;
    line-height: 14px;
}

.header-right {
    float: right;
}

#footer #content-search,
#top-social-profiles {
    /*    padding: 0 20px 0 0;
        height: 32px;
        text-align: right;
        float: right;    */
    top: -20px;
}
#top-social-profiles img {
    margin: 0 0 0 6px !important;
}

#top-social-profiles img:hover {
    opacity: 0.8;
}
#top-social-profiles .widget-container {
    background: none;
    padding: 0;
    border: 0;
}

/* =MENUS
-------------------------------------------------------------- */

/* Menu Primary
----------------------------*/

.menu-primary-container {
    float: left;
    padding:0;
    position:relative;
    height: 62px;
    z-index: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.menu-primary {
}

.menu-primary ul {
    min-width: 160px;
    margin-left: 5px;
}

/* First Level - Menu Primary */

.menu-primary li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    margin-left: 2px;
}

.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: #FFFFFF;
    outline: 0;
    /*margin-top: -4px;*/
}

/* Child Levels - Menu Primary */

.menu-primary li li a {
    color: #FFFFFF;
    text-transform: none;
    background-color: rgba(5, 17, 105, 0.9);
    padding: 10px 15px;
    margin: 0;
    border: 0;
    font-weight: normal;
}

.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 {
    color: #FFFFFF;
    background: #8EC63F;
    outline: 0;
    border-bottom:0;
    text-decoration: none;
}


/* Arrows Menu Primary */

.menu-primary a.sf-with-ul {
    padding-right: 20px;
    min-width: 1px;
}
.menu-primary  .sf-sub-indicator {
    display: none;
}

.menu-primary  li li .sf-sub-indicator {
    padding: 9px 10px 0 0;
}
ul.sub-menu li{
    border-bottom: 1px solid #0b37a7;
}
ul#menu-menu-1.menu-primary li ul.sub-menu li ul li{
    margin-left: -5px;
    border-left: 1px solid #0b37a7;
}
ul#menu-menu-1.menu-primary li ul.sub-menu li ul li:hover{
    border-left: 1px solid #fff;
}
/* Shadows Menu Primary */

.wrap-menu-primary .sf-shadow ul {
    background:	url('images/menu-primary-shadow.png') no-repeat bottom right;
}
/*ul.sub-menu>li{
    background-color: rgba(5, 17, 105, 0.9);
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.25);
}*/

/* Menu Secondary
----------------------------*/

.menu-secondary-container {
    display: none;
    position:relative;
    height: 44px;
    z-index: 300;
    margin-bottom: 15px;
}

.menu-secondary {}

.menu-secondary ul {
    min-width: 160px;
}

/* First Level - Menu Secondary */
.menu-secondary li a {
    color: #185278;
    padding: 16px 15px 15px 15px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
}

.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 {
    color: #fff;
    text-shadow: 0 1px 0 #5B910F;
    outline: 0;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #9DD452), color-stop(1, #81C128));
    background-image: -ms-linear-gradient(top, #9DD452, #81C128);
    background-image: -o-linear-gradient(top, #9DD452, #81C128);
    background-image: -moz-linear-gradient(top, #9DD452, #81C128);
    background-image: -webkit-linear-gradient(top, #9DD452, #81C128);
    background-image: linear-gradient(to bottom, #9DD452, #81C128);

}

/* Child Levels - Menu Secondary */

.menu-secondary li li a {
    color: #fff;
    background: #87C52F;
    padding: 10px 15px;
    text-transform: none;
    margin: 0;
    font-weight: normal;
    text-shadow: 0 1px 0 #5B910F;
}

.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: #79B228;
    outline: 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: 14px 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;
}

/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.post {
    margin-bottom: 15px;
    border-bottom: 0;
}

.page, .post-single {
    border-bottom: 0;
    margin-bottom: 0;
}

.title {
    color: #185278;
    padding: 0;
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 30px;
    color: #0b2874;
    margin: 10px 0 20px 0;
}

.title a {
    color: #185278;
    text-decoration: none;
}

.title a:hover {
    color: #88C631;
    text-decoration: none;
}

.entry {
    line-height: 20px;
}

.featured_image {
    padding: 6px;
    border: 1px solid #BDBDBD;
    background: #fff;
}

.featured-image-container {
    overflow: hidden;
    height: 200px;
    margin-bottom: 15px;
}


.featured-image-container img {
    /*width: 615px;*/
}

.page-title {
    color: #185278;
    margin: 0px 0 10px 0;
    padding: 0 0 10px 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    border-bottom: 2px solid #185278;
}

/* Post Metas
----------------------------*/

.postmeta-primary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-secondary {
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 10px 0;
}

.postmeta-primary span, .postmeta-secondary span {
    background: url(images/meta-separator.png) left center no-repeat;
    padding:3px 0 3px 10px;
}


.postmeta-primary span:first-child, .postmeta-secondary span:first-child {
    background: none;
    padding-left: 0;
}

/* Read More
----------------------------*/

.readmore {
    margin-bottom: 15px;
    float: right;
}

.readmore a {
    color: #185278;
    background: #F0F0F0;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 12px;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
}

.readmore a:hover {
    color: #FFFFFF;
    background: #88C631;
    text-decoration: none;
}

/* =WOOCOMMERCE
-------------------------------------------------------------- */

.woocommerce .content, .woocommerce #main-fullwidth {
    background: #fff;
}

.variations .label {
    background-color:inherit;
    color: inherit;
    display: block !important;
    font-size: inherit;
    font-weight: inherit;
    line-height:inherit;
    text-shadow: none;
    vertical-align: inherit;
    white-space: inherit;
    padding: 8px 8px 8px 0 !important;
}
.woocommerce input[type="text"], .woocommerce input[type="password"], .woocommerce input.text, .woocommerce input.title, .woocommerce textarea, .woocommerce select {
    margin: 0;
    padding: 4px !important;
}

.quantity input[type="text"], .quantity input.text, .quantity input{
    margin: 0;
    padding: 0 !important;
}

.woocommerce img {
    width: auto !important;
    height: auto !important;
}

/* =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 FORM
-------------------------------------------------------------- */
.contact-form {
}

.contact-form-label {
    width: 90px;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 0;
}

.contact-form-input {
    margin-left: 90px;
}

.contact-form input[type=text] {
    padding: 6px;
    width: 60%;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form input[type=submit] {
    padding: 5px 50px;
    border: 1px solid #ccc;
    background: #eee;
}
.contact-form textarea {
    width: 96%;
    padding: 6px;
    height: 160px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    background: #fff;
}

.contact-form-required {
    color: red;
}

/* =SLIDER
-------------------------------------------------------------- */

.fp-slider {
    margin: 0 0 15px 0;
}

.fp-slides-container {}

.fp-slides, .fp-thumbnail, .fp-prev-next, .fp-nav {
    width: 615px;
}

.fp-slides, .fp-thumbnail {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.fp-title {
    font-family: Arial, Helvetica, Sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin: 0;
}

.fp-title a, .fp-title a:hover {
    color: #fff;
    text-decoration: none;
}

.fp-content {
    position: absolute;
    overflow: hidden;
    padding: 10px 15px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2a2a2a;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.fp-content p {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 18px;
}

.fp-more,  .fp-more:hover{
    font-weight: bold;
}

.fp-nav {
    height: 12px;
    text-align: center;
    padding: 10px 0;
    background: #185278;
}

.fp-pager a {
    background-image: url(images/featured-pager.png);
    cursor:pointer;
    margin: 0 8px 0 0;
    padding: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -999px;
    background-position: 0 0;
    float: none;
    line-height: 1;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.fp-pager a:hover, .fp-pager a.activeSlide  {
    text-decoration: none;
    background-position: 0 -112px;
    opacity: 1.0;
    filter: alpha(opacity = 100);
}

.fp-prev-next-wrap {
    position: relative;
    z-index: 200;
}

.fp-prev-next {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    height: 37px;
}

.fp-prev {
    float:left;
    margin-left: 14px;
    width:37px;
    height:37px;
    background:url(images/featured-prev.png) left top no-repeat;
    opacity: 0.3;
    filter: alpha(opacity = 60);
}

.fp-prev:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

.fp-next {
    float:right;
    width:36px;
    height:37px;
    margin-right: 14px;
    background:url(images/featured-next.png) right top no-repeat;
    opacity: 0.3;
    filter: alpha(opacity = 60);
}

.fp-next:hover {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

/* =WP-PAGENAVI
-------------------------------------------------------------- */

.wp-pagenavi {
    float: left;
}

.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:#88C631;
}

.wp-pagenavi a:hover {
    color: #185278;
    background:#F0F0F0;
}

.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 {
    margin-bottom:15px;
    padding: 20px 0 5px;
    background: #185278;
    border-top: 3px solid #88C631;
}
#footer table{
    margin-bottom:0px;
}
#footer td{
    padding:10px;
}
#copyrights {
    color: #FFFFFF;
    background: #185278;
    clear: both;
    float: left;
    padding-left: 40px;
    margin-top: -26px;
}

#copyrights a {
    color: #FFFFFF;
}

#copyrights a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#credits {
    color: #85BDE1;
    font-size: 11px;
    float: right;
    padding-right: 15px;
}

#credits a {
    color: #85BDE1;
    text-decoration: none;
}

#credits a:hover {
    text-decoration: none;
    color: #85BDE1;
}

/* Footer Widgets
----------------------------*/

#footer-widgets {
    background: #FFFFFF;
    padding: 0px 0 10px;
    border-top: 2px solid #F0F0F0;
    text-align: center;
}

.footer-widget-box {
    width: 100%;
    /*    display: inline-block;
        vertical-align: top;
        margin: 0px 20px 5px;*/
}

.footer-widget-box ul{
    margin: 0 auto;
}

.footer-widget-box-last {

}

/* Footer Widgets Color */

#footer-widgets .widget-container {

}

/* Footer Widgets Links */

#footer-widgets .widget-container a {

}

#footer-widgets .widget-container a:hover {

}

/* Footer Widget Title */

#footer-widgets .widgettitle {
    padding: 4px;
}

#footer-widgets .widgettitle, #footer-widgets .widgettitle a, #footer-widgets .widgettitle a:hover {

}

/* Footer List Items */

#footer-widgets .widget ul li {

}

/* Footer Widgets Tabs */

#footer-widgets .tabs-widget li a {

}

#footer-widgets .tabs-widget li a:hover, #footer-widgets .tabs-widget li a.tabs-widget-current {

}

/* Footer Widgets Seaarch */

#footer-widgets #search {

}

#footer-widgets #search #s {

}


/* =WIDGETS
-------------------------------------------------------------- */

/* Widgets Defaults
----------------------------*/

.widget-container  {
    list-style-type: none;
    list-style: none;
    /*   margin: 0 0 15px 0;
         padding: 0;
       color: #185278;
       font-size: 13px;
       width:266px;*/
}
li#text-5 {
    list-style: none;
}
.lower_contact_btn{
    /*width:650px;*/
    width:100%;
    position: relative;
}
.p1, .p2, .p3{
    text-align: justify;
    font-family: 'Arial';
    font-size: 22px;
    color: #0b2874;
    line-height: 22px;
    margin: 5px 0 18px 0;
    position: absolute;
}
.lower_contact_btn .p1 {
    /*right: 505px;*/
    left: 280px;
    margin-top: 25px;
    font-size: 28px;
    font-weight: bold;
}
.lower_contact_btn .p2 {
    /*right: 300px;*/
    left: 315px;
    margin-top: 60px;
    font-size: 28px;
    font-weight: bold;
}
.lower_contact_btn .p3 {
    color: #fff !important;
    /*right: 300px;
    left: 470px;*/
    margin-top: 132px
}
.widget-container a {
    color: #185278;
    text-decoration: none;
}

.widget-container a:hover {
    color: #8BC836;
    text-decoration: none;
}

.widgettitle {
    margin: 0 0 10px 0;
    padding: 3px 10px 6px;
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #9DD452), color-stop(1, #81C127));
    background-image: -ms-linear-gradient(top, #9DD452, #81C127);
    background-image: -o-linear-gradient(top, #9DD452, #81C127);
    background-image: -moz-linear-gradient(top, #9DD452, #81C127);
    background-image: -webkit-linear-gradient(top, #9DD452, #81C127);
    background-image: linear-gradient(to bottom, #9DD452, #81C127);
}

.widgettitle, .widgettitle a, .widgettitle a:hover {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 22px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    text-shadow: 0 1px 0 #5B910F;
}

.widget ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.wpcf7 form ul li>p{
    margin-bottom: 0;
}
.widget ul li {
    padding: 0 0 2px 12px;
    margin: 0 0 2px 0;
    /*background: url(images/widget-list.png) left 3px no-repeat;*/
}

.widget ul li .children {
    padding-top: 17px;
}


/* Search
----------------------------*/

#search {
    border: 1px solid #D8D8D8;
    background: #fff url(images/search.png) 99% 50% no-repeat;
    text-align: left;
    padding: 0px 24px 6px 3px;
    margin-top: 20px;
    border-radius: 3px;
}

#search #s {
    background: none;
    color: #979797;
    border: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    outline: none;
}

#content-search {
    /*    width: 300px;
        padding: 15px 0;*/
    float: right;
    position: relative;
    top: -3px;
    left: -17px;
}
#searchform {
    display: inline-block;
    position: relative;
    top: 3px;
    border: 1px solid #acdf06;
    border-radius: 3px;
    height: 21px;
    width: 220px;
}
#search #searchform input[type=text]{
    padding-left: 5px;
}
.contact-btn{
    float: right;
    position: relative;
    top: 5px;
    height: 38px;
    width: 250px;
}

.contact-btn a.inputs{
    display: block;
    text-decoration: none;
    color: #fff;
    font: bold 15px 'Arial';
    text-align: right;
    line-height: 32px;
    width: 233px;
    padding-right: 15px;
    padding-left: 5px;
    height: 32px;
    border-radius: 2px;
    background: -moz-linear-gradient(top, #6cad2f 0%, #5a8e05 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6cad2f), color-stop(100%,#5a8e05));
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.36);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.36);
}
.contact-btn img{
    margin-right: 5px;
    position: relative;
    left: 8px;
    top: -38px;
}
#topsearch {
    display: none;
    float: right;
    margin-top: 15px;
}

#topsearch #s {
    width: 250px;
}

/* Wp Calendar
----------------------------*/

#wp-calendar td:hover, #wp-calendar #today {
    background: #9AD24D;
    color: #fff;
}

#wp-calendar td:hover a, #wp-calendar #today a {
    color: #fff;
}

/* Text Widget
----------------------------*/

.textwidget {
    line-height: 18px;
}
#footer-widgets .widget > div,
#footer-widgets .textwidget {
    text-align: center;
    padding: 0 10px;
}

/* 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 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 0;
}

.posts-widgettitle {
    font-weight: normal;
    padding: 0 0 5px 0;
    margin: 0;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}

.posts-widgettitle a {}

.posts-widgettitle a:hover {}

.posts-widget-meta {
    font-style: italic;
    padding: 0 0 5px 0;
}

.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 #D8D8D8;
    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;
}

/* 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 #ddd;
    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;
}

.social-profiles-widget img:hover {
    opacity: 0.8;
}

/* 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: #185278;
    background: #F0F0F0;
    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: #88C631;
    color: #fff;
    text-shadow: 0 1px 0 #5B910F;
}

.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;
}
ul {
    list-style-type: circle;
}
/*html{background: #fafafa;}
body{
    background: url('images/background1.png') no-repeat center 48px , url('images/background-over.png') left top repeat-x;
    font-size: 14px;
}*/
.menu-primary-container{
    display: table;
}
.menu-primary-container > ul{
    display: table-row;
}
.menu-primary-container > ul >li{
    display: table-cell;
    float: none;
}
.menu-primary-container > ul > li > a{
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
.menu-primary-container > ul > li > a > span.menu-item-name{
    vertical-align: middle;
    line-height: 14px;
    display: inline-block;
}
.menu-primary-container > ul > li.current_page_ancestor > a,
.menu-primary-container > ul > li.current_page_item > a {
    color: #fff;
    font-family: 'Arial';
    line-height: 1;
    /*padding: 16px 20px 23px 20px;*/
    text-decoration: none;

}
.entry{
    text-align: justify;
}
.entry p{
    /*text-indent: 2em;*/
    text-align: justify;
}
.entry .lcp_catlist p{
    text-indent: 0em;
}
#footer {
    margin-bottom: 0px;
}
.rigwppz_widget > div{
    text-align: center;
}
.footer-widget-box img,
.rigwppz_widget > div img{
    max-height: 316px;
}
.home .post > h2.title{
    display: none;
}
.breadcrumbs{
    padding: 0px 15px;
}
.upper-header{
    width:960px;
    margin: 0 auto;
}
.clearfix.menu-container{
    /*    position: absolute;
        top: 110px;*/
    position: relative;
    z-index: 999;
    margin: 0px auto;
    margin-top: -25px;
    width: 100%;
    height:62px;
}

.menu-primary-container .menu-primary > li:first-child {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6465a5), color-stop(2%,#9fa1c7), color-stop(5%,#8283b5), color-stop(44%,#27277f), color-stop(46%,#041079), color-stop(95%,#1452c3), color-stop(100%,#090f6c));
    background: -moz-linear-gradient(top, #6465a5 0%, #9fa1c7 2%, #8283b5 5%, #27277f 44%, #041079 46%, #1452c3 95%, #090f6c 100%);
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.menu-primary-container .menu-primary > li:last-child {

    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.menu-primary-container .menu-primary > li {
    position: relative;
    background: url('images/divider_menu.png') 0 0 no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#6465a5), color-stop(2%,#9fa1c7), color-stop(5%,#8283b5), color-stop(44%,#27277f), color-stop(46%,#041079), color-stop(95%,#1452c3), color-stop(100%,#090f6c));
    background: url('images/divider_menu.png') 0 0 no-repeat,-moz-linear-gradient(top, #6465a5 0%, #9fa1c7 2%, #8283b5 5%, #27277f 44%, #041079 46%, #1452c3 95%, #090f6c 100%);
    /*margin-right: -3px;*/
    /*    height: 54px;*/
    /*padding: 0px 25px 0px 30px;*/
    text-align:center;
    height: 100%;
}

.menu-primary-container .menu-primary > li > a:hover,.menu-primary-container .menu-primary > li > a:active, .current_page_item>a{
    background: url('images/divider_menu2.png') 0 0 no-repeat,url('images/divider_menu2.png') 101% 0 no-repeat,#676992 !important; /* Old browsers */
    background: url('images/divider_menu2.png') 0 0 no-repeat,url('images/divider_menu2.png') 101% 0 no-repeat,-moz-linear-gradient(top,  #676992 0%, #0a1263 51%, #08348b 100%) !important; /* FF3.6+ */
    background: url('images/divider_menu2.png') 0 0 no-repeat,url('images/divider_menu2.png') 101% 0 no-repeat,-webkit-gradient(linear, left top, left bottom, color-stop(0%,#676992), color-stop(51%,#0a1263), color-stop(100%,#08348b)) !important; /* Chrome,Safari4+ */
    background: url('images/divider_menu2.png') 0 0 no-repeat,url('images/divider_menu2.png') 101% 0 no-repeat,-webkit-linear-gradient(top,  #676992 0%,#0a1263 51%,#08348b 100%) !important; /* Chrome10+,Safari5.1+ */
    background: url('images/divider_menu2.png') 0 0 no-repeat,url('images/divider_menu2.png') 101% 0 no-repeat,-o-linear-gradient(top,  #676992 0%,#0a1263 51%,#08348b 100%) !important; /* Opera 11.10+ */
    background: url('images/divider_menu2.png') 0 0 no-repeat,url('images/divider_menu2.png') 101% 0 no-repeat,-ms-linear-gradient(top,  #676992 0%,#0a1263 51%,#08348b 100%) !important; /* IE10+ */
    background: url('images/divider_menu2.png') 0 0 no-repeat,url('images/divider_menu2.png') 101% 0 no-repeat,linear-gradient(to bottom,  #676992 0%,#0a1263 51%,#08348b 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#676992', endColorstr='#08348b',GradientType=0 ) !important; /* IE6-9 */
    /*padding: 16px 20px 23px 20px;*/
}

.menu-primary-container .menu-primary > li > a:hover span.sf-sub-indicator, .current_page_item>a span.sf-sub-indicator{
    top:16px;
}

.menu-primary-container .menu-primary > li > a{
    font-size: 22px;
    padding-top: 8px;
    height: 56px;
    margin-left: 5px;
}

.clearfix.menu-container > div{
    width: 1000px;
    clear: both;
    margin: 0 auto;
    max-width: 1119px;
    min-height: 90px;
    position: relative;
    background: url(images/menu_shadow.png) 48% 62px no-repeat;
    background-size: 90%

}
/* =RESPONSIVE
-------------------------------------------------------------- */

.menu-primary-responsive-container, .menu-secondary-responsive-container  {
    display: none;
    margin: 10px;
}

.menu-primary-responsive, .menu-secondary-responsive  {
    width: 100%;
    padding: 5px;
    border: 1px solid #aaa;
    background-color: #ccc;
}

/*Only Page Woman Oncology*/
body.page-id-1732 .post img.alignleft {
    float: left;
}
body.page-id-1732 ul.lcp_catlist {
    padding-left: 0px;
    width: 305px;
    float: left;
    margin-right: 30px;
}

body.page-id-1732 .lcp_catlist>li{
    width: 100%;
    height: 170px;
    padding: 0 5px;
    position: relative;
}
body.page-id-1732 .lcp_catlist li>p+a{
    position: absolute;
    right: 5px;
    top: 140px;
}
body.page-id-1732 .entry ul.lcp_catlist p{
    display: block;
    width: auto;
}
body.page-id-1732 .lcp_catlist h4.lcp_post{
    max-height:100%;
    text-align:left;
}

/*New sub-menu*/
ul.menus.menu-primary ul.sub-menu li ul.sub-menu{
    display: block !important;
    visibility: visible !important;
    position:relative;
    top:0;
    left:0;
}
ul.menus.menu-primary ul.sub-menu li ul.sub-menu>li{
    border-left:none !important;
}
ul.menus.menu-primary ul.sub-menu li ul.sub-menu a{
    padding-left:30px !important;
}
ul.menus.menu-primary ul.sub-menu li ul.sub-menu a:hover{
    background-color:#6cad4f;
}
.vcard{
    font-size: 13px;
}
.contact-me-mob, .vcard-box.contact-me-mob, .tel-mail img, .txt-mob, .tel-number.tel span.mob{
    display:none;
}
#btn-read-more, #content.expanded+#btn-read-more{
    display:none;
}


/* Mobile Phones ----------- */
@media all and (max-width: 1200px) {
    #header .zingayaButton.zingaya2665e95945df5af97eaab549fbca6fdc,  #header .zingayaButton.zingaya2665e95945df5af97eaab549fbca6fdc {
        /*left: 2px !important;
        width: 170px;		*/
        font-size: 12px !important;
    }
}
@media all and (max-width: 1024px) {
    .menu-primary-container > ul > li > a{
        padding-left: 5px;
        padding-right: 5px;
    }
    .menu-primary-container .menu-primary > li > a:hover, .menu-primary-container .menu-primary > li > a:active, .current_page_item>a{
        padding-bottom: 20px;
    }
    .menu-primary-container .menu-primary > li > a {
        font-size: 18px;
        height: 100%;
        padding: 16px 5px 23px 5px;
    }
    .clearfix.menu-container > div {
        background: none;
        width: auto;
    }
    .upper-header {
        width: 100%;
    }
    .menu-primary-container .menu-primary > li > a:hover, .menu-primary-container .menu-primary > li > a:active, .current_page_item>a{
        padding: 16px 5px 23px 5px;
    }
    .menu-primary a.sf-with-ul {
        padding-right: 5px;
    }
}
@media all and (max-width:800px){
    #main
    {
        display: block;
    }
    #portamento_container #box-sidebar {
        position: static!important;
    }
    #portamento_container #box-sidebar{
        margin-top:0 !important;
    }
    #sidebar-primary .counter{
        display: none;
    }
}
@media all and (max-width: 960px) {
    #sidebar-primary {
        float: none;
        /*margin: 0 auto !important;*/
    }
    #content .lcp_catlist>li{
        width: 100%;
        min-height: 90px;
        height: auto;
    }
    #content  .lcp_catlist li>a{
        padding-left: 10px;
    }

    #content .entry ul.lcp_catlist p {
        width: 65%;
    }
    #content .lcp_catlist h4.lcp_post{
        width:96%;
        max-height: 44px;
        padding-left: 10px;
        text-align: left;
    }

    #content{
        float:none;
        width:100%;
    }
    #container {
        width: auto;
    }
    #content-search{
        display:none;
    }
    .contact-btn {
        top: 8px;
        left: -1%;
    }
    .menu-primary-container .menu-primary > li > a {
        font-size: 18px;
    }
    div#header_txt{
        font-size: 42px;
    }
}

@media all and (max-width: 780px) {
    .menu-primary-container .menu-primary > li > a, .menu-primary-container .menu-primary > li > a:hover, .menu-primary-container .menu-primary > li > a:active, .current_page_item>a{
        padding: 8px 5px 8px 5px;
    }
    #header .zingayaButton.zingaya2665e95945df5af97eaab549fbca6fdc,  #header .zingayaButton.zingaya2665e95945df5af97eaab549fbca6fdc {
        top: 100px !important;
    }
    .clearfix.menu-container li a{
        font-size: 14px !important;
    }
    .clearfix.menu-container>div, .upper-header{
        width: auto;
    }
    #search, #header_txt{
        display:none;
    }
    #footer-widgets .footer-widget-box{display:none;}

    #copyrights{
        clear: both;
    }
    .footer-tel-mail{
        display: block;
    }
    #container, #footer-container {
        width: 100%;
    }
    .header-tel-mail {
        position: relative;
        padding-bottom: 81px;
    }
    #main,
    #main-fullwidth,
    #header,
    #footer {
        padding-left: 10px;
        padding-right: 10px;
    }

    #footer-widgets{padding:0px;}
    #main, #main-fullwidth {
        background-image: none;
    }

    #header {
        height: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo, .header-right {
        float: none;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
        margin: 0;
    }

    .header-right {
        padding-top: 10px;
    }
    .owl-carousel .owl-item img {
        height: 75%;
    }
    #topsearch {
        float: none;
        width: 96%;
        margin: 2px 2% 10px 2%;
    }

    #header #topsearch {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #top-social-profiles {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }

    #content, #sidebar-primary, #sidebar-secondary {
        /*width: 100%;*/
        float: none;
        padding: 0;
        margin: 0;
        display: block;
    }

    .widget-container {
        width: auto;
    }

    #text-4{
        margin-top: 0px;
    }
    #text-4:before{
        display: none;
    }
    .breadcrumbs {
        padding: 32px 15px 7px;
    }

    .menu-primary-container, .menu-secondary-container {
        float: none;
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    .menu-secondary-container {
        display: none;
    }

    .fp-slider, #fb-root {
        display: none;
    }

    .post-box {
        width: 100%;
        height: 100%;
        float: none;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

    #footer-widgets-container #footer-widgets {
        width: inherit;
    }

    .footer-widget-box {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }
    #copyrights, #credits {
        display: block;
        float: none;
        text-align: center;
    }

    #footer-container #copyrights, #footer-container #credits {
        padding: 5px 0;
    }

    #footer-container #footer {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact-btn {
        top: 68px;
    }
}
@media all and (max-width: 568px) {
    #main{
        display: block;
    }

    #header a.zingayaButton.zingaya2665e95945df5af97eaab549fbca6fdc {
        position: absolute !important;
        top: 156px !important;
        /*width: 180px;*/
    }
    .contact-btn {
        top: -8px;
    }
    .counter {font-size: 18px;}
    #footer-widgets>.counter {font-size: 18px;width:95%;}
    /*.logo img{*/
    /*    width:80%;*/
    /*}*/

    h1{
        text-align: left;
    }
    .post img.alignleft {
        float: none;
    }

    #content .entry ul.lcp_catlist p {
        text-align: left;
    }
}
@media all and (max-width: 480px) {
    .tel-number.tel span.mob{
        display: inline-block;
    }
    .tel-number.tel span.desktop{
        display: none;
    }
    .logo, .header-right{
        text-align: left;
        display: inline-block;
        padding-left: 10px;
    }
    #header{
        margin-left:0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .tel-mail span.pay, .vcard-box.sp+br,.vcard-box.contact-me-mob+br, .vcard-box.ru+br, .vcard-box.sp+br, .vcard-box.ua+br, .header-right, .tel-mail .vcard-box.mail {
        display: none;
    }
    .vcard{
        font-size: 3.5vw;
    }
    .vcard-box.mail+br, .txt-mob{
        display: block;
    }
    #header .tel-mail b{
        width: auto;
        position: absolute;
        left: 42px;
        color: #0b2874;
    }
    .tel-mail .vcard-box.ua b, .tel-mail .vcard-box.ru b{
        left:44px;
    }
    .txt-mob{
        text-align: center;
        padding-bottom: 5px;
    }
    .vcard .vcard-box{
        position: relative;
        height: 42px;
        display: inline-block;
        margin: 0 6px;
    }
    .vcard .vcard-box.mail{
        /*height: 30px;*/
        padding-bottom: 5px;
        padding-left: 20%;
    }
    .vcard-box.mail b{
        display: none;
    }

    .vcard-box.ua, .vcard-box.contact-me-mob{
        float: right;
    }
    .vcard-box.contact-me-mob a>b{
        position: absolute;
        padding-top: 3px;
        padding-left: 3px;
        display: inline-block;
    }
    .vcard-box.ua, .vcard-box.contact-me-mob{
        float: right;
    }
    .vcard-box.ua,.vcard-box.ru, .vcard-box.sp, .vcard-box.contact-me-mob{
        border: 1px solid #0b2874;
        padding: 0 3px;
        border-radius: 10px;
        box-shadow: 1px 2px 3px;
        min-width: 42%;
    }
    .vcard-box.contact-me-mob{

    }
    .tel-mail .vcard-box.ru{
        padding-right: 5px;
    }
    .vcard-box.sp{
        margin-bottom: 10px;
    }

    .tel-mail img{
        display: inline-block;
        position: relative;
        width: 34px;
        top: 4px;
        margin-right: 1px;
    }
    .tel-mail .vcard-box.mail img{
        width: 26px;
        top: 7px;
    }
    #main,#main #content, #main #content-top{
        padding-top: 0;
        margin-top:0;
    }
    #content {
        overflow: hidden;
        padding-right: 5px!important;
        height: 100%;
        max-height: 1230px;
        /*border-bottom: 20px solid #fff;*/
        width: 98%;
    }
    #content .entry.clearfix>p{
        margin:0;
    }
    #content img.featured_image    {
        /*        max-height: 80px;
                width: auto;
                float: right;
                margin: 0 0 5px 10px;*/
        display: none;
    }
    #content.expanded{
        height:auto;
        overflow: auto;
    }
    ul.lcp_catlist{
        margin-right: 0;
    }
    h1.title{
        text-align: left;
        font-size: 24px;
    }
    #btn-read-more{
        display:block;
        position: relative;
        bottom: 20px;
        text-align:right;
        cursor: pointer;
        background-color: #f3f3f3;
    }
    #btn-read-more span{
        font-size:12px;
        text-decoration: underline;
    }
    #btn-read-more i{
        display: inline-block;
        text-align:center;
        position: relative;
        bottom: 10px;
        background-color: #f3f3f3;
    }
    #btn-read-more div{
        text-align: center;
        background-color: #f3f3f3;
    }
    #btn-read-more strong{
        position: relative;
        top: 5px;
        background-color: #f3f3f3;
    }

    #sidebar-primary {
        /*margin-left: 5px !important;*/
    }
    .owl-nav{
        display:none;
    }
    .header-tel-mail {
        padding: 0 5px 10px 5px;
        top: 5px;
        display: block;
    }
    .tel-mail {
        font-size:12px;
    }
    .clearfix.menu-container > div{
        width: auto;
    }
    .clearfix.menu-container li a{
        color:#225B80;
    }

    .menu-primary-responsive-container, .menu-secondary-responsive-container {
        display: block;
    }

    .menu-primary-container, .menu-secondary-container {
        display: none;
    }

    #header .menu-primary-responsive-container, #header .menu-primary-responsive-container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .breadcrumbs{
        padding-top:0;
    }
    #header a.zingayaButton.zingaya2665e95945df5af97eaab549fbca6fdc {
        width: 120px;
        position: fixed!important;
        bottom: 50px;
        top: auto!important;
        right: 0!important;
        border-radius: 0;
        height: 50px;
        padding-top: 28px;
    }

    .contact-btn{
        height: 35px!important;
        width: 154px;
        position: fixed!important;
        bottom: 0px;
        top: auto!important;
        right: 0 !important;
        left: auto !important;
        z-index: 9999;
        display: none;
    }
    .contact-btn a.inputs{
        width: 80%;
        padding-left: 0;
        line-height: 19px;
        padding-top: 6px;
        padding-bottom: 12px;
        line-height: 19px;
        border-radius: 0;
    }
    .contact-btn img{
        top: -42px;
        left: 10px;
        width: 32px;
    }
    body div.zopim {
        /*top: 10px !important;*/
        position: fixed!important;
        bottom: 40px !important;
        top: auto!important;
        /* left: 0!important; */
        right: 4px!important;
    }
    .clearfix.menu-container{
        height:40px;
    }
    .home .clearfix.menu-container{
        height:60px;
    }
    .menu-primary-responsive-container, .menu-secondary-responsive-container{
        padding-top: 19px;
    }
    #footer{
        margin-bottom: 60px;
    }
    #footer-widgets .text-counter{padding:5px 2px 2px 2px;display: block;text-align: center;}
    #footer-widgets>.counter{margin-left:2px;width: 97%;}
    #main-counter, #footer-counter{padding:2px; display: block;}
}

/* =END
-------------------------------------------------------------- */
#sidebar-primary #gallery-1 img{
    border: none;
}
#sidebar-primary #gallery-1 .gallery-item{
    margin: 5px 0 0;
}
.entry ul.lcp_catlist p{
    margin: 0 0 10px 0;
    display: inline-block;
    font-size: 13px;
    width: 450px;
    position: relative;
    top: -13px;
}
p.lcp_content{
    margin: 0;
}
.lcp_catlist>li{
    width: 640px;
    height: 90px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}
ul.lcp_catlist.grid>li img {
    width: 123px;
    height: 117px;
}
ul.lcp_catlist.grid>li>a {
    display: block;
    margin-left: 25px;
}
ul.lcp_catlist.grid>li h4.lcp_post>a {
    font-weight: normal;
}
ul.lcp_catlist.grid>li h4{
    margin-top: 5px;
}
.lcp_catlist>li img {
    width:68px;
    height:68px;
    float: left;
    margin: 5px 10px;
}
ul.lcp_catlist{
    padding-left: 0px;
}
.lcp_catlist h4.lcp_post {
    display: inline-block;
    margin: 10px 0px 0px 0px;
    max-width: 552px;
    max-height: 20px;
    overflow: hidden;font-family: 'Arial Bold';
    font-weight: bold;
}
.lcp_catlist h4.lcp_post>a{
    font-size: 20px;
    color: #0b2874;
}
.lcp_catlist li>a{
    position: relative;
    top: -8px;
}
#post-81 h2 {
    background: url('images/white-header-steps.png') 0 0 no-repeat;
    height: 80px;
    text-align: center;
    line-height: 53px;
}
#header_txt{
    font-size: 58px;
    font-family: Arial;
    font-weight: normal;
    height: 100px;
    padding: 16px 0px 8px 15px;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.26);
}
.header_img{
    float:  right;
}
#text-2{
    width: 250px;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.32);
    -ms-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.32);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
h3.widgettitle{
    position: relative;
    height: 40px;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: -moz-linear-gradient(top, #6465a5 0%, #9fa1c7 2%, #8283b5 5%, #27277f 44%, #041079 46%, #1452c3 95%, #090f6c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6465a5), color-stop(2%,#9fa1c7), color-stop(5%,#8283b5), color-stop(44%,#27277f), color-stop(46%,#041079), color-stop(95%,#1452c3), color-stop(100%,#090f6c));
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.32);
    -ms-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.32);
    font-size: 18pt;
    font-family: 'Arial Bold';
    font-weight: bold;
    text-align:center;
}
.wpcf7-form-control-wrap.accept+a{
    font-size: 16px;
}
.owl-nav{
    position: relative;
}
.owl-prev,
.owl-next{
    overflow: hidden;
    text-indent: -9999px;
    color: transparent;
    border: 15px solid transparent;
    background: transparent!important;
    width: 0;
    height: 0;
    padding: 0!important;
    position: relative;
    top: -145px;
}
.owl-prev{
    float: left;
    border-right-color: #ddd;
}
.owl-next{
    float: right;
    border-left-color: #ddd;
}
.owl-next:hover{
    border-left-color: #bbb;
}
.owl-prev:hover{
    border-right-color: #bbb;
}
.page-id-1597 .lcp_catlist>li img{
    width: 150px;
    height: 150px;
    margin: 0px;
    float: none;
    top: 0;
}
.page-id-1597 .lcp_catlist li>a{
    top: 0;
}
.page-id-1597 .lcp_catlist>li{
    width: 170px;
    padding: 10px;
    display: inline-block;
    height: auto;
    margin-right: 10px;
    vertical-align: top;
    text-align: center;
}

#post-1597 ul.lcp_catlist>li.lcp-169{
    display:none;
}

.page-id-1597 .lcp_catlist h4.lcp_post {
    display: block;
    text-align: center;
    min-height: 47px;
    max-height: none;
    margin: 0;
}
.page-id-1597 .lcp_catlist h4.lcp_post>a {
    font-size: 16px;
}
.entry td{
    vertical-align: top;
}
.lower_contact_btn img{
    float: left;
    position: relative;
    top: 10px;
}
body.page-id-1732 div#header_txt{
    font-family: 'Philosopher', serif;
    font-weight: 700;
    font-style: Italic;
    text-shadow: 4px 4px 4px #aaa;
    padding-left: 35px;
}
body.page-id-1732 .clearfix.menu-container+div{
    max-width: 1080px !important;
}
body.page-id-1732 #container, body.page-id-1732  .clearfix.menu-container > div, body.page-id-1732 .upper-header{
    width: 1080px;
}
body.page-id-1732 #content{
    width: 765px;
}
body.page-id-1732  .lcp_catlist{
    display: none;
}
body.page-id-1732 #related-posts {
    max-width: 300px;
    margin-right: 50px;
    float: left;
}
body.page-id-1732 #related-posts:after {
    content: "";
    display: block;
    clear: both;
}
body.page-id-1732  #related-posts .lcp_catlist{
    display: block;
}

body.page-id-1732  .menu-primary-container .menu-primary > li{
    padding: 0px 35px 0px 40px;
}

.entry .wpcf7 form li{
    float: left;
    width: 55%;
    clear: none;
    list-style-type: none;
}
.entry .wpcf7 form li:nth-child(4),
.entry .wpcf7 form li:nth-child(6){
    float: none;
    width: 40%;
    overflow: hidden;
}
.entry .wpcf7 form li:nth-child(6){
    min-height: 80px;
}
.entry .wpcf7 form input[type="submit"]{
    position: static;
}

.entry .wpcf7 form li label{
    display: block;
}
.entry .wpcf7 form li input[type="text"],
.entry .wpcf7 form li input[type="email"],
.entry .wpcf7 form li textarea{
    width: 80%;
    font-size: 18px;
    font-family: 'Arial';
    padding: 0 6px;
    height: 25px;
    border: 1px solid #6cad2f;
    border-radius: 6px;
    -webkit-box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
    -ms-box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
    box-shadow: inset 2px 2px 3px 0 rgba(0,0,0,0.19);
}
.entry .wpcf7 form li textarea{
    height: 100px;
}
.entry .wpcf7 .form-attachments{
    clear: both;
}
.wall {
    text-align: center;
}
.wall .item{
    padding: 6px;
    border: 1px solid #BDBDBD;
    background: #fff;
    display: inline-block;
    width: 32%;
    margin-top: 5px;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
}
.wall .item .caption {
    min-height: 40px;
}
.wall .item .caption h3 {
    margin: 0;
}
.wall .item .caption h3 a {
    color: #B10000;
}
.wall .item .thumb-block{
    height: 155px;
    line-height: 155px;
}
.wall .item .thumb-block img{
    vertical-align: middle;
}
@media all and (max-width: 600px){
    .wall .item{
        width: 48%;
    }
    .wall .item .caption h3 a{
        font-size: 16px;
    }
}
@media all and (max-width: 1080px){
    body.page-id-1732 #container, body.page-id-1732  .clearfix.menu-container > div, body.page-id-1732 #content, body.page-id-1732 .upper-header{
        width: 100%;
    }

    body.page-id-1732 .menu-primary-container .menu-primary > li{
        padding: 0px 25px 0px 30px;
    }

    /*    body.page-id-1732 .contact-btn {
            top: -15px;
            left: -19px;
            height: 38px;
            width: 250px;
        }*/
}
