@font-face {
	font-family: 'Beaufort';
    src: url("../fonts/Beaufort/Beaufort.eot");
	src: local('☺'),   url("../fonts/Beaufort/Beaufort.woff") format("woff"),
    url("../fonts/Beaufort/Beaufort.ttf") format("truetype"),
    url("../fonts/Beaufort/Beaufortd41d.eot?#iefix")format("embedded-opentype");
    font-weight: normal;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroyMedium/GilroyMedium.eot");
	src: local('☺'),   url("../fonts/GilroyMedium/GilroyMedium.woff") format("woff"),
    url("../fonts/GilroyMedium/GilroyMedium.ttf") format("truetype"),
    url("../fonts/GilroyMedium/GilroyMediumd41d.eot?#iefix")format("embedded-opentype");
    font-weight: 400;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroySemiBold/GilroySemiBold.eot");
	src: local('☺'),   url("../fonts/GilroySemiBold/GilroySemiBold.woff") format("woff"),
    url("../fonts/GilroySemiBold/GilroySemiBold.ttf") format("truetype"),
    url("../fonts/GilroySemiBold/GilroySemiBoldd41d.eot?#iefix")format("embedded-opentype");
    font-weight: 500;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroyBold/GilroyBold.eot");
	src: local('☺'),   url("../fonts/GilroyBold/GilroyBold.woff") format("woff"),
    url("../fonts/GilroyBold/GilroyBold.ttf") format("truetype"),
    url("../fonts/GilroyBold/GilroyBoldd41d.eot?#iefix")format("embedded-opentype");
    font-weight: 700;
}


/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, p {
  margin: 0;
  padding: 0;
  border: 0;
  
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
/* End of CSS Reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
body {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  color: #666359;
  background-color: #f7fdfc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
img {
  border: none;
}
input, select {
  outline: none;
  vertical-align: middle;
}
h1, h2, h3, h4, h5 {
    font-family: 'Beaufort';
    margin-bottom: 10px;
    line-height: 0.8;
    display: block;
    color: #45423a;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 200ms ease-in-out;
}
h1 { 
    font-size: 72px; 
} 
h1 span { 
    font-size: 60px; 
   /* color: #666259; */
    color: #165e59; 
}
h2 { 
    font-size: 34px;
    text-transform: none;
}
h3 { 
    font-size: 32px;
}


.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
a {
    text-decoration: none;
    color: #0062a8;
    transition: all 200ms ease-in-out;
}
a:hover {
    filter: brightness(120%);
}

input, select, textarea {
    color: #333;
    font-size: 22px;
    font-family: "Gilroy";
    font-weight: 400;
    text-align: center;
    border: 3px solid rgba(0,0,0,0.2);
    margin: 10px 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    transition: all 200ms ease-in-out;
    border-radius: 15px;
   /* -webkit-appearance: none;
    -moz-appearance: none;*/
   /* appearance: none;*/
} 
select {
    padding: 0 20px; 
    background-image: url('../images/input-select.html');
    background-position: center right;
    background-repeat: no-repeat;
}
textarea { 
    min-height: 200px;
    padding: 10px;
    text-align: left;
}
form {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}


