/* https://fontawesome.com/icons?d=gallery&q= */
@import url('css.css');
body
{
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
}
a
{
    color: #FFF;
    text-decoration: none;
}
a:hover
{
    color: #45b8ff;
}
.icon
{
    margin-right: 5px;
}
.textSep
{
    margin-left: 15px;
    margin-right: 15px;
}
.contents
{
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
.contents-2
{
    position: relative;

    margin: 0 auto;
}
#header
{
    background-color: #273a4c;
}
#subHeaderLeft
{
    float: left;
    padding-left: 2px;
    padding-top: 20px;
}
#subHeaderRight
{
    float: right;
    padding-right: 8px;
    padding-top: 22px;
}
#subHeaderRight::after
{
    clear: both;
}
#subHeaderRightSmall
{
    float: right;
    padding-right: 55px;
    padding-top: 6px;
}
#subHeaderRightSmall::after
{
    clear: both;
}
a.accesso
{
    font-size: 10px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0px;
    background-color: #3c9fdd;
    padding: 12px 8px 12px 8px;
}
a.accesso:hover
{
    color: #FFF;
    background-color: #45b8ff;
}
a.login
{
    font-size: 14px;
    color: #fff;
    border-bottom: 2px dashed;
    padding-bottom: 4px;
    margin-left: 7px;
}
a.login:hover
{
    color: #45b8ff;
}
a.loginSmall
{
    font-size: 13px;
    color: #fff;
    border-bottom: 2px dashed;
    padding-bottom: 4px;
    margin-left: 6px;
    margin-right: -9px;
}
a.loginSmall:hover
{
    color: #45b8ff;
}
#accessoSmall
{
    height: 35px;
    width: 80px;
    font-weight: bold;
    color: #FFF;
    padding: 0px;
    cursor: pointer;
    background-color: #3c9fdd;
    border: 0px solid #666666;
    text-align: center;
    border-radius: 2px;
}

#accessoSmall:hover {
    color: #FFF;
    background-color: #45b8ff;
    }

#accessoSmall a:hover {
	color: #273a4c;
    background-color: #ffdb01;
}
a.button
{
    font-size: 18px;
    color: #FFF;
    background-color: #3c9fdd;
    padding: 12px 12px 12px 12px;
}
a.button:hover
{
    color: #FFF;
    background-color: #45b8ff;
}
a.button2
{
    font-size: 13px;
    color: #fff;
    border-bottom: 2px dashed;
    padding-bottom: 5px;
    margin-left: 7px;
}
a.button2:hover
{
    color: #45b8ff;
}
a.button3
{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px dotted;
    padding-bottom: 3px;
    margin-left: 6px;
    margin-right: -12px;
}
a.button3:hover
{
    color: #45b8ff;
}
a.buttonIpad
{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px dotted;
    padding-bottom: 5px;
    margin-left: 35px;
    margin-right: -50px;
    margin-top: 5px;
    padding-top: 5px;
}
a.buttonIpad:hover
{
    color: #45b8ff;
}
a.button4
{
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    background-color: #3c9fdd;
    padding: 2px 8px 2px 8px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: #111 1px 2px 1px 1px;
}
a.button4:hover
{
    color: #FFF;
    text-decoration: underline;
}
a.accesso2
{
    font-size: 10px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0px;
    background-color: #c30e0e;
    padding: 12px 8px 12px 8px;
}
a.accesso2:hover
{
    color: #FFF;
    background-color: #45b8ff;
}
#accessoSmall2
{
    height: 35px;
    width: 80px;
    font-weight: bold;
    color: #FFF;
    padding: 0px;
    cursor: pointer;
    background-color: #3c9fdd;
    border: 0px solid #666666;
    text-align: center;
    border-radius: 2px;
}

#accessoSmall2:hover {
    color: #FFF;
    background-color: #45b8ff;
    }

#accessoSmall2 a:hover {
	color: #273a4c;
    background-color: #ffdb01;
}

