/* www.cologneserver.de */

body, p {
    margin: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0 auto;
    padding: 0;
    color: #454C43;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-image: url('images/background.jpg');
    background-repeat: repeat;
}






#art-page-background-gradient {
    position: absolute;
    background-image: url('images/page_g.jpg');
    background-repeat: repeat-x;
    top: 0;
    width: 100%;
    height: 500px;
}


#art-page-background-simple-gradient {
    position: absolute; /*background-image: url('images/page_sg.jpg');*/
    background-repeat: repeat-x;
    top: 0;
    width: 100%;
    height: 500px;
    /*background: url('images/backgr/background9.jpg') no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cleared {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}


/* end Page */

/* begin Box, Sheet */
.art-sheet {
    position: relative;
    margin: 0 auto;
    width:1024px;
    min-width: 23px;
    min-height: 23px;
    z-index: 1;
    cursor: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top:16px;
}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare {
    min-width: 104px;
}

/* end Box, Sheet */

/* begin Header */
.art-header {
    width: 100%;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}





/* end Header */



/*** TEXT BOX ***/
.search_3{
background: #fafafa; /* Fallback color for non-css3 browsers */

/* Gradients */
background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(250,250,250)), color-stop(1, rgb(230,230,230)));
background: -moz-linear-gradient( center top, rgb(250,250,250) 0%, rgb(230,230,230) 100%);
border: 0;
border-bottom: 1px solid #fff;
border-right: 1px solid rgba(255,255,255,.8);
font-size: 14px;
margin: 1px;
padding-left: 4px;
width: 110px;

/* Rounded Corners */
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;

/* Shadows */
box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
}

/*** USER IS FOCUSED ON TEXT BOX ***/
.search_3:focus{
outline: none;
background: #fff; /* Fallback color for non-css3 browsers */

/* Gradients */
background: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(255,255,255)), color-stop(1, rgb(235,235,235)));
background: -moz-linear-gradient( center top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
}

/*** SEARCH BUTTON ***/
.submit_3 {
    border: 0;
    color: #337AFF;
    cursor: pointer;
    margin: 1px;
    font: 14px 'Raleway' , sans-serif;
    font-weight: bold;
    height: 18px;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    width: 70px;
    outline: none; /* Rounded Corners */
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; /* Shadows */
    box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
    -moz-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: -1px -1px 1px rgba(255,255,255,.5), 1px 1px 0 rgba(0,0,0,.4);
    background-color: #FFFFFF;
}
/*** SEARCH BUTTON HOVER ***/
.submit_3:hover {
background: #e3e3e3; /* Fallback color for non-css3 browsers */

/* Gradients */

}
.submit_3:active {
background: #e3e3e3; /* Fallback color for non-css3 browsers */

/* Gradients */

}
















.dropdown {
    width:103px;
    border: none;
    background-color: rgb(230, 230, 230);
    color:  #337AFF;
    /*34028f*/
    font-size: 13px;
    font-weight:bold;

border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;

/* Shadows */
box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
-webkit-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
-moz-box-shadow: -1px -1px 2px rgba(0,0,0,.3), 0 0 1px rgba(0,0,0,.2);
    text-shadow: 0px 1px 0px #CCCCCC;
    padding-left: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
}
       
.dropdown select {
background: transparent;
width: 268px;
padding: 5px;
border: 0;
border-radius: 0;
font-size: 13px;
font-weight:bold;
line-height: 1;
height: 28px;
-webkit-appearance: none;
text-shadow: 0px 2px 0px #000000;
}
#ddlCountry option {
  background-color:rgb(58, 58, 58);
}          


.axtar {
    height: 23px;
    padding-top: 2px;
    text-align: right;
    width: 60%;
    float: left;
    background-color: #337AFF;
    margin-bottom: 10px;
    box-shadow: 1px 2px 0px 1px #CCCCCC;

}

.dil {
    height: 23px;
    padding-top: 2px;
    width: 40%;
    float: left;
    background-color: #337AFF;
    margin-bottom: 10px;

    box-shadow: 1px 2px 0px 1px #CCCCCC;
}

/*background-color: #593A1B;*/






/* end MenuSeparator */

/* begin Layout */
.art-content-layout {
    display: table;
    width: 100%;
    height: auto;
}



