/*


Version: 1.0
*/


body{
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	background: #f4f4f4;
	color: #444;
        line-height:22px;
}

a:link, a:visited{
	text-decoration: none; 
	color: #FCC5A4;
}
a:active {
        color: #FCC5A4;
}
a:hover{
        color: #FCC5A4;
}
.current-menu-item a {
        color: #f4f4f4 !important;
}

h1 {
	font-size: 35px;
}

h3 {
	font-size: 24px;
}


/* Header */
header{
	width:100%;
	background:#BF0506 url('./img/bgheader.jpg') no-repeat top;
	background-size: cover;
	padding:10px 0;
        display: block;
	-webkit-box-shadow:  0px 3px 6px 0px rgba(0, 0, 0, 0.20);
        box-shadow:  0px 3px 6px 0px rgba(0, 0, 0, 0.20);
        z-index:100;
        position:relative;
}
#logo{
	width:400px;
	height:100%;
	float:left; 
}

nav{
	float:right;
        height: 100%;
	margin-top:38px;
	z-index:1;
        
}

.meniusus a:link, .meniusus a:visited {
        color: #fff !important;
}


.meniusus a:active {
        color: #444;
}
.meniusus a:hover{
        color: #FCC5A4 !important;
}
.meniusus .current-menu-item a {
        color: #f4f4f4 !important;
}

/* Front Page */

.c_white{
	background:#CDCDCD;
	margin-top:0px;
	text-align:center;
	padding: 0px 0 0px;
}
.c_white h1{
	font-size:28px;
	margin:0;
	color:#272727;
        font-weight:400; 
}
.c_white h1 strong{
	font-size:28px;
	margin:0;
	color:#272727;
        font-weight: 800;
}
.c_white p{
	font-size:14px;
	margin-top:20px;
	color:#272727;
        font-weight:400;
}

.continut a:link, .continut a:visited {
        color: #9B562C !important;
}
.white-content-default{
	background:#fff;
        margin-bottom:30px;
	text-align:left;
        margin-top:0px;
        padding: 5px 20px 20px 20px;
        min-height: 200px;
        position: relative;
        top: 0px;
        min-height:600px;
        border: 10px solid #91644b;
        -webkit-box-shadow: 0px 12px 30px 0px #dedede;
        box-shadow: 0px 12px 30px 0px #dedede;  
}
.white-content-default a{
        color: #0E8ACB;
}
.white-content-default h1{
	line-height: 25px;
        font-weight: 500;
}
.white-content-default .contact-corner{
	background:url('./img/contact.png') no-repeat;
	position:absolute;    
	bottom:0;
	right:0;
	height:85px;
	width:85px;
}
.white-content-default p{
        text-align: left;
        font-size: 14px;
	color:#272727;
        font-weight:300;
}
.white-content{
	background:#fff;
        margin-bottom:30px;
	text-align:left;
        min-height: 200px;
        padding-top:20px;
        position: relative;
        top: 0px;
        z-index: 0;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
.white-content a{
        color: #fff;
}


.white-content h1{
	line-height: 25px;
        font-weight: 500;
}
.white-content .contact-corner{
	background:url('./img/contact.png') no-repeat;
	position:absolute;    
	bottom:0;
	right:0;
	height:85px;
	width:85px;
}
.white-content p{
        text-align: left;
        font-size: 14px;
	color:#272727;
        font-weight:300;
}
.white-content h2{
        text-align: left;
        font-size: 24px;
	color:#90644B;
        font-weight:300;
        line-height: 24px;
        margin-top:0px;
        padding-bottom:5px;
        border-bottom: 2px solid #90644B;
}
.white-content h3{
        text-align: left;
        font-size: 20px;
	color:#90644B;
        font-weight:300;
        line-height: 24px;
        margin-top:10px;
        padding-bottom:5px;
        border-bottom: 2px solid #90644B;
}
.white-content-packs{
        background:#fff;
        margin-top:60px;
        padding: 20px;

         
}

.white-content-packs h1{
	font-size:28px;
	margin:0;
	color:#272727;
        font-weight:400; 
}
.white-content-packs h1 strong{
	font-size:28px;
	margin:0;
	color:#272727;
        font-weight: 800;
}
.white-content-packs p{
	font-size:14px;
	margin-top:20px;
	color:#272727;
        font-weight:400;
}
.white-content-packs .contact-corner{
	background:url('./img/contact.png') no-repeat;
	position:absolute;    
	bottom:0;
	right:0;
	height:85px;
	width:85px;
}
.content-white {
        background: #fff;
        margin-bottom: 30px;
-webkit-box-shadow: 0px 10px 15px 0px #c2c5c7;
box-shadow: 0px 10px 15px 0px #c2c5c7; 
}

.title-top {
        background: #2AB247;
        padding: 20px 0px 20px 0px;
        min-height:70px;
}
.title-top h1{
        font-size: 30px;
        color: #fff;
        font-weight: 600;
        line-height: 10px;
        margin-top: 15px;
        margin-bottom: 0px;
}
.title-top h2{
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        line-height: 15px;
        text-align: right;
        margin-top:18px;
}

.footer {
        min-height:40px;
        background:#2b2b2b;
        width:100%;
        border-top:3px solid #8F624A;
}

#footer_widget {
        margin-top:20px;
}
#footer_widget h1{
        font-size:18px;
        color: #fff;
        font-weight: normal;
}
#footer_widget ul{
        list-style-type:none;
	padding:10px 0px 10px 0px;
        border-top:1px solid #333; 
}
#footer_widget ul a{
       color: #999;
       font-size: 13px;
       line-height:22px;
       transition: color 0.3s ease-in-out 0s;
}
#footer_widget ul a:hover{
       color: #fff;
       transition: color 0.3s ease-in-out 0s;
}
#footer_widget ul li{
      margin-left:0px;
}
.textwidget {
      padding: 0px 0px 5px 0px;
      color: #999;
      border-top: 1px solid #333; 
}
.textwidget b {
      text-transform: uppercase;
      font-size: 15px;
      color: #999;
      margin-bottom:30px;
      font-weight: 600;  
}
.textwidget a {
      color: #999;
      transition: color 0.3s ease-in-out 0s;
}
.textwidget a:hover {
      color: #fff;
      transition: color 0.3s ease-in-out 0s;
}
.copyright {
      color: #999;
      font-size: 11px;
      text-align: left;
}
.sidebar-right ul{
	list-style-type:none;
	margin:0px;
	padding:0;
        background: #F4F4F4;
        font-size: 12px;
}
.sidebar-right h1{
        font-size: 13px;
        background: #A6623B;
        color: #fff;
        padding:5px 10px 5px 10px; 
}
.sidebar-right ul li a{
	display:block;
        color: #444;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.sidebar-right a:visited {
        color: #444 !important;
}




