@charset "utf-8";
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

a img {
    border: none
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu Condensed', sans-serif;
    background-color: #f1f1f1
}

header {
    width: 100%;
    height: 110px;
    background-color: #fefefe
}

.logo {
    float: left;
    margin-top: 15px
}

.clearfix {
    clear: both
}

.container {
    width: 1170px;
    margin: 0 auto
}

header .header-banner {
    float: right;
    margin-top: 10px;
    overflow: hidden
}

#menu-button {
    display: none
}

#menu {
    height: 45px;
    background-color: #233342;
    width: 100%;
    margin: 0;
    position: relative
}

#menu .main-menu {
    padding: 0;
    margin: 0 auto;
    width: 1100px;
    list-style: none;
    position: relative;
    height: auto
}

#menu .light {
    background: #384754 !important
}

#menu .main-menu ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    position: absolute;
    background: rgba(35, 51, 66, 0.99);
    left: 0;
    z-index: 999;
    height: auto;
    display: none
}

#menu li {
    height: 45px;
    line-height: 45px;
    float: left;
    padding: 0 17px;
    font-size: 17px;
    background-repeat: no-repeat;
    background-position: left center
}

#menu .main-menu ul li {
    padding: 0 25px;
    background-repeat: no-repeat;
    background-position: 3px 12px;
    background-size: 22px 22px
}

#menu .flag {
    background-position: 5px 14px !important;
    background-size: 16px 16px !important
}

#menu .sub:hover > ul {
    display: block
}

#menu ul li a {
    color: #fefefe;
    transition: ease 0.25s
}

#menu ul li a:hover {
    color: #bebebe
}

#menu .menu-login,
#menu .menu-register {
    float: right !important
}

#menu .menu-login {
    margin-right: 8px
}

#menu .menu-coupon {
    float: right !important;
    background: #D61919;
    color: #fefefe
}

#menu .menu-coupon a:hover {
    color: #233342 !important
}

#menu .menu-login a {
    color: #2cab53 !important
}

#menu .menu-login a:hover {
    color: #2cab53 !important
}

#menu .menu-register a {
    color: #D61919 !important
}

#menu .menu-register a:hover {
    color: #e05353 !important
}

#menu .login-avatar {
    height: 25px;
    width: 25px;
    float: left;
    margin: 12px 5px 0 0;
    border-radius: 50%;
    background-size: contain
}
#menu .menu-lang{
	float:right;
	position: relative;
	padding:0 25px;
}
#menu .menu-lang:before{
	content:'\f107';
	font-family: 'FontAwesome';
	position: absolute;
	right:8px;
	top:50%;
	transform: translateY(-50%);
	color:#fff;
}
#menu .menu-lang:hover > ul{
	display: block !important;
}
#menu .menu-lang a{cursor: pointer;}
#menu .menu-lang ul{
	position: absolute;
	top:45px;
	left: -7px;
	padding: 0 0 0 10px;
}
#menu .menu-lang li{
	position: relative;
}
#menu .menu-lang-en:after{
	height:18px;
	width: 18px;
	background: url(/images/flags/menu-en.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top:50%;
	content: '';
	transform: translateY(-50%);
}
#menu .menu-lang-el:after{
	height:18px;
	width: 18px;
	background: url(/images/flags/menu-el.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top:50%;
	content: '';
	transform: translateY(-50%);
}
.page-title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    font-size: 29px;
    margin: 0 0 30px 0;
    float: left;
    clear: both
}

.page-title h1 {
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #333;
    margin: 0;
    font-size: 29px;
    border-bottom: 2px solid #D61919;
    float: left
}

.bread {
    font-size: 0.85em;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    color: #777;
    margin-bottom: 10px
}

.bread a {
    color: #777
}

footer {
    padding: 30px 30px 0 30px;
    background: #151515 url(/images/footer-bkg.png) bottom center;
    background-size: cover;
    width: 100%
}

footer .betool {
    color: #fefefe
}

footer .betool:hover {
    color: #D61919
}
footer .container{font-size: 0;}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0
}

footer .ul-1 {
  width:60%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
}

footer .ul-2 {
    width: 27%;
    margin: 0 2%
}

footer .ul-3 {
    width: 13%
}

footer .ul-4 {
  width: 20%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
}

footer .ul-5 {
  width: 20%;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  vertical-align: bottom;
  display: inline-block;
}
footer ul li:first-child{padding-left: 0;}
footer ul li {
    font-size: 16px;
    line-height: 25px;
    color: #aeaeae;
    display:inline-block;
    padding:15px 10px 0 10px;
}

footer ul li:first-child,footer ul li:nth-child(2){padding-left: 0;}
footer ul li a {
    color: #aeaeae;
    transition: ease 0.25s;
    font-size:16px;
}

footer ul li a:hover {
    color: #fefefe
}

footer h3 {
    font-size: 20px;
    color: #dedede;
    padding: 0;
    margin: 20px 0 15px 0;
    border-bottom: 2px solid #D61919;
    display: inline-block;
    clear: both
}

.footer-blog {
    width: 250px;
    height: 110px;
    margin-top: 8px;
    background-size: cover
}

.footer-blog span {
    width: 100%;
    height: 75px;
    padding: 35px 10px 0 10px;
    float: left;
    background: rgba(0, 0, 0, 0.4);
    color: #fefefe;
    text-align: center;
    font-size: 17px;
}

