@font-face {
  font-family: 'Panton-Bold';
  src: url('../fonts/Panton-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Panton-Bold.otf')  format('opentype'),
	     url('../fonts/Panton-Bold.woff') format('woff'), url('../fonts/Panton-Bold.ttf')  format('truetype'), url('../fonts/Panton-Bold.svg#Panton-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Panton-Regular';
  src: url('../fonts/Panton-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/Panton-Regular.otf')  format('opentype'),
	     url('../fonts/Panton-Regular.woff') format('woff'), url('../fonts/Panton-Regular.ttf')  format('truetype'), url('../fonts/Panton-Regular.svg#Panton-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Panton-SemiBold';
  src: url('../fonts/Panton-SemiBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Panton-SemiBold.otf')  format('opentype'),
	     url('../fonts/Panton-SemiBold.woff') format('woff'), url('../fonts/Panton-SemiBold.ttf')  format('truetype'), url('../fonts/Panton-SemiBold.svg#Panton-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*
font-family: 'Panton-Bold', sans-serif;
font-family: 'Panton-SemiBold', sans-serif;
font-family: 'Panton-Regular', sans-serif;
*/

/* 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,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	color: #4c4c4c;
	vertical-align: baseline;
	box-sizing: border-box;
	font-family: 'Panton-Regular', sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {-webkit-font-smoothing: antialiased;}

/*html {min-width: 1200px;}*/
.center {width: 940px; margin: 0 auto 0;}

:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
	color: transparent
}

input[type="text"],
input[type="tel"],
input[type="submit"],
input[type="email"],
textarea,
select,
button,
a {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {outline: none;}

input[type=submit],
button,
a {cursor: pointer;}


/* mix */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.error {
	box-shadow: inset 0 0 0px 3px #f00 !important;
	/*border: 1px solid #f00;*/
}

.transition {
	-moz-transition:    all 0.2s ease;
	-o-transition:      all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.btn {
/*    background-color: #454058;
    background: linear-gradient(105deg, #2f2e2e 0%, #bfad8f 100%);*/
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Panton-Bold', sans-serif;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 40px;
    position: relative;
	-moz-transition:    background 0.4s ease;
	-o-transition:      background 0.4s ease;
	-webkit-transition: background 0.4s ease;
}
.btn:hover {
    /*background: linear-gradient(105deg, #1f1e1e 0%, #b2a28a 100%);*/
}

.btn_connect {
    /*background-color: #454058;
    background: linear-gradient(105deg, #2f2e2e 0%, #bfad8f 100%);*/
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Panton-Bold', sans-serif;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 40px;
    position: relative;
	-moz-transition:    background 0.4s ease;
	-o-transition:      background 0.4s ease;
	-webkit-transition: background 0.4s ease;
}
.btn_connect:hover {
    /*background: linear-gradient(105deg, #1f1e1e 0%, #b2a28a 100%);*/
}

.btn-purple {
    background-color: #f0870b;
    background: transparent;
    font-size: 16px;
    text-align: center;
    color: #000000;
    border: 1px solid #000000;
    text-decoration: none;
    font-family: 'Panton-Bold', sans-serif;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 40px;
    position: relative;
	-moz-transition:    background 0.2s ease, color 0.2s ease;
	-o-transition:      background 0.2s ease, color 0.2s ease;
	-webkit-transition: background 0.2s ease, color 0.2s ease;
}
.btn-purple:hover {
    background: #000000;
    color: #fff;
}

/* styles */
body {
    background: url(../img/pattern.png) repeat;
}

#header {
    padding: 20px 0;
}
#header #menu-toggle {
    display: none;
}
#header #menu-toggle-btn {
    display: none;
}
#header .logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 70px;
}
#header .logo svg {}
#header nav {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}
#header nav ul {
    font-size: 0;
    padding-top: 5px;
}
#header nav li {
    list-style: none;
    display: inline-block;
    margin: 0 15px;
}
#header nav li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: 'Panton-SemiBold', sans-serif;
    text-align: center;
}
#header nav li a:after {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 6px;
    margin: 4px auto 0;
    background: #fff;
    display: none;
}
/*#header nav li:nth-child(4) a {color: #f7bb33 !important;}*/
#header nav li:nth-child(4) a:after {background: #f7bb33 !important;}
#header nav li a:hover {opacity: .8;}
#header nav li.active a:after,
#header nav li a:hover:after {display: block;}
#header .login {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    background: #fff;
    text-decoration: none;
    font-family: 'Panton-Bold', sans-serif;
    padding: 5px 0px;
    width: 100px;
    text-align: center;
    border-radius: 30px;
}
#header .login:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/login-purple.svg) center no-repeat / contain;
    margin-left: 5px;
	-moz-transition:    transform 0.3s ease;
	-o-transition:      transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
}
#header .login:hover:after {
    transform: translateX(3px);
}

