/*
	Flaticon icon font: Flaticon
	Creation date: 27/03/2016 00:26
*/

@font-face {
  font-family: "Flaticon";
  src: url("/inc/flaticon/Flaticon.eot");
  src: url("/inc/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("/inc/flaticon/Flaticon.woff") format("woff"),
       url("/inc/flaticon/Flaticon.ttf") format("truetype"),
       url("/inc/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
	font-display: swap;
    src: url("/inc/flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
font-style: normal;
font-display: swap;
}

.flaticon-arrow:before { content: "\f100" !important; }
.flaticon-arrow-1:before { content: "\f101"; }
.flaticon-arrows:before { content: "\f102" !important; }
.flaticon-arrows-1:before { content: "\f103"; }
.flaticon-arrows-2:before { content: "\f104"; }
.flaticon-arrows-3:before { content: "\f105"; }
.flaticon-circle:before { content: "\f106"; }
.flaticon-close:before { content: "\f107"; }
.flaticon-exclamation:before { content: "\f108"; }
.flaticon-interface:before { content: "\f109"; }
.flaticon-interface-1:before { content: "\f10a"; }
.flaticon-shape:before { content: "\f10b"; }
.flaticon-shapes:before { content: "\f10c"; }
.flaticon-sign:before { content: "\f10d"; }
.flaticon-sign-1:before { content: "\f10e"; }
.flaticon-three:before { content: "\f10f"; }
.flaticon-tool:before { content: "\f110"; }
.flaticon-tool-1:before { content: "\f111"; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear:both;
}


/*

	Errors
	
*/

.errorContainer {
	
	top:0;
	left:0;
	position: absolute;
	background-color:red;
	width:100%;
	height:100%;
	background-color:#265586;
	
}
.errorChild {
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #758493;
	font-size: 48px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	text-align: center;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 8px rgba(0,0,0,0.13);
	
	
}

.errorCode{
	
	font-size:72px;
	padding:0;
	
}

.errorMessage{
	
	padding-bottom:20px;
	
}

.errorText{
	
	font-size:16px;
	
}

.errorBreak{
	
	border: 1px solid #758493;
	margin-bottom:0;
	
}

.errorText a{
	
	color:#4b90d5;
	
}

.bottomLogo{
	
	font-size:12px;
	color:#4b90d5
	
}

.main {
	width:calc(100% - 320px);
	position:fixed;
	height:100%;
	top:0;
	background:#eee;
}

.site-header {
	background:#214462;
	text-align:center;
	color:#fff;
	padding:30px 0px;
	position:relative;
}

.site-title {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 45px;
    line-height: 39px;
    margin-bottom: 15px;
}

.site-logo{

	width:335px;
	height:28.4px;
	text-align:center;
	margin:0 auto;
	transform: rotate(0.01deg);
	
}

.site-header h2 {
	font-size: 22px;
    line-height: 21px;
    font-weight: 300;
}


.sidebar {
    float: left;
    width: 380px;
    background: #265586;
    height: 100%;
	position:relative;
}

.mobile-mini-counter{
	
	position:absolute;
	bottom:0;
	left:0;
	color:white;
	text-align:center;
	width:100%;
	font-size:15px;
	background-color:#265586;
	
}

.result-wordseach-num {
    padding: 20px;
    height: calc(100% - 275px);
    overflow-y: auto;
    color: #B8DBFF;
    margin: 10px 10px 0 0;
    font-size: 14px;
}

.result-wordseach-num ul {
	padding:0;
	text-align: center;
}

.result-wordseach-num li {
    display: inline-block;
    list-style-type: none;
    background: #2F69A5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    width: 100%;
    text-align: left;
    overflow:hidden;
}


.result-wordseach-num li .word-text {
    display: inline-block;
    padding: 9px 5px 10px 15px;
        float: left;
}

.result-wordseach-num li .word-count {
    display: inline-block;
    background: #4180C1;
    padding: 10px;
    font-weight: 700;
    float: right;
    width: 60px;
}

.result-wordseach-num li .word-percent {
    display: inline-block;
    padding: 9px 15px 10px 5px;
    float: right;
}

.result-wordseach-num::-webkit-scrollbar {
    width: 12px;
}

.result-wordseach-num::-webkit-scrollbar-track {
    background: #4180C1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 10px 0;
}

.result-wordseach-num::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:#669ED8;
}

.content-area {
	float: right;
    width: calc(100% - 380px);
    height: 100%;
    background: #fff;
}


.content-area textarea{
	
	-webkit-transition: height 1000ms ease-out 1s;
    -moz-transition: height 1000ms ease-out 1s;
    -o-transition: height 1000ms ease-out 1s;
    transition: height 1000ms ease-out 1s;
	
    height: calc(100% - 98px);
    /* height: calc(100% - 180px);  */
    width: calc(100% - 10px);
    padding: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14px;
    font-weight: 300;
    border: none;
    resize: none;
    outline: none;
    margin: 10px 0;
}

.content-area textarea::-webkit-scrollbar {
    width: 12px;
}

.content-area textarea::-webkit-scrollbar-track {
    background: #EFEFEF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 0 0;
}

.content-area textarea::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:#D4D4D4;
}


.content-area .info-counters {
	height:70px;
	/* height:160px; */
	background: #2f69a5;
	width:100%;
}


.content-area .info-counters ul {
	height:90px;
	background: #2f69a5;
	width:100%;
	text-align:center;
	line-height: 64px;
}

.content-area .info-counters ul li {
	display:inline-block;
	color:#599de3;
	font-weight:700;
	text-align:right;
	text-transform: uppercase;
	width:auto;
}

.content-area .info-counters ul li strong {
	text-align:right;
	display:inline-block;
	font-size:18px;
	vertical-align: middle !important;
	font-weight:400;

}

.content-area .info-counters ul li #result-characters-num, .content-area .info-counters ul li #result-spaces-num, .content-area .info-counters ul li #result-words-num,.content-area .info-counters ul li #result-sentences-num, .content-area .info-counters ul li #result-paragraphs-num {
    color: #fff;
    text-align: left;
    display: inline-block;
    font-size: 28px;
    vertical-align: middle;
    margin-left: 7px;
    width: 100px;
}