.footer-blog:hover > span {
    display: block
}

.GPWASeal-footer {
    margin: 20px 0 0 42px;
    float: left
}

.sponsor-footer {
    width: 100%;
    clear: both;
    line-height: 35px;
    color: #aaa;
    text-align: center
}

.sponsor-footer a {
    color: #aeaeae;
    transition: ease 0.25s
}

.sponsor-footer a:hover {
    color: #eee
}

#footer-social a {
    width: 35px;
    height: 35px;
    text-align: center;
    float: left;
    margin: 10px 5px 0 0
}

#footer-social a img {
    vertical-align: middle
}

#copyrights {
    width: 100%;
    margin-top: 50px;
    min-height: 30px;
    border-top: 1px solid #111;
    padding: 10px 0;
    box-sizing: border-box;
}
#copyrights .container{font-size: 13px !important;}
#copyrights {
    line-height: 30px;
    font-size: 13px;
    color: #999;
    text-align: center
}

#copyrights span {
    margin-left: 15px
}

#copyrights a {
    color: #999;
    transition: ease 0.25s
}

#copyrights a:hover {
    color: #fefefe
}

#popup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999999;
    background: rgba(0, 0, 0, 0.85)
}

#popup .content {
    margin: 50px auto;
    background: url(/images/facebookLogo.png) left no-repeat;
    height: 540px;
    width: 650px;
    display: block;
    color: #fefefe;
    text-align: center
}

#popup span {
    width: 650px;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
    float: left
}

#popup h1 {
    text-align: center;
    font-size: 50px;
    text-shadow: 1px 1px 1px #000, -1px -1px 1px #000
}

#popup .contest-register {
    background: #D61919;
    color: #fefefe;
    font-size: 22px;
    padding: 10px 30px;
    margin: 150px 200px 155px 200px;
    float: left;
    width: 200px;
    clear: both
}

#popup .close {
    font-size: 14px;
    color: #fefefe;
    float: right;
    margin-top: -30px
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(/images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1
}

@media all and (max-width: 800px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    .logo img {
        max-width: 90%
    }
    .logo {
        width: 100%;
        text-align: center
    }
    footer {
        width: 96%;
        padding-left: 2%;
        padding-right: 2%
    }
    footer ul,
    footer .ul-1,
    footer .ul-2,
    footer .ul-4 {
        width: 100%;
        float: left
    }
    #copyrights span {
        margin: 0;
        width: 100%
    }
    .GPWASeal-footer {
        width: 100%;
        float: left;
        margin: 0
    }
    .page-title {
        min-height: 45px;
        line-height: 45px;
        width: 100%;
        font-size: 29px;
        float: left
    }
    .bread {
        width: 98% !important;
        padding-left: 1%;
        padding-right: 1%;
        overflow: hidden;
    }
}

@media all and (max-width: 800px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #menu,
    #menu .main-menu {
        width: auto
    }
    #menu .menu-login,
    #menu .menu-register {
        float: none !important
    }
    .main-menu li {
        background-color: #233342
    }
    #menu.align-center ul {
        text-align: left
    }
    #menu.align-right > ul > li {
        float: none
    }
    #menu ul {
        width: auto
    }
    #menu.submenuArrow,
    #menu #indicatorContainer {
        display: none
    }
    #menu> ul {
        height: auto;
        display: block
    }
    #menu> ul > li {
        float: none
    }
    #menu li,
    #menu> ul > li {
        display: none
    }
    #menuul ul,
    #menuul ul ul,
    #menuul > li:hover > ul,
    #menuul ul > li:hover > ul,
    #menu.align-right ul ul,
    #menu.align-right ul ul ul,
    #menu.align-right ul > li:hover > ul,
    #menu.align-right ul ul > li:hover > ul {
        position: relative;
        left: auto;
        top: auto;
        opacity: 1;
        padding-left: 0;
        padding-right: 0;
        right: auto
    }
    #menuul .has-sub::after {
        display: none
    }
    #menuul li a {
        padding: 12px 20px
    }
    #menuul ul li a {
        border: 0;
        background: none;
        width: auto;
        padding: 8px 35px
    }
    #menu.align-right ul ul li a {
        text-align: left
    }
    #menuul ul li:hover > a {
        background: none;
        color: #8c9195
    }
    #menuul ul ul a {
        padding: 8px 50px
    }
    #menuul ul ul ul a {
        padding: 8px 65px
    }
    #menuul ul ul ul ul a {
        padding: 8px 80px
    }
    #menuul ul ul ul ul ul a {
        padding: 8px 95px
    }
    #menu> ul > #menu-button {
        display: block;
        cursor: pointer
    }
    #menu#menu-button > a {
        padding: 14px 20px
    }
    #menuul.open li,
    #menu> ul.open > li {
        display: block
    }
    #menu> ul.open > li#menu-button > a {
        color: #fff;
        border-bottom: 1px solid rgba(150, 150, 150, 0.1)
    }
    #menuul ul::after {
        display: none
    }
    #menu #menu-button::before {
        display: block;
        content: "\2261";
        color: #fefefe;
        font-size: 30px;
        position: absolute;
        height: 30px;
        width: 22px;
        right: 20px;
        top: 0
    }
    #menuul.open #menu-button::after,
    #menuul.open #menu-button::before {
        border-color: #fff
    }
    .mobile-hide {
        display: none !important
    }
    .container {
        width: 100%
    }
}