.page #header {
    background-color: #f4f4f4;
    border-bottom: 1px solid #d3d3d3;
}
.page #header .logo svg {
    fill: rgb(80, 52, 211);
}
.page #header nav {}
.page #header nav ul li a {
    color: #4c4c4c;
}
.page #header nav ul li.active a,
.page #header nav ul li a:hover {
    color: #000000;
}
.page #header nav ul li a:after {
    background-color: #000000;
}
.page #header .login {
    background-color: #000000;
    color: #fff;
}
.index #header .login:after {
    background: url(../img/login-purple.svg) center no-repeat / contain !important;
}
.page #header .login:after {
	background: url(../img/login-white.svg) center no-repeat / contain !important;
}

#main {
    height: 730px;
    background: url(../img/trevor-bg.jpg) center no-repeat;
    text-align: center;
    font-size: 0;
    margin-top: -80px;
    padding-top: 200px;
    margin-bottom: 150px;
}
#main .video {
    width: 410px;
    height: 410px;
    /*background: url(../img/promo.png) center no-repeat;*/
    display: inline-block;
    vertical-align: top;
}
#main .video .play {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Panton-Bold', sans-serif;
    background: url(../img/play.svg) center / contain no-repeat;
    padding-top: 45px;
	height: 30px;
    margin-top: 140px;
    display: inline-block;
    transform: scale(1);
	-moz-transition:    transform 0.2s ease;
	-o-transition:      transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
}
#main .video .play:hover {
    transform: scale(1.05);
}
#main .caption {
    text-align: left;
    width: 530px;
    margin-top: 10px;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
}
#main .caption h1 {
    color: #fff;
    font-family: 'Panton-Bold', sans-serif;
    font-size: 32px;
    max-width: 470px;
}
#main .caption .btn {
    margin: 20px 0 15px;
}
#main .caption .btn:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/download-launcher.svg) center / contain no-repeat;
    display: inline-block;
    margin-right: 15px;
}

#main .caption .btn_connect {
    margin: 20px 0 15px;
}
#main .caption .btn_connect:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/play.svg) center / contain no-repeat;
    display: inline-block;
    margin-right: 15px;
}

#main .caption p {
    color: #fff;
    font-size: 14px;
    font-family: 'Panton-SemiBold', sans-serif;
}
#main .caption p span {
    color: #ffc11a;
    font-size: 16px;
    font-family: 'Panton-SemiBold', sans-serif;
}
#main .center > img {
    position: relative;
    z-index: 100;
    margin-top: -170px;
}

#advantages {}
#advantages h2 {
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-family: 'Panton-Bold', sans-serif;
    margin-bottom: 100px;
}
#advantages .item {
    font-size: 0;
    margin-bottom: 100px;
}
#advantages .item .info {
    width: 480px;
    display: inline-block;
    vertical-align: top;
    padding-right: 40px;
}
#advantages .item .info h3 {
    font-size: 18px;
    color: #000000;
    font-family: 'Panton-Bold', sans-serif;
    margin-bottom: 20px;
}
#advantages .item .info p {
    font-size: 16px;
    line-height: 1.5;
}
#advantages .item .picture {
    width: 460px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#advantages .item .picture img {
    max-width: 400px;
    height: auto;
}
#advantages .item-1 .info {
    background: url(../img/1-bg.png) top left no-repeat;
    padding-top: 50px;
}
#advantages .item-2 .info {
    background: url(../img/2-bg.png) top left no-repeat;
    padding-top: 140px;
}
#advantages .item-3 .info {
    background: url(../img/3-bg.png) top left no-repeat;
    padding-top: 120px;
}
#advantages .item-4 .info {
    background: url(../img/4-bg.png) top left no-repeat;
    padding-top: 140px;
}
#advantages .item-5 .info {
    background: url(../img/5-bg.png) top left no-repeat;
    padding-top: 110px;
}

