body{
	font-size: 13px;
}
.container-fluid{
	margin: 0;
	padding: 0;
}
.headerSearch {
    float: right;
    margin: 20px 0px 0px 20px;
}
.headerSearch button {
    background: #ffc39e;
    border: none;
    outline: none;
    width: 27px;
    height: 25px;
    border-radius: 4px;
}
.headerSearch button .fa{
    color: #fff;
}
.headerSearch input {
    border: 1px solid #e2e2e2;
    height: 25px;
    border-radius: 6px;
    padding-left: 20px;
    outline: none;
}
::-webkit-input-placeholder {color:#e2e2e2;}
.headerLogo {
    padding-top: 15px;
    /*margin-bottom: 20px;*/
}
.headerLogo h1 {
    font-size: 28px;
    color: #8c0026;
    padding-top: 15px;
    text-align: center;
    font-weight: bold;
    float: left;
    padding-left: 20px;
}
.headerNav{
	text-align: center;
    position: absolute;
    top: 110px;
    right: 145px;
}
.headerNavList li {
    border-top: 6px solid #8c0026;
	padding: 10px 10px 10px 10px;
    margin-right: 30px;
    text-align: center;
}

.headerNavList li>p{
	font-size: 12px;
}
.headerNavList{
    display: inline-flex;
    list-style-type: none;
    /*margin-top: 30px;*/
}
.headerNav a {
    text-decoration: none;
    color: #4a4a4a;
    font-weight: bold;
}
.headerNav a:hover {
    color: #ff8300;
}
.headerNav p {
    color: #9a9a9a;
}
.headerLogo img {
    width: 110px;
}
.hiddenListOne, .hiddenListTwo, .hiddenListThree{
	position: absolute;
	z-index: 3;
	background: #fff;
	display: none;
	border-bottom: 2px solid #ff6d18;
}
.hiddenListOne a, .hiddenListTwo a, .hiddenListThree a{
	color: #b1b1b1;
}
.hiddenListOne li, .hiddenListTwo li, .hiddenListThree li{
	border:none;
	list-style-type: none;
	margin-right: 0px;
	cursor: pointer;
    text-align: left;
}

.hiddenListOne li:hover, .hiddenListTwo li:hover, .hiddenListThree li:hover{
	background: #f9f9f9;
}
.hiddenListOne ul, .hiddenListTwo ul, .hiddenListThree ul{
	padding-left: 0;
}
.hiddenListOne li:hover a, .hiddenListTwo li:hover a, .hiddenListThree li:hover a{
	color: #616060;
}


									/*slider*/
.background{
	background: #F9F9F9;
}
.next, .prev{
	background: rgba(31, 31, 31, 0.6);
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
}
.slider .fa {
    font-size: 45px;
    color: white;
}
.prev {
    left: 30px;
}
.next {
   right: 30px;
}
.prev .fa {
    padding-left: 12px;
}
.next .fa {
    padding-left: 17px;
}
.row.slider img {
    height: 400px;
    width: 100%;
}

										/*forms*/
.entry{
	background: #f39191;
}
.schedule{
	background: #F3CC0C;
}
.meeting{
	background: #5DCA9D;
}
.entry, .schedule, .meeting{
    margin: 25px 0px 20px 0px;
    height: 70px;
    color: #6f6f6f;
    padding: 10px 5px 0px 35px;
}
.entry a, .schedule a, .meeting a {
    color: white;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
}
.entry p, .schedule p, .meeting p {
    margin-top: 5px;
    margin-left: 40px;
}
.meeting p{
	margin-left: 30px;
}
.schedule p{
	margin-left: 43px;
}
.entry .fa, .schedule .fa, .meeting .fa  {
     font-size: 22px;
    margin-right: 10px;
    color: #a23f55;
}

											/*partOne*/
.newsGeneral img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    transition: 0.3s;
}

.newsGeneral img:hover {
    width: 110%;    
}

.wrap_thumb{
    overflow: hidden;
    height: 150px;
    margin-bottom: 20px;  
    border: 4px solid rgba(200, 200, 200, .5);   
}

.newsGeneral {
    margin: 10px 0px 50px 0px;
    text-align: justify;
    height: 240px;
}
.title {
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 29px;
    color: #333333;
    cursor: pointer;
}
.title_post{
    font-size: 20px;
}