a.pop-close {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0.7;
}
a.pop-close:before {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.pop-close:after {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #ccc;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.pop-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

p {
    margin-bottom: 10px;
}
.btn, input[type="submit"],.btn {
    padding: 0 20px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #f4c75c;
    background: #f4c75c url('../images/btn-white.png') center center no-repeat;
    color: #1a1919;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    font-family: 'Beaufort';
    cursor: pointer;
}
input[type="submit"].btn:hover {
    filter: brightness(120%);
}
input[type="submit"],.btn.big {
    height: 60px;
    line-height: 56px;
    font-size: 28px;
    font-weight: 700;
    min-width: 300px;
    border-radius: 20px;
}
.btn.trans {
    background: transparent;
}
/*==========PAGES STYLES==========*/
.container {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}
nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100px;
    background: #fff;
}
nav:after {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -8px;
    background: url('../images/wave.png') top center repeat-x;
}
nav .logo {
    display: inline-block;
    float: left;
   /* width: 107px;*/
    width: 260px;
    height: 46px;
    background: url('../images/logo.png') center center no-repeat;
    background-size: cover;
    margin-top: 28px;
}
nav .menu {
    display: inline-block;
    float: right;
    margin-top: 32px;
    transition: all 200ms ease-in-out;
}
nav .menu a {
    color: #45423a;
    display: inline-block;
    margin-left: 30px;
    font-size: 24px;
    font-family: 'Beaufort';
    line-height: 30px;
    border-bottom: 2px solid #b2d0e5;
}
nav .menu a:hover, nav .menu a.active {
    border-bottom: 2px solid transparent;
    color: #749cb8;
}

nav.scroll { 
    height: 70px; 
    position: fixed; 
    z-index: 12;
}
nav.scroll .menu {
    margin-top: 18px;
}
nav.scroll .logo {
    margin-top: 13px;
}
header {
    margin-top: 100px;
    width: 100%;
    height: 820px;
    background-image: url('../images/header-bg.jpg'); 
    background-position: top center; 
    background-repeat: no-repeat;
    background-size: auto 100%;
}
header.inner { 
    height: 150px;
    background-size: 100% auto;
    background-position: bottom center; 
}
header .text {
    width: 50%;
    text-align: center;
    padding-top: 160px;
}
header .text p {
    margin: 20px 0;
    font-size: 20px;
    color: #45423a;
}
header .karakterler {
    position: absolute;
    z-index: 11;
    width: 875px;
    height: 857px;
    background: url('../images/karakterler.png') center center no-repeat;
    background-size: cover;
	top: -35px;
    left: 538px
}




/*header .girl {
    position: absolute;
    z-index: 11;
    width: 732px;
    height: 857px;
    background: url('../images/girl1.png') center center no-repeat;
    background-size: cover;
    top: -35px;
    right: 50px;
}*/
main {
    margin-top: -100px;
}
section.news {
    display: inline-block;
    float: left;
    width: 65%;
}
section .title.center {
    width: 100%;
    text-align: center;
}
section .title h3 {
    display: inline-block;
    font-size: 36px;
    color: #666259;
}
section .title {
    height: 65px;
    background: url('../images/sep-d.png') bottom center repeat-x;
    margin-bottom: 30px;
}
section .title a {
    display: inline-block;
    background: white;
    border-radius: 10px;
    font-size: 14px;
    color: #666259;
    font-family: 'Beaufort';
    padding: 7px 13px;
    margin-left: 20px;
    vertical-align: top;
}
section .title a:hover {
    color: #0062a8;
}
.n-news {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 35px;
    position: relative;
}
.n-news iframe {
    border-radius: 15px;
    border: 2px solid #4384cc;
}
.n-news:before{
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -4px;
    background: url('../images/sep-d.png') center center repeat-x;
    opacity: 0.5;
}
.n-news:last-child:before {
    display: none;
}
.n-news .pic {
    width: 220px;
    height: 220px;
	display: inline-block;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.n-news.full .text img {
    width: 220px;
    height: 220px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    position: relative;
}
.n-news .pic:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 208px;
    height: 208px;
    border-radius: 15px;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 200ms ease-in-out;
}

.n-news:hover .pic:after {
    background: rgba(255,255,255,0.2);
}
.n-news .pic img {
    width: 100%;
}
.n-news .text {
    width: calc(100% - 250px);
    float: right;
    display: inline-block;
}
.n-news.full .text {
    width: 100%;
}
.n-news .name {
    font-size: 30px;
    font-family: 'Beaufort';
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.n-news .text p {
    margin-bottom: 20px;
}
.n-news .text .date {
    font-size: 14px;
    color: #9e998f;
    display: inline-block;
    margin-left: 20px;
    font-weight: 400;
}
.n-news .feat, .n-news .m-pic {
	display: inline-block;
    width: 48%;
    float: left;
    text-align: center;
    vertical-align: top;
    min-height: 100px;
    padding: 19px;
    border-radius: 15px;
    background: rgba(244,199,92,0);
    transition: all 200ms ease-in-out;
    margin-bottom: 20px;
    border: 1px solid #487795;
    margin: 5px;
}



/*.n-news .feat, .n-news .m-pic {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    vertical-align: top;
    min-height: 100px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(244,199,92,0);
    transition: all 200ms ease-in-out;
    margin-bottom: 20px;
	border:1px solid #000
}*/


.n-news .feat:hover, .n-news .m-pic:hover {
    background: rgba(244,199,92,0.15);
}
.n-news .m-pic {
    width: 33.3333%;
    height: 170px;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 0;
}
.n-news .m-pic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid #4384cc;
}
    
    
.w-a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: url('../images/wave-c.png') center center repeat-x;
}

