/*
 Theme Name: MainTemplate
 */
 
 
 table {
	width:100%;
	
	}
 
 



        
li.featured {
          padding-bottom:30px !Important;

}


h3.with-icon {
    color:#0062ad; 
    font-size:14px;
    background:url(images/h3-with-icon.png) no-repeat left 1px;
    font-family:Arial; 
    font-weight:bold;
    padding-left:16px;
    margin:5px 0;
}


.rightbox-content h6 {
	color: #2D6A77;
    	font-size: 18px;
    	text-transform: uppercase;
    	font-family: 'Exo 2', sans-serif;
    	font-weight: 900;
    	line-height: 1.1;
	margin: 22px 0px 0px;
}

.page-r .rightbox-content h6:first-child {
    margin-top: 0px;
}

h2.page-title {
    text-transform: uppercase;
    color: #2d6a77;
    font-size: 24px;
    font-weight: 900;
    font-family: 'Exo 2', sans-serif !important;
    margin: 20px 0 30px 0;
    padding: 0px;
}
.formatting.contact-l h4 {
    color: #2D6A77;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    font-weight: 900;
}


/**
* Języczki
*/

.branches-box .i4ewOd-pzNkMb-haAclf {
    display: none !important;
}

/* box header */
.contact-box,
.branches-box {
    position: fixed;
    right: -100%;
    z-index: 998;
    width: 100%;
    background: #fff;
    border-left: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 25px;
    line-height: 1.5em;
    color: #444444;
	font-size:13px;
    transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -webkit-transition: 500ms ease-in-out;
}
.contact-box p:last-child,
.branches-box p:last-child {
    margin-bottom: 0;
}
.contact-box {
    top: 150px;
}
.contact-box:hover,
.branches-box:hover {
    right: 0;
    z-index: 9999;
}
.contact-box .box-title {
    background: #d3191e;
    position: absolute;
    height: 42px;
    left: -84px;
    top: 41px;
    transform: rotate(-90deg);
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.branches-box {
    top: 276px;
}
.branches-box .box-title {
    left: -86px;
    top: 44px;
    background: #23527c;
    position: absolute;
    height: 42px;
    transform: rotate(-90deg);
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

@media (min-width: 768px) {
    .contact-box {
	top: 50px;
    }
    .branches-box {
	top: 176px;
    }
    .contact-box,
    .branches-box {
	right: -436px;
	width: 436px;
    }
	.col-sm-24 {
    width: 100%;
    float: left;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
	margin-bottom: 4px;
	}
}


@media screen and (max-width: 767px){
    .contact-box,
    .branches-box{
	display: none;
    }
}

.wpcf7-form-control-wrap {
    display: inherit !important;
}

.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"] {
    height: 28px;
    line-height: 28px;
    background: transparent;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
    border: 1px solid #dbdbdb;
    font-size: 13px;
	padding: 4px;
    color: #535353;
}

.contact_form textarea {
    line-height: 28px;
    background: transparent;
    border-radius: 0px;
    box-shadow: 0px 0px 0px;
    border: 1px solid #dbdbdb;
    font-size: 13px;
	padding: 4px;
    color: #535353;
}


/**
* Inne uslugi
*/

#container1 {
    float:left;
    width:100%;
}
#col1 {
    float:left;
    width:30%;
    background:white;
}
#col2 {
    float:left;
    width:70%;
    background:white;
	padding:10px 10px 10px 30px;
}

@media (max-width: 767px) {
#col1 {
		width: 100%;
	}
#col2 {
		width: 100%;
		padding:10px 5px 10px 5px;
	}
	.img320 {
		max-width: 80vw;
	}
}


/**
* Konkurs Swiateczny
*/
@media (max-width: 767px) {
#popupBoxInvitation {
		display:none !important;
	}
}