/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* 
1st color: 30, 120, 130
2nd color: 45, 160, 185
green: 45, 160, 185
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    border-color: rgb(30, 120, 130);
    border-width: 3px;
}

    hr.light {
        border-color: #fff;
    }

a {
    color: #fff /*/rgb(30, 120, 130)*/ ;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    a:hover,
    a:focus {
        color:#fff /* rgb(45, 160, 185)*/;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.bg-primary {
    background-color: rgb(30, 120, 130);
}

.bg-11888 {
    background: #b6b0ab;
    /*background-image: url('../images/promo/11888-clouds.jpg');
    background-size:cover;*/
}

.bg-primary a {
    color: rgb(255,255,255);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .bg-primary a:hover,
    .bg-primary a:focus {
        color: rgba(255, 255, 255, 0.8);
    }

.bg-secondary {
    background-color: #fff;
    padding: 30px 0;
}

.bg-dark {
    color: #fff;
    background-color: rgb(15, 50, 75);
}

.text-faded {
    color: rgba(255,255,255,.9);
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.top-padding {
    padding: 50px 0 0;
}

.header-title {
    padding: 60px 0 10px;
}

    .header-title h2 {
        margin: 0;
    }

    .header-title p {
        margin: 8px 0 0;
    }

    .header-title h2 a:hover {
        text-decoration: none;
    }

.navbar-default {
    border-color: rgba(34,34,34,.05);
    background-color: rgba(255,255,255,0.5);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .navbar-default .navbar-header .navbar-brand {
        /*text-transform: uppercase;*/
        font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
        font-weight: 700;
        color: rgb(30, 120, 130);
    }

        .navbar-default .navbar-header .navbar-brand:hover,
        .navbar-default .navbar-header .navbar-brand:focus {
            color: rgb(45, 160, 185);
        }

    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
        /*text-transform: uppercase;*/
        font-size: 13px;
        font-weight: 700;
        color: #222;
    }

        .navbar-default .nav > li > a:hover,
        .navbar-default .nav > li > a:focus:hover {
            color: rgb(30, 120, 130);
        }

    .navbar-default .nav > li.active > a,
    .navbar-default .nav > li.active > a:focus {
        color: rgb(30, 120, 130) !important;
        background-color: transparent;
    }

        .navbar-default .nav > li.active > a:hover,
        .navbar-default .nav > li.active > a:focus:hover {
            background-color: transparent;
        }

.loggedin {
    display:none;
}
.tab-content {
    padding: 20px;
    background: rgb(15, 50, 75);
}
    .tab-content label {
        color:#fff;
    }
    #map {
        width: 100%;
        height: 200px;
    }

.nav-tabs {
    border-bottom: 1px solid rgb(15, 50, 75);
}

    .nav-tabs > li > a {
        background: rgba(30, 120, 130, 0.6);
        border: 1px solid rgb(30, 120, 130);
        border-bottom-color: transparent;
        color: #fff;
        text-decoration: none;
    }

        .nav-tabs > li > a:hover {
            background: rgb(30, 120, 130);
            color: #fff;
            border-bottom: 0;
        }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background: rgb(15, 50, 75);
        border: 1px solid rgb(15, 50, 75);
        color: #fff;
    }

#movieList2 {
    background: #fff;
    padding: 10px;
    margin: 20px 0;
    box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}
    #movieList2 p {
        margin-bottom: 10px;
    }
    #movieList2 ul {
        margin: 10px 0;
    }

#movieList {
    padding: 0;
    list-style-type: none;
}

    #movieList li {
        list-style-type: none;
        padding: 5px 10px;
        background-color: rgba(30, 120, 130, 1);
        margin-bottom: 2px;
        border-radius: 4px;
        padding-right: 20px;
        position: relative;
        color: #fff;
    }

        #movieList li .xbut {
            position: absolute;
            right: 7px;
            font-weight: bold;
            top: 6px;
            color: #fff;
        }

#userinfo input {
    width: 100%;
    max-width: 100%;
}