aside {
    display: inline-block;
    float: right;
    width: 30%;
}

aside .status {
    border-radius: 20px;
    background: rgba(177,244,92,0.15);
    margin-bottom: 40px;
    position: relative;
    transition: all 500ms ease-in-out;
}
aside .status.anim {
    background: rgba(177,244,92,0.3);
    transform: scale(1.1);
}

aside .status .serv {
    padding: 20px;
    font-family: 'Beaufort';
}
aside .status .serv .st {
    float: left;
    display: inline-block;
    font-size: 20px;
    width: 100px;
    min-height: 100px;
    background-image: url('../images/s-0.png');
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding-top: 35px;
}
aside .status .serv.online .st {
    color: #55ad14;
    font-weight: 700;
}
aside .status .serv .st.s-1 {
    background-image: url('../images/s-1.png');
}
aside .status .serv .st.s-2 {
    background-image: url('../images/s-2.png');
}
aside .status .serv .st.s-3 {
    background-image: url('../images/s-3.png');
}
aside .status .serv .st.s-4 {
    background-image: url('../images/s-4.png');
}

aside .status .serv .desc {
    float: right;
    display: inline-block;
    width: calc(100% - 115px);
    padding-top: 17px;
}
aside .status .serv .desc p {
    font-size: 24px;
    margin-bottom: 0;
}
aside .status .serv .desc span {
    font-family: 'Gilroy';
    color: #7f7c71;
}
aside .status .serv.online .desc span strong {
    color: #55ad14;
}
aside .status .files {
    padding: 25px;
    background: url('../images/sep-files.png') top center no-repeat;
    font-family: 'Beaufort';
}
aside .status .files a {
    padding: 15px 0;
    display: block;
    background: url('../images/download-ico.png') center left no-repeat;
    min-height: 67px;
    padding-left: 75px;
    font-size: 20px;
    color: #45423a;
}
aside .status .files a span {
    font-size: 16px;
    color: #7f7c71;
    display: block;
    font-family: 'Gilroy';
}


aside .community, aside .vote {
    text-align: center;
    margin-bottom: 40px;
}
aside .community h3 {
    color: #666259;
}
aside .community a {
    display: block;
    padding-top: 17px;
    padding-bottom: 25px;
    padding-left: 116px;
    background-color: rgba(102,98,89,0.15);
    margin-bottom: 5px;
    position: relative;
    border-radius: 20px;
    color: #7f7c71;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 38px 50%;
}
aside .community a span {
    display: block;
    text-transform: uppercase;
    color: #45423a;
    font-size: 20px;
    font-family: 'Beaufort';
    font-weight: 700;
}
aside .community a:hover {
    background-color: rgba(102,98,89,0.25);
}
aside .community a.fb {
    background-image: url('../images/fb-ico.png');
}
aside .community a.insta {
    background-image: url('../images/insta-ico.png');
}
aside .community a.ds {
    background-image: url('../images/ds-ico.png');
}
aside .community a.vk {
    background-image: url('../images/vk-ico.png');
}

aside .vote h3 {
    color: #5f6e7b;
}
aside .vote a {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Beaufort';
    color: #1f2022;
    display: block;
    padding-top: 12px;
    padding-bottom: 20px;
    background-color: rgba(178,208,229, 0.5);
    margin-bottom: 5px;
    position: relative;
    border-radius: 20px;
}
aside .vote a:hover {
    background-color: rgba(178,208,229, 0.9);
    filter: brightness(100%);
}