#community {
    text-align: center;
    background: url(../img/community-megaphone.png) 10% bottom no-repeat;
    padding-top: 50px;
    padding-bottom: 150px;
}
#community h2 {
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-family: 'Panton-Bold', sans-serif;
    margin-bottom: 100px;
}
#community .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 130px;
}
#community .item .picture {
    border-radius: 150px;
    width: 170px;
    height: 170px;
    border: 10px solid #eaeaeb;
}
#community .item p {
    font-size: 16px;
}
#community .item p strong {
    font-size: 18px;
    font-family: 'Panton-SemiBold', sans-serif;
    margin: 5px 0;
    display: block;
}
#community .btn {
    color: #4c4c4c;
    margin: 10px 0;
    font-size: 16px;
    width: 180px;
}

#donate {
    padding-top: 50px;
    padding-bottom: 50px;
}
#donate .center {
    width: 790px;
}
#donate h2 {
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-family: 'Panton-Bold', sans-serif;
    margin-bottom: 50px;
}
#donate form {
    width: 400px;
    margin-right: 60px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0.5px 0.9px 5px rgba(21, 20, 21, 0.1);
    padding: 40px 25px;
    text-align: center;
}
#donate form fieldset {
    margin-bottom: 30px;
}
#donate form .server:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/donate-servers.svg) center left no-repeat;
    background-size: contain;
    margin-right: 10px;
}
#donate form .name:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/donate-nickname.svg) center left no-repeat;
    background-size: contain;
    margin-right: 10px;
}
#donate form .sum:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/donate-sum.svg) center left no-repeat;
    background-size: contain;
    margin-right: 10px;
}
#donate form select {
    font-size: 16px;
    color: #777777;
    font-family: 'Panton-SemiBold', sans-serif;
    text-align: left;
    width: 90%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 13px 20px;
    background: url(../img/select.svg) 290px center no-repeat;
    cursor: pointer;
}
#donate form input[type=text] {
    font-size: 16px;
    color: #4c4c4c;
    font-family: 'Panton-SemiBold', sans-serif;
    text-align: left;
    width: 90%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 13px 20px;
}
#donate form .btn {
    border: 0;
    min-width: 240px;
	background-color: #222;
}
#donate .catalog {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
}
#donate .catalog h3 {
    text-align: left;
    font-size: 18px;
    color: #000000;
    font-family: 'Panton-Bold', sans-serif;
    margin-bottom: 20px;
}
#donate .catalog table {
    width: 100%;
}
#donate .catalog table tr {}
#donate .catalog table tr td {
    border-bottom: 1px solid #cccccc;
    padding: 20px 0 10px;
}
#donate .catalog table tr td:first-child {
    text-align: left;
    font-size: 16px;
    font-family: 'Panton-SemiBold', sans-serif;
}
#donate .catalog table tr td:last-child {
    text-align: right;
    color: #4c4c4c;
    font-size: 24px;
    font-family: 'Panton-Bold', sans-serif;
}
#donate .catalog .btn-purple {
    margin: 20px 0;
    display: inline-block;
}

