﻿@charset "UTF-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    background: url(../img/bg.png) repeat;
}

.container {
    width: 940px !important;
}
/**************MAIN ELEMENT*************************************************************/
.home-button  {
	
	color: #c80a02;
	letter-spacing:-1px;
	width:78px;	
	font-family: 'Merriweather Sans', sans-serif !important;
	margin-left: 0px;
	margin-top: 24px;

	
}
.home-button a {
	color: #c80a02;
	font-size: 17px;
}


.border {
    border: 1px solid red;
}

.space20 {
    height: 20px;
    width: 100%;
}

form {
    margin: 0px !important;
}
/**************HEADER*************************************************************/
.header {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    width: 100%;
    margin-top: 0px !important;
    border-bottom: 1px solid #c70901;
}

#menu_logo {
    margin-top: 5px;
}
/**************MAIN MENU*************************************************************/
.nav-tabs > li > a, .nav-pills > li > a {
    font-family: 'Merriweather Sans', sans-serif !important;
    padding-right: 12px;
    padding-left: 12px;
    margin-right: -4px;
    line-height: 60px;
    font-size: 17px;
    height: 30px;
    font-weight: 200;
    margin-top: 0px;
    color: #c80a02;
}

.nav-tabs > li > a, .nav-pills > li > a {
    border-left: 1px dotted #ccc;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .nav-tabs > li > a, .nav-pills > li > a:hover {
        background: none !important;
    }

.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
    background: none;
    border-color: #4f99c6;
    color: #3c3281;
}

.nav .dropdown-toggle .caret {
    margin-top: 30px;
    border-top-color: #88bfe8;
    border-bottom-color: #88bfe8;
    margin-left: 10px;
}

.dropdown-menu {
    min-width: 200px;
    background:#3A3086;
    margin-top: 0;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

    .dropdown-menu li {
        min-width: 200px;
        border-bottom: 1px dotted #666;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 10px;
        clear: both;
        font-size: 15px;
        font-weight: 200;
        padding: 10px 10px;
        line-height: 20px;
        color: #FFF;
        white-space: nowrap;
    }

    .dropdown-menu li a:hover {
        background: #5f53b1; /* Old browsers */
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
}


/**************BANNER*************************************************************/

.banner {
    width: 940px;
    height: 300px;
    margin: 0px auto;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .banner .carousel-inner {
        width: 940px;
        height: 300px;
    }

    .banner .carousel-control {
        position: absolute;
        top: 30%;
        left: 15px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        font-size: 150px;
        font-weight: 100;
        line-height: 30px;
        color: #c80a02;
        text-align: center;
        background: none;
        border: none;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        border-radius: 23px;
       
        filter: alpha(opacity=100);
    }

        .banner .carousel-control.right {
            right: 15px;
            left: auto;
        }

/**************MIDDLE*************************************************************/
.middle {
    margin: 0px auto;
    margin-top: 10px;
    width: 940px;
}


    .middle h3 {
        font-size: 26px;
        font-weight: 300;
        letter-spacing: -2px;
        color: #000f51;
       font-family: Arial, Helvetica, sans-serif;
    }

    .middle .span4 {
        float: left;
        background: #FFF;
        border: 1px solid #ccc;
        min-height: 250px;
        /* margin: 3px; */
        width: 297px;
    }



/**************NEWS*************************************************************/
#mynews a {
    color: #000;
}

#mynews .carousel-control {
    font-weight: lighter;
    opacity: 1.0;
    font-size: 30px;
    filter: alpha(opacity=100);
    height: 30px;
    left: 15px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 167%;
    width: 30px;
    color: #FFF;
    text-shadow: none;
    background: #c80a02;
}

#mynews .carousel-inner {
    width: 280px;
    margin: 0px auto;
}

#mynews .carousel-control.left {
    right: auto;
    left: 21px;
}

#mynews .carousel-control.right {
    left: auto;
    right: 200px;
}

/**************FOTO GALLERY SLIDE*************************************************************/
#fotogaleri .carousel-control {
    font-weight: lighter;
    opacity: 1.0;
    font-size: 30px;
    filter: alpha(opacity=100);
    height: 30px;
    left: 15px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 125%;
    width: 30px;
    color: #FFF;
    text-shadow: none;
    background: #c80a02;
}

#fotogaleri .carousel-inner {
    width: 280px;
    margin: 0px auto;
}


#fotogaleri .carousel-control.left {
    right: auto;
    left: 21px;
}

#fotogaleri .carousel-control.right {
    left: auto;
    right: 200px;
}
/**************VIDEO GALLERY SLIDE*************************************************************/
#videogaleri .carousel-control {
    font-weight: lighter;
    opacity: 1.0;
    font-size: 30px;
    filter: alpha(opacity=100);
    height: 30px;
    left: 15px;
    line-height: 30px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    top: 115%;
    width: 30px;
    color: #FFF;
    text-shadow: none;
    background: #c80a02;
}

#videogaleri .carousel-inner {
    width: 240px;
    margin: 0px auto;
}

#videogaleri .carousel-control.left {
    right: auto;
    left: 21px;
}

#videogaleri .carousel-control.right {
    left: auto;
    right: 200px;
}
/**************home-text-pic*************************************************************/
.home-text-pic {
    font-family: Verdana;
    color: #666;
    font-weight: 200;
    line-height: 17px;
}

    .home-text-pic p, .home-text-pic a {
        font-size: 15px;
        font-weight: 200;
        text-align: center;
        color: #666;
    }


    .home-text-pic h3 {
        margin-left: 20px;
        line-height: 20px;
        text-align: center;
    }

    .home-text-pic h3 {
        font-size: 30px;
        font-weight: 300;
        color: #666;
    }

/**************FOOTER*************************************************************/
.footer {
    width: 100%;
    min-height: 180px;
    background: #c80a02;
    margin-bottom: -20px;
}

    .footer h3 {
        color: #fff;
        font-size: 30px;
        font-family: 'Segoe UI';
        font-weight: 100;
    }

    .footer li {
        color: #fff;
        font-size: 15px;
        line-height: 25px;
        border-right: 1px dotted #fff;
    }

    .footer i {
        padding-right: 5px;
    }

    .footer .copyright {
        color: #fff;
        font-size: 15px;
        line-height: 25px;
        margin: 10px;
        text-align: right;
    }

        .footer .copyright strong, .beyoclo strong {
            color: #fff;
        }
/**************BEYOCLO*************************************************************/
.beyoclo {
    margin: 0px auto;
    width: 940px;
    text-align: center;
    bottom: 0;
    color: #fff;
    border-top: 1px dotted #fff;
}
/**************PAGE*************************************************************/
.page {
    height: auto;
    text-align: justify;
    font-weight: 400;
    padding: 2px;
	padding-bottom: 5%;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .page .in {
        width: 920px;
        margin: 0px auto;
    }

    .page h2 {
        font-size: 28px;
        color: #666;
        background: #000f51;
        width: 40%;
        margin-left: -40px;
        padding-left: 20px;
        padding-bottom: 5px;
        letter-spacing: -1px;
        color: #FFF;
    }

}

.page li {
    float: left;
}

.ace-thumbnails > li {
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 2px;
    border: 2px solid #333;
}

    .ace-thumbnails > li > :first-child > .text {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        text-align: center;
        color: #FFF;
        background-color: rgba(0,0,0,0.55);
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }

        .ace-thumbnails > li > :first-child > .text > .inner {
            padding: 4px 0;
            margin: 0;
            display: inline-block;
            vertical-align: middle;
            max-width: 90%;
        }

.ace-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .ace-thumbnails > li {
        float: left;
        display: block;
        position: relative;
        overflow: hidden;
        margin: 2px;
        border: none;
    }
