p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

    
/*-- ACCORDEON --*/
.gallery {
    padding: 90px 0;
}
ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
.resp-tabs-list li {
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}
h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}
.resp-tab-content {
    display: none;
    padding: 35px 27px;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
    display: block;
}
.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #5AB1D0;
}
h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}
h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}
/*-- Vertical tabs --*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
	margin-top: 0!important;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
    border: 1px solid #F5F5F5;
    border-color: rgb(245, 245, 245)!important;
	border-left: 4px solid #F5F5F5 !important;
	background-color: rgb(249, 249, 249)!important;
}
.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: none;
    float: left;
    width: 70%;
    border: 1px solid #CCCCCC !important;
    border-radius: 0;
    clear: none;
}
.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}
.resp-vtabs li.resp-tab-active { 
	position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #CCCCCC !important;
    border-left:4px solid #F74F08 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
    background-color: #fff!important;
}
.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}
/*-- Accordion styles --*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}
.resp-easy-accordion h2.resp-accordion {
    display: block;
}
.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}
.resp-jfit {
    width: 100%;
    margin: 0px;
}
.resp-tab-content-active {
    display: block;
}
h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}


/*-- tabs --*/
.easy-left img{
	width:100%;
}
.easy-left {
    padding-left: 0;
}

.easy-right ul li a {
    color: #464646;
    text-decoration:none;
}
.easy-right ul li  {
    color: #464646;
    font-size: 15px;
	list-style-type:none;
	line-height:2.5em;
}
.easy-right ul li a span {
    color: #F74F08;
    font-size: 11px;
    margin-right: 15px;
    top: 0px;
}
.hor_1 p{
	font-size:15px;
	color:#464646;
	line-height:2.2em;
	margin-top:30px;
}
.about_page {
    padding: 90px 0;
}
.about_pagecelmak {
    padding: 20px;
margin-bottom: 30px;
}
.about_img {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.about-poleft img {
    width: 100%;
    height: auto;
}
.about_img h5 {
    position: absolute;
    height: 70px;
    line-height: 70px;
    bottom: 0%;
    left: 0;
    opacity: 1;
    width: 100%;
    color: #fff;
    background:#969609;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
    text-align: center;
    font-size: 29px;
	font-family: 'Roboto Condensed', sans-serif;
}
.about_img img + h5 {
    margin-top: 0;
}
.about_opa {
    color: #fff;
    padding: 50px 50px 0;
    opacity: 0;
    background: rgba(51, 51, 51, 0.8);
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.35s all ease;
    transition: 0.35s all ease;
}
.about_img:hover .about_opa {
    opacity: 1;
    top: 70px;
}
.about_img:hover h5 {
    top: 0;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #f74f08;
}
.about_opa p {
    line-height: 2.2em;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
.team-page{
	padding:90px 0;
	background:#f7f7f7;
}

/
.main{
	padding:90px 0;
}

	.easy-right ul li,.resp-tabs-list li,.easy-right ul li a,.hor_1 p,.test-gr span,.test-grid p,.contact-grid1 p,.profile-left form input[type="text"], .profile-left form input[type="password"] {
    font-size: 14px;
	}
	.about_opa {
		padding: 50px 0px 0;
	}
	.about_img h5 {
		height: 56px;
		line-height: 56px;
		font-size: 23px;
	}
	.about_img:hover .about_opa {
		top: 56px;
	}	
	.item-info {
		padding-top: 40px;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-info {
		height: 207px;
	}
	.item-type-double .item-info .date {
		font-size: 26px;
	}
	.contact-left h2 a {
		font-size: 29px;
	}
	.map iframe {
		min-height: 320px;
	}
	.login-pic {
    width: 30%;
	}
}



}

	
}

}