.site-footer {
    width: 100%;
    position: relative;
    padding: 0 5px 20px 5px;
    background: #214360;
    bottom: 0;
    text-align:center;
}

.left-footer-menu {
	display: inline-block;
}

.left-footer-menu li {
	display:inline-block;
	list-style-type: none;
}

.left-footer-menu li a {
	text-decoration:none;
	color:#2f69a5;
}

.left-footer-menu button,  .right-footer-menu button {
    text-decoration: none;
    color: #FFFFFF;
    background: none;
    box-shadow: none;
    text-shadow: none;
    padding: 0;
    border: none;
    font-size: inherit;
    cursor: pointer;
    background: #2f69a5;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
}

.left-footer-menu button .flaticon,  .right-footer-menu button .flaticon {
    display:inline-block;
    margin-right:7px;
}

.right-footer-menu {
    display: inline-block;
}

.right-footer-menu li {
	display:inline-block;
	margin-left:5px;
	list-style-type: none;
}

.right-footer-menu li a {
	text-decoration:none;
	color:#2f69a5;
}

.desktop-resulteach {
    display:block;
  }

.mobile-resulteach {
	display:none;
}



.info-box {
	width: 320px;
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;

	background: #EFEFEF;
    color: #ABABAB;

	
	background:rgba(0, 0, 0, 0) url("../img/bg.png") repeat scroll 0 0;
	color:#4d4d4d;
	
    padding: 30px;
    font-size: 14px;
    line-height: 19px;
    overflow: auto;
}

.info-box h2 {
	font-weight:700;
	margin-bottom:10px;
	font-size:18px;
    
}

.info-box p {
    margin-bottom: 15px;
}

.info-box::-webkit-scrollbar {
    width: 12px;
}

.info-box::-webkit-scrollbar-track {
    background: #EFEFEF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 0 0;
}

.info-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:#D4D4D4;
}

.social-box {
    text-align: center;
    margin: -10px 0 35px;
	height:37px;
}

.page-title {
    padding:50px;
    font-size:50px;
}

.blog-list {
    padding: 0 50px;
    height: calc(100% - 170px);
    overflow: auto;
    margin-right: 10px;
}

.blog-each {
    width: 100%;
    background: #f7f7f7;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    padding: 30px;
    color: #737373;
}

.blog-each:nth-of-type(3n+3) {
    margin-right:0;
}

.blog-each h3 {
    font-weight:700;
    font-size:22px;
    margin:0 0 0 0;
}

.blog-each .blog-meta {
    font-size: 14px;
    margin: 5px 0 10px 0;
    color: #C1C1C1;
}

