/************* GENERAL STYLES ***/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline; }

:focus { outline: 0; }

* { box-sizing: border-box; }

body {
    background: #f0f0f0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #222; }
	
body.navOpen, body.noScroll { overflow: hidden; }

ul { list-style: none; }

section ul, ul.list {
	list-style: disc;
	padding-left: 15px;
    margin-bottom: 1.5rem; }
	
	section ul li, ul.list li { margin: 0 0 7px; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
    font-size: 13px; }

caption, th, td {
	text-align: left;
	font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }

blockquote, q { quotes: "" ""; }

strong { font-weight: bold; }

em { font-style: italic; }

img {
    max-width: 100%;
    height: auto; }

img.imgAlign_left { 
    display: block;
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 1rem; }

img.imgAlign_right { 
    display: block;
    float: right;
    margin-bottom: 1rem;
    margin-left: 1.5rem; }

img.imgAlign_center { 
    display: block;
    margin: auto; }


/*** FONT STYLES ***/
/*
    font-family: 'Titillium Web', sans-serif;
    font-family: 'Lato', sans-serif;
*/

h1 { 
    font-family: 'Titillium Web', sans-serif;
	font-size: 30px; 
	font-weight: 600;
    line-height: 1;
	margin: 0 0 20px; }

h2 { 
    font-family: 'Titillium Web', sans-serif;
	font-size: 30px; 
	font-weight: 600;
    line-height: 1;
    margin-bottom: 0.9em; }

h3 { 
    font-family: 'Titillium Web', sans-serif;
	font-size: 24px; 
	font-weight: 600;
    line-height: 1;
    margin-bottom: 0.7em; }

h4 { 
    font-family: 'Titillium Web', sans-serif;
	font-size: 20px; 
	font-weight: 600;
    line-height: 1;
    margin-bottom: 1em; }

h5 { 
    font-family: 'Titillium Web', sans-serif;
	font-size: 16px; 
	font-weight: 600;
    line-height: 1.3; }

a { 
	color: #36a6bc;
	text-decoration: none; }
	
a:hover { text-decoration: underline; }

a.btn {
    width: 100%;
    float: left;
    position: relative;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: normal; }

    a.btn div {
        position: relative;
        z-index: 3; }

    a.btn span {
        width: 7px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        transition: 0.5s ease width; }

    a.btn.red { background: #d54d4d; }
        
        a.btn.red span { background: #c42b2b; }

    a.btn.blue { background: #58bdd1; }
        
        a.btn.blue span { background: #36a6bc; }

    a.btn.green { background: #77bd22; }
        
        a.btn.green span { background: #5e9c13; }

    a.btn.white { 
        background: #fff;
        color: #d54d4d; }
        
        a.btn.white span { background: #dbdbdb; }

    a.btn.black { 
        background: #222;
        color: #fff !important; }

    a.btn:hover { text-decoration: none; }

    a.btn:hover span { width: 100%; }
    
.greyBtn_wIcon {
	height: 40px;
	float: left;
	padding: 10px 13px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	color: #222; }
	
.topBar .greyBtn_wIcon { background: #fff; }
	
.greyBtn_wIcon:before {
	display: inline-block;
	margin-right: 7px;
	font-family: "FontAwesome";
	font-size: 16px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }
	
	.greyBtn_wIcon.print:before { content: "\f02f"; }
	.greyBtn_wIcon.pdf:before { content: "\f1c1"; }
	.greyBtn_wIcon.csv:before { content: "\f1c3"; }
	
.greyBtn_wIcon:hover { text-decoration: none; }

p { margin-bottom: 1.5rem; }

.txt_center { text-align: center; }

i.iQuestion:after {
    content: "\f059";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    color: #999; }


/*** STYLED SELECT ***/
.styledSelect {
    display: inline-block;
    position: relative; }

    .styledSelect.full { width: 100%; }

    .styledSelect select {
	    height: 40px;
        display: block;
        padding: 10px 30px 10px 10px;
        margin: 0;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font: inherit;
        font-family: 'Lato', sans-serif;
        font-size: 13px;
        color: #222; }

        .styledSelect.full select { width: 100%; }

    .styledSelect .arr {
        width: 30px;
        position: absolute;
        top: 1px;
        right: 1px;
        bottom: 1px;
        background: #fff;
        pointer-events: none; }

        .styledSelect .arr:before {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -2px;
            border-top: 6px solid #222;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            pointer-events: none; }

    .styledSelect select option { background: #fff; }

    header .subNav .styledSelect select {
        height: 40px;
        padding: 7px 37px 7px 13px;
        border: none;
        border-right: 1px solid #e4e4e4; }

        header .subNav .styledSelect:hover select, header .subNav .styledSelect:hover .arr { background: #ddd; }

    header .subNav .styledSelect .arr { 
        width: 37px;
        top: 0;
        bottom: 0; }

        header .subNav .styledSelect .arr:before { right: 17px; }
        

/*** STYLED FILE INPUT ***/
.styledInputfile_wrap { display: inline-block; }

.styledInputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1; }
	
	.styledInputfile + label {
		max-width: 100%;
		height: 40px;
		display: inline-block;
		padding: 10px 15px;
		background-color: #fafafa;
		border: 1px solid #ccc;
		font-size: 14px;
		font-weight: 500;
    	color: #222;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	white-space: nowrap;
    	cursor: pointer; }

	.styledInputfile:focus + label,
	.styledInputfile + label:hover {
		background-color: #eee; }
		
	.styledInputfile:focus + label {
		outline: 1px dotted #000;
		outline: -webkit-focus-ring-color auto 5px; }
			
	.styledInputfile + label svg {
		width: 1em;
    	height: 1em;
		vertical-align: middle;
    	fill: currentColor;
    	margin-top: -0.25em;
    	margin-right: 0.25em; }


/*** FORM STYLES ***/
input[type="text"], 
input.text, 
input[type="password"] {
	width: 100%;
	height: 40px;
    padding: 10px;
    margin: 0 auto 7px;
    background-color: #fff;
    border: 1px solid #ccc;
    font: inherit;
    font-size: 13px; }
    
textarea {
	width: 100%;
	height: 150px;
    padding: 10px;
    margin: 0 auto 7px;
    background: #fff;
    border: 1px solid #ccc;
    font: inherit;
    font-size: 13px;
    resize: none; }
    
input[type="text"]:focus,
input.text:focus,
input[type="password"]:focus, 
textarea:focus { border-color: #36a6bc; }

.submitBtns {
	width: 100%;
	float: left; }

input[type="submit"] {
	width: 100%;
	height: 40px;
    padding: 10px 20px;
    margin: 0 auto;
    background: #36a6bc;
    border: none;
    font: inherit;
    font-size: 13px;
    color: #fff;
    cursor: pointer; }
    
input.datepicker { 
	padding-right: 35px;
	background: url(../images/icon_calendar.png) no-repeat center right 10px #fff;
	background: url(../images/svg/icon_calendar.svg) no-repeat center right 10px, linear-gradient(transparent, transparent), #fff;
	background-size: 15px; }
	
.inputLang {
	width: 100%;
	height: 40px;
	float: left;
	position: relative;
	border: 1px solid #ccc;
	box-sizing: border-box; }
	
.inputLang:focus-within { border-color: #36a6bc; }
	
	.inputLang input {
		width: 100%;
		height: 38px;
		padding-right: 50px;
		border: none; }
		
	.inputLang a {
		height: 22px;
		position: absolute;
		top: 50%;
		right: 7px;
		padding: 0 7px;
		margin-top: -11px;
		background: #bbb;
		border-radius: 3px;
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		line-height: normal; }
		
		.inputLang a:hover { 
			background-color: #36a6bc;
			text-decoration: none; }
			
		.inputLang a span {
			display: block;
			position: relative;
			top: 50%;
			transform: translateY(-50%); }
				
.textareaLang { height: auto; }

	.textareaLang textarea {
		width: 100%;
		padding: 10px 50px 10px 10px;
		margin: 0;
		background: none;
		border: none; }
		
	.textareaLang a { 
		height: auto;
		top: 9px;
		bottom: 9px;
		margin: 0; }
    
.errorBox {
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 10px 10px 34px;
	margin-bottom: 1.5rem;
	background: #fff9e7;
	border: 1px solid #f5af43;
	color: #222; }

	.errorBox:before {
		content: "\f071";
		position: absolute;
		top: 12px;
		left: 10px;
		margin-right: 7px;
		font-family: "FontAwesome";
		color: #f5af43; }

	.errorBox h5 { margin-bottom: 10px; }

	.errorBox ul { margin-bottom: 0; }
	
.validInput,
.invalidInput { 
	display: inline;
	position: relative; }

	.validInput input { 
		padding-right: 30px !important;
		background-color: #DAFBC4 !important;
		border-color: #77B526 !important; }

	.validInput:after {
		content: "\f00c";
		position: absolute;
		top: 0;
		right: 10px;
		font-family: "FontAwesome";
		font-size: 14px;
		color: #77B526; }

	.invalidInput input { 
		padding-right: 30px !important;
		background-color: #fff9e7 !important;
		border-color: #f5af43 !important; }
	
	.invalidInput:after {
		content: "\f071";
		position: absolute;
		top: 0;
		right: 10px;
		font-family: "FontAwesome";
		font-size: 14px;
		color: #f5af43; }
		
		
/*** FORM LAYOUT ***/
.f-fieldset { margin-bottom: 12px; }

ul.f-form { font-size: 13px; }

	ul.f-form > li { 
		margin: 0;
		clear: both; }

	/*** FIELDS ***/
	ul.f-form input[type="text"], 
	ul.f-form input.text, 
	ul.f-form input[type="password"],
	ul.f-form input[type="submit"],
	ul.f-form textarea,
	ul.f-form .styledSelect { 
		width: 100%;
		display: inline-block;
		margin-bottom: 12px; }
		
	ul.f-form .styledSelect select { width: 100%; }
	
	ul.f-form .styledInputfile_wrap { margin-bottom: 12px; }
	
	ul.f-form .f-inline,
	ul.f-form input.f-inline,
	ul.f-form .styledSelect.f-inline { 
		width: auto;
		margin-right: 7px; }
		
	ul.f-form .f-size-xs,
	ul.f-form input.f-size-xs,
	ul.f-form .styledSelect.f-size-xs { width: 45px; }
	
	ul.f-form .f-size-s,
	ul.f-form input.f-size-s,
	ul.f-form .styledSelect.f-size-s { width: 60px; }
	
	ul.f-form .f-size-m,
	ul.f-form input.f-size-m,
	ul.f-form .styledSelect.f-size-m { width: 90px; }
	
	ul.f-form .f-size-l,
	ul.f-form input.f-size-l,
	ul.f-form .styledSelect.f-size-l { width: 140px; }
	
	/*** LABELS ***/
	ul.f-form label[class*="f-label"] {
		margin-bottom: 7px;
		font-weight: bold; }
	
	ul.f-form label.f-label_block { display: block; }
	
	ul.f-form label.f-label_inline { 
		display: inline-block;
		margin-right: 7px; }
		
	ul.f-form label .f-label_right { 
		float: right;
		font-weight: normal; }
		
	ul.f-form label[class*="f-label"] .sub { 
		color: #aaa;
		font-size: 12px;
		font-weight: normal; }
		
	/*** RADIO & CHECKBOX ***/
	ul.f-form .f-checkField { margin-bottom: 5px; }
	
	ul.f-form .f-checkField.block { margin-bottom: 12px; }
		
		ul.f-form .f-checkField label.f-check { 
			display: inline-block;
			margin-right: 7px;
			margin-bottom: 7px; }
			
		ul.f-form .f-checkField.block label.f-check { 
			display: block;
			margin-right: 0; }
			
		ul.f-form .f-checkField input[type="checkbox"],
		ul.f-form .f-checkField input[type="radio"] { margin-left: 0; }
		
		ul.f-form .f-checkField.overflow .f-check { margin-bottom: 9px; }
		
		ul.f-form .f-checkField.overflow input[type="checkbox"],
		ul.f-form .f-checkField.overflow input[type="radio"] { 
			float: left;
			margin: 2px 5px 0 0; }
		
		ul.f-form .f-checkField.overflow span.f-overflow { 
			display: block;
			overflow: hidden; }
		
	/*** COLS ***/
	ul.f-form .f-col_row {
		margin-left: -6px;
	    margin-right: -6px; }
	    
	ul.f-form .f-col_row:after {
		content: "";
		display: block;
		clear: both; }
		
	ul.f-form .f-col {
	    float: left;
	    padding-left: 6px;
	    padding-right: 6px; }
	    
	/*** TEXT EDITOR ***/
	ul.f-form .textEditor { margin-bottom: 7px; }
	
		ul.f-form .textEditor button {
			width: 30px;
			height: 30px;
			display: inline-block;
			position: relative;
			background: none;
			border: 1px solid transparent;
			border-radius: 3px;
			text-align: center; }
	
		ul.f-form .textEditor button:hover {
			background: #fff;
			border: 1px solid #aaa;
			box-shadow: 0 1px 1px rgba(0,0,0,0.2); }
	
		ul.f-form .textEditor button:before {
			position: absolute;
			top: 7px;
			right: 0;
			bottom: 0;
			left: 0;
			font-family: "FontAwesome";
			font-size: 15px; }
	
			ul.f-form .textEditor button.bold:before { content: "\f032"; }
			ul.f-form .textEditor button.italic:before { content: "\f033"; }
			ul.f-form .textEditor button.underline:before { content: "\f0cd"; }
			ul.f-form .textEditor button.image:before { content: "\f1c5"; }
			ul.f-form .textEditor button.quote:before { content: "\f10d"; }
			
	/*** LANGUAGE SWITCH ***/
	ul.f-form .inputLang { margin-bottom: 12px; }
	
		ul.f-form .inputLang input,
		ul.f-form .inputLang textarea { margin-bottom: 0; }
	
	/*** SUBMIT BUTTONS ***/
	ul.f-form .f-btn_grey {
		width: 100%;
		height: 40px;
		padding: 12px 20px 10px;
		display: block;
		margin: 0 auto 12px;
		vertical-align: top;
		background: #eee;
		border: none;
		text-align: center;
		font: inherit;
		font-size: 13px;
		color: #222;
		cursor: pointer; }
	
	ul.f-form .f-btn_grey:hover { text-decoration: none; }
	
	ul.f-form .f-btn_inline,
	ul.f-form input[type="submit"].f-btn_inline { 
		width: auto;
		min-width: 100px;
		display: inline-block;
		margin-right: 7px; }
		
	ul.f-form .f-btn_white { 
		padding: 0 2px;
		margin-right: 7px; }
		
	/*** HORIZONTAL FORM ***/
	ul.f-form[class*="f-hor"] .f-hor-col1 {
		width: 120px;
		float: left;
		padding-top: 10px; }
		
	ul.f-form.f-hor_wide .f-hor-col1 { width: 170px; }
	
	ul.f-form[class*="f-hor"] .f-hor-col1.f-hor-2line { padding-top: 3px; }
	
	ul.f-form[class*="f-hor"] .f-hor-col2 {
		padding-left: 12px;
		overflow: hidden; }
		

/*** SUBMIT BUTTONS STICK TO BOTTOM ***/
.submitBottom { height: calc(100% - 40px); }
			
	.submitBottom .submitBtns {
		width: 100%;
		height: 40px;
		position: absolute;
		bottom: 0;
		left: 0;
		line-height: 40px; }
		
		.submitBottom .submitBtns input.submit {
			width: 70%;
			height: 100%;
			float: left;
			padding: 0; }
			
		.submitBottom .submitBtns .cancel {
			width: 30%;
			height: 100%;
			float: right;
			padding: 0; }
	
	
/*** COLS ***/
.col_row { 
    margin-left: -20px;
    margin-right: -20px; }

    .col_row:after {
        content: "";
        display: block;
        clear: both; }

.col {
    float: left;
    padding-left: 20px;
    padding-right: 20px; }

.col_12 { width: 100%; }
.col_9 { width: 75%; }
.col_8 { width: 66.6666%; }
.col_6 { width: 50%; }
.col_4 { width: 33.3333%; }
.col_3 { width: 25%; }


/*** TABS ***/
.tabs_wrap {
	width: 100%;
	float: left;
	position: relative; }
	
	.tabs_wrap:before, .tabs_wrap:after {
    	content: "";
    	width: 20px;
    	height: 31px;
    	position: absolute;
    	top: 0; }
		
		.tabs_wrap:before { 
			left: 0;
			background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
			background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
			background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }
		
		.tabs_wrap:after { 
			right: 0;
			background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
			background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
			background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); }

.tabs {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto; }

.tabs a {
    display: inline-block;
    padding: 0 5px 10px;
    margin: 0 2px;
    color: #222 !important; }
    
    .tabs a:first-child { margin-left: 20px; }
    .tabs a:last-child { margin-right: 20px; }

    .tabs a:hover { 
        border-bottom: 3px solid #ccc;
        text-decoration: none; }

    .tabs a.active { border-bottom: 3px solid #f79a05; }

.tabContent { 
    width: 100%;
    float: left;
    display: none; }

    .tabContent.active { display: block; }
	

/*** STRUCTURE STYLES ***/
.white-popup {
    width: auto;
    max-width: 500px;
    position: relative;
    margin: 20px auto; }
    
.white-popup.fancybox-iframe { margin: 0 auto; }

    .white-popup:after {
        content: "";
        display: block;
        clear: both; }

    .mfp-ready .white-popup { 
        top: 0;
        opacity: 1; }
        
	.white-popup .mfp-close { top: 13px; }

    .white-popup > div {
        width: 100%;
        float: left;
        padding: 0;
        background: #fff; }

    .white-popup h2.top {
        margin-bottom: 50px;
        font-size: 15px;
        font-weight: normal;
        text-transform: uppercase;
        text-align: center; }
        
	.white-popup .topBar {
        width: 100%;
        float: left;
        padding: 28px 30px;
        background: #f5f5f5;
        border-bottom: 1px solid #e4e4e4;
        text-align: left; }

        .white-popup .topBar h2 {
            float: left;
            margin: 0;
            font-size: 15px;
            font-weight: normal;
            text-transform: uppercase; }
            
	.white-popup .main {
		width: 100%;
		float: left;
		padding: 30px; }

    .white-popup h5 { margin-bottom: 0.7em; }

    .white-popup ul.form > li { margin-bottom: 7px; }

        .white-popup ul.form li.addSpace { 
            margin-top: 15px;
            margin-bottom: 15px; }

        .white-popup ul.form li.checkbox label { 
            display: block;
            padding-left: 25px; }

        .white-popup ul.form li.checkbox input[type="checkbox"] { 
            float: left;
            margin-left: -25px; }

        .white-popup ul.form li.checkbox span { display: block; }

        .white-popup ul.form li label.title {
            display: block;
            margin-bottom: 7px;
            font-size: 13px;
            font-weight: bold; }

        .white-popup ul.form li label.inline {
            display: inline-block;
            margin-right: 10px;
            font-size: 13px;
            font-weight: bold; }

        .white-popup ul.form li label.radio { margin-right: 7px; }

        .white-popup ul.form li .right { float: right; }

            .white-popup ul.form li .right .relative { 
                position: relative;
                top: 10px; }

    .white-popup ul.form input[type="text"] { margin-bottom: 0; }

    .white-popup ul.form li .textEditor button {
        width: 30px;
        height: 30px;
        display: inline-block;
        position: relative;
        background: none;
        border: 1px solid transparent;
        border-radius: 3px;
        text-align: center; }

        .white-popup ul.form li .textEditor button:hover {
            background: #fff;
            border: 1px solid #aaa;
            box-shadow: 0 1px 1px rgba(0,0,0,0.2); }

            .white-popup ul.form li .textEditor button:before {
                position: absolute;
                top: 7px;
                right: 0;
                bottom: 0;
                left: 0;
                font-family: "FontAwesome";
                font-size: 15px; }

            .white-popup ul.form li .textEditor button.bold:before { content: "\f032"; }
            .white-popup ul.form li .textEditor button.italic:before { content: "\f033"; }
            .white-popup ul.form li .textEditor button.underline:before { content: "\f0cd"; }
            .white-popup ul.form li .textEditor button.image:before { content: "\f1c5"; }
            .white-popup ul.form li .textEditor button.quote:before { content: "\f10d"; }

    .white-popup ul.form textarea { margin-bottom: 0; }

    .white-popup a.grey {
        width: 100%;
        height: 40px;
        padding: 10px 20px;
        display: block;
        margin: 0 auto;
        background: #eee;
        border: none;
        text-align: center;
        font: inherit;
        font-size: 13px;
        color: #222;
        cursor: pointer; }

        .white-popup a.grey:hover { text-decoration: none; }

    .white-popup input.inlineBtn, .white-popup a.inlineBtn {
        width: auto;
        min-width: 100px;
        display: inline-block;
        margin-right: 5px; }

    .white-popup .poll {
        width: 100%;
        float: left;
        display: none;
        margin: -11px 0 10px; }

        .white-popup .poll .col_row { 
            margin-left: -3px;
            margin-right: -3px; }

        .white-popup .poll .col { padding: 3px; }

    .white-popup .bottomNote {
        padding: 30px 30px 10px;
        border-top: 1px solid #ddd;
        background: #f0f0f0; }

.white-popup .radioChoices.styled > p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px; }

.white-popup .radioChoices.styled > div { 
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    align-content: stretch;
    margin: 0 -5px; }

.white-popup .radioChoices.styled label {
    float: left;
    padding: 0 5px;
    margin: 0;
    text-align: center;
    color: #888;
    cursor: pointer; }

.white-popup .radioChoices.styled.items2 label { width: 50%; }
.white-popup .radioChoices.styled.items3 label { width: 33.3333%; }

    .white-popup .radioChoices.styled label .wrap { 
        height: 100%;
        position: relative;
        padding: 30px 5px;
        background: #fff;
        border: 1px solid #36a6bc;
        border-radius: 3px;
        box-shadow: 0 2px 2px rgba(0,0,0,0.12); }

        .white-popup .radioChoices.styled label:hover .wrap { box-shadow: 0 2px 5px rgba(0,0,0,0.3); }

        .white-popup .radioChoices.styled label .wrap.active {
            background: #36a6bc;
            box-shadow: 0 2px 5px rgba(0,0,0,0.3);
            color: #fff; }

            .white-popup .radioChoices.styled label .wrap.active:before {
                content: "\f05d";
                width: 30px;
                height: 30px;
                position: absolute;
                top: -15px;
                left: 50%;
                z-index: 10;
                margin-left: -15px;
                background: #fff;
                border-radius: 100%;
                font-size: 30px;
                font-family: "FontAwesome";
                color: #36a6bc;
                line-height: normal;
                -webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale; }

        .white-popup .radioChoices.styled label .wrap > div {
            height: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            align-items: center;
            justify-content: center; }

    .white-popup .radioChoices.styled label input { display: none; }

    .white-popup .radioChoices.styled label span {
        display: block;
        margin-bottom: 10px;
        color: #222;
        font-size: 15px; }

        .white-popup .radioChoices.styled label .wrap.active span { color: #fff; }

        .white-popup .radioChoices.styled label .wrap > div span { margin: 0; }


/*** PROFILE POPUP ***/

#matchesTable {
	width: 100%;
}

#matchesTable thead tr {
	background: #a8231a;
}

#matchesTable thead tr th {
	padding: 5px;
	background: #a8231a;
	color: white !important;
	font-weight: bold !important;
}

#matchesTable tbody tr td {
	padding: 5px;
}

#matchesTable .players .icon {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: -1px;
	padding: 0;
	margin: 0 5px 0 0;
	vertical-align: middle;
	background-color: #eee;
	border-radius: 50%;
	box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
	color: #666;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	font-style: normal; }

#matchesTable .players .winner .icon {
	background-color: #ceecaa;
	color: #5fa20f; }

#profilePopup { 
    max-width: 1100px;
    height: 540px; }

    #profilePopup > div { 
        height: 100%;
        padding: 0 0 0 280px;
        overflow: hidden; }

    #profilePopup .left {
        width: 280px;
        height: 100%;
        float: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 30px;
        margin-left: -280px;
        background: #5b5e6d;
        background: -moz-linear-gradient(-45deg, #5b5e6d 0%, #302f44 100%);
        background: -webkit-linear-gradient(-45deg, #5b5e6d 0%,#302f44 100%);
        background: linear-gradient(135deg, #5b5e6d 0%,#302f44 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5e6d', endColorstr='#0',GradientType=1 );
        text-align: center;
        color: #9ea1ad; }

        #profilePopup .left figure {
            width: 140px;
            height: 140px;
            padding: 0;
            margin: 0 auto 20px;
            background: url(../images/icon_avatar.png) center top no-repeat;
            background: url(../images/svg/icon_avatar.svg) center top no-repeat, linear-gradient(transparent, transparent);
            background-position: center top;
            background-repeat: no-repeat;
            background-size: cover;
            border: 3px solid #fff;
            border-radius: 100%;
            overflow: hidden;
            box-shadow: 0 0 15px rgba(0,0,0,0.5); }

        #profilePopup .left .username { 
            font-size: 18px; 
            color: #fff; }

        #profilePopup .left .name.male:before {
            content: "\f222";
            margin-right: 3px;
            font-family: 'FontAwesome'; }

        #profilePopup .left .name.female:before {
            content: "\f221";
            margin-right: 3px;
            font-family: 'FontAwesome'; }

        #profilePopup .left .name i {
            width: 14px;
            height: 14px;
            display: none;
            position: relative;
            top: 2px;
            margin-right: 4px;
            background: url(../images/icon_verified.png) no-repeat;
            background: url(../images/svg/icon_verified.svg) no-repeat, linear-gradient(transparent, transparent);
            background-size: cover; }

            #profilePopup .left .name.verified i { display: inline-block; }

        #profilePopup .left .bottom { margin-top: 50px; }

        #profilePopup .left .website a { color: #f9c15e; }

        #profilePopup .left .social { margin-top: 20px; }

            #profilePopup .left .social a {
                width: 24px;
                display: inline-block;
                position: relative;
                margin: 15px 4px 0;
                text-align: center;
                opacity: 0.5;
                transition: 0.2s ease all; }

                #profilePopup .left .social a:after {
                    width: 24px;
                    color: #fff;
                    font-family: "FontAwesome";
                    font-size: 17px;
                    -webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale; }

                #profilePopup .left .social a.facebook:after { content: "\f09a"; }
                #profilePopup .left .social a.twitter:after { content: "\f099"; }
                #profilePopup .left .social a.instagram:after { content: "\f16d"; }
                #profilePopup .left .social a.linkedIn:after { content: "\f0e1"; }
                #profilePopup .left .social a.youtube:after { content: "\f16a"; }

                #profilePopup .left .social a:hover { opacity: 1; }

    #profilePopup .right {
        width: 100%;
        height: 100%;
        float: left;
        padding: 30px 30px 0;
        overflow: auto; }

        #profilePopup .right:after {
            content: "";
            height: 30px;
            display: block;
            clear: both; }

        #profilePopup .right a.edit { float: right; }

            #profilePopup .right a.edit:before {
                content: "\f040";
                display: inline-block;
                margin-right: 5px;
                font-family: "FontAwesome"; }

        #profilePopup .right h4 { 
            padding-bottom: 5px;
            border-bottom: 1px solid #e4e4e4; }

        #profilePopup .right ul.col2 { margin-bottom: 30px; }

            #profilePopup .right ul.col2 li { margin-bottom: 7px; }

                #profilePopup .right ul.col2 li span:first-child { 
                    width: 150px;
                    float: left; }

                #profilePopup .right ul.col2 li span:nth-child(2) {
                    display: block;
                    overflow: hidden; }

		#profilePopup .right .matchHistory {
			padding: 0;
			margin: 0;
			list-style: none;
			font-size: 13px; }

			#profilePopup .right .matchHistory .matchup {
				width: 100%;
				float: left;
				margin: 0 0 20px; }

			#profilePopup .right .matchHistory .head {
				width: 100%;
				float: left;
				padding: 5px 7px;
				background: #aa210f;
				color: #fff; }

				#profilePopup .right .matchHistory .head .tournament { 
					max-width: 75%;
					float: left;
					font-weight: bold;}

					#profilePopup .right .matchHistory .head .tournament a { 
						display: block;
						overflow: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;
						color: #fff; }

				#profilePopup .right .matchHistory .head .division { 
					float: right;
					opacity: 0.75; }

			#profilePopup .right .matchHistory .players {
				width: 100%;
				float: left;
				padding-top: 1px; }

				#profilePopup .right .matchHistory .player {
					width: 100%;
					float: left;
					padding-top: 10px; }

				#profilePopup .right .matchHistory .players .icon {
					width: 20px;
					height: 20px;
					display: inline-block;
					position: relative;
					top: -1px;
					padding: 0;
					margin: 0 5px 0 0;
					vertical-align: middle;
					background-color: #eee;
					border-radius: 50%;
					box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
					color: #666;
					text-align: center;
					line-height: 20px;
					font-size: 10px;
					font-style: normal; }

				#profilePopup .right .matchHistory .players .winner .icon {
					background-color: #ceecaa;
					color: #5fa20f; }

				#profilePopup .right .matchHistory .players figure {
					background-color: #eee;
		            background-image: url(../images/svg/icon_avatar.svg);
					background-position: center;
					background-repeat: no-repeat;
					background-size: cover; }

				#profilePopup .right .matchHistory .players a { color: #222; }

				#profilePopup .right .matchHistory .players .winner strong,
				#profilePopup .right .matchHistory .players .winner strong a { color: #5fa20f; }

				#profilePopup .right .matchHistory .players .rank { 
					display: inline-block;
					color: #999; }

				#profilePopup .right .matchHistory .players .tooltip { border-bottom: 1px dotted #222; }

			#profilePopup .right .matchHistory .date { 
				width: 100%;
				float: left;
				padding-top: 10px;
				margin-top: 10px;
				border-top: 1px solid #d1d1d1;
				color: #999;
				font-size: 12px; }

@media all and (max-width: 650px) {
    
    #profilePopup { height: auto; }
    
        #profilePopup > div { padding-left: 0; }

        #profilePopup .left {
            width: 100%;
            height: auto;
            display: block;
            margin: 0; }
    
            #profilePopup .left figure {
                width: 90px;
                height: 90px;
                float: left;
                margin: 0 20px 0 0; }
    
            #profilePopup .left .top { 
                float: none;
                text-align: left;
                overflow: hidden; }

            #profilePopup .left .bottom { 
                float: none;
                margin: 10px 0 0;
                text-align: left;
                overflow: hidden; }
                
            #profilePopup .left .social a { margin: 0 6px 0 0; }
    
}


/*** MEDIA QUERIES ***/

/*** 700px ***/
@media all and (max-width: 700px) {
	
	ul.f-form .f-col_row-collapse_700 .f-col { width: 100%; }
	
	ul.f-form .f-checkField-collapse_700 { margin-bottom: 12px; }
	
		ul.f-form .f-checkField-collapse_700 label,
		ul.f-form .f-checkField-collapse_700 label.f-check { display: block; }
		
	label.radioGroup {
		display: block !important;
		margin: 0 0 7px !important; }
		
	span.title { 
		display: block;
		margin: 0 0 10px; }
	
}


/*** 600px ***/
@media all and (max-width: 600px) {
	
	ul.f-form .f-col_row-collapse_600 .f-col { width: 100%; }
	
}


/*** 500px ***/
@media all and (max-width: 500px) {
	
	ul.f-form .f-col_row-collapse_500 .f-col { width: 100%; }
	
	ul.f-form.f-hor-collapse_500 .f-hor-col1 {
		width: 100%;
		float: none;
		padding-top: 0; }
		
	ul.f-form.f-hor-collapse_500 .f-hor-col2 {
		padding-left: 0;
		overflow: visible; }

}


/*** 414px ***/
@media all and (max-width: 414px) {
	
	ul.f-form .f-col_row-collapse_414 .f-col { width: 100%; }
	
	ul.f-form.f-hor-collapse_414 .f-hor-col1 {
		width: 100%;
		float: none;
		padding-top: 0; }
		
	ul.f-form.f-hor-collapse_414 .f-hor-col2 {
		padding-left: 0;
		overflow: visible; }
		
	ul.f-form .f-checkField-collapse_414 { margin-bottom: 12px; }
	
		ul.f-form .f-checkField-collapse_414 label,
		ul.f-form .f-checkField-collapse_414 label.f-check { display: block; }
		
	ul.f-form .f-submitBtns-collapse_414 input[type="submit"],
	ul.f-form .f-submitBtns-collapse_414 input.submit,
	ul.f-form .f-submitBtns-collapse_414 a.f-btn_grey {
		width: 100%;
		margin-bottom: 12px; }
	
}


/*** 320px ***/
@media all and (max-width: 320px) {

	label.mobileBlock {
		display: block !important;
		margin: 0 0 7px; }
		
	input.mobileFull { max-width: 100%; }
	
	.selectMobileFull .styledSelect { display: block; }
	
	.multipleSelect.selectMobileFull { 
		width: 100%;
		margin: 0; }
	
	.multipleSelect.selectMobileFull .select2 { width: auto; }

}