.top5-lists hr {
    display: none;
}

.top5-lists p {
    margin: 20px 0 60px;
    font-size: 24px;
}

#okmessage {
    font-size: 20px;
    color: darkgreen;
    display: inline-block;
}

@media(min-width:768px) {
    .navbar-default {
        background-color: rgba(255,255,255,0.9);
        border-color: rgba(0,0,0,.3);
    }
    #map {
        height: 400px;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../images/opening/main.jpg);
    /*background-image: url(../images/opening/main.jpg);*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

    header .header-content {
        position: relative;
        width: 100%;
        padding: 100px 15px;
        text-align: center;
    }

        header .header-content .header-content-inner {
            background: rgba(0, 0, 0, 0.8);
            margin: 0 auto;
            padding: 30px 0;
            max-width: 1000px;
        }

            header .header-content .header-content-inner h1 {
                margin: 0 10px;
                /*text-transform: uppercase;*/
                font-weight: 700;
            }

            header .header-content .header-content-inner hr {
                margin: 30px auto;
            }

            header .header-content .header-content-inner p {
                font-size: 16px;
                font-weight: 300;
            }
            
 /* Footer */
.footer{width:100%;padding:0;background:#333;clear:both;position: relative;}
.footer-wrap1{margin:0 auto;padding:0;width:970px;overflow:hidden;position:relative;color:#fff;padding-top:20px;}
.footer-wrap1 a{display:block;text-decoration:none;color:#fff;}
.footer-wrap1 a:hover{display:block;text-decoration:underline;color:#fff;}
.footer-wrap1 p{color:#fff;}
.footer-wrap1 .foot1{width:480px;height:170px;float:left;border-right:1px dashed #666;padding-right:20px;}
.footer-wrap1 .foot1 p{margin-left:50px; padding:10px;font-size:12px;line-height:18px;}
.footer-wrap1 .foot1 a{text-decoration:underline;}
.footer-wrap1 .foot1 p b{font-size:18px;}
.footer-wrap1 .foot1 img{float:left;margin:10px 10px 0 0;}
.footer-wrap1 .foot2{width:230px;height:170px;float:left;border-right:1px dashed #666;padding:0 20px;font-size:14px;line-height:30px;}
.footer-wrap1 .foot3{width:150px;height:170px;float:left;text-align:center;padding:0 20px;}
.footer-wrap1 .foot3 p{font-size:14px;line-height:30px;margin:0;}
.footer-wrap1 .foot3 img{margin-top:8px;width:145px;}
.footer-wrap2{width:100%;background:#1b1b1b;overflow:hidden;padding:20px 0 10px;margin-top:20px;clear:both;}
.footer-wrap2 .sites-ring {margin:0 auto;padding:0;width:970px;overflow:hidden;position:relative;}
.footer-wrap2 .sites-ring  a{display:inline-block;float:left;}
.footer-wrap2 .sites-ring  a img{max-width: 100%; height: auto;-webkit-filter: grayscale(100%) brightness(135%) contrast(120%); filter: grayscale(100%) brightness(135%) contrast(120%); transition: filter 0.3s, box-shadow 0.3s; -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;}
.footer-wrap2 .sites-ring  a:hover img, .footer-wrap2 .sites-ring  a:focus img { -webkit-filter: none; filter: none;}
.footer-wrap2 .members {padding:13px 30px; border-top: 1px solid #666; width: 510px; margin: 20px auto;}
.footer-wrap2 .member{float:left;text-align: center;padding:16px 10px;}
.footer-wrap2 .onlinemedia{padding:0 10px}

@media screen and (max-width: 983px) {
    .footer-wrap1, .footer-wrap1 .foot1, .footer-wrap1 .foot2, .footer-wrap1 .foot3, .footer-wrap2 .sites-ring {  width: 96%;padding:2%; text-align:center;clear:both;height:auto; }
    .footer-wrap1 .foot1, .footer-wrap1 .foot2 {border: none; border-bottom: 1px solid #666; }
    .footer-wrap1 p {margin:0 !important;}
    .footer-wrap1 .foot1 img {float:none;}
    .footer-wrap2 .sites-ring a { display: block; float: none;margin:1%;}
}

@media screen and (max-width: 530px) {
    .footer-wrap2 .members {width: 90%;padding:13px 0;}
    .footer-wrap2 .member {float:none;}
}

/* END Footer */
.addthis_native_toolbox {
    display: inline-block;
}

@media(min-width:768px) {
    header {
    }

        header.first-page {
            min-height: 100%;
        }

        header .header-content {
            position: absolute;
            top: 48%;
            padding: 0 50px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            header .header-content .header-content-inner p {
                margin-right: auto;
                margin-left: auto;
                max-width: 80%;
                font-size: 18px;
            }
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}


    #movieList2.affix-top {
        position: static;
    }

    #movieList2.affix {
        position: fixed;
        top: 70px;
        text-align:center;
    }

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 2px;
    /*max-width: 650px;*/
}

#contest a.portfolio-box img {
    -ms-filter: opacity(50%);
    filter: opacity(50%);
}
#contest div.portfolio-box img {
}
#contest .hasvoted .portfolio-box img {
    -ms-filter: none;
    filter: none;
}
.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    background: rgba(30, 120, 130,0);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
        width: 100%;
        height: 100%;
        text-align: center;
    }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
            padding: 0 15px;
            font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
            color: rgba(255,255,255,1);
        }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
            margin-top: 2px;
            display: inline-block;
            background: rgba(45, 160, 185,0.9);
            /*text-transform: uppercase;*/
            font-size: 14px;
            font-weight: 600;
        }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
            display: inline-block;
            background: rgba(30, 120, 130,0.9);
            padding: 10px;
            font-size: 20px;
            color: #fff;
            width: 98%;
            position: absolute;
            left: 1%;
            bottom: 1%;
        }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-number {
            background-color: #333;
            color: #fff;
            padding: 10px;
            border-radius: 20px;
            display: inline-block;
            width: 40px;
            margin: 5px;
            display: none;
        }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-vote {
            display: inline-block;
            background: rgba(30, 120, 130,0.9);
            padding: 5px;
            font-size: 16px;
            color: #fff;
            margin-top: 10px;
        }

.portfolio-box:hover .portfolio-box-caption .portfolio-box-caption-content .project-vote {
    background: rgba(0,0,0,0.8);
}

.project-title-back {
    background: rgba(45, 160, 185,0.9);
    padding: 5px;
    margin-bottom: 7px;
    display: inline-block;
    width: 95%;
    font-weight: bold;
}

.card-container {
    position: relative;
    perspective: 1000px;
    min-height: 420px;
    margin: 3px 0;
}

.card {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

    .card a:hover {
        text-decoration: none;
        color:#fff;
    }

    .card .card-view {
        margin: 0;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .card .front {
        z-index: 900;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    .card .back {
        -webkit-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 899;
        background-color: rgb(15, 50, 75);
        color: #fff;
        padding: 20px;
        top: 2px;
        left: 1px;
        width: 99%;
        /*cursor: pointer;*/ /* sxolio gia after */
    }

        .card .back .project-description {
            overflow-y: auto;
            padding-right: 17px;
        }

        .card .back .project-description a{
            color:rgba(140, 200, 220, 1);
            text-decoration:underline;
        }

    .card.flipped {
        -webkit-transform: rotateY( 180deg );
        transform: rotateY(180deg);
    }

.order {
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #333;
    font-size: 16px;
    border: 0;
    padding: 10px;
    position: absolute;
    top: 8px;
    left: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-weight: bold;
}

button.flip {
    background: rgba(45, 160, 185,0.9);
    color: #fff;
    font-size: 11px;
    border: 0;
    padding: 6px;
    position: absolute;
    top: 3px;
    right: 3px;
}

    button.flip.close {
        top: 16px;
        right: 5px;
        color: #fff;
        border: 0 none;
        font-weight: bold;
        font-size: 24px;
        background-color: transparent;
        color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-filter: alpha(opacity=100);
        -ms-filter: alpha(opacity=100);
    }


.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: rgb(30, 120, 130);
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn {
    white-space: normal;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        border-color: #ededed;
        color: #222;
        background-color: #f2f2f2;
    }

    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled.focus,
    .btn-default[disabled].focus,
    fieldset[disabled] .btn-default.focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        border-color: #fff;
        background-color: #fff;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #222;
    }

.btn-primary {
    border-color: rgb(30, 120, 130);
    color: #fff;
    background-color: rgb(30, 120, 130);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        border-color: rgb(30, 120, 130);
        color: #fff;
        background-color: rgb(45, 160, 185);
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        border-color: rgb(30, 120, 130);
        background-color: rgb(30, 120, 130);
    }

    .btn-primary .badge {
        color: rgb(30, 120, 130);
        background-color: #fff;
    }

.btn {
    border: 0;
    border-radius: 300px;
    /*text-transform: uppercase;*/
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}
.btn-log{display:block;width:100%;margin:1% 0;border:0 none;box-shadow:1px 1px 2px #fff;padding:1%;text-align:center;background:rgba(30, 120, 130, 0.9);color:#fff;text-decoration:none;border-radius:5px;}
.btn-log:hover, .btn-log:focus{background:rgba(30, 120, 130, 0.7);box-shadow:0px 0px 1px #333;text-decoration:none;color:#fff;}
.green{background:rgba(45, 160, 185,1)}
.grey{background:rgba(0, 0, 0,0.7)}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}

.desmi-logo {
    float: left;
    margin: 0 10px 10px 0;
}

.titlo-map {
    font-size: 18px;
    font-weight: bold;
}
/*.titlo-map a{text-decoration:none;color:#856100;display:block; padding:6px 0px 0px 0px;}
.titlo-map a:{text-decoration:underline;}*/
.titlo-keimeno {
    font-size: 14px;
    color: #000;
}

#go-content {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

    #go-content a {
        display: inline-block;
        text-decoration: none;
    }

    #go-content span {
        background: rgba(0, 0, 0, 0) url("/tributes/images/down_arrow.png") no-repeat scroll center center;
        display: block;
        height: 40px;
        width: 60px;
    }
.logedin-user {
    background: #eee;
    padding: 10px 10px 3px;
}
.logedin-logout {
    font-size: 14px;
    color: #999;
}
.odigies-vote {
    margin-top: 10px;
}
.odigies-vote span {
    display:inline-block;
    width:90%;
}
.odigies-vote::after {
    display: inline-block;
    float: right;
    width: 10%;
    content: "}";
    font-size: 50px;
    line-height: 42px;
    color: rgba(30, 120, 130,0.9);
    text-align:right;
}
.movies-filter {
    padding: 10px 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    background: #efefef;
}

    .movies-filter button {
        margin: 5px;
    }

#form-viewability {
    display: none;    
    box-shadow: rgba(0,0,0,0.5) 0 0 10px;
}
button.flip.affix{
    position:fixed;
}

@media(max-width:1400px) {
    .odigies-vote::after {
        font-size: 70px;
        line-height: 62px;
    }
}

@media(max-width:992px) {

    .odigies-vote span {
        display: block;
        width: 100%;
    }

    .odigies-vote::after {
        display: block;
        float: none;
        width: auto;
        content: "}";
        font-size: 70px;
        line-height: 30px;
        color: rgba(30, 120, 130,0.9);
        text-align: center;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    }

    #movieList2{
        visibility:visible;
    }

    #movieList2.show-form{
        visibility:hidden;
    }


    #form-viewability {
        display: none;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: rgb(30, 120, 130);
    }

    #form-viewability {
        display: block;
        top: 60px;
        left: 0;
    }

    /*#movieList2.affix {
        position:relative;
    }*/

    #movieList li {
        display:inline-block;
        margin: 2px 2px 0 0;
    }
}
@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px;
    }
}



.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: rgb(45, 160, 185);
}

.btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
}