.blog-each p {
    margin-bottom: 15px;
    line-height: 24px;
}

.blog-each a {
    text-decoration: none;
    color:#265586;
}

.version-list {
    padding:0 50px;
}

.version-each {
    width: calc(100% / 3 - 20px);
    background: #f7f7f7;
    margin-right: 30px;
    margin-bottom: 30px;
    float: left;
    padding: 30px;
    color: #737373;
}

.version-each:nth-of-type(3n+3) {
    margin-right:0;
}

.version-each h3 {
    font-weight:700;
    font-size:22px;
    margin:0 0 0 0;
}

.version-thumb {
    width:100%;
    margin:10px 0 20px 0;
}

.version-thumb img {
    width:100%;
    display:block;
}

.blog-list::-webkit-scrollbar {
    width: 12px;
}

.blog-list::-webkit-scrollbar-track {
    background: #EFEFEF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 0 0;
}

.blog-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:#D4D4D4;
}

.result-wordseach-num h3 {
    text-align: center;
    font-weight: 700;
    color: #2F69A5;
    font-size: 20px;
    margin: 0px 0 10px 0;
}

.embed-box {
    padding:0 50px;
    height: calc(100% - 170px);
    overflow: auto;
    margin-right: 10px;
}

.embed-box p {
    padding:0 0 10px 0;
    font-size:20px;
    color: #111;
}

.embed-box::-webkit-scrollbar {
    width: 12px;
}

.embed-box::-webkit-scrollbar-track {
    background: #EFEFEF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 0 0;
}

.embed-box::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:#D4D4D4;
}


.code {
    margin: 10px 0 20px 0;
    width: 100%;
    background: #F3F3F3;
    padding: 30px;
}

.code pre {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    white-space: normal;
    line-height: 180%;
    vertical-align: middle !important;
}

.options-menu input {
    width:100%;
    border:none;
    padding:10px 20px;
    margin-bottom:10px;
}

.options-menu .options-button {
    width: 100%;
    border: none;
    padding: 10px 20px;
    background: #2F69A5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #ADCCEC;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.options-button:hover {
    background:#2E649C;
}

.options-button .flaticon {
    display:inline-block;
    margin-right:7px;
}

.options-menu select {
    width:100%;
    border:none;
    padding:10px 20px;
    margin-bottom:10px;
}

.lang-menu a {
    padding: 10px 20px !important;
}

.right-footer-menu .disabled, .left-footer-menu .disabled {
    background: #284C6B;
    color: #49759A;
    pointer-events: none;
}

.menu-close {
    position: absolute;
    margin: 0 0 0 0 !important;
    background: none !important;
    top: 8px;
    right: 3px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
    font-size: 16px;
    padding: 20px !important;
    width: auto !important;
    color: #ADCCEC;
    outline:none;
}

/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
}
 
.accordion {
    overflow: hidden;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
    width:100%;
    display:inline-block;
    background:#2F69A5;
    transition:all linear 0.15s;
    /* Type */
    color:#fff;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
    background: #1D4A77;
    /* Type */
    text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}
 
/*----- Section Content -----*/
.accordion-section-content {
    padding: 15px;
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 130%;
    max-height: 300px;
    max-height: calc(100vh - 150px);
    overflow: auto;
}

.accordion-section-content h2 {
    margin-bottom: 15px;
    font-size: 18px;
    margin-top: 10px;
    color: #9AD8FD;
}

.sub-page .right-footer-menu {
    display:none;
}

.accordion-section-content::-webkit-scrollbar {
    width: 12px;
}

.accordion-section-content::-webkit-scrollbar-track {
    background: #2E77A2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 0 0;
}

.accordion-section-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:#246084;
}

.cbp-spmenu-push-toright {
        overflow-y: hidden;
        height:100%;
}

.lang-list {
    overflow: auto;
    max-height: calc(100% - 70px);
}

.lang-list::-webkit-scrollbar {
    width: 12px;
}

.lang-list::-webkit-scrollbar-track {
    background: #2E77A2;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 0 0 0 0;
}

.lang-list::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background:#246084;
}

.flaticon-arrow, .flaticon-arrows {
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }

.adUnit{
	
	margin:-20px auto 0;
	text-align:center;
	overflow:hidden;
	
}

.mobileAdUnit{
	
	overflow:hidden;
	padding-top:20px;
	
}


/* Responsive.css */