.newsGeneral span a{
    color: red;
    margin: 0px 25px 0px 0px;
}
.newsGeneral p {
    line-height: 25px;
}
p.text {
    padding-top: 10px;
}
.newsGeneral a {
    text-decoration: none;
}
.newsGeneral hr {
    margin-bottom: 15px;
    margin-top: 15px;
}

										/*partTwo*/
.backgroundTwo{
	background: #fff;  
	margin-bottom: 35px;  
}
.backgroundThree{
	background: #F1F1F1;
	padding: 10px 0px 25px 23px;
	text-align: center;
    line-height: 30px;
}
.row.partGeneral {
    padding-left: 15px;
    padding-right: 13px;
}
.backgroundThree img {
    width: 100%;
    height: auto;
    /*padding-right: 25px;*/
    margin: 15px 0px 10px 0px;
}
.competition, .work, .photos {
    background: #ffcda1;
    color: #7b7b7b;
    padding-right: 14px;
    margin: 0px 25px 15px 0px;
    height: 80px;
    line-height: 20px;
    text-align: center;
}
.work {
    background: #dcf7d1;
    margin-bottom: 20px;
}
.photos {
	background: #deebff;
	margin-top: 20px;
}
.backgroundThree .fa {
    font-size: 20px;
    margin: 10px;
    color: white;
}
.backgroundThree a {
    text-decoration: none;
    color: #636363;
}
.backgroundThree a:hover{
	color:#ffa13e;
}
.competition a, .photos a,.work a {
    font-weight: bold;
    color: white;
    font-size: 16px;
}
.competition p, .photos p,.work p  {
    color: #989898;
}
.sideRightNewsClose {
    text-align: justify;
    /*padding-right: 20px;*/
}
.sideRightNewsClose p {
    margin-bottom: 0;
    margin-top: 10px;
}



										/*footer*/
footer>div>.container-fluid{
    overflow: hidden;
}

.backgroundFour{
	background-image: url(images/background.jpg);
    background-size: contain;
	padding-top: 20px;
	height: 275px;
}
.footerList li {
    line-height: 35px;
    /*border-bottom: 1px dotted #9a9999;*/
    /*width: 250px;*/
}
.footerList ul {
    padding-left: 20px;
}
.footerList a {
    text-decoration: none;
    color: #797979;
    font-weight: bold;
}
.footerList a:hover {
    color:#ffa13e;
}
.footerWeight{
	font-weight: bolder;
}
.font {
    padding-top: 10px;
}
.backgroundFive {
    background: #505050;
    height: 80px;
    color: #a7a7a7;
    padding-top: 30px;
    font-size: 11px;
    text-align: center;
}


											/*Page -nawsClose*/
.navigationLine {
    height: 50px;
    padding-top: 15px;
}
.navigationLine a{
   text-decoration: none;
   color: #b5b5b5;
}
.navigationLine a:hover{
   color: #ffae45;
}
.newsGeneralClose .post-thumbnail>img {
    width: 100%;
    /*margin: 20px 0px 30px 65px;*/
    height: auto;
}
.newsGeneralClose a.title {
    text-align: center;
    text-decoration: none;
    color: #424242;
    text-indent: 30px;
}
.newsGeneralClose .text {
    line-height: 30px;
    text-align: justify;
    text-indent: 30px;
}
.newsGeneralClose span a {
    text-decoration: none;
    color: #ff2500;
    margin-right: 20px;
}

.newsGeneralClose p>img{
    max-width: 100%;
    height: auto;
}

.sideRightNewsClose .competition, .sideRightNewsClose .work, .sideRightNewsClose .photos{
  		margin: 0px 0px 15px 0px !important;
 } 
.sideRightNewsClose span {
    color: #9c9c9c;
}

									/*page - SideContacts*/
.sideContacts{
	margin-left: 30px;
	color: #353535 !important;
}
.colorContacts p {
    font-weight: bold;
}
.contactInformation {
    font-size: 25px;
    font-weight: bold;	
    color: #737373;
    }
.contactsInfoClose {
    padding: 20px 20px 20px 20px;
}
span.contactLocation {
    font-size: 20px;
    font-weight: bold;
    color: #737373;
}
.contactsInfoClose iframe {
    margin-top: 20px;
    margin-bottom: 20px;
}
.vehicle {
    font-size: 18px;
    font-weight: bold;
    color: #737373;
}
.vehicleType {
    padding-left: 35px;
}
.feedback, .writeUs {
    font-size: 18px;
    margin-top: 35px;
    font-weight: bold;
    color: #737373;
}
 .writeUs{
 	font-size: 14px;
 	margin-top: 20px;
 	margin-bottom: 30px;

 }
