html	{
    height:100%;
}
body	{
    min-height:100%;
    color: #90180e;
    background: #fff;
    padding:0;
}
.container    {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}
#wrapper	{
    padding:0px;
    position: relative;
}
#header {
    width: 100%;
    position:relative;
    z-index:999;
    height: 150px;
    background: #ffffff url(images/header_bg.jpg) repeat-x;
}
#header .uk-container-center{
    position: relative;
}
#header_img    {
    width: 100%;
}



a {
    color: #ea4335;
}
a:hover	{
    color: #96190e;
}
#page	{
    padding: 25px 0px;
    /* margin-top: 400px; */
    margin:auto;
    /* margin-top: 110px; */
    margin-bottom: 37px;
    border-top:none;
    position:relative;
    /* background:url(images/bg-transparent.png); */
    /* background:rgba(0,0,0,.5); */
    overflow: hidden;
    border-radius:10px;
    z-index: 3;
}
#sidebar_c	{
    width:275px;
    padding:10px;
    /* background:#fff; */
    right:0;
    z-index:2;
    /* -webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .5); */
    /* box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, .5); */
    min-height:400px;
    float:right;
    margin-bottom:15px;
}
#center_contents	{
    width: 100%;
    float: left;
    padding-top: 10px;
}
#logo	{
    position:absolute;
    top:5px;
    left:50%;
    margin-left:-80px;
    right: 0;
}
#slideshow_c	{
    width:100%;
}

/**----- Footer */
#footer	{
    /* font-size:11px; */
    margin:auto;
    padding: 15px;
    /* height: 293px; */
    bottom:0;
    /* position:relative; */
    margin-top: 20px;/* negative value of footer height */
    padding-bottom: 30px;
    clear:both;
    z-index: 2;
    background: #fbe0de;
    position: relative;
}
#footer_notes{
    text-align:center;
    margin:auto;
    padding: 10px 0px;
    color: #98BFC3;
    font-size: 13px;
    /* border-radius:10px; */
    /* background:url(images/bg-transparent.png); */
    width:100%;
    background: rgb(67, 102, 138);
    /* height:25px; */
    position: absolute;
    bottom: 0;
    right: 0;
}
#footer_notes a	{
    color:#fff;
}

body h3 span.h3_title	{
    font-size: 20px;
    /* padding: 10px 10px; */
}
.head	{
    font-size:1.35em;
}
.block_inner	{
    padding:0 5px;
}

/*-//////////////////////// Class And others */

/* --- Part div */
.thumb_view .folder {
    margin:10px 5px;
}
.thumb_view .item	{
    margin:10px 7px;
}


#m_nav	{
    /* width: 100%; */
    /* position:absolute; */
    /* padding: 0 100px; */
    /* height:45px; */
    /* border-radius:10px; */
    bottom: 0;
    /* background:url(images/bg-transparent.png); */
    /* background: #b2b621; */
}
#menu .uk-navbar{
    background: none;
    color: #ffffff;
}
#menu .uk-navbar-nav > li > a{
    color: #fff;
    background: #ea4335;
    margin: 0 5px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-radius: 8px;
    /* border-bottom-right-radius: 8px; */
}
#menu .block_title , #menu  .block_wrapper , #slideshow_c  .block_wrapper , #sidebar_c  .block_wrapper , #footer  .block_wrapper  {
    background:none;
    filter:none;
    box-shadow:none;
    border:none;
    padding:0;
    margin:0;
}
#menu  .block_inner , #menu  .block_wrapper , #menu  .blocks_inner , #menu  .block_li{
    overflow:visible;

}
#m_nav .blocks_inner {
    padding-right: 100px;
}
#logo{
    position: absolute;
    top: 10px;
}
#menu    {
    position: absolute;
    left:0;
    top: 50px;
}
body .ver_menu li	{
    display:block;
    float: none;
}
.ver_menu li a 	{
    padding: 7px 10px;
    margin: 2px 0;
    float: none;
    font-size: 15px;
    transition: all 300ms ease-in-out;
    border-bottom: 1px solid rgb(67, 102, 138);
    display: block;

    /* width: 100%; */
}
.ver_menu li a:hover{
    background: #E6EEF5;
    color: #2B5073;
}
.ver_menu li span	{
    float:none;
}
#slideshow_c  .block_wrapper	{
    border-radius:0;
}

