/**
Theme Name: DemocraticParty: Proxoro
Theme URI: https://sorvus.com/
Author: Sorvus Media
Version: 1.0.1
**/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=greek');
/**Reset**/
a, a:after, a:before{
	text-decoration:none;
	color:inherit;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table {border-collapse: collapse;border-spacing: 0;}
* { box-sizing: border-box;	-moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
a {outline : none; color:inherit; text-decoration:none;}
a img {outline : none;}
img {border : 0; display:block;}
strong, b{	font-weight:600;}
::selection {
	background: #0033a1; /* WebKit/Blink Browsers */
	color:#fff;
}
::-moz-selection {
	color:#fff;
	background: #0033a1; /* Gecko Browsers */
}

/**
Variables
**/
body, html{
	padding:0;
	margin:0;
	background:#f1f1f9;
	font-family: 'Roboto', sans-serif;
	font-size:13px;
	-webkit-font-smoothing: antialiased;
	text-align:center;
}

html {
  scroll-behavior: smooth;
	padding-top:80px;
}

section{
	width:100%;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	float:left;
	position:relative;
	
}

.dark{
    padding:80px 0px;
    background:#323e48;
    color:#fff;
    text-align:left;
}

.wrapper{
	margin:0 auto;
	width:960px;
	display:block;
	padding:0px;
}


p{
    font-size:1em;
    font-weight:300;
    line-height:2em;
    float:left;
    width:100%;
    margin-bottom:25px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    float:left;
    width:100%;
}

h1{
    font-weight:600;
    font-size: 2em;
}


.uppercase{
    text-transform: uppercase;
}

/**
Columns
**/
[class*="col-"] {
	float:left;
}	
.col-D {width:3.5%;height:10px;}
.col-0 {width:31%;}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-20 {width:20%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/** 
Floats & Aligns
**/
.txt-center{
	text-align:center;
}

.txt-left{
	text-align:left;
}

.txt-right{
	text-align:right;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.padding-right-60{
	padding-right:60px;
}

.padding-right-80{
	padding-right:80px;
}


header{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999;
    background:#fff;
    line-height:80px;
    float:left;
    width:100%;
}

.logo{
    padding:15px;
}

.logo img{
    height:50px;
    width:auto;
}

.nav{
    font-size:1em;
}

.navi{
    float:left;
    padding:0px 15px;
    font-size: 1.5em;
    cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.navi:hover{
    background:#03286b;
    color:#fff;
}

nav{
    float:left;
}

nav ul{
    list-style:none;
    margin:0;
    padding:0;
}

nav ul li{
    float:left;
}

nav ul li a{
    float:left;
    padding:0px 15px;
    font-weight:700;
    letter-spacing: 0.1em;
    position:relative;
}

nav ul li a:before{
    position:absolute;
    content:"";
    bottom:0;
    left:0;
    width:0%;
    background:#0033a1;
    height:3px;
}

nav ul li a:hover{
    color:#0033a1;
}

nav ul li a:hover:before{
    width:100%;
}



.nav_panel{
    float:left;
    width:100%;
    position:fixed;
	left:0;
	right:0;
	top:80px;
    text-align:left;
    background:#0033a1;
    color:#fff;
    overflow:hidden;
    visibility:hidden;
    opacity: 0;
    padding:0px;
    height:0px;
    -webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	z-index:99;
}

.nav_panel_open{
    visibility: visible;
    opacity:1;
    height:auto;
}

.nav_panel .wrapper{
    position:relative;
    z-index:5;
}

.nav_panel:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:50%;
    background:#03286b;
}

.nav_panel ul{
    list-style: none;
    padding:15px 0px;
    float:left;
    width:100%;
}

.nav_panel_sub{
    padding:15px 0px;
    font-weight:900;
    letter-spacing: 0.1em;
    color:rgba(255,255,255,0.6);
}

.prime_list{
    background:#03286b;
    padding:50px 15px;
    -webkit-box-shadow: 23px 0px 19px 2px rgba(0,0,0,0.35);
    -moz-box-shadow: 23px 0px 19px 2px rgba(0,0,0,0.35);
    box-shadow: 23px 0px 19px 2px rgba(0,0,0,0.35);
}

.prime_list ul li{
    float:left;
    width:100%;
}

.prime_list ul li a{
    float:left;
    width:100%;
    font-size:1.4em;
    padding:10px 0px;
    font-weight:400;
    letter-spacing: 0.1em;
    position:relative;
}

.prime_list ul li a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    height:2px;
    width:0%;
    background:#fff;
}
.prime_list ul li a:hover{
    padding-left:10px;
}

.prime_list ul li a:hover:before{
    width:25px;
}


.sec_list{
    padding:50px 45px;
}

.sec_list ul li{
    float:left;
    width:100%;
}

.sec_list ul li a{
    float:left;
    width:100%;
    font-size:1.1em;
    padding:7px 0px;
    font-weight:300;
    letter-spacing: 0.1em;
    position:relative;
    color:rgba(255,255,255,0.7);
}

.sec_list ul li a:hover{
    padding-left:10px;
    color:rgba(255,255,255,1);
}

/**
Hero
**/
.hero{
	background-repeat: no-repeat;
	background-position:top center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    overflow:hidden;
}

.heroprimary{
    font-weight:900;
    color:#fff;
    font-size:5em;
    text-align: left;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.22);
    
}

.hero .wrapper{
    position:relative;
    min-height:85vh;
    padding-top:150px;
    z-index:10;
}

.hero:after{
    position:absolute;
    top:0;
    left:0%;
    width:100%;
    bottom:0px;
    content:"";
    background: rgba(92,35,152,0.5);
    background: -moz-linear-gradient(48deg, rgba(92,35,152,1) 0%, rgba(217,66,80,0.5) 53%, rgba(190,22,106,1) 100%);
    background: -webkit-linear-gradient(48deg, rgba(92,35,152,1) 0%, rgba(217,66,80,0.5) 53%, rgba(190,22,106,1) 100%);
    background: linear-gradient(48deg, rgba(92,35,152,1) 0%, rgba(217,66,80,0.5) 53%, rgba(190,22,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c2398",endColorstr="#be166a",GradientType=1);
    z-index:1;
}

.hero_title{
    position:absolute;
    bottom:0;
    left:0;
    background:#fff;
    padding:35px 15px 35px;
    text-align:left;
    font-weight:300;
    font-size:1.2em;
}


.hero_title:before{
    position:absolute;
    top:0;
    left:-200%;
    width:200%;
    bottom:0px;
    content:"";
    background:#fff;
    z-index:-5;
}


.hero_title span{
    width:100%;
    float:left;
    font-size:1.7em;
    font-weight:400;
    color:#0033a1;
    padding-bottom:5px;
}

.hero_logo{
    position:absolute;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.5);
    padding:20px 0px 0px;
}

.hero_logo img{
    display:inline-block;
    width:40%;
    height:auto;
    max-width:150px;
}

.message{
    text-align:left;
}

.message:before{
    position:absolute;
    top:0;
    left:0%;
    width:50%;
    bottom:0px;
    content:"";
    background:#fff;
    z-index:-1;
}

.message_panel{
    padding:15px 30px 30px 15px;
    background:#fff;
}

.message_video{
	padding-bottom:40px;
	}

.message_sign img{
    float:right;
    width:160px;
}

/**
Activities
**/
.activities{
    text-align:left;
    padding-bottom:50px;
}

.section_title{
    padding:45px 15px 25px;
    font-size:1.2em;
    font-weight:600;
    letter-spacing: 0.1em;
    color:#0033a1;
}

.section_activities{
    padding:13px;
}

a.activity{
    background:#fff;
    text-align:center;
    border:2px solid #f1f1f9;
    padding:25px 0px;
    margin-bottom:15px;
    font-weight:600;
    font-size:1.2em;
    float:left;
    -webkit-box-shadow: 0px 12px 15px -10px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 12px 15px -10px rgba(0,0,0,0.35);
box-shadow: 0px 12px 15px -10px rgba(0,0,0,0.35);
}

a.activity span{
    float:left;
    width:100%;
    font-weight:300;
    font-size: 0.8em;
}

a.activity:hover{
    background:#0033a1;
    color:#fff;
}

/**
Form
**/
.form{
	position:Relative;
	float:left;
	width:100%;
	text-align:center;
}

.form_panel{
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom:1px solid #f1f1f9;
}

.question{

	margin-bottom:15px;
	font-weight:700;
	font-size:1.4em;
	width:100%;
}

.answers{
	width:100%;
	float:left;
	padding:10px 0px;
    font-weight:300;
}

.answers span{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.answers span label:hover{
	color:#0091b7;
	cursor:pointer;
}

.answers span label{
	display:inline-block;
    float:left;
    max-width:80%;
}

.answers input[type=radio],
.answers input[type=checkbox]{
    float:left;
	position: relative;
  	margin: 0 20px 0px 0px;
  	cursor: pointer;
}

.answers input[type=radio]:before,
.answers input[type=checkbox]:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  width: 10px;
  height: 10px;
  background: #03bef7;
  border-radius: 0%;
}

.answers input[type=radio]:checked:before,
.answers input[type=checkbox]:checked:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.answers input[type=radio]:after,
.answers input[type=checkbox]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 2px solid #007092;
  border-radius: 0%;
}

.slider_answers{
    position:relative;
    padding:25px 0px 45px;
}
.slider_range {
  -webkit-appearance: none;
  width: 80%;
  height: 5px;
  border-radius: 0px;   
  background: #f1f1f9;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
    position:relative;
    margin-top:15px;
    float:left;
}

.slider_range:before{
    content:"1 ";
    margin-top:10px;
    position:relative;
    display:inline-block;
    
}

.slider_range:after{
    content:"10";
    margin-top:10px;
    position:relative;
    display:inline-block;
    
}

.slider_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%; 
  background: #fff;
    border:2px solid #007092;
  cursor: pointer;
}

.slider_range::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%; 
  background: #fff;
    border:2px solid #007092;
  cursor: pointer;
}

