/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-12-07, 01:41:06
    Author     : maciejj
*/

a{
    color: #63C5E0;
}

.page{
    margin: 0 auto;
}

.top-bar {
    position: fixed;
    left: 0;
    right: 0;
    padding: 0px 15px;
    z-index: 1003;
    background-color: #63C5E0;
    width: 100%;
}

.top-bar a, .top-bar a:hover {
	display: inline-block;
	padding: 10px 0;
	font-size: 20px;
	color: red;
	font-weight: 700;
}

.top-menu{
    text-align: right;
    position: fixed;
    right: 30px;
    top: 53px;
    z-index: 1003;
}

.top-menu-container{
    height: 60px;
    top: 48px;
}

.icon-bar{
    display: block;
    width: 25px !important;
    height: 3px !important;
    background-color: #8F61A2;
}

.navbar-toggle{
    margin-right: 0;
    border: 1px solid #8F61A2;
    background-color: #fff;
    border-radius: 5px;
    /*box-shadow: 1px 1px 2px #000;*/
    z-index: 1003;
    transition: all .3s ease;
}

.offcanvas-btn{
    position: relative;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid #8F61A2;
    border-left: none;
    background-color: #fff;
    border-radius: 5px;
    border-top-left-radius:  0px;
    border-bottom-left-radius:  0px;
    z-index: 100;
}

.offcanvas-btn .icon-bar{
    display: block;
    width: 25px !important;
    height: 3px !important;
    background-color: #8F61A2;
    margin-bottom: 4px;
}

.offcanvas-btn .icon-bar:last-of-type{
    margin-bottom: 0px;
}

.content

.logo{
    margin: 0 auto;
    text-align: center;
}

.slogan{
    padding-top: 30px;
    text-align: center;
}

.logo img, .slogan img{
    margin: 0 auto;
}

.content-area{
    padding-top: 50px;
    padding-bottom: 30px;
}

.content{
    max-width: 950px;
}

article ol {
	list-style-type: decimal;
}


article ol {
	list-style: decimal;
}

article ol li {
	list-style-type: decimal;
}

article ul, article ul li {
	list-style: initial;
}

article ul {
	padding-left: 15px;
}

article li {
	padding-left: 5px;
}

.sidebar{
    padding-top: 100px;
    padding-left: 5%;
}

.content-area .left{
    padding-left: 5%;
}

.main{
    float: left;
    width: 700px;
    padding-left: 20px;
    text-align: center;
    margin: 0 auto;
}

.right{
    float: left;
    width: 330px;
    padding-top: 150px;
    color: #000;
}

.footer{
    background-color: #8F979E;
    padding: 30px 0;
}

.footer-logo img{
    margin: 0 auto;
}

.footer a{
    color: #fff;
}

.blog-link{
    position: absolute;
    right: 0;
    top: 40%;
}

.nav-excerpt{
    padding-top: 100px;
}

.nav-excerpt div{
    display: none;
    color: #874c91;
}

.nav-excerpt .more-link{
    background: url(../img/triangle-right.png) no-repeat right;
    padding-right: 15px;
}

.nav-excerpt .more-link a{
    display: inline-block;
    color: #333;
}

.rpwe_widget .widgettitle{
    /*display: none !important;*/
    font-size: 24px;
    text-align: center;
    background-color: #8F979E;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding: 10px;
}

.rpwe-li{
    border-bottom: none !important;
}

.rpwe_widget a, .rpwe-li time{
    font-size: 16px;
}

.rpwe_widget a {
    color: #874c91;
}

.rpwe-li time {
    color: #91999F;
}

.rpwe_widget a:hover{
    text-decoration: underline;
}

.sentence{
    padding-top: 30px;
}

.sentence p:last-child{
    text-align: right;
    font-style: italic;
}

.top-menu ul{
    list-style: none;
    background-color: #8F61A2;
}

.top-menu ul li{
    background-color: #8F61A2;
    float: left;
    padding: 5px 5px;
}

.top-menu ul li:after{
    color: #fff;
    padding-left: 5px;
    content: "|";
}

.top-menu ul li:first-child{
    padding-left: 20px;
}

.top-menu ul li:last-child{
    padding-right: 20px;
}

.top-menu ul li:last-child:after{
    content: none;
}

.top-menu ul li a{
    color: #fff;
}