.block_wrapper	{
    border:0;
    border-radius: 0;
    /* color:#fff; */
    background: #fff;
    filter:none;
}
.block2_wrapper	{
    background:url(images/bg-transparent.png);
    background: rgb(138, 168, 199);
    border:none;
    color: #415769;
}
body .block_title , body .button , .item_title,.head {
    background: none;
    border: none;
    color: #90180e;
    border-bottom: 1px solid #90180e;
    /* border-radius: 0; */
    filter:none;
    padding: 10px;
    /* border:none; */
}
body .button{
    background-color: #ea4335;
    color: #fff;
    border: none;
}
.button:hover, .button_color1:hover, .active_button	{
    background: #a92b20;
    border: none;
    cursor: pointer;
    color: #fff;
}
.blog_view .item_footer	{
    background:url(images/bg-transparent.png);
    background: #E2EDF4;
    /* border-top: 1px solid #BEC232; */
}

#bg_slider_cont	{
    width:100%;
    position:fixed;
    top:0;
    /* z-index:-1; */
    height: 100%;
    overflow:hidden;
}

body .weblog_slider h2	{
    font-size:20px;
}
body .weblog_slider p {
    font-size: 16px;
}
body .weblog_slider img	{
    width:100px;
}
body .breadcrumb li a	{
    color:#fff;
}
body .breadcrumb .separator span {
    color:#fff;
}
body .breadcrumb li a:hover	{
    color:#fff;
}
#flags {
    height:20px;
    bottom: 32px;
    z-index: 999;
    position:absolute;
}
#flags .current a {
    background: #5EB7FC;
    color: #fff;
}
#flags a {
    /* color: #57B3DF; */
    background: #fff;
    background: rgba(255,255,255,0.7);
    border: none;
    font-size: 14px;
    display: block;
    padding: 5px;
    font-family:tahoma;
    text-align:left;
}
#flags dt a	{
    background-image:url(images/arrow.png);
    background-repeat:no-repeat;
    background-position:140px center;
}
.full-width .block_inner{
    padding:0;
}
#home_slide{
    border-bottom: 15px solid #ea4335;
}
#home_buttons{
    padding: 30px 0;
    font-size: 24px;
}
#home_buttons .uk-button{
    font-size: 22px;
    padding:20px;
    width: 90%;
    display: block;
    margin: auto;
    border-radius: 10px;
    /* margin-bottom: 15px; */
    /* margin-top: 15px; */
    margin: 10px auto;
}

.uk-navbar-toggle , .uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #f67517;
    font-size: 28px;
}
#top-contact    {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 10px;
    color: #f3f3f3;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.19);
    line-height: 1.2;
}
.dark_bg h1{
    color: #fff;
}

.breadcrumb{
    display: none;
}
#home_texts{
    padding-top: 20px;
    margin-bottom: 30px;
}
.section-title{
    text-align: center;
    margin: 25px 0;
}
.section-highlight .section-title{
    color:#fff;
}
.section {
    padding: 40px 0;
    margin: 10px 0;
}
.section-highlight{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdec1+0,ffffff+51,ffdec1+100 */
    background: #ea4335; /* Old browsers */
    background: -moz-linear-gradient(45deg, #ffdec1 0%, #ffffff 51%, #ffdec1 100%); /* FF3.6-15 */
    /* background: -webkit-linear-gradient(45deg, #ea433552 0%,#ffffff 51%,#ea433557 100%); */ /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(45deg, #ea43355c 0%,#ea4335 51%,#ea4335 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color:#fff;
}
.sy-caption-wrap .sy-caption{
    font-size: 20px;
    line-height: 1.2;
}
.uk-button-primary{
    background: #ea4335;
}
.uk-button-primary:hover, .uk-button-primary:focus{
    background: #af2216;
}
#home_about_gallery{
    margin-top: 20px;
}
#home_about_gallery a{
    display: block;
    margin-bottom: 10px;
}