.formLength {
    width: 330px;
    margin: 5px 15px 19px 5px;
    height: 30px;
}
.formMail{
    float: right;
    margin-right: 305px;
}
.formNumber {
    float: right;
    margin-right: 287px;
}
.formContacts textarea {
    width: 97%;
    height: 150px;
    margin-bottom: 20px;
}
.formCount {
    width: 50px;
    height: 30px;
}

.formContacts{
    padding: 15px;
}

.formContacts input[type=submit] {
    margin-bottom: 20px;
    margin-right: 20px;
    height: 31px;
    background: #cecdcd;
    border: none;
}
.formContacts input[type=submit] a{
	color: #fff;
	text-decoration: none;
}



									/*page-Gallery*/

.apg-album-title {
   height: 40px;
   text-align: center;
}


									/*page-events*/
.events{
	text-align: justify;
}
.lastEvents {
    font-size: 20px;
    padding-top: 20px;
    font-weight: bold;
    color: #676767;
    margin-bottom: 0;
}
.eventName {
    font-weight: bold;
    margin-top: 20px;
}
.eventDate {
    margin: 0px 0px 0px 20px;
    color: #ffbb50;
}
.eventText {
    margin-top: 10px;
    line-height: 22px;
}
.eventName a {
    text-decoration: none;
    color: #1b1b1b;
}
.eventName a:hover {
    color: #2e8c00;
}
/*bg3*/
.backgroundThree{
    padding: 20px;
    margin-bottom: 20px;
}
.birthdays-widget{
    text-align: center;
}
.birthday_wish_image{
    padding: 0 50px;
}

.birthday_wish{
    font-family: 'Comfortaa', cursive;
    font-size: 1.3em;
    color: #e72b1e;
    font-weight: bold;
}

.birthday_name{
    font-family: 'Comfortaa', cursive;
    font-size: 1.4em;
    color: #1e2be7; 
    margin: 20px 0;
}


.backgroundTwo{
    padding: 30px;
}

.navbar-default{
    background-color: #fff!important;
    border: none;
    margin: 0;
}

h2.screen-reader-text{
    font-size: 1.5em;
}

.page-numbers {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 20px;
    background: #fafafa;
    font-size: 1.2em;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
    background-color: #fff; 
}

.navbar-default .navbar-nav > li > a{           
    text-decoration: none;
    font-weight: bold;
    padding: 0;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus{
    color: #ff8300;
    }

.navbar-default .navbar-nav p {
    color: #9a9a9a;
}

.dropdown-toggle{
    background-color: #fff!important;
}

.wrap_archive, .wrap_event{
    text-align: center;

    background-color: #ffa13e;
}
span.archive, span.event{
    color: #8c0026;
    font-weight: bold;
}

ul.archive{
    list-style-type: none;
    padding: 15px;
}
ul.archive>li{
    padding: 5px;
    line-height: 20px;
}

ul.archive>li>a{
    font-weight: bold;
    padding: 10px;
    display: block;
}

.newsGeneralClose p{
    line-height: 24px;
}

.wrap_thumb_post{
    max-height: 400px;
    height:auto;
}


.event_content{
    padding: 20px 0;
}
.event_content h3{
    color: #036;
}
.event_content span{
    font-weight: bold;
    font-size: 1.2em;
}

@media only screen and  (min-width: 1200px) { 

    .row > [class*="col-lg"] {
        padding-bottom: 10px;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 998px) {    
   
    .wrap_thumb{
        height: 250px;
    }

    .newsGeneral{
        height: 300px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {    
    .headerNavList {
        display: block;
    }

    .headerNavList li{
        margin-right: 0;
        border-top: 1px solid #8c0026;
    }


}


/* Small Devices, Tablets */
@media only screen and (max-width : 480px) {    
   
    .headerSearch input{
        width: 80%;
    }

    .headerSearch{
        float: none;
    }

    .headerLogo img{
        width: auto;
    }

    .backgroundThree {
        padding: 20px!important;
    }
    .wrap_thumb{
        height: 200px;
    }

    .newsGeneral{
        height: 250px;
    }
}