#monitoring {
    background: url(../img/monitoring-bg.png) center bottom no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
}
#monitoring h2 {
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-family: 'Panton-Bold', sans-serif;
    margin-bottom: 50px;
}
#monitoring .stat {
    font-size: 0;
}
#monitoring .stat .general {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #d3d3d3;
    padding-bottom: 10px;
}
#monitoring .stat .general ul {}
#monitoring .stat .general ul li {
    list-style: none;
    margin-bottom: 40px;
}
#monitoring .stat .general ul li p {
    font-size: 16px;
    font-family: 'Panton-SemiBold', sans-serif;
    margin-bottom: 10px;
}
#monitoring .stat .general ul li p span {
    font-family: 'Panton-Bold', sans-serif;
    font-size: 24px;
    color: #000000;
    display: block;
}
#monitoring .stat .current {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
    padding-left: 30px;
}
#monitoring .stat .current ul {}
#monitoring .stat .current ul li {
    list-style: none;
    margin-bottom: 40px;
    position: relative;
}
#monitoring .stat .current ul li:nth-child(1):before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background-color: #967fff;
    position: absolute;
    left: -30px;
    top: 3px;
}
#monitoring .stat .current ul li:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background-color: #7456ff;
    position: absolute;
    left: -30px;
    top: 3px;
}
#monitoring .stat .current ul li:nth-child(3):before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background-color: #000000;
    position: absolute;
    left: -30px;
    top: 3px;
}
#monitoring .stat .current ul li p {
    font-size: 16px;
    font-family: 'Panton-SemiBold', sans-serif;
    margin-bottom: 10px;
}
#monitoring .stat .current ul li p span {
    font-family: 'Panton-Bold', sans-serif;
    font-size: 24px;
    color: #000000;
    display: block;
}
#monitoring .stat .diagram {
    width: 460px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
#monitoring .stat .diagram select {
    font-size: 16px;
    color: #777777;
    font-family: 'Panton-SemiBold', sans-serif;
    text-align: left;
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 13px 20px;
    margin: 0 auto 30px;
    background: url(../img/select.svg) 270px center no-repeat, #fff;
    cursor: pointer;
}
#monitoring .stat .diagram img {}
#monitoring .results {
    border-top: 1px solid #d3d3d3;
    text-align: center;
    padding-top: 50px;
}
#monitoring .results .item {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
#monitoring .results .item img {}
#monitoring .results .item p {
    font-size: 16px;
    font-family: 'Panton-SemiBold', sans-serif;
    margin: 10px 0;
}
#monitoring .results .item p span {
    font-family: 'Panton-Bold', sans-serif;
    font-size: 24px;
    color: #000000;
    display: block;
    margin: 5px 0;
}

#news {
    padding-top: 50px;
}
#news h2 {
    text-align: center;
    font-size: 24px;
    color: #000000;
    font-family: 'Panton-Bold', sans-serif;
    margin-bottom: 50px;
}
#news .item {
    font-size: 0;
    margin: 0 auto 100px;
    width: 860px;
}
#news .item .picture {
    width: 380px;
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    overflow: hidden;
}
#news .item .picture img {
    width: 100%;
    height: auto;
}
#news .item .info {
    width: 480px;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
}
#news .item .info h3 {
    font-size: 24px;
    margin: 20px 0 10px;
    font-family: 'Panton-Bold', sans-serif;
}
#news .item .info > p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
#news .item .info .meta {
    overflow: hidden;
}
#news .item .info .meta .date {
    font-size: 14px;
    color: #4c4c4c;
    font-size: 14px;
    opacity: .7;
    float: left;
    padding-top: 10px;
}
#news .item .info .meta .btn-purple {
    float: right;
}
#news .paging {
    text-align: center;
    padding-bottom: 50px;
}
#news .paging .next {
    display: inline-block;
    vertical-align: middle;
    border-radius: 40px;
    border: 1px solid #000000;
    width: 40px;
    height: 40px;
    background: url(../img/arrow-next.png) center no-repeat;
    margin: 0 20px;
}
#news .paging .prev {
    display: inline-block;
    vertical-align: middle;
    border-radius: 40px;
    border: 1px solid #000000;
    width: 40px;
    height: 40px;
    background: url(../img/arrow-prev.png) center no-repeat;
    margin: 0 20px;
}
#news .paging .next:hover {opacity: .8;}
#news .paging .prev:hover {opacity: .8;}
#news .paging ul {
    display: inline-block;
    vertical-align: middle;
}
#news .paging ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px;
}
#news .paging ul li a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Panton-Bold', sans-serif;
}
#news .paging ul li.active a,
#news .paging ul li a:hover {color: #000000;}