.slider_range::-webkit-slider-thumb:hover{
    background:#03bef7;
}

.range_number{
    float:right;
    width:15%;
    text-align:center;
    background:#f1f1f9;
    height:35px;
    line-height:35px;
    position:relative;
    font-weight:600;
}

.range_number:before{
    content:"";
    position:absolute;
    left:-8px;
    bottom:0;
    top:0px;
    
  width: 0; 
  height: 0; 
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent; 
  
  border-right:8px solid #f1f1f9; 
}

.subquestion{
    font-weight:300;
}

.personal{
	float:left;
	width:100%;
	margin:20px 0px;
}

.personal button{
	background:#0033a1;
	border:none;
	color:#fff;
	font-weight:700;
	font-size:1.3em;
	cursor:pointer;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
    padding:10px 20px;
    margin-top:25px;
}

.send_acceptance{
    padding:15px 0px;
    font-weight:300;
    line-height:1.5em;
}

.send_acceptance a{
    color:#0033a1;
    text-decoration: underline;
}

.send_acceptance a:hover{
    color:red;
}

.personal button:hover{
	background:#007092;
}


.personal input[type=name],
.personal input[type=email],
.personal input[type=phone],
.personal input[type=text]{
	width:100%;
	height:50px;
	padding:10px;
	border:none;
    background:#f1f1f9;
    margin-bottom:10px;
	
}