#mainBackground
{
    background: url( 'images/background-header.jpg' ) top center no-repeat;
    background-size: cover;
}
.langTable
{
    display: none;
    width: 100%;
    background-color: #232f3c;
    padding-top: 10px;
}
.langTable td
{
    border-right: 1px solid #273a4c;
    border-bottom: 1px solid #273a4c;
    padding: 10px;
}
.langTable td:last-child
{
    border-right: 0;
}
.langTable tr:last-child td
{
    border-bottom: 0;
}
.langTable td img
{
    padding-right: 10px;
}
.langTable td a:hover
{
    color: #fff;
}
.langTable td:hover
{
    background-color: #378ecc;
}
.menu_icon
{
    padding-left: 5px;
}
#mainBackgroundBlockContainer
{
    position: absolute;
    width: 100%;
}
#mainBackgroundBlock
{
    color: #9fa8bc;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 1px 2px 7px rgba(0,0,0,.1),inset 0 4px 0 #45b8ff;
    margin: 5px;
}
#mainBackgroundBlock_title
{
    border-left: 4px solid #45b8ff;
    color: #232f3c;
    height: 80px;
    font-weight: bold;
    font-size: 10px;
    width: 400px;
    padding-left: 25px;
    margin-top: 30px;
}
#mainBackgroundBlock i
{
    font-size: 20px;
    color: #45b8ff;
}
#mainBackgroundBlock_text
{
    color: #666;
    margin-top: 5px;
    padding-left: 18px;
    font-size: 15px;
}
#mainBackgroundBlock_buttons
{
    text-align: center;
    margin-top: 50px;
}
.mainBackgroundBlock_buttons_container
{
    display: inline-block;
    margin-right: 22px;
}
#mainBackgroundBlock_buttons a.button
{
    font-weight: bold;
    background-color: #c30e0e;
    color: #ffffff;
}
#mainBackgroundBlock_buttons a.button:hover
{
    background-color: #45b8ff;
}
#mainBackgroundPostBlocks
{
    text-align: center;
}
.mainBackgroundPostBlock
{
    color: #9fa8bc;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 2px 7px #EEE ,inset 0 4px 0 #45b8ff;
    border-radius: 30px 30px 30px 30px;
    margin: 5px;
}
.mainBackgroundPostBlock_icon
{
    color: #273a4c;
    height: 40px;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
}
.mainBackgroundPostBlock_title
{
    color: #000;
    height: 40px;
    font-weight: bold;
    padding: 5px;
}
.mainBackgroundPostBlock_text
{
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
#counters
{
    text-align: center;
    margin-top: 50px;
}
.counter
{
    display: inline-block;
    text-align: center;
    position: relative;
}
.counter:not(:last-child)::after
{
    position: absolute;
    display: block;
    top: -10px;
    right: 0;
    content: '';
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    width: 1.5px;
    height: 4.5625em;
    background: #9fa8bc;
}
.counter_title
{
    color: #3c9fdd;
    font-size: 30px;
    font-weight: bold;
}
.counter_text
{
    color: #232f3c;
    font-size: 14px;
}
.section
{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.section_title
{
    color: #232f3c;
    font-size: 15px;
    font-weight: bold;
}
.section_title span
{
   color: #378ecc;
}
.section_text
{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #232f3c;
    font-size: 14px;
}
.section_line_left
{
    display: inline-block;
    width: 35%;
    height: 60px;
    background-image: url( 'images/left.png' );
    background-repeat: no-repeat;
    background-size: 415px 54px;
    background-position: right 24px
}
.section_button
{
    display: inline-block;
    width: 28%;
}
.section_line_right
{
    display: inline-block;
    width: 35%;
    height: 60px;
    background-image: url( 'images/right.png' );
    background-repeat: no-repeat;
    background-size: 415px 54px;
    background-position: left 24px
}
#mapBox
{
    text-align: center;
}
#mapBox img
{
    width: 100%;
    max-width: 850px;
}
#mapPayment
{
    text-align: center;
}
#mapPayment img
{
    width: 100%;
    max-width: 1018px;
}
#mapSignup
{
    text-align: center;
}
#mapSignup img
{
    width: 100%;
    max-width: 1160px;
}
#mapBoxSmall
{
    text-align: center;
}
#mapBoxSmall img
{
    width: 100%;
    max-width: 764px;
}
#mapBoxSmallContact
{
    text-align: center;
}
#mapBoxSmallContact img
{
    width: 100%;
    max-width: 850px;
}
.contents_text
{
    padding: 20px;
    padding-top: 0;
    color: #232f3c;
    font-size: 14px;
}
#footer
{
    padding: 15px;
    padding-left: 20px;
    color: rgba(255,255,255,.7);
    font-size: 12px;
    background-color: #232f3c;
}
#footerMenu
{
    font-size: 13px;
    font-weight: bold;
}
#footerMenu a
{
    margin-right: 10px;
}
@media screen and ( max-width: 449px )
{
    /* mobile small screen */
     #logoBig
    {
        display: none;
    }
    #logoSmall
    {
        display: block;
        height: 40px;
        width: 90px;
        margin-top: -12px;
        margin-left: 0px;
    }
    #signupBig
    {
        display: none;
    }
    #mapBig
    {
        display: none;
    }
    #mapBox
    {
        display: none;
    }
    #mapSignup
    {
        display: none;
    }
    #subHeaderRight {display: none;}
    #buttonIpad {display: none;}
    #signupSmall
    {
        display: block;
        height: 464px;
        width: 328px;
        margin-top: 5px;
        margin-bottom: 12px;
    }
    #subHeaderRight a.button
    {
        font-size: 12px;
        padding-left: 4px;
        padding-right: 4px;
        font-weight: bold;
    }
    #mainBackground
    {
        height: 400px !important;
    }
    #mainBackgroundBlock
    {
        margin: 0 auto;
        width: 90% !important;
        height: 360px !important;
    }
    #mainBackgroundBlockContainer
    {
        margin-top: 10px !important;
    }
    #mainBackgroundBlock_buttons
    {
        width: 92%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .mainBackgroundBlock_buttons_container
    {
        display: block;
        margin-bottom: 10px;
        margin-right: 0 !important;
    }
    .mainBackgroundBlock_buttons_container a.button
    {
        display: block;
    }
    #mainBackgroundPostBlocks
    {
        margin-top: auto !important;
        box-shadow: #fff 4px 4px 18px 4px;
    }
    .mainBackgroundPostBlock
    {
        width: 90% !important;
        height: 235px;
    }
    .counter
    {
        width: 90% !important;
        margin-bottom: 20px;
    }
    .counter:not(:last-child)::after
    {
        display: none;
    }
    .section_line_left
    {
        width: 10% !important;
    }
    .section_button
    {
        width: 68% !important;
    }
    .section_line_right
    {
        width: 10% !important;
    }
}
@media screen and ( max-width: 1023px )
{
    /* mobile */
    #logoBig
    {
        display: none;
    }
    #logoSmall
    {
        display: block;
        height: 40px;
        width: 90px;
        margin-top: -24px;
        margin-left: 0px;
    }
    #mapBox
    {
        display: none;
    }
    #mapSignup
    {
        display: none;
    }
    #signupBig
    {
        display: none;
    }
    #mapBig
    {
        display: none;
    }
    #signupSmall
    {
        display: block;
        height: 464px;
        width: 328px;
        margin-top: 5px;
        margin-bottom: 12px;
    } 
    #header
    {
        height: 50px;
    }
    #headerTop
    {
        display: none;
    }
    #logo
    {
        height: 28px;
    }
    #subHeaderRight {display: none;}
    #subHeaderCenter
    {
        display: none;
    }
    #subHeaderRight
    {
        padding-right: 52px;
    }
    .hambugerMenu
    {
        font-size: 35px;
        color: #ffffff;
        position: absolute;
        right: 5px;
        top: 4px;
    }
    #hambugerMenuOpened
    {
        right: 5px;
        display: none;
    }
    #mobileManu, .lang_menu
    {
        width: 250px;
    }
    #mobileMenu
    {
        position: relative;
        z-index: 1;
        display: none;
        float: right;
        background-color: #232f3c;
        overflow: auto !important;
    }
    #mobileMenu::after
    {
        clear: right;
    }
    #mobileMenu>a
    {
        display: block;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #273a4c;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #mobileMenu>a:hover, #mobileMenu>a.mobileMenu_selected
    {
        color: #45b8ff;
    }
    #mainBackground
    {
        height: 520px;
    }
    #langMenuMobile
    {
        font-size: 16px;
        text-align: center;
    }
    #langMenuMobile .lang_menu_button
    {
        padding: 10px;
    }
    #langMenuMobile .lang_menu_button a
    {
        font-size: 16px;
        font-family: Verdana;
    }
    #mainBackgroundBlockContainer
    {
        margin-top: 50px;
    }
    #mainBackgroundBlock
    {
        margin: 0 auto;
        width: 480px;
        height: 280px;
    }
    #mainBackgroundPostBlocks
    {
        margin-top: -100px;
    }
    .mainBackgroundPostBlock
    {
        display: inline-block;
        vertical-align: top;
        width: 46%;
        height: 235px;
    }
    .counter
    {
        width: 46%;
        margin-bottom: 20px;
    }
    .counter:not(:last-child)::after
    {
        display: none;
    }
    .section_line_left
    {
        width: 20%;
    }
    .section_button
    {
        width: 58%;
    }
    .section_line_right
    {
        width: 20%;
    }
}
@media screen and ( min-width: 1024px )
{
    /* desktop */
    #logoBig
    {
        display: block;
        height: 58px;
        width: 132px;
        margin-top: -14px;
    }
    #logoSmall
    {
        display: none;
    }
    #mapSmall
    {
        display: none;
    }
    #signupBig
    {
        display: block;
        width: 913px;
        height: 457px;
        margin-top: 2px;
        margin-bottom: 15px;
    }
    #signupSmall
    {
        display: none;
    }
    #header
    {
        height: 70px;
    }
    #headerTop
    {
        height: 40px;
        background-color: #232f3c;
        font-size: 13px;
        color: #fff;
    }
    #subHeaderTopLeft
    {
        float: left;
        padding-left: 10px;
        padding-top: 12px;
    }
    #subHeaderTopRight
    {
        float: right;
        padding-right: 10px;
        padding-top: 12px;
    }
    #subHeaderTopRight::after
    {
        clear: both;
    }
    #logo
    {
        height: 35px;
    }
    #subHeaderRightSmall {display: none;}
    #subHeaderCenter
    {
        float: left;
        padding-left: 0px;
        padding-top: 30px;
        font-weight: bold;
        font-size: 14px;
    }
    #subHeaderCenter a
    {
        padding: 7px;
    }
    #subHeaderCenter a:hover, #subHeaderCenter a.subHeaderCenter_selected
    {
        color: #45b8ff;
    }
    .hambugerMenu, #mobileMenu
    {
        display: none;
    }
    #mainBackground
    {
        height: 650px;
    }
    .lang_menu
    {
        width: 385px;
    }
    #langMenuDesktop
    {
        position: absolute;
        z-index: 1;
        right: 10px;
        top: 30px;
    }
    #langMenuDesktop .lang_menu_button
    {
        font-size: 18px;
        font-family: Verdana;
        position: absolute;
        right: 10px;
        top: -20px;
    }
    #mainBackgroundBlockContainer
    {
        margin-top: 100px;
    }
    #mainBackgroundBlock
    {
        display: inline-block;
        width: 480px;
        height: 280px;
        border-radius: 5px 5px 5px 5px;
    }
    #mainBackgroundPostBlocks
    {
        margin-top: -100px;
    }
    .mainBackgroundPostBlock
    {
        display: inline-block;
        vertical-align: top;
        width: 23%;
        height: 235px;
    }
    .counter
    {
        width: 23%;
    }
}

.APP {
	color: #273a4c;
    font-size: 14px;}

.APP a:link {
	color: #273a4c;
    font-size: 14px;
	text-decoration: underline;}

.APP a:visited {
	color: #273a4c;
    font-size: 14px;
	text-decoration: none;}

.APP a:hover {
	color: #3c9fdd;
	text-decoration: underline;}
	
.APPS a:link {
	color: #273a4c;
    font-size: 18px;
	text-decoration: none;}

.APPS a:visited {
	color: #273a4c;
    font-size: 14px;
	text-decoration: none;}

.APPS a:hover {
	color: #111;
	text-decoration: none;}
	
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}


.big-green-btn {
    padding: 10px 32px;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 400;}
    
.green-btn {
    background: #ed0520;
    padding: 12px 30px;
    border-radius: 25px;
    color: #fff !important;
    text-decoration: none;
    border: none;}
    
a.green-btn:hover {
    color: #273a4c;
    background-color: ##ed0520;}
    
h3 {
	font-size:0.8em;
	margin:.68em 0;
	color: #666666;
}

h4 {
	font-size:0.8em;
	margin:.68em 0;
	color: #232f3c;
}


.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}.w3-auto{max-width:100%}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding,.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:0 8px}
.w3-container,.w3-panel{padding:0.01em 16px}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-pale-red,.w3-hover-pale-red:hover{color:#FFF!important;background-color: #4683b4!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-border-red,.w3-hover-border-red:hover{border-color:#273a4c!important}