#footer {
    background-color: #000000;
    padding-top: 35px;
    text-align: center;
}
#footer .center {
    width: 640px;
    font-size: 0;
}
#footer .col {
    text-align: left;
}
#footer .col-1 {
    width: 160px;
    display: inline-block;
    vertical-align: top;
}
#footer .col-2 {
    width: 160px;
    display: inline-block;
    vertical-align: top;
}
#footer .col-3 {
    width: 320px;
    display: inline-block;
    vertical-align: top;
}
#footer .col p {
    color: #ffc11a;
    font-size: 18px;
    margin-bottom: 20px;
    font-family: 'Panton-Bold', sans-serif;
}
#footer .col ul {}
#footer .col ul li {}
#footer .col ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.8;
}
#footer .col ul li a:hover {text-decoration: underline;}
#footer .col-3 p {
    font-size: 12px;
    color: #fff;
    opacity: .7;
    line-height: 1.7;
    font-weight: lighter;
    margin-top: 10px;
}
#footer .social {}
#footer .social a {
    text-align: center;
    padding-top: 8px;
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,.1);
    display: inline-block;
    border-radius: 45px;
    margin-right: 30px;
	-moz-transition:    background 0.2s ease;
	-o-transition:      background 0.2s ease;
	-webkit-transition: background 0.2s ease;
}
#footer .social a:hover {background: rgba(255,255,255,.3);}
#to-top {
    display: inline-block;
    text-align: center;
    margin-top: 20px;
	-moz-transition:    opacity 0.2s ease;
	-o-transition:      opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}
#to-top:hover {opacity: .8;}