.about-us {
    width: 100%;
    background: #175788 url('../images/about-bg.jpg') center center no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.about-us .container {
    border-radius: 20px;
   /* border: 2px solid rgba(244,199,92,0.5);*/
    padding: 40px;
}
.about-us .media {
    width: 360px;
    float: left;
    display: inline-block;
}
.about-us .media iframe {
    border-radius: 15px;
    border: 2px solid #4384cc;
    margin-bottom: 15px;
}
.about-us .media .p-pic {
    width: 170px;
    height: 85px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #4384cc;
    display: inline-block;
    border-radius: 15px;
    opacity: 0.9;
}
.about-us .media .p-pic:hover {
    opacity: 1;
}
.about-us .media .p-pic img {
    width: 100%;
}
.about-us .media .p-pic.l {
    float: left;
}
.about-us .media .p-pic.r {
    float: right;
}
.about-us .about {
    width: calc(100% - 400px);
    float: right;
    display: inline-block;
}
.about-us .about h2 {
    color: #fff;
}
.about-us .about h2 span {
    font-weight: 700;
    color: #f4c75c
}
.about-us .about .rates {
    font-family: 'Beaufort';
    color: #bcd2db;
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url('../images/sep-w.png') bottom center repeat-x;
    margin: 20px 0;
}
.about-us .about .rates .rate {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.about-us .about .rates span {
    color: #fff;
}
.about-us .about .txt {
    font-size: 18px;
    color: #d5dade;
    margin-bottom: 20px;
	text-shadow: -1px -3px 6px #040303;
}
.about-us .about .buttons .btn {
    margin-right: 20px;
}
.about-us .about .buttons .btn.trans {
    color: #fff;
}

footer {
    padding: 50px 0;
    position: relative;
    background: #fff;
}
footer:before {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 0;
    background: url('../images/wave.png') top center repeat-x;
    transform: scale(-1);
}
footer .copy {
    display: inline-block;
    float: left;
    width: 33.3333%;
    padding: 10px 0;

}
footer .copy p {
    min-height: 50px;
    background: url('../images/footerlogo.png') top left no-repeat;
    font-size: 12px;
    color: #45423a;
    padding-left: 130px;
    padding-top: 5px;
}
footer .copy p span {
    color: #7f7c71;
}
footer .copy .banner {
    opacity: 0.5;
    margin-right: 30px;
}
footer .copy .banner:hover {
    opacity: 1;
}
footer .menu {
    font-family: 'Beaufort';
    font-size: 18px;
    display: inline-block;
    float: right;
    width: 66.6667%;
    padding-left: 15%;
    border-left: 1px solid #b2b0ac;
}
footer .menu a {
    color: #666259;
    display: block;
    margin: 10px 0;
}
footer .menu a:hover, footer .menu a.active {
    color: #749cb8;
}
footer .menu .col {
    display: inline-block;
    width: 33.3333%;
    float: left;
}

.overlay { 
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.overlay .window {
    margin-top: 50px;
} 
.overlay .window img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

@media (max-width: 1279px) {
    .container { width: 980px; }
    header .karakterler { right: -150px; }
    nav .menu { width: 100%; text-align: center; }
    nav .menu a { margin: 0 10px; }
    nav .logo { display: none; }
}
@media (max-width: 999px) {
    .container { width: 620px; }
    nav { height: auto; padding-bottom: 30px; }
    nav .logo { display: block; float: none; margin: 20px auto; margin-bottom: 0;}
    header .karakterler { display: none; }
    header .text { padding-top: 200px; width: 100%; }
    header.inner { height: 270px; opacity: 0.5; }
    nav .menu a { margin: 10px; }
    header { height: auto; padding-bottom: 200px; }
    section.news, aside, .about-us .media, .about-us .about, footer .copy, footer .menu { width: 100%; float: none; display: block; }
    .about-us { text-align: center; }
    .about-us .media { margin-bottom: 30px; }
    .about-us .media .p-pic { width: 47%; }
    .about-us .about .rates .rate { float: none; }
    .about-us .about .buttons .btn { margin: 10px; }
    footer{ text-align: center; }
    footer .menu { padding-left: 0; border-left: 0;}
    footer .copy p { float: left; margin-left: 20px; display: inline-block; }
}
@media (max-width: 639px) {
    html, body, nav { width: 620px; }
}