.sidebar ul{
	list-style-type:none;
	margin:0px;
	padding:0;
	
	
}
.sidebar ul li{
	
}
.sidebar ul li a{
	background:#BF0506 url('./img/bgheader.jpg') no-repeat top;
	display:block;
        color: #fff;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}
.sidebar a:visited {
        color: #444 !important;
}
.sidebar ul ul{
margin:0;
padding:10px 0;

}
.sidebar ul ul li{
	padding-left:20px;
	background:none !important;
}
.sidebar ul ul li a{
background:none;
color: #222;
line-height:20px;
}
.sidebar ul ul li a:before{
	content:" \00bb ";
	padding-right:3px;
	font-size:12px;	
}

.menu-sidebar-menu-container{
        background: #f4f4f4;
        padding: 0px 0px 20px 0px;
        margin-bottom:10px;
}

/*
 * Contact Form
 */

#wpcf7-f170-p129-o1 form input[type="text"], #wpcf7-f170-p129-o1 form input[type="email"], #wpcf7-f170-p129-o1 form input[type="tel"], #wpcf7-f170-p129-o1 form input[type="url"]{
	padding:10px;
	margin-bottom:5px;
	border:1px solid #ccc;
	width:96%;

}
#wpcf7-f170-p129-o1 form textarea{
	padding:10px;
	border:1px solid #ccc;
	width:96%;
	height:190px;

}

#wpcf7-f170-p129-o1 select{
	padding:10px;
	margin-bottom:5px;
	border:1px solid #ccc;
	width:104%;
        color: #777;

}
#wpcf7-f170-p129-o1 form input[type="submit"]{
	padding:10px 24px;
	border:none;
	color:#fff;
	font-size:14px;
	margin-top:10px;
	float:none;
	background:#90644B;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wpcf7-f170-p129-o1 form input[type="submit"]:hover{
	background:#98532c;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
}
#wpcf7-f170-p129-o1 form li{
	list-style-type:none;
	float:none;
	width:440px;
}
#wpcf7-f170-p129-o1 form li.last{
	margin-left:0px;	
}
.wpcf7-validation-errors{
	padding:10px !important;
	margin-left:0 !important;
	margin-right:0 !important;
}
span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    font-size: 12px !important;
    left: 35% !important;
    padding: 5px !important;
    position: absolute;
    top: -7px !important;
    width: 280px;
    z-index: 100;
}
.sidebar-right #searchform input[type="text"]{
	border:1px solid #ccc;
	width:198px;
	padding:5px 10px;
	margin-top:5px;
}
.sidebar-right #searchform input[type="submit"]{
	border:1px solid #ddd;
	padding:5px 10px;
	margin:5px 0;
	float:right;
	background:#F4F4F4;
	}
	
#menu-item-753 {
    margin-bottom: 20px;
}	

.sub-menu {
    background: #fff;
    padding: 20px;
}
	
.link-uri-monitor {
    padding: 20px;
    background: #f4f4f4;
    border-bottom: 1px solid #dedede;
}	
	
.moficial-table a {
    color:#222;
}	

.moficial-table ul {
    list-style: none;
    padding: 0;
}

.table-categories li:last-child {
    display:none;
}

.table-categories a {
    pointer-events:none
}


.top-search-table {
    margin: 20px 0;
    display: table;
    width: 100%;
}

.top-search-table .no-pad-start {
    padding-left:0 !important;
}

.top-search-table .no-pad-end {
    padding-right:0 !important;
}


.btn-download {
    background:#A6623B;
    color:#fff !important;
}

.btn-download img {
    max-width:18px;
}