@media all and (min-width: 1150px) and (max-width: 1749px) {
	
.site-logo{
	
	width:301px;
	height:26px;
	
}

.content-area .info-counters ul li strong {
    font-size: 13px;
}

.content-area .info-counters ul li #result-characters-num, .content-area .info-counters ul li #result-spaces-num, .content-area .info-counters ul li #result-words-num, .content-area .info-counters ul li #result-sentences-num, .content-area .info-counters ul li #result-paragraphs-num {
    font-size: 16px;
    margin-left: 5px;
    margin-right: 0;
    width: auto;
}

.content-area .info-counters ul li {
    width: auto;
    margin: 0 10px;
}

.content-area textarea {
    font-size: 22px;
}

.info-box {
    width: 230px;
    font-size: 13px;
    line-height: 16px;
}

.main {
    width: calc(100% - 230px);
}

.sidebar {
    width: 330px;
}

.content-area {
    width: calc(100% - 330px);
}

.version-each {
    width: calc(50% - 20px);
}

.version-each:nth-of-type(3n+3) {
    margin-right: 30px;
}

.version-each:nth-of-type(2n+2) {
    margin-right: 0;
}

.version-list {
  height:auto;
}

  .blog-each {
    width: 100%;
    margin-right: 0;
    float: none;
}

.left-footer-menu button, .right-footer-menu button {
    padding: 8px 10px;
}

}
	
.sideBarAd{
	
	height:90px;width:100%;text-align:center;
	
}

@media(min-width: 1151px) { 

	.sideBarAd {
		
		height: 280px; 
		
	}

}

@media all and (min-width: 0px) and (max-width: 1149px) {
	
	.content-area textarea{
	
		height: calc(100% - 180px);
		
	}

	.content-area .info-counters{
		
		height: 160px;
		
	}
	
	.adUnit{
		
		margin-top:0px;
		
	}

	.sidebar {
	  width: 100%;
	  height: auto;
	  float:none;
	  padding-bottom: 10px;
	}

	.mobile-resulteach {
	display:block;
	background: #265586;
	}

	.desktop-resulteach {
	display:none;
	}

	.site-header {
	padding:25px 0px 5px 0px;
	}

	.site-header .site-title {
	font-size:30px;
	margin-bottom:0;
	}

	.site-header h2 {
	  font-size: 17px;
	  line-height: 16px;
	  font-weight: 300;
	}

	.main {
	  position: relative;
	  height: auto;
	  width: 100%;
	}

	.content-area {
	  float: none;
	  width: 100%;
	  height: auto;
	  background: #fff;
	}

	.site-footer {
	  width: 100%;
	  position: relative;
	  padding: 15px 0;
	  text-align: center;
	}

	.content-area .info-counters {
	  height: auto !important;
	}

	.content-area .info-counters ul {
	  height: auto;
	  line-height: 50px;
	}

	.content-area .info-counters ul li {
	  text-align: center;
	  width: 100%;
	  border-bottom: 1px dotted #214360;
	}

	.content-area .info-counters ul li #result-characters-num, .content-area .info-counters ul li #result-spaces-num, .content-area .info-counters ul li #result-words-num, .content-area .info-counters ul li #result-sentences-num, .content-area .info-counters ul li #result-paragraphs-num {
	  display: inline-block;
	  width: auto;
	}

	.content-area textarea {
	height: 330px !important;
	padding: 30px;
	font-size: 16px;
	width: 100%;
	}

	.result-wordseach-num {
	  height: auto;
	  margin: 0 0 0 0;
	}

	.left-footer-menu, .right-footer-menu {
	float: none;
	width: auto;
	text-align: center;
	display: inline-block;
	}

	.left-footer-menu li a {
	  display: block;
	  margin: 0 0 10px 0;
	}

	.info-box {
	width: 100%;
	position:relative;
	height: auto;
	}

	.blog-each, .version-each {
	width: 100%;
	margin-right: 0;
	float: none;
	}

	.blog-list, .version-list{
	height: auto;
	}

	.embed-box {
	padding: 0 30px;
	height: auto;
	overflow: auto;
	margin-right: 0px;
	}

	.code {
	padding: 15px;
	}

	.left-footer-menu button, .right-footer-menu button {
	padding: 8px 8px;
	}

}

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#css3-calc {
    width: 10px;
    width: calc(10px + 10px);
    display: none;
}

#accordion-1{
	
	display:block;
	
}