.banner-content{
    position: relative;
    vertical-align: middle;
}

.banner-content-image{

}

.banner-content-text{
    position: absolute;
    top: 40%;
    font-weight: bold;
}

.contact-form input, .contact-form textarea{
    width: 100%;
    display: inline-block;
    margin: 5px 0;
    padding: 2px 10px;
    background-color: #f2f2f3;
    border: 1px solid #4c4c4c;
    transition: all .3s ease;
}

.contact-form input:focus, .contact-form textarea:focus{
    border-color: #874c91;
    box-shadow: 0 0 4px 2px #874c91;
    transition: all .3s ease;
}

.contact-form .submit{
    width: 50%;
    background-color: #874c91;
    color: #fff;
}

.menu-text-left .current_page_item a{
    color: #000;
    text-decoration: underline;
}

div#wpgmza_map{
    margin-bottom: 30px;
}

.accordion-title, .accordions-head, .ui-accordion .ui-accordion-header {
    line-height: 42px !important;
    width: 100%;
    margin: 0 !important;
    padding-left: 35px !important;
    cursor: pointer !important;
    color: #fff !important;
    background-color: #8F61A2 !important;
    background-image: -moz-linear-gradient(top,  #9D6CB2 0%, #8F61A2 100%) !important; /* FF3.6+ */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9D6CB2), color-stop(100%,#8F61A2)) !important; /* Chrome,Safari4+ */
    background-image: -webkit-linear-gradient(top,  #9D6CB2 0%,#8F61A2 100%) !important; /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  #9D6CB2 0%,#8F61A2 100%) !important; /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #9D6CB2 0%,#8F61A2 100%) !important; /* IE10+ */
    background-image: linear-gradient(to bottom,  #9D6CB2 0%,#8F61A2 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D6CB2', endColorstr='#8F61A2',GradientType=0 ) !important; /* IE6-9 */

    text-shadow: 1px 1px 0px rgba(0,0,0,0.2) !important;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2) !important;
    border-right: 1px solid rgba(0, 0, 0, .2) !important;
    border-left: 1px solid rgba(0, 0, 0, .2) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .2) !important;
    border-top: 1px solid rgba(250, 250, 250, .2) !important;
}


.accordion-content, .accordions-content, .ui-accordion-content code, .arconix-faq-accordion-content p{
    background: none !important;
    font-size: 16px !important;
    font-family: "Lato",sans-serif !important;
    color: #333;
    background-color: #FFF;
    border-radius: 0px;
}

/*code{
    background: none !important;
    font-family: "Lato",sans-serif !important;
    color: #000;
    border-radius: 0px;
}*/

.ui-accordion-header{
    border-radius: 0 !important;
}

/*.ui-accordion-header code{
    font-size: 16px !important;
    font-family: "Lato",sans-serif !important;
    color: #fff;
    background-color: transparent;
    border-radius: 0px;
}*/

.accordions.flat .accordions-head .accordion-icons {
    top: 50% !important;
    margin-top: -10px !important;
}

.arconix-faq-term-title{
    display: none;
}

.ui-widget-content a {
    color: #63C5E0 !important;
}

@media(max-width: 720px){
    #navbar{
        position: absolute;
        left:0;
        top: 0;
        margin-left: 0;
        width: 100%;
        background-color: #8F61A2;
        min-height: 50px;
        z-index: 1002;
        transition: all .3s ease;
    }

    #navbar li{
        width: 50%;
        float: none;
        border-bottom: 1px solid #fff;
        padding: 12px 0;
        text-align: left;
    }

    #navbar li:after{
        content: none;
    }

    #navbar li:last-child{
        border-bottom: none;
    }

}

@media(max-width: 767px){
    .nav-excerpt{
        padding-top: 30px;
    }

    .content{
        max-width: 100%;
    }
    .content-area{
        padding-top: 0px;
    }

    .sidebar{
        padding-top: 0px;
    }
}

@media(max-width: 900px){    
    .banner-content-text{
        top: 20%;
        font-size: 12px;
    }
}

@media(max-width: 991px){

}

@media(max-width: 480px){
    html{
        font-size: 75%;
    }

    .roundmenu-container-small{
        /*        display: none;*/
    }

    .menu-text-left{
        font-size: 75%;
    }
}