.personal .question{
    margin-top:35px;
    float:left;
    width:100%;
}

.message_text h2{
    color:#35373a;
    font-size:1.4em;
    float:left;
    width:100%;
    padding-bottom:15px;
}

.message_text ol,
.message_text ul{
    padding:15px 15px 30px;
    font-weight:300;
}

.message_text ol li,
.message_text ul li{
    padding:5px 5px 10px;
    font-weight:300;
    line-height:2em;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#loading{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#f6f7f8;
    display:flex;
    align-items: center;
    justify-content: center;
    font-weight:600;
    font-size:14px;
    visibility:hidden;
    opacity:0;
    z-index:999;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.loader{
    float:left;
    width:100%;
    padding:15px 0px;
}

.loader svg rect{
  fill: #FF6700;
}

/**
Footer
**/
footer{
    padding:80px 0px;
    float:left;
    width:100%;
}

footer .wrapper{
    border-top:1px solid #fff;
    padding-top:50px;
}

a.social{
    display: inline-block;
    margin:10px 5px;
    border:1px solid rgba(0,0,0,0.4);
    width:35px;
    height:35px;
    line-height:35px;
    border-radius: 100%;
    color:rgba(0,0,0,0.6);
}

a.social:hover{
    color:#0033a1;
    border:1px solid #0033a1;
}

.copyrights{
    padding-top:25px;
    font-weight:300;
}



@media (max-width: 1100px) and (min-width: 0px) { 
[class*="col-"] {
	width:100%;
}
.wrapper{
  width:100%;
}
header .wrapper,
.nav_panel .wrapper{
	width:100%;
}
.nav_panel:before{
	display:none;
}
nav{
	display:none;
}
.prime_list{
    padding:30px 15px;
    -webkit-box-shadow: 13px 0px 19px 2px rgba(0,0,0,0.35);
    -moz-box-shadow: 13px 0px 19px 2px rgba(0,0,0,0.35);
    box-shadow: 13px 0px 19px 2px rgba(0,0,0,0.35);
}
.sec_list{
    padding:20px 15px;
}
	.heroprimary{
    font-weight:900;
    color:#fff;
    font-size:2.3em;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.22);
    
}

.hero .wrapper{
    position:relative;
    min-height:85vh;
    padding-top:30vh;
    z-index:10;
}
}