.linkColor{
	
	color:#1a598f;
	
}

.shareText{
	
	text-align:center;
	padding-bottom:10px;
	
}

.facebookLikeButton{
	
	padding-top:20px;
	height:40px;
	
}

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover {
	color: #000;
}




.main > section {
	max-width: 260px;
	width: 90%;
	margin: 0 auto;
}

.main > section h2 {
	font-weight: 300;
	color: #ccc;
}

.main > section button {
	border: none;
	background: #47a3da;
	color: #fff;
	padding: 1.5em;
	display: block;
	width: 100%;
	cursor: pointer;
	margin: 10px 0;
	font-size: 0.8em;
}

.main > section button:hover {
	background: #258ecd;
}

.main > section button.active {
	background: #0d77b6;
}

.main > section button.disabled {
	background: #aaa;
	pointer-events: none;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #fff;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}

/* General styles for all menus */
.cbp-spmenu {
	background: #47a3da;
	position: fixed;
}

.cbp-spmenu h3 {
	color: #afdefa;
	font-size: 1.9em;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	background: #0d77b6;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.cbp-spmenu a:hover {
	background: #258ecd;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid #258ecd;
	padding: 1em;
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left;
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: 0.8em;
	border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
	left: -240px;
}

.cbp-spmenu-right {
	right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}

/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
	top: -150px;
}

.cbp-spmenu-bottom {
	bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0px;
}

/* Push classes applied to the body */

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}

/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}

.flag {
	width: 16px;
	height: 16px;
	background:url("../img/flags.png") no-repeat;
	display:inline-block;
	vertical-align:middle;
}

.flag.flag-ar {background-position: -160px 0}
.flag.flag-hi {background-position: -64px -96px}
.flag.flag-sv {background-position: -224px -176px}
.flag.flag-af {background-position: -160px -224px}
.flag.flag-de {background-position: -80px -48px}
.flag.flag-us {background-position: -208px -208px}
.flag.flag-fi {background-position: -48px -64px}
.flag.flag-el {background-position: -80px -80px}
.flag.flag-bs {background-position: -16px -16px}
.flag.flag-no {background-position: -32px -160px}
.flag.flag-nl {background-position: -16px -160px}
.flag.flag-tr {background-position: -96px -208px}

.flag.flag-it{background-position:-128px -97px}
.flag.flag-cn{background-position:-208px -32px}
.flag.flag-es{background-position:-16px -64px}
.flag.flag-fr{background-position:-112px -64px}
.flag.flag-pt{background-position:-16px -176px}
.flag.flag-pt{background-position:-16px -176px}

.flag.flag-zh{background-position:-208px -32px}
.flag.flag-id{background-position:-95px -128px}
.flag.flag-hu{background-position:-224px -81px}

/* Data consent */
#consentBox {

	display:none;
	opacity:0;
	background-color: #ffffff;
	position: fixed;
	font-size: 12px;
	width: 320px;
	box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
	text-align: justify;
	line-height: 20px;
	bottom: 20px;
	right: 0;
	padding-top: 0;
	text-align:center;
	
}

#consentBox button {

	background-color: #6859fe;
	border: none;
	color: #ffffff;
	font-size: 14px;
	padding: 15px;
	display: block;
	position: relative;
	margin: auto;
	
}

#consentBox p{
	
	padding:10px 10px 5px 10px;
	
}

#consentBox a {

	color: #6859fe;

}

@media only screen and (max-width: 1000px) {

  #consentBox {
	  
    width: 100%;
    padding:0;
	border-radius:0;
	
  }
  
  #consentBox p{
  
	padding: 15px 5px 15px 5px;
  
  }

}

#consentButton {

	width: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border: none !important;
	background-image: linear-gradient(
	to right,
	#1fa2ff 0%,
	#12d8fa 51%,
	#1fa2ff 100%
	);
	background-image: -webkit-gradient(linear, left top, right top, from(#1976d2), to(#64b5f6));
	background-image: -webkit-linear-gradient(left, #1976d2 0%, #64b5f6 100%);
	background-image:    -moz-linear-gradient(left, #1976d2 0%, #64b5f6 100%);
	background-image:      -o-linear-gradient(left, #1976d2 0%, #64b5f6 100%);
	background-image:         linear-gradient(to right, #1976d2 0%, #64b5f6 100%);
	background-repeat: repeat-x;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

#consentButton:hover {

	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
	
}