/* meadia */
@media screen and (min-width: 200px) and (max-width: 940px) {
    
    html {overflow-x: hidden;}
	body {overflow-x: hidden;}
    
    html {min-width: 0px;}

	section,
	#header,
	#footer {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
    
    .center {
		width: 100%;
	}
    
    #header {
    	background-color: #7353e5;
        padding: 10px 0 !important;
        text-align: center;
    }
    #header #menu-toggle-btn {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        opacity: .8;
        cursor: pointer;
    }
    #header #menu-toggle-btn span {
        display: block;
        width: 28px;
        height: 3px;
        margin-bottom: 6px;
        border-radius: 6px;
        background-color: #fff;
    }
    #header #menu-toggle-btn span:nth-child(1) {}
    #header #menu-toggle-btn span:nth-child(2) {}
    #header #menu-toggle-btn span:nth-child(3) {}
    #header nav {
        position: absolute;
        width: 100%;
        height: 0vh;
        padding: 0;
        margin: 0;
        left: 0;
        right: 0;
        overflow: hidden;
        background-color: #000000;
        z-index: 200;
        -moz-transition:    height 0.3s ease;
        -o-transition:      height 0.3s ease;
        -webkit-transition: height 0.3s ease;
        display: block !important;
    }
    #header #menu-toggle:checked ~ nav {
        height: 100vh;
        display: block;
    }
    #header nav ul {}
    #header nav ul li {
        display: block;
    }
    #header nav ul li a {
        display: block;
        font-size: 22px;
        padding: 10px 0;
        font-weight: lighter;
    }
    #header nav ul li a:after {
        display: none !important;
    }
    #header .logo {
        width: 105px;
        margin: 10px 10px 10px 0;
        text-align: left;
    }
    #header .logo a {
    	display: block;
    	text-decoration: none;
    }
    #header .logo svg {
        height: auto;
        width: 100%;
    }
    #header nav {
        display: block;
        display: none;
    }
    #header .login {}
    
    .page #header nav {
        background-color: #f4f4f4 !important;
    }
    .page #header nav ul li a {}
    .page #header #menu-toggle-btn span {
        background-color: #000000;
    }
    
    #main {
    	background-color: #7353e5;
    	background: url(../img/trevor-bg.jpg) center no-repeat;
        margin-top: -100px;
        padding-top: 140px;
        margin-bottom: 50px;
    }

    #main .video {
        width: 200px;
        height: 200px;
        border-radius: 100%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    #main .video .play {
        margin-top: 70px;
    }
    #main .caption {
        width: 100%;
        padding: 0;
        text-align: center;  
        margin-top: 40px;
    }
    #main .caption h1 {
        font-size: 28px;
        width: 100%;
        margin: 0 auto;
    }
    #main .caption .btn {}
	#main .caption .btn_connect {}
    #main .caption p {}
    #main .center > img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    
    #advantages {}
    #advantages h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #advantages .item {
        width: 100%;
        margin-bottom: 40px;
    }
    #advantages .item .info {
        background-size: contain;
        text-align: center;
        width: 100%;
        padding: 0 0 10px;
    }
    #advantages .item .info h3 {
        font-size: 16px;
        margin: 30px 0 10px;
    }
    #advantages .item .info p {
        font-size: 12px;
        text-align: justify;
        max-width: 400px;
        margin: 0 auto;
    }
    #advantages .item .picture {
        width: 100%;
        text-align: center;
    }
    #advantages .item .picture img {
        width: 100%;
        height: auto;
    }
    
    #community {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #community h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #community .item {
        width: 48%;
        margin: 0 0 30px;
        text-align: center;
    }
    #community .item .picture {
        width: 100px;
        height: 100px;
        margin: 0 auto 0;
        border-width: 4px;
    }
    #community .item .picture img {
        width: 100%;
        height: auto;
    }
    #community .item p {
        font-size: 12px;
    }
    #community .item p:nth-child(2) {height: 35px;}
    #community .item p strong {
        font-size: 14px;
        padding: 0 20px;
    }
    #community .item .btn {
        width: 90%;
        max-width: 150px;
        font-size: 12px;
    }
    
    #donate {}
    #donate h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #donate .center {
        width: 100%;
    }
    #donate form {
        width: 100%;
        padding: 25px 15px;
        margin-bottom: 40px;
    }
    #donate form input[type=text],
    #donate form select {
        width: 80%;
        padding: 10px 10px;
    }
    #donate .catalog {
        width: 100%;
        text-align: center;
    }
    #donate .catalog h3 {
        text-align: center;
    }
    
    #monitoring {
        text-align: center;
    }
    #monitoring h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #monitoring .stat .general {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
        border: 0;
    }
    #monitoring .stat .current {
        width: 100%;
        padding: 0;
    }
    #monitoring .stat .diagram {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    #monitoring .stat .general ul li {
        margin-bottom: 15px;
    }
    #monitoring .stat .general p {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    #monitoring .stat .general p span {
        font-size: 18px !important;
    }
    #monitoring .stat .current ul li {
        margin-bottom: 15px;
    }
    #monitoring .stat .current p {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    #monitoring .stat .current p span {
        font-size: 18px !important;
    }
    #monitoring .stat .diagram img {
        width: 100%;
        height: auto;
    }
    #monitoring .results .item {
        width: 100%;
        margin-bottom: 30px;
    }
    
    #news {}
    #news h2 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    #news .item {
        width: 100%;
        margin-bottom: 30px;
    }
    #news .item .picture {
        width: 100%;
    }
    #news .item .picture img {
        width: 100%;
        height: auto;
    }
    #news .item .info {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #news .item .info h3 {
        font-size: 18px;
    }
    #news .item .info p {
        font-size: 12px;
        text-align: justify;
    }
    #news .item .info .meta {
        text-align: center;
    }
    #news .item .info .meta .date {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
    }
    #news .item .info .meta .btn-purple {
        display: inline-block;
        float: none;
        margin: 15px 0;
        font-size: 12px;
    }
    #news .paging ul li {
        display: none;
    }
    #news .paging ul li:nth-child(1),
    #news .paging ul li:nth-child(2),
    #news .paging ul li:nth-child(3) {
        display: inline-block;
    }
    
    #footer {}
    #footer .center {
        width: 100%;
    }
    #footer .col {}
    #footer .col p {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #footer .col ul {}
    #footer .col ul li {}
    #footer .col ul li a {
        font-size: 12px;
    }
    #footer .col-1 {
        width: 47%;
        padding-left: 25px;
    }
    #footer .col-2 {
        width: 47%;
        padding-left: 20px;
    }
    #footer .col-3 {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    #footer .col-3 a {
        width: 30px;
        height: 30px;
        padding-top: 5px;
    }
    #footer .col-3 a img {
        width: 20px;
        height: auto;
    }
    #footer .col-3 p {
        font-size: 10px;
        font-weight: lighter;
        margin-top: 20px;
    }
        
}

.loader {
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border: 16px solid #655d5d;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}