.art-layout-cell {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 18%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.art-content {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 62%;
}


.art-right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 20%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* end Layout */

/* begin Box, Block, VMenuBlock */
.art-vmenublock {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublock-body {
    position: relative;
    z-index: 1;
    padding: 0;
}

.art-vmenublock-cc {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
}

.art-vmenublock {
    margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.art-vmenublockcontent {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublockcontent-body {
    position: relative;
    z-index: 1;
    padding: 5px;
}

.art-vmenublockcontent-cc {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
}

.art-vmenublockcontent {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    min-width: 1px;
    min-height: 1px;
}

.art-vmenublockcontent-body {
    position: relative;
    z-index: 1;
    padding: 5px;
}

.art-vmenublockcontent-cc {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
}




.art-blockcontent-body a:link,
.art-blockcontent-body li a:link {
    text-decoration: none;
    color: #990000;
}

.art-blockcontent-body a:visited, .art-blockcontent-body a.visited, .art-blockcontent-body li a:visited, .art-blockcontent-body li a.visited {
    color: #990000;
}

/*.art-blockcontent-body a:hover, .art-blockcontent-body a.hover, .art-blockcontent-body li a:hover, .art-blockcontent-body li a.hover {
    text-shadow: 1px 1px 2px #FF0000, 0 0 1em #F1E7CE;
}*/

/*.art-blockcontent-body ul {
    list-style-type: none;
    color: #232622;
    margin-top: 10px;
    padding: 0;
}

    .art-blockcontent-body ul li {
        text-decoration: none;
        line-height: 1em;
        padding: 10px 0 10px 38px;
        background-image: url('images/blockcontentbullets.png');
        background-repeat: no-repeat;
    }*/


/* end Box, BlockContent */

/* begin Button */




/* begin Box, Post */
.art-post {
    z-index: 0;
    margin: 0 auto;
    min-width: 13px;
    min-height: 400px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 7px;
    /*background-color: #E3C080;*/
}


a img {
    border: 0;
}

.art-article img, img.art-article {
    border: none;
}

.art-metadata-icons img {
    border: none;
    vertical-align: middle;
    margin: 2px;
}

.art-article table, table.art-article {
    border-collapse: collapse;
    margin: 1px;
    width: auto;
}

    .art-article table, table.art-article .art-article tr, .art-article th, .art-article td {
        background-color: Transparent;
    }

.art-article th, .art-article td {
    padding: 2px;
    border: solid 1px #C7BC8F;
    vertical-align: top;
    text-align: left;
}

.art-article th {
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

pre {
    overflow: auto;
    padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.art-post h2.art-postheader,
.art-post h2.art-postheader a,
.art-post h2.art-postheader a:link,
.art-post h2.art-postheader a:visited,
.art-post h2.art-postheader a.visited,
.art-post h2.art-postheader a:hover,
.art-post h2.art-postheader a.hovered {
    margin: 0.2em 0;
    padding: 0;
    font-size: 22px;
    color: #343932;
}

    .art-post h2.art-postheader a,
    .art-post h2.art-postheader a:link,
    .art-post h2.art-postheader a:visited,
    .art-post h2.art-postheader a.visited,
    .art-post h2.art-postheader a:hover,
    .art-post h2.art-postheader a.hovered {
        margin: 0;
        text-decoration: none;
        color: #584F2C;
    }

        .art-post h2.art-postheader a:visited,
        .art-post h2.art-postheader a.visited {
            color: #575F54;
        }


        .art-post h2.art-postheader a:hover,
        .art-post h2.art-postheader a.hovered {
            color: #B7951A;
        }

/* end PostHeaderIcon */

/* begin PostBullets */
/*.art-post ol, .art-post ul {
    color: #343932;
    margin: 1em 0 1em 2em;
    padding: 0;
}

.art-post li ol, .art-post li ul {
    margin: 0.5em 0 0.5em 2em;
    padding: 0;
}

.art-post li {
    margin: 0.2em 0;
    padding: 0;
}

.art-post ul {
    list-style-position: inside;
}

.art-post ol {
    list-style-position: inside;
}



.art-post li {
    padding: 0 0 0 13px;
    line-height: 1em;
}

.art-post ol li, .art-post ul ol li {
    background: none;
    padding-left: 0;
}

.art-post ul li, .art-post ol ul li {
   
    background-repeat: no-repeat;
    padding-left: 13px;
}*/


/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.art-postcontent blockquote p {
    color: #141613;
    font-style: italic;
    text-align: left;
}



blockquote,
.art-postcontent blockquote {
    border: solid 1px #D4CCAA;
    margin: 10px 10px 10px 50px;
    padding: 5px 5px 5px 41px;
    background-color: #FFFFFF;
    background-image: url('images/postquote.png');
    background-position: left top;
    background-repeat: no-repeat;
}

/* end PostQuote */

/* begin Footer */
.art-footer {
    z-index: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
}

    .art-footer .art-footer-inner {
        height: 1%;
        z-index: 0;
        padding: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .art-footer .art-footer-background {
        z-index: -1;
        background-repeat: no-repeat; /*background-image: url('images/footer.png');*/
        background-color: #337AFF;
        width: 100%;
        height: 150px;
        bottom: 0;
        left: 0;
        height: 37px;

    }


    /*.art-rss-tag-icon {
    position: inherit;
    display: block;
    float: left;
    background-image: url('images/rssicon.png');
    background-position: center right;
    background-repeat: no-repeat;
    margin: 0 5px 0 0;
    height: 32px;
    width: 32px;
    cursor: default;
}*/


    .art-footer .art-footer-text p {
        margin: 0;
    }

.art-footer, .art-footer-text, .art-footer-text p {
    color: #CCCCCC;
    text-align: center;
    background-color: #C0C0C0;
}

    .art-footer .art-footer-text,
    .art-footer .art-footer-text a,
    .art-footer .art-footer-text a:link,
    .art-footer .art-footer-text a:visited,
    .art-footer .art-footer-text a:hover {
        font-size: 11px;
    }

        .art-footer .art-footer-text a, .art-footer .art-footer-text a:link {
            color: #CCCCCC;
            text-decoration: underline;
        }

            .art-footer .art-footer-text a:visited {
                text-decoration: none;
                color: #CCCCCC;
            }

            .art-footer .art-footer-text a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }
/* end Footer */

/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover {
    font-family: Arial;
    font-size: 10px;
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #B3911A;
}

.art-page-footer {
    margin: 1em;
    text-align: center;
    text-decoration: none;
    color: #887A44;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */


/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */


/* end LayoutCell, content */







.overview-table-inner {
    margin: 10px;
}

table.table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    text-align: left;
    vertical-align: top;
}

    table.table, table.table tr, table.table td {
        border: none;
        margin: 0;
        padding: 0;
        background-color: Transparent;
    }






.module {
    z-index: -1;
    position: relative;
    float: left;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bottomleft {
    position: absolute;
    bottom: 8px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 13px;
    background-color: #000000;
    background: rgba(225, 225, 225, .7);
    font-weight: bold;
    color: #000000;
}

.module:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
}


.module1 {
    border: 1px solid #CCCCCC;
    width: 184px;
    height: 150px;
    background-size: cover;
}
.cc {
    width: 184px;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    color: #4B4B4B;
    background-color: #FFFFFF;
    border-color: #C0C0C0;
    border-style: none solid solid solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 135%;
    min-height: 100px;
    position: relative;
}

.xeber {
    width: 184px;
    float: left;
    margin: 6px;
    box-shadow: 1px 4px 5px #CCCCCC;
}

    .xeber:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }



.container {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width:100%) {
    .container {
        width: 100%;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



    .btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
        display: table;
        content: " ";
    }

    .btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
        clear: both;
    }


.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-3 {
        width: 40%;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    width: 230px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7;
}



.wrapxx {
    max-width: 70%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}









/* Modallar*/


.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    max-width: 70%;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    height: 200px;
    width: 250px;

}

    .myImg:hover {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.9);
    }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
.caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, .caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1024px) {
    .modal-content {
        width: 100%;
    }
}


.xeberbawliq {
    background-color: #337AFF;
    height: 20px;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
}

.sagxeber {
    padding: 0px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    white-space: normal;
}

.sagxeberozu {
    text-decoration: none;
    color: #666666;
    font-size: 13px;
    display: block;
    padding: 6px;
}
/*.sagxeberozu:hover {
    text-decoration: underline;
    text-decoration-color:#990000;
    color: #990000;
    font-size: 13px;
}

.sagxeberozu:hover {
    background-color: #990000;
    color: white;
    font-size: 13px;
}
    */


.sagxeber a:hover {
    background: #e3e3e3;
    font-size: 13px;
}
