h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, ul, li {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight:normal;
  vertical-align:baseline;
  background:transparent;
	list-style:none;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.cf:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.cf {
	display: block;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
iframe {
	display:block;
}
img {
	display:block;
	max-width:100%;
}

body {
  font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:22px;
	color:#242424;
	padding:0;
	margin:0;
	overflow-x:hidden;
	text-size-adjust: none ;
	-webkit-text-size-adjust:none;
}
a {
	color:#173662;
	text-decoration:none;
	outline:none;
	display:inline-block;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
a:hover {
	color:#07b0e3;
}
b, strong {
	font-weight:700;
}
.btn {
	background:#173662;
	padding:15px 50px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.btn:hover {
	background:#07b0e3;
	color:#fff;
}
h1 {
	font-size:50px;
	color:#173662;
	line-height:70px;
	font-weight:700;
}
h2 {
	font-size:35px;
	color:#000;
	line-height:48px;
	margin-bottom:30px;
}
h2 span {
	font-size:42px;
 	font-weight:700;
}
h4 {
	font-size:25px;
	font-weight:400;
	color:#1c4176;
	line-height:30px;
}
h5 {
	font-size:20px;
	font-weight:400;
	color:#000;
	line-height:35px;
}
p {
	margin-bottom:20px;
}
p:last-child {
	margin-bottom:0;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.fs-22 {
	font-size:22px;
}

.form-list li {
	margin-bottom:30px;
	float:left;
	width:100%;
}
.form-list li:last-child {
	margin-bottom:0;
}
.wpcf7-text,
.wpcf7-textarea {
	display:block;
	width:100%;
	height:60px;
	padding:20px;
	margin:0;
	border:1px solid #000;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	color:#000;
	appearance: none;
	-webkit-appearance: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-transform:uppercase;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.wpcf7-textarea {
	height:225px;
	resize:none;
}
.wpcf7-submit {
	background:#173662;
	padding:15px 50px;
	border:0;
	cursor:pointer;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	appearance:button;
	-moz-appearance:button;
	-webkit-appearance:button;
}
.wpcf7-submit:hover {
	background:#07b0e3;
	color:#fff;
}
.form-list li.text-right .ajax-loader {
	display:block;
	margin:5px 0 0 0;
}

.vc_row.vc_row-o-full-height {
	min-height:100vh !important;
}
.dark-background p {
	color:#fff;
}
.dark-background h1,
.dark-background h2,
.dark-background h3,
.dark-background h4,
.dark-background h5,
.dark-background h6 {
	color: #fff;
}
.container {
	margin:0 auto;
	width:1200px;
}
.container.full {
	width:100%;
}

.site-header {
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	background:#173662;
	padding:0 30px;
	color:#fff;
}
.site-header .container {
	display:table;
	width:100%;
}
.logo-wrapper {
	display:table-cell;
	vertical-align:middle;
	width:22%;
	max-width:480px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.logo {
	display:block;
	width:100%;
}
.logo-desc {
	line-height:normal;
	font-size:13px;
	text-transform:uppercase;
	padding-left: 30px;
	margin-top: 5px;
}
.logo-desc a {
	display:inline-block;
}
.site-header a {
	color:#fff;
}
.site-header a:hover {
	color:#07b0e3;
}

.main-nav {
	display:table-cell;
	vertical-align:middle;
	width:40%;
	text-align:center;
}
.main-menu li {
	display:inline-block;
	position:relative;
}
.main-menu li > a,
body.home .site-header.fixed .main-menu li > a {
	font-size:14px;
	color:#fff;
	font-weight:700;
	padding:55px 35px;
	display:block;
}
body.home .main-menu li > a {
	padding:64px 35px;
}
.main-menu li:hover a,
.main-menu li.current-menu-item a,
.main-menu li.current-menu-parent a {
	background:#05162f;
}
body.home .site-header.fixed .main-menu li ul,
.main-menu li ul {
	background:#05162f;
	padding:15px 15px 0 15px;
	position:absolute;
	z-index:1;
	width:100%;
	max-width:250px;
	top:80px;
	left:0;
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.main-menu li:hover > ul,
body.home .site-header.fixed .main-menu li:hover > ul {
	top:100px;
	opacity:1;
	visibility:visible;
	pointer-events:inherit;
}
.main-menu li ul li {
	display:block;
	border-top:1px solid #284773;
}
.main-menu li ul li a,
body.home .main-menu li ul li a,
body.home .site-header.fixed .main-menu li ul li a {
	padding:15px 0;
	line-height: normal;
}
.main-menu li ul li a:hover {
	color:#07b0e3;
}
.main-nav a.menu-btn {
	display: none;
	width: 36px;
	height: 26px;
	margin-right: auto;
	margin-left: auto;	
}

.main-nav a.menu-btn.active {
	width:26px;
}

.main-nav a.menu-btn span {
	float:left;
	width:100%;
	height:2px;
	background:#fff;
	margin:12px 0 0 0;
	position:relative;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
}

.main-nav a.menu-btn.active span{
	background:none;
}

.main-nav a.menu-btn span:after{
	content:"";
	position:absolute;
	left:0;
	top:-8px;
	width:100%;
	height:2px;
	background:#fff;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
}

.main-nav a.menu-btn span:before{
	content:"";
	position:absolute;
	right:0;
	top:8px;
	width:100%;
	height:2px;
	background:#fff;
	transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
}

.main-nav a.menu-btn.active span:after{
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	top:0;
	width:100%;
	z-index:9999;
}

.main-nav a.menu-btn.active span:before{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	top:0;
	width:100%;
	z-index:9999;
}

.header-right {
	display:table-cell;
	vertical-align:middle;
	width:30%;
	text-align:right;
}
.site-header .social-media {
	display:inline-block;
	vertical-align:middle;
	margin-right:75px;
}
.site-header .social-media li {
	display:inline-block;
	margin:0 40px;
}
.site-header .social-media li:first-child {
	margin-left: 0;
}
.site-header .social-media li:last-child {
	margin-right: 0;
}
.site-header .social-media li i {
	font-size:22px;
}
.header-logo {
	display:inline-block;
	vertical-align:middle;
	width: 50px;
}

body.home .content-holder {
	padding-top:150px;
}
.content-holder {
	padding-top:132px;
	overflow-y: hidden;
}
.content-wrapper {
	/*position:relative;*/
}
.content-wrapper.container {
	padding:0 15px;
}
.content-wrapper > .row {
	margin:0 -15px;
}
/*.content-area.col-sm-12 {
	padding:0 15px;
}*/
.back-logo {
	position: absolute;
	pointer-events: none;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
}
.logo-symbol {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.logo-symbol img {
	width:1120px;
	height:auto;
}
.back-logo .logo-symbol {
	top: -190px;
	left: -260px;
}
.back-logo-home {
	position: absolute;
	left: -160px;
	width: 100%;
	margin: 260px 0 0 0 !important;
}
section {
	position:relative;
	z-index:1;
}

/** section padding class **/
.small-pt {
	padding-top:100px;
}
.small-pb {
	padding-bottom:100px;
}
.big-pt {
	padding-top:150px;
}
.big-pb {
	padding-bottom:150px;
}


.blue-bg {
	background:#1c4176;
	color:#fff;
}
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg h5,
.blue-bg p,
.blue-bg a {
	color:#fff;
}
.blue-bg a:hover {
	color:#07b0e3;
}

.col-6 {
	float:left;
	width:50%;
}

.main-slider img {
	max-width:100%;
}
.main-slider .slide-item {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.main-slider .container {
	position:relative;
}
.main-slider .slide-desc {
	position:absolute;
	width:50%;
	height:100%;
	top:0;
	right:70px;
}
.slide-desc h2 {
	font-size:50px;
	line-height:70px;
	color:#173662;
	font-weight:700;
}
.main-slider .slide-desc .inner {
	display:table;
	width:100%;
	height:100%;
}
.main-slider .slide-desc .inner .middle{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	padding-right:50px;
}
.main-slider .slide-image {
	float:left;
	width:50%;
	margin-left:-150px;
}
.main-slider .slide-image img {
	
}
.home-slider .slick-prev:before,
.home-slider .slick-next:before {
	display:none;
}
.home-slider .slick-prev,
.home-slider .slick-next {
	width:37px;
	height:70px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.home-slider .slick-prev {
	background:url(../images/prev.png) 0 0 no-repeat;
	left:35px;
}
.home-slider .slick-prev:hover {
	background:url(../images/prev.png) -37px 0 no-repeat;
}
.home-slider .slick-next {
	background:url(../images/next.png) -37px 0 no-repeat;
	right:35px;
}
.home-slider .slick-next:hover {
	background:url(../images/next.png) 0 0 no-repeat;
}

.page-title .image {
	height:435px;
	background:#c3c3c3;
	background-size:cover;
	background-position:left top;
	color:#fff;
	position:relative;
}
ul.page-breadcrumb {
	bottom:155px;
}
.page-breadcrumb {
	position:absolute;
	bottom:95px;
	left:150px;
	font-size:13px;
}
.page-breadcrumb > span {
	padding:0 2px;
}
.page-breadcrumb span.active {
	text-decoration:underline;
}
.page-breadcrumb a {
	color:#fff;
	text-decoration:none;
}
.page-breadcrumb a:hover {
	color:#07b0e3;
}
.page-breadcrumb li {
	display:inline-block;
	font-size:13px;
	position:relative;
	padding:0 5px;
}
.page-breadcrumb li:first-child {
	padding-left:0;
}
.page-breadcrumb li:last-child {
	padding-right:0;
}
.page-breadcrumb li:after {
	position:absolute;
	top:0;
	right:-5px;
	content:"/";
}
.page-breadcrumb li:last-child:after {
	display:none;
}
.page-title { z-index: 5; }
.title-wrapper { position: relative; }
.title-wrapper .title {
	float:left;
	width:40%;
	padding:53px 50px 53px 150px;
	margin-top:-80px;
	position:relative;
	background:#07b0e3;
}
.title-wrapper .title h1,
.page-title-area > .wpb_wrapper h1 {
	font-size:35px;
	line-height:normal;
	font-weight:700;
	color:#fff;
}
.title-wrapper .right-side {
	float:right;
	width:60%;
}
.title-wrapper .menu {
	background:#05162f;
	float:left;
	width:100%;
}
.title-wrapper .menu li {
	float:left;
	border-right:2px solid #4d4d4d;
}
.title-wrapper .menu li a {
	display:block;
	padding:49px 75px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	position:relative;
}
.title-wrapper .menu li a:hover,
.title-wrapper .menu li.current-menu-item a {
	color:#07b0e3;
}
.title-wrapper .menu li a:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:10px;
	background:#07b0e3;
	pointer-events:none;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.title-wrapper .menu li.current-menu-item a:after,
.title-wrapper .menu li a:hover:after {
	width:100%;
}

.my-work {
	padding:60px 30px;
	margin-bottom:100px;
	position:relative;
}
.my-work h4 {
	margin-bottom:50px;
}
.my-work h5 {
	margin-bottom:10px;
}
.my-work:after {
	content:"";
	position:absolute;
	bottom:-76px;
	left:0;
	pointer-events:none;
	width:100%;
	height:76px;
	background:url(../images/shape.png) left bottom no-repeat;
	background-size:100% auto;
}
.my-work .slick-dotted.slick-slider {
	margin:0;
}
.my-work .slick-dots {
	bottom:-135px;
}
.my-work .work-type ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
.my-work .work-type ul li:last-child {
	margin-bottom: 0;
}
.my-work .work-type ul li:after {
	content: "";
	position: absolute;
	top:9px;
	left: 0;
	width: 5px;
	height: 5px;
	background: #fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.work-type {
	padding-left:2px;
	margin-bottom:50px;
}
.work-type:last-child {
	margin-bottom:0;
}
.work-type h2 {
	font-size:90px;
	font-weight:900;
	line-height:70px;
}
.work-type:last-child h2 {
	font-size:64px;
	line-height:56px;
}
.my-video.vc_column_container {
	padding:25px 0 0 50px;
}
.my-duty {
	margin-top:80px;
}
.give-voice {
	margin-top:55px;
}
.give-voice.vc_column_container > .vc_column-inner {
	background:#173662;
	color:#fff;
	display:table;
	margin:0 auto;
	width:591px;
	height:591px;
	max-width:61%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.give-voice.vc_column_container > .vc_column-inner > .wpb_wrapper {
	display:table-cell;
	vertical-align:middle;
}
.give-voice .vc_column-inner > .wpb_wrapper h2 {
	color:#fff;
	font-size:40px;
}
.give-voice .vc_column-inner > .wpb_wrapper h2 b {
	display:block;
	font-size:50px;
}
.give-voice .vc_column-inner > .wpb_wrapper .btn {
	background:#07b0e3;
}
.give-voice .vc_column-inner > .wpb_wrapper .btn:hover {
	background:#fff;
	color:#173662;
}
.voting-block .vc_column-inner > .wpb_wrapper {
	text-align:center;
	padding:70px 60px 60px 60px;
}
.voting-block h5 {
	line-height:27px;
}

.voting-block .yop-poll-container div[id^="yop-poll-questions-container"] {
	margin:0 !important;
}
.voting-block .yop-poll-container div[class^="yop-poll-question"] {
	padding:0 !important;
	margin:0 !important;
}
.voting-block .yop-poll-container-error {
	background:#f51712;
	font-size:14px !important;
	font-weight:700;
	color:#fff !important;
	font-style:normal !important;
	padding:10px;
	margin-bottom:20px;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
}
.voting-block .yop-poll-container-success {
	background:#17c671;
	font-size:14px !important;
	font-weight:700;
	color:#fff !important;
	font-style:normal !important;
	padding:10px;
	margin-bottom:20px;
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.2);
}
.voting-block div#yop-poll-container-1_yp5aacc058645d8 { color: #fff !important; }
.voting-block .yop-poll-container {
	width:100% !important;
	display:block !important;
	background:#07b0e3 !important;
	padding:40px !important;
	text-align:left;
	color: #fff !important;
}
.voting-block .yop-poll-container li {
	width:100% !important;
	display:block !important;
	position:relative;
	min-height:100px;
	margin-bottom:40px !important;
	padding-right:110px !important;
}
.voting-block .yop-poll-container li[class^="yop-poll-li-result"] {
	padding-right:0 !important;
}
.voting-block .yop-poll-container li .radio-btn {
	padding-top:25px;
}
.voting-block .yop-poll-container li .radio-btn input[type="radio"] {
	display:none;
}
.voting-block .yop-poll-container li .radio-btn input[type="radio"] + label {
	position:relative;
	padding-left:70px;
}
.voting-block .yop-poll-container li .radio-btn input[type="radio"] + label:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	border:3px solid #069cc9;
	width:37px;
	height:37px;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
	-webkit-box-shadow:inset 3px 3px 5px 0px rgba(0,0,0,0.29);
	-moz-box-shadow:inset 3px 3px 5px 0px rgba(0,0,0,0.29);
	box-shadow:inset 3px 3px 5px 0px rgba(0,0,0,0.29);
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.voting-block .yop-poll-container li .radio-btn input[type="radio"]:checked + label:before {
	background:#07e345;
}
.voting-block .yop-poll-container li label {
	font-size:40px !important;
	line-height:40px;
	font-weight:bold !important;
	color:#fff;
	vertical-align:middle;
	display: block !important;
	word-wrap: break-word;
}
.voting-block .yop-poll-container li > span {
	background:#ffffff;
	min-width:100px;
	height:100px;
	font-size:24px;
	font-weight:700;
	text-align:center;
	line-height:100px;
	color:#173662;
	position:absolute;
	top:0;
	right:0;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	display:inline-block;
}
.voting-block .yop-poll-container li > div[class^="yop-poll-results-bar"] {
	display:none;
}
.voting-block .yop-poll-container li label + div div[class^="yop-poll-results-bar"] {
	margin-top: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.voting-block .yop-poll-container li label + div div[class^="yop-poll-results-bar"] > div {
	width: 100% !important;
	height: 20px;
	background-color: #fff !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.voting-block .yop-poll-container li label + div div[class^="yop-poll-results-bar"] > div div {
	height: 20px !important;
	background-color: #173662 !important;
	border-color: #173662 !important;
	border-top-left-radius: 5px;
	-webkit-top-left-border-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-bottom-left-border-radius: 5px;
}

.voting-block .yop_poll_vote_button,
.voting-block #yop-poll-vote-1_yp5a8acdf28f576 div button {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 15px 50px;
	text-transform: uppercase;
	background-color: #173662;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.voting-block .yop_poll_vote_button:hover {
	color: #173662;
	background-color: #fff;
}
.voting-block .yop-poll-forms div[class^="yop-poll-questions-container-1"] { margin-top: 20px !important; }
.voting-block .yop-poll-container li label span[class^="pds-answer-text-1"] {
	padding-right: 100px;
	display: block;
	word-wrap: break-word;
}
.voting-block .yop-poll-container li label span[class^="pds-feedback-result-1"] {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
}
.voting-block .countdown-wrapper {
	padding-top: 20px;
	border-top:1px solid #fff;
}
.countdown-wrapper .countdown-text { float: left; }
.countdown-wrapper .countdown-text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #fff;
	line-height: 35px;
}
.countdown-wrapper .countdown-text p strong {
	display: block;
	font-size: 31px;
	font-weight: bold;
}
.countdown-wrapper .countdown {
	float: right;
}
.voting-block .countdown > div {
	display:inline-block;
	margin-right:3px;
	font-size:18px;
	font-weight:700;
	color:#fff;
}
.voting-block .countdown > div span {
	display:block;
	width:80px;
	height:80px;
	font-size:50px;
	color:#000;
	line-height:80px;
	text-align:center;
	background:#fff;
	margin-bottom:15px;
	border:1px dashed #000;
}
.voting-block .countdown > div {
	margin-right:3px;
}
.news-slider .post-wrapper {
	margin:0 45px 30px 45px;
}
.post-wrapper .image a {
	display:block;
}
.post-wrapper .image img {
	width:100%;
}
.post-wrapper .post-detail {
	background:#fff;
	color:#000;
	padding:40px 25px 60px 25px;
	margin:-50px 50px 0 50px;
	position:relative;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.post-wrapper:hover .post-detail {
	background:#173662;
	color:#fff;
}
.post-info {
	margin-bottom:20px;
	font-size:15px;
	line-height:24px;
}
.post-title,
.post-title a {
	font-size:15px;
	font-weight:700;
	color:#000;
	line-height:24px;
}
.post-wrapper:hover .post-title,
.post-wrapper:hover .post-title a,
.post-wrapper:hover .post-content h5 {
	color:#fff;
}
.post-wrapper .post-content h5 {
	font-size:20px;
	font-weight:700;
	line-height:30px;
}
.post-detail .btn {
	position:absolute;
	bottom:-20px;
}
.post-wrapper:hover .btn {
	background:#07b0e3;
	color:#fff;
}

.news-slider,
.tab-with-slider {
	padding-top:80px;
}
.news-slider .slick-prev,
.news-slider .slick-next {
	top:-20px;
	width:62px;
	height:62px;
	-webkit-transform:inherit;
  -ms-transform:inherit;
  transform:inherit;
}
.slick-slide {
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.tab-slider .slick-list .slick-track { margin-top: 33px; }
.tab-with-slider .slider-nav .tab-title {
	padding:0 1px;
}
.tab-with-slider .slider-nav .tab-title span {
	display:block;
	padding:31px 10px 33px 10px;
	background:#173662;
	font-size:25px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.tab-with-slider .slider-nav .tab-title:hover span,
.tab-with-slider .slider-nav .tab-title.slick-current span {
	background:#07b0e3;
}
.tab-content .slick-track { padding-top: 60px; }
.tab-with-slider .tab-content {
	padding:0;
	text-align:center;
}
.tab-with-slider .slick-prev,
.tab-with-slider .slick-next {
	top:-60px;
	width:62px;
	height:62px;
	-webkit-transform:inherit;
  -ms-transform:inherit;
  transform:inherit;
}

.news-slider .slick-prev,
.tab-with-slider .slick-prev {
	background:#1c4176 url(../images/prev-white.svg) center center no-repeat;
	background-size:19px auto !important;
	left:50%;
	margin-left:-67px;
}
.news-slider .slick-prev:hover,
.tab-with-slider .slick-prev:hover {
	background:#07b0e3 url(../images/prev-white.svg) center center no-repeat;
	background-size:19px auto !important;
}
.news-slider .slick-next,
.tab-with-slider .slick-next {
	background:#1c4176 url(../images/next-white.svg) center center no-repeat;
	background-size:19px auto !important;
	right:50%;
	margin-right:-67px;
}
.news-slider .slick-next:hover,
.tab-with-slider .slick-next:hover {
	background:#07b0e3 url(../images/next-white.svg) center center no-repeat;
	background-size:19px auto !important;
}
.tab-with-slider .slick-prev:hover,
.tab-with-slider .slick-next:hover,
.tab-with-slider .slick-prev:focus,
.tab-with-slider .slick-next:focus,
.news-slider .slick-prev:focus,
.news-slider .slick-next:focus {
	background-size:19px auto !important;
	outline: none;
}
.news-slider .slick-prev:before,
.news-slider .slick-next:before,
.tab-with-slider .slick-prev:before,
.tab-with-slider .slick-next:before {
	display:none;
}
.accordian-content {}

.accordian-content .wpb_text_column h4 {
	font-size: 30px;
	color: #173662;
	font-weight: 700;
	text-align: left;
	text-transform: capitalize;
}

.accordian-content .wpb_text_column h4 span {
	display: inline-block;
	text-transform: uppercase;
}

.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel {
	margin-bottom: 60px;
	padding-bottom: 58px;
	border-bottom: solid 1px #d4d7d8;
}

.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
	position: relative;
	margin-bottom: 58px;
	font-size: 20px;
	color: #000;
	background: #fff;
	border: none;
	box-shadow: 0 0 21px rgba(1,2,2,0.13);
	-webkit-box-shadow: 0 0 21px rgba(1,2,2,0.13);
	border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
}

.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 79px;
	height: 100%;
	background-color: #173662;
	content: "";
	pointer-events: none;
	border-top-right-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
}

.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon {
	right: 36px;
	left: auto;
	z-index: 5;
	color: #fff;
}

.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon:before,
.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon:after { border-color: #fff;}

.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 {
	font-size: 20px;
	color: #000;
	line-height: 30px;
}

.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 a {
	position: static;
	padding:35px 110px 45px 35px;
	color: #000;
}

.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	margin-bottom: 0;
	padding: 35px 35px 45px;
	font-size: 20px;
	line-height:30px;
	color: #000;
	background: #f4f4f4;
	border: none;
	text-align: left;
	box-shadow: 0 0 21px rgba(1,2,2,0.13);
	-ms-box-shadow: 0 0 21px rgba(1,2,2,0.13);
	-webkit-box-shadow: 0 0 21px rgba(1,2,2,0.13);
	border-radius: 30px !important;
	-ms-border-radius: 30px !important;
	-webkit-border-radius: 30px !important;
}

.pagination {
	text-align:right;
	margin:0 0 40px 0;
}
.pagination:last-child {
	margin:0;
}
.pagination .page-numbers {
	display:inline-block;
	min-width:50px;
	height:50px;
	line-height:50px;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	background:#173662;
	margin-right:5px;
	padding:0 5px;
	text-align:center;
	cursor:pointer;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	background:#07b0e3;
}

.col-3 {
	float:left;
	width:30%;
	margin-right:5%;
}
.col-3:nth-child(3n+3) {
	margin-right:0;
}
.post-list .post-wrapper {
	margin-bottom:90px;
}

body.category .content-wrapper.container {
	width:100%;
	padding:50px 30px;
}
body.single-post .content-wrapper.container {
	width:100%;
	padding:100px 15px 0 15px;
}
body.single-post article.post {
	margin:0 auto;
	max-width:1600px;
}
body.single-post article.post header {
	margin-bottom:40px;
	position:relative;
	padding-right:150px;
}
body.single-post article.post header .back {
	position:absolute;
	top:0;
	right:0;
	font-size:13px;
	color:#000000;
}
body.single-post article.post header .back:hover {
	color:#07b0e3;
}
body.single-post article.post header h1 {
	font-size:40px;
	color:#000;
	line-height:normal;
}
body.single-post article.post .entry-meta {
	margin-bottom:30px;
}
body.single-post article.post .entry-meta span {
	font-size:18px;
	color:#5f5f5f;
}
body.single-post .post-img {
	float:right;
	width:45%;
	margin:0 0 50px 50px;
}
body.single-post article.post .entry-content p {
	line-height:29px;
}

body.tax-gallery_category .content-wrapper.container {
	width:100%;
	padding:100px 30px;
}

div.pp_overlay {
	background:#041225 !important;
	opacity:.88 !important;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
	background:none !important;
}
.light_square .pp_content .pp_details {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}
.light_square .pp_content .pp_description {
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	margin: 0;
	color:#fff;
	text-align:center;
}
.pp_content .pp_nav { display: none !important; }
div.light_square .pp_content .pp_close {
	top: -65px;
	right: -89px;
	width: 52px;
	height: 52px;
	background: url(../images/close-icon.png);
	background-size: cover;
}
div.light_square .pp_content a.pp_next,
div.light_square .pp_content a.pp_previous {
	position: absolute;
	top: 50%;
	width: 31px;
	height: 58px;
	margin-top: -29px;
	background-position: left top;
	background-size: cover;
}
div.light_square .pp_content a.pp_next {
	right: -89px;
	background-image: url(../images/next-white.svg);
}
div.light_square .pp_content a.pp_previous {
	left: -89px;
	background-image: url(../images/prev-white.svg);
}
div.light_square .pp_content a.pp_next:hover { background-image: url(../images/next-blue.svg); }
div.light_square .pp_content a.pp_previous:hover { background-image: url(../images/prev-blue.svg); }
.pp_top,
.pp_bottom {
	display:none;
}
.pp_content_container .pp_left {
	padding-left:0 !important;
}
.pp_content_container .pp_right {
	padding-right:0 !important;
}
.gallery-list {
	display: block;
	width: 100%;
	font-size: 0;
}
.gallery-list > * {
	font-size: 16px;
}
.gallery-list div[class^="col-"] {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-left: -2px;
}
.gallery-list .gallery-box {
	margin-bottom:60px;
}
.gallery-box .image {
	background:#000;
	margin-bottom:30px;
}
.gallery-box .image img,
.gallery-box .image a {
	display:block;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.gallery-box .image a[attribute^="title"],
.gallery-box .image a:hover[attribute^="title"] { display: none; }
.gallery-box .image a:hover img {
	opacity:.5;
}
.gallery-box .image a {
	position:relative;
}
.gallery-box .image a:after {
	content:"";
	position:absolute;
	bottom:0;
	right:20px;
	pointer-events:none;
	background:url(../images/zoom.svg) center center no-repeat;
	background-size:35px auto;
	width:35px;
	height:35px;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.gallery-box .image a:hover:after {
	bottom:20px;
	visibility:visible;
	opacity:1;
}
.gallery-box .gallery-title {
	font-size:20px;
	line-height: normal;
	font-weight:900;
	margin-bottom: 5px;
}
.gallery-box .gallery-title a,
.gallery-box .gallery-detail a {
	color:#000;
	display: block;
}
.gallery-box .gallery-title a:hover,
.gallery-box .gallery-detail a:hover {
	color:#07b0e3;
}

.gallery-box.video .image a:after {
	display: none;
}
.gallery-box.video .image {
	margin: 0;
}
.gallery-box.video .gallery-detail {
	background: #173662;
	padding: 37px 125px 37px 25px;
	position: relative;
	-webkit-transition:all 0.2s ease-in;
	-moz-transition:all 0.2s ease-in;
	-o-transition:all 0.2s ease-in;
	transition:all 0.2s ease-in;
}
.gallery-box.video .gallery-detail a {
	color: #fff;
}
.gallery-box.video:hover .gallery-detail {
	background: #07b0e3;
}
.gallery-box.video .gallery-detail a span {
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 100%;
	background:#07b0e3 url(../images/play.svg) center center no-repeat;
}

.sticky-sidebar {
	position:fixed;
	z-index:5;
	top:50%;
	left:30px;
	margin:0 !important;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.sticky-sidebar .vc_column_container > .vc_column-inner {
	padding:0;
}
.sticky-sidebar .menu {
	background:#0e2443;
	padding:30px 5px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.sticky-sidebar .menu li {
	margin-bottom:5px;
}
.sticky-sidebar .menu li a {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:5px 10px;
}
.sticky-sidebar .menu li.active a,
.sticky-sidebar .menu li a:hover {
	background:#07b0e3;
}

.history-row {
	background-attachment:fixed;
}
.history-row p {
	font-size: 15px;
	line-height: 20px;
}
.history-row:before {
	background:#fff;
	content:"";
	display:block !important;
	position:absolute;
	z-index:1;
	pointer-events:none;
	top:0;
	left:50%;
	width:1px;
	height:100%;
}
.history-row.first-row:before {
	top:50%;
}

/*
.history-row .year {
	margin-top:-100px;
}
*/

.year h2 {
	font-size:150px;
	font-weight:300;
	line-height:normal;
	text-align:right;
}
.history-row h4 {
	font-weight: bold;
	text-transform: uppercase;
}

.wpb_content_element.contact-map {
	margin-bottom:0;
}
.contact-map.wpb_gmaps_widget .wpb_wrapper {
	padding:0;
}
.page-title-area.wpb_content_element {
	margin:0;
}
.page-title-area > .wpb_wrapper {
	display:inline-block;
	background:#07b0e3;
	padding:53px 50px 53px 150px;
	margin-top:-80px;
	position:relative;
	width:40%;
}
.page-title-area h1 {
	color:#fff;
}

.site-footer {
	width:100%;
	position:relative;
	z-index: 2;
}
.back-to-top {
	text-align:right;
	padding:30px 30px 30px 0;
}
.back-to-top a {
	position:relative;
	padding-top:45px;
	font-size:12px;
	font-weight:700;
	color:#173662;
	text-transform:uppercase;
}
.back-to-top a:after {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-18px;
	content:"";
	width:40px;
	height:37px;
	border:1px solid #000;
	background:url(../images/arrow.svg) center center no-repeat;
	background-size:14px auto;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	-webkit-transition:all 0.3s ease-in;
	-moz-transition:all 0.3s ease-in;
	-o-transition:all 0.3s ease-in;
	transition:all 0.3s ease-in;
}
.back-to-top:hover:after {
	border:1px solid #c1f1ff;
	background:#c1f1ff url(../images/arrow.svg) center 10px no-repeat;
	background-size:14px auto;
}
.footer-top {
	display:table;
	width:100%;
}
.footer-top .left-block {
	width:40%;
	display:table-cell;
	vertical-align:top;
	padding:30px 50px 50px 0;
	background:#003663;
	color:#fff;
}
.footer-logo {
	margin-bottom:15px;
}
.footer-logo img {
	width:65px;
}
.footer-top .left-block h4 {
	text-transform:uppercase;
	font-weight:700;
	color:#fff;
	margin-bottom:10px;
}
.footer-top .left-block h3 {
	font-size:28px;
	color:#00b9f2;
	font-weight:300;
	line-height:34px;
	margin-bottom:25px;
}
.footer-top .left-block .inner {
	float:right;
	width:400px;
	max-width:55%;
}
.footer-top .twitter_feed {
	max-height:300px;
	overflow-y:auto;
	
}
.footer-top .right-block {
	width:60%;
	display:table-cell;
	vertical-align:bottom;
}
.footer-top .right-block .inner {
	background:#1c4176;
	color:#fff;
	padding:50px;
}
.footer-block {
	float:left;
	width:34%;
	padding-left:20px;
	font-size:17px;
	line-height:25px;
}
.footer-block iframe {
	max-width:100%;
}
.footer-block:nth-child(2) {
	width:36%;
	padding-left:20px;
}
.footer-block:last-child {
	width:30%;
	padding-left:0;
}
.footer-block .fs-22 {
	line-height:30px;
}
.footer-block h4 {
	font-size:20px;
	color:#00b9f2;
	margin-bottom:15px;
}
.footer-links li {
	margin-bottom:12px;
}
.footer-links li a {
	display:block;
	font-size:18px;
	color:#fff;
	line-height:normal;
}
.footer-links li a span {
	font-size:15px;
	display:block;
}
.footer-links li a:hover {
	color:#07b0e3;
}
.footer-top .left-block a,
.footer-top .right-block .inner a,
.footer-bottom a {
	color:#fff;
}
.footer-top .left-block a:hover,
.footer-top .right-block .inner a:hover,
.footer-bottom a:hover {
	color:#07b0e3;
}
.site-footer .social-media {
	padding-top:50px;
}
.site-footer .social-media li {
	display:inline-block;
	margin-right:3px;
}
.site-footer .social-media li:last-child { margin-right: 0; }
.site-footer .social-media li a {
	display:block;
	border:1px solid #fff;
	padding:14px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
}
.site-footer .social-media li a:hover {
	background:#07b0e3;
	border:1px solid #07b0e3;
}
.site-footer .social-media li a img {
	width:28px;
	height:auto;
}
.footer-bottom {
	padding:10px 30px;
	background:#0c2549;
	font-size:13px;
	color:#fff;
}
.footer-bottom .copy {
	text-transform:uppercase;
}
.footer-bottom .copy a {
	text-decoration:underline;
}
.footer-bottom .generation-y {
	background:url(../images/generation-y.svg) right center no-repeat;
	background-size:23px auto;
	padding-right:30px;
	margin-right:5px;
}


body.error404 .main-nav,
body.error404 .header-right,
body.error404 .page-title,
body.error404 .logo-desc { display: none !important; }
body.error404 .site-header { padding-top: 17px; padding-bottom: 17px; }

body.error404 .site-footer { display: none !important; }
body.error404 .content-holder { padding-top: 122px; }
body.error404 .content-wrapper {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}
body.error404 .content-wrapper > section {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
body.error404 .entry-title {
	font-size: 259px;
	color: #173662;
	line-height: normal;
}

body.error404 .content-wrapper .entry-content p {
	font-size: 25px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}
body.error404 .content-wrapper .entry-content p:last-child {
	font-size: 15px;
	text-transform: none;
}
body.error404 .content-wrapper .entry-content .btn {
	display: block;
	max-width: 250px;
	margin-top: 65px;
	margin-right: auto;
	margin-left: auto;
}


/*** Custom media query start ***/



@media (min-width: 1500px) and (max-width: 1740px) {

	h2 {
		font-size: 30px;
	}
	h2 span {
		font-size: 34px;
	}
	.voting-block .yop-poll-container li label {
		font-size: 30px !important;
	}

	.logo-wrapper {
		width: 20%;
	}
	.logo img {
		width: 250px;
	}
	.main-nav {
		width: 50%;
	}
	.main-menu li > a,
	body.home .site-header.fixed .main-menu li > a {
		padding:55px 30px;
		display:block;
	}
	body.home .main-menu li > a {
		padding:64px 30px;
	}
	.site-header .social-media li {
		margin: 0 30px;
	}

	.give-voice.vc_column_container > .vc_column-inner { width: 518px; height: 518px; max-width: 518px; }

	.site-footer .social-media li a { padding: 8px; }
	.site-footer .social-media li a img { width: 26px; }

	.tab-with-slider .slider-nav .tab-title span {
		font-size: 20px;
	}
	.countdown-wrapper .countdown-text { max-width: 50%; }
	.countdown-wrapper .countdown-text p {
		font-size: 24px;
	}
	.countdown-wrapper .countdown-text p strong { font-size: 24px; }
}


@media (min-width: 1366px) and (max-width: 1499px) {

	h2 {
		font-size: 30px;
	}
	h2 span {
		font-size: 34px;
	}
	.voting-block h2 br {
		display: none;
	}
	.voting-block .yop-poll-container li label {
		font-size: 30px !important;
	}

	.logo-wrapper {
		width: 20%;
	}
	.logo img {
		width: 250px;
	}
	.main-nav {
		width: 50%;
	}
	.main-menu li > a,
	body.home .site-header.fixed .main-menu li > a {
		padding: 55px 20px;
	}
	body.home .main-menu li > a {
		padding: 64px 20px;
	}

	.site-header .social-media {
		margin-right: 50px;
	}
	.site-header .social-media li {
		margin: 0 30px;
	}

	.give-voice.vc_column_container > .vc_column-inner { width: 440px; height: 440px; max-width: 440px; }
	.countdown-wrapper .countdown-text { max-width: 50%; }
	.countdown-wrapper .countdown-text p {
		font-size: 24px;
	}
	.countdown-wrapper .countdown-text p strong { font-size: 24px; }
	.voting-block .countdown > div {
		font-size: 14px;
	}
	.voting-block .countdown > div span {
		width:60px;
		height:60px;
		font-size:30px;
		line-height:60px;
	}

	.site-footer .social-media li a { padding: 8px; }
	.site-footer .social-media li a img { width: 22px; }

	.back-logo-home { left: -370px; }
	.tab-with-slider .slider-nav .tab-title span {
		font-size: 18px;
	}
}

@media (max-width: 1365px) {

	.page-title .image {
		height: 335px;
	}
	.title-wrapper .title,
	.page-title-area > .wpb_wrapper {
		padding-left: 70px;
	}
	.title-wrapper .title h1,
	.page-title-area > .wpb_wrapper h1 {
		font-size: 30px;
	}

	.countdown-wrapper .countdown-text { width: 100%; margin-bottom: 20px; }
	.countdown-wrapper .countdown { float: left; width: 100%; }
	.countdown-wrapper .countdown-text p {
		font-size: 24px;
	}
	.countdown-wrapper .countdown-text p strong { font-size: 24px; }
	.voting-block h2 br {
		display: none;
	}
	.tab-with-slider .slider-nav .tab-title span {
		font-size: 18px;
	}
	.tab-with-slider .slider-nav .tab-title span {
		font-size: 16px;
		padding:23px 5px 25px 5px;
	}

	.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 {
		font-size: 18px;
		line-height: 26px;
	}
	.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 a {
		padding:25px 100px 35px 25px;
	}
	.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
		font-size: 18px;
		line-height: 26px;
		padding: 25px 25px 35px;
	}

}


@media (min-width: 1200px) and (max-width: 1365px) {

	h2 {
		font-size: 30px;
	}
	h2 span {
		font-size: 34px;
	}

	.logo-wrapper {
		width: 20%;
	}
	.logo img {
		width: 250px;
	}
	.logo-desc {
		font-size: 12px;
		padding-left: 20px;
	}
	.main-nav {
		width: 50%;
	}
	.main-menu li > a,
	body.home .site-header.fixed .main-menu li > a {
		padding: 55px 15px;
	}
	body.home .main-menu li > a {
		padding: 64px 15px;
	}
	.header-right {
		width: 25%;
	}
	.site-header .social-media { margin-right: 20px; }
	.site-header .social-media li { margin: 0 15px; }

	.back-logo-home { left: -370px; }
	
	.give-voice.vc_column_container > .vc_column-inner { width: 400px; height: 400px; max-width: 400px; }
	.give-voice .vc_column-inner > .wpb_wrapper h2 { font-size: 38px; }
	.give-voice .vc_column-inner > .wpb_wrapper h2 b { font-size: 44px; }

	.voting-block .yop-poll-container li label {
		font-size: 24px !important;
	}
	.voting-block .yop-poll-container li .radio-btn input[type="radio"] + label { padding-left: 50px; }

	.news-slider .post-wrapper { margin-right: 20px; margin-left: 20px; }
	.post-wrapper .post-detail { margin-right: 20px; margin-left: 20px; padding-right: 15px; padding-left: 15px; }
	.post-detail .btn { padding-right: 20px; padding-left: 20px; }

	.footer-top .left-block { width: 30%; }
	.footer-top .right-block { width: 70%; }
	.footer-top .left-block .inner { max-width: 90%; width: 300px; }
	.footer-top .right-block .inner { padding-right: 40px; padding-left: 40px; }
	.site-footer .social-media li a { padding: 8px; }
	.site-footer .social-media li a img { width: 22px; }

}


@media (min-width: 992px) and (max-width: 1199px) {

	.content-holder,
	body.home .content-holder { padding-top: 99px; }
	.container { width: 950px; }

	.title-wrapper .menu li a {
		padding: 40px 50px;
	}

	.logo-wrapper {
		width: 20%;
	}
	.logo-desc {
		font-size: 10px;
		padding-left: 20px;
	}
	.logo img {
		width: 180px;
	}
	.main-nav {
		width: 50%;
	}
	.main-menu li > a,
	body.home .site-header.fixed .main-menu li > a {
		padding: 40px 10px;
		font-size: 12px;
	}
	body.home .main-menu li > a {
		padding: 50px 10px;
	}
	body.home .site-header.fixed .main-menu li ul,
	.main-menu li ul {
		top:60px;
	}
	.main-menu li:hover > ul,
	body.home .site-header.fixed .main-menu li:hover > ul {
		top:70px;
	}
	.header-right {
		width: 25%;
	}
	.site-header .social-media { margin-right: 20px; }
	.site-header .social-media li { margin: 0 10px; }
	.site-header .social-media li i {
		font-size: 18px;
	}
	.header-logo {
		width: 40px;
	}
	
	body.error404 .site-header { padding-top: 26px; padding-bottom: 31px; }
	body.error404 .logo-wrapper .logo  { width: 150px; }

	h2 {
		font-size: 30px;
	}
	h2 span {
		font-size: 34px;
	}

	body.home .vc_row.small-pb { padding-bottom: 50px; }
	body.home .vc_row.big-pb { padding-bottom: 50px; }
	body.category .content-wrapper.container { padding-bottom: 0; }
	body.single-post .content-wrapper.container { padding-top: 50px; padding-right: 30px; padding-left: 30px; }
	body.single-post .vc_row.small-pt { padding-top: 40px; }
	body.single-post .vc_row.small-pb { padding-bottom: 50px; }
	body.tax-gallery_category .content-wrapper.container { padding-top: 50px; padding-bottom: 50px; }

	.back-logo-home { left: -370px; }

	.my-work:after { bottom: -58px; }
	.work-type { margin-bottom: 30px; }
	.work-type h2 { margin-bottom: 20px; font-size: 70px; line-height: 60px; }
	.work-type:last-child h2 { font-size: 46px; line-height: 50px; }

	.voting-block .yop-poll-container li label {
		font-size: 20px !important;
	}
	.voting-block .yop-poll-container li .radio-btn input[type="radio"] + label {
		padding-left: 40px;
	}
	.voting-block .yop-poll-container li .radio-btn input[type="radio"] + label:before {
		width: 27px;
		height: 27px;
		top: 6px;
	}

	.give-voice.vc_column_container > .vc_column-inner { width: 400px; height: 400px; max-width: 400px; }
	.give-voice .vc_column-inner > .wpb_wrapper h2 { font-size: 38px; }
	.give-voice .vc_column-inner > .wpb_wrapper h2 b { font-size: 44px; }
	.voting-block .vc_column-inner > .wpb_wrapper { padding-right: 40px; padding-left: 40px; }
	.voting-block .yop-poll-container { padding-right: 20px !important; padding-left: 20px !important; }
	.voting-block .yop-poll-container li { margin-bottom: 20px !important; }
	.voting-block .yop-poll-container li[class^="yop-poll-li-result"] { padding-right: 0 !important; }

	.back-logo { left: -180px; }

	.news-slider .post-wrapper { margin-right: 20px; margin-left: 20px; }
	.slick-dots { display: none !important; }
	.post-wrapper .post-detail { margin-right: 20px; margin-left: 20px; padding-right: 15px; padding-left: 15px; }
	.post-detail .btn { padding-right: 20px; padding-left: 20px; }
	.page-breadcrumb { left: 80px; }
	.form-row.small-pb { padding-top: 50px; padding-bottom: 50px; }

	.tab-content .slick-track { padding-top: 30px; }
	.tab-with-slider .slider-nav .tab-title span { padding: 20px 6px 24px; font-size: 20px; }

	div.light_square .pp_content a.pp_next,
	div.light_square .pp_content a.pp_previous { width: 24px; height: 45px; }
	div.light_square .pp_content a.pp_next { right: -60px; }
	div.light_square .pp_content a.pp_previous { left: -60px; }
	div.light_square .pp_content .pp_close { top: -55px; right: -75px; width: 38px; height: 38px; }
	
	.history-row .year {/* margin-top: -50px;*/ }
	.year h2 { font-size: 150px; }

	.footer-top .left-block { width: 25%; }	
	.footer-top .left-block .inner { max-width: 90%; width: 250px; }
	.footer-top .left-block .inner h4 { font-size: 20px; }
	.footer-top .left-block h3 { font-size: 24px; }
	.footer-top .right-block { width: 75%; }
	.footer-top .right-block .inner { padding-right: 30px; padding-left: 30px; }
	.footer-top .right-block .inner .footer-block:first-child { padding-left: 0; }
	.footer-top .right-block .inner .footer-block:last-child { padding-left: 20px; }
	
	.site-footer .social-media li a { padding: 6px; }
	.site-footer .social-media li a img { width: 18px; }
	.footer-bottom .pull-left { padding-bottom: 10px; }
	.footer-bottom .pull-left,
	.footer-bottom .pull-right { width: 100%; text-align: center; }

	body.error404 .content-wrapper { padding-top: 0; padding-bottom: 50px; }
	.tab-with-slider .slider-nav .tab-title span {
		font-size: 16px;
		padding:23px 5px 25px 5px;
	}

}


@media (max-width: 991px) {

	.page-title .image {
		height: 250px;
	}
	.page-breadcrumb {
		bottom: 20px;
	}

	h2 {
		font-size: 30px;
	}
	h2 span {
		font-size: 34px;
	}

	.site-header { padding-top: 8px; padding-bottom: 8px; }
	.site-header .container { position: relative; display: block; }
	.logo-wrapper,
	.main-nav { display: block; float: left; }
	.main-menu { display: none; }
	.main-nav a.menu-btn { display: block; }
	.main-menu li { display: block; border-top: solid 1px #426494; text-align: left; }
	body.home .main-menu li > a,
	.main-menu li > a { padding: 10px 20px; font-size: 13px; }

	body.home .site-header.fixed .main-menu li > a,
	.site-header.fixed .main-menu li > a { padding: 10px 20px; }

	body.home .site-header.fixed .main-menu li ul,
	.site-header.fixed .main-menu li ul,
	.main-menu li ul,
	body.home .main-menu li ul { position: relative; top: 0; display: none; max-width: 100%; padding: 0; opacity: 1; visibility: visible; }

	body.home .main-menu li:hover > ul,
	.main-menu li:hover > ul { top: 0; }

	.main-menu li ul li a,
	body.home .main-menu li ul li a,
	body.home .site-header.fixed .main-menu li ul li a,
	.site-header.fixed .main-menu li ul li a { padding: 8px 0 8px 20px; }

	.main-nav .main-menu .submenu-button { position: absolute; top: 0; right: 0; display: block; width: 40px; height: 42px; background-color: #1c4176; }
	.main-nav .main-menu .submenu-button:before { position: absolute; top: 10px; left: 50%; margin-left: -6px; font-family:'FontAwesome'; font-size: 20px; color: #fff; content: "\f107"; cursor: pointer; }

	.header-right { display: block; float: right; margin-top: 12px; }

	.give-voice { margin-top: 0; }
	.my-duty.wpb_column,
	.voting-block.wpb_column { display: block; width: 100%; }
	.voting-block .yop-poll-container li label {
		font-size: 30px !important;
	}
	.voting-block .yop-poll-container li .radio-btn input[type="radio"] + label {
		padding-left: 50px;
	}
	.my-duty { margin-top: 0; margin-bottom: 50px; }

	.news-slider .post-wrapper { margin-right: 20px; margin-left: 20px; }
	.slick-dots { display: none !important; }
	.post-wrapper .post-detail { margin-right: 20px; margin-left: 20px; padding-right: 15px; padding-left: 15px; }
	.post-detail .btn { padding-right: 20px; padding-left: 20px; }
	.page-breadcrumb { left: 30px; }
	.title-wrapper .title,
	.page-title-area > .wpb_wrapper { width: 100%; margin-top: 0; padding-top: 35px; padding-bottom: 35px; padding-left: 30px; }
	.title-wrapper .right-side { float: left; width: 100%; }
	.title-wrapper .menu li a { padding-top: 30px; padding-bottom: 30px; }


	.sticky-sidebar { top: 90px !important; left: 60px; transform: translate(0,0); -webkit-transform: translate(0,0); }
	.history-row.vc_row.vc_row-flex { display: block; padding-top: 130px; }
	.history-row.vc_row.vc_row-flex.first-row { padding-top: 150px; }
	.history-row:before { top: 0 !important; left: 30px; }
	.history-row.first-row:before { top:  200px !important; }
	.history-row.vc_row.vc_row-flex > .vc_column_container { display: block; float: left; width: 100%; padding-left: 40px; }
	.history-row.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner { display: block; float: left; width: 100%; }
	.history-row .year { margin-top: 0; margin-bottom: 0; }
	.year h2 { font-size: 70px; text-align: left; }
	.sticky-sidebar .menu { float: left; padding-top: 8px; padding-bottom: 8px; }
	.sticky-sidebar .menu li { display: block; float: left; margin-right: 5px; margin-bottom: 0;  }
	.sticky-sidebar .menu li a { padding-right: 15px; padding-left: 15px; border-radius: 15px; -webkit-border-radius: 15px; }

	.voting-block .yop-poll-container li[class^="yop-poll-li-result"] { padding-right: 0 !important; }

	.form-row .vc_column_container { width: 100%; }

	.footer-bottom .pull-left { padding-bottom: 10px; }
	.footer-bottom .pull-left,
	.footer-bottom .pull-right { width: 100%; text-align: center; }

	body.error404 .content-holder { padding-top: 0; }
	.logo-wrapper,
	.site-header .logo-wrapper,
	.site-header.fixed .logo-wrapper,
	body.home .logo-wrapper,
	body.home .site-header.fixed .logo-wrapper { position: relative; }

	.tab-with-slider .slider-nav .tab-title span {
		font-size: 16px;
		padding:18px 5px 20px 5px;
	}
	.gallery-box.video .gallery-detail {
		padding: 27px 115px 27px 20px;
	}
	.gallery-box.video .gallery-detail a span {
		width: 100px;
	}
	.countdown-wrapper .countdown-text p {
		font-size: 20px;
	}
	.countdown-wrapper .countdown-text p strong { font-size: 20px; }
}


@media (min-width: 768px) and (max-width: 991px) {

	body.home .content-holder,
	.content-holder { padding-top: 90px; }

	.site-header { padding: 17px 30px; }
	.container { width: 750px; }
	.logo-wrapper { width: 50%; }
	.logo img { width: 130px; }
	.logo-desc { padding-left: 10px; font-size: 11px; }

	body.error404 .site-header { padding-top: 18px; padding-bottom: 25px; }
	body.error404 .site-header .logo-wrapper { position: relative; top: 0; }

	.main-nav { width: 100%; }
	.main-nav a.menu-btn { position: absolute; top: 15px; right: 0;  }
	.main-menu { width: 100%; float: left; margin-top: 20px; }
	.site-header .social-media { margin-right: 15px; }
	.site-header .social-media li { margin-right: 5px; margin-left: 5px; }
	.site-header .social-media li .fa { font-size: 16px; }
	.header-right { position: absolute; top: 3px; right: 60px; width: 180px; margin-top: 0; }
	.header-logo { width: 40px; }
	.header-logo img { width: 100%; }

	.back-logo-home { left: -250px; }
	.logo-symbol img { width: 100%; }
	.back-logo { left: -100px; }

	.tab-content .slick-track { padding-top: 30px; }

	body.home .vc_row.small-pb { padding-bottom: 0; }
	body.home .vc_row.big-pb { padding-bottom: 50px; }
	.countdown-wrapper .countdown-text { width: auto; max-width: 45%; margin-bottom: 0; }
	.countdown-wrapper .countdown { float: right; width: auto; }
	.voting-block .yop-poll-container li { margin-bottom: 20px !important; }

	body.category .content-wrapper.container { padding-bottom: 10px; }
	.post-wrapper .post-detail { margin-right: 20px; margin-left: 20px; padding-right: 15px; padding-left: 15px; }
	.post-list .col-3,
	.gallery-list .col-3 { width: 47%; margin-right: 5%; }
	.post-list .col-3:nth-child(2n+2),
	.gallery-list .col-3:nth-child(2n+2) { margin-right: 0; }
	.post-list .post-wrapper { margin-bottom: 70px; }

	
	body.single-post .content-wrapper.container { padding-top: 50px; padding-right: 30px; padding-left: 30px; }
	body.single-post .vc_row.small-pt { padding-top: 40px; }
	body.single-post .vc_row.small-pb { padding-bottom: 50px; }
	body.tax-gallery_category .content-wrapper.container { padding-top: 50px; padding-bottom: 50px; }


	.give-voice.vc_column_container > .vc_column-inner { width: 400px; height: 400px; max-width: 400px; }
	.give-voice .vc_column-inner > .wpb_wrapper h2 { font-size: 38px; }
	.give-voice .vc_column-inner > .wpb_wrapper h2 b { font-size: 44px; }
	.left-sidebar.vc_column_container { width: 40%; }
	.my-video.vc_column_container { width: 60%; padding-left: 30px; }
	.my-work:after { bottom: -55px; }
	.work-type { margin-bottom: 30px; }
	.my-work h4 { margin-bottom: 30px; }
	.work-type h2 { margin-bottom: 10px; font-size: 70px; line-height: 60px; }
	.work-type:last-child h2 { font-size: 42px; line-height: 48px; }

	div.light_square .pp_content a.pp_next,
	div.light_square .pp_content a.pp_previous { width: 24px; height: 45px; }
	div.light_square .pp_content a.pp_next { right: -60px; }
	div.light_square .pp_content a.pp_previous { left: -60px; }
	div.light_square .pp_content .pp_close { top: -55px; right: -75px; width: 38px; height: 38px; }

	.form-row.small-pt { padding-top: 50px; }
	.form-row.small-pb { padding-bottom: 50px; }

	.back-logo .logo-symbol { left: -150px; }
	.logo-symbol img { width: 750px; }

	.footer-top .left-block { width: 20%; padding-right: 30px; }	
	.footer-top .left-block .inner { max-width: 90%; width: 250px; }
	.footer-top .left-block .inner h4 { font-size: 22px; }
	.footer-top .left-block h3 { font-size: 26px; }
	.footer-top .right-block { width: 80%; }
	.footer-top .right-block .inner { padding-right: 30px; padding-left: 30px; }
	.footer-top .right-block .inner .footer-block { width: 50%; }
	.footer-top .right-block .inner .footer-block:first-child { padding-left: 0; }
	.footer-top .right-block .inner .footer-block:last-child { margin-top: 20px; }
	
	.site-footer .social-media { padding-top: 0; }
	.site-footer .social-media li a { padding: 6px; }
	.site-footer .social-media li a img { width: 18px; }

	body.error404 .content-wrapper { padding-top: 200px; padding-bottom: 50px; }
	body.error404 .entry-title { font-size: 150px; }
}


@media (max-width: 767px) {

	h1 { font-size: 30px; }
	h2 { font-size: 28px; }
	h2 span { font-size: 32px; }
	h3 { font-size: 24px; }
	.content-wrapper.container,
	.container { width: 100%; }

	.site-header,
	.site-header.fixed { position: absolute; padding: 10px 20px; }

	.logo-wrapper { width: 100%;}
	.logo img { width: 150px; }
	.logo-desc { padding-left: 10px; font-size: 11px; }
	body.error404 .site-header .logo-wrapper { position: relative; top: 0; }
	.main-nav { float: right; width: 100%; margin-bottom: 10px; }
	.main-nav.menu-open { margin-bottom: 0; }
	.main-nav a.menu-btn { position: absolute; top: 10px; right: 0; }
	.main-menu { width: 100%; float: left; margin-top: 20px; }
	.header-right { width: 100%; text-align: center; margin-top: 0; padding-top: 10px; border-top: solid 1px #fff; }
	.site-header .social-media { margin-right: 15px; }
	.site-header .social-media li { margin-right: 5px; margin-left: 5px; }
	.site-header .social-media li .fa { font-size: 16px; }
	.header-logo { width: 30px; }
	.header-logo img { width: 100%; }

	.back-logo-home { left: -130px; }

	.my-video.vc_column_container { padding-right: 15px; padding-left: 15px; }
	.my-video.vc_column_container .wpb_content_element { margin-bottom: 25px; }
	.give-voice.vc_column_container > .vc_column-inner { width: 400px; height: 400px; max-width: 400px; }
	.give-voice .vc_column-inner > .wpb_wrapper h2 { font-size: 38px; }
	.give-voice .vc_column-inner > .wpb_wrapper h2 b { font-size: 44px; }
	.big-pb { padding-bottom: 50px; }
	.my-work { width: 368px; margin-right: auto; margin-left: auto; }
	.work-type { margin-bottom: 40px; }
	.work-type h2 { margin-bottom: 20px; font-size: 70px; line-height: 60px; }
	.work-type:last-child h2 { font-size: 42px; line-height: 48px; }
	.voting-block .vc_column-inner > .wpb_wrapper { padding: 40px 15px; }
	.voting-block .yop-poll-container { padding-right: 20px !important; padding-left: 20px !important; }
	.voting-block .yop-poll-container li .radio-btn input[type="radio"] + label { padding-left: 50px; font-size: 36px !important; }
	.voting-block .yop_poll_vote_button { margin-bottom: 20px !important; }
	.my-duty h2 { line-height: 34px; }

	body.tax-gallery_category .content-wrapper.container { padding-top: 40px; padding-bottom: 40px; }
	.pagination { text-align: left; }
	.pagination .page-numbers { margin-bottom: 10px; }
	.gallery-list .gallery-box { margin-bottom: 30px; }
	.gallery-box .image { margin-bottom: 25px; }
	body.category .content-wrapper.container { padding-bottom: 0; }
	.post-list .post-wrapper { margin-bottom: 70px; }
	
	.title-wrapper .title { margin-top: 0; padding-top: 20px; padding-bottom: 20px; }
	.title-wrapper .title h1 { font-size: 26px; }
	.title-wrapper .menu li a { padding: 15px 30px; }
	.title-wrapper .menu li a:after { height: 3px; }
	.post-wrapper .post-detail { margin-right: 20px; margin-left: 20px; padding-right: 15px; padding-left: 15px; }
	.post-list .col-3,
	.gallery-list .col-3 { width: 47%; margin-right: 5%; }
	.post-list .col-3:nth-child(2n+2),
	.gallery-list .col-3:nth-child(2n+2) { margin-right: 0; }
	.post-wrapper .post-content h5 { font-size: 18px; line-height: 24px; }
	.post-detail .btn { padding-right: 20px; padding-left: 20px; }
	.news-slider .slick-prev,
	.news-slider .slick-next,
	.tab-with-slider .slick-prev,
	.tab-with-slider .slick-next { width: 30px; height: 30px; }

	.news-slider .slick-prev,
	.tab-with-slider .slick-prev,
	.news-slider .slick-next,
	.tab-with-slider .slick-next,
	.news-slider .slick-prev:hover,
	.tab-with-slider .slick-prev:hover,
	.news-slider .slick-next:hover,
	.tab-with-slider .slick-next:hover { background-size: 10px auto !important; }
	.news-slider .slick-prev,
	.tab-with-slider .slick-prev { margin-left: -32px; }
	.news-slider .slick-next,
	.tab-with-slider .slick-next { margin-right: -32px; }
	body.single-post article.post header h1 { width: 100%; font-size: 28px; }
	body.single-post .post-img { float: left; width: 100%; margin-bottom: 20px; margin-left: 0; }

	body.single-post .content-wrapper.container { padding-top: 40px; }
	body.single-post article.post header { padding-right: 0; }
	body.single-post article.post header .back { position: relative; top: 0; right: 0; margin-bottom: 10px; }

	.small-pt { padding-top: 50px; }
	.small-pb { padding-bottom: 50px; }
	.news-slider, .tab-with-slider { padding-top: 40px; }
	.form-row.small-pb { padding-bottom: 40px; }

	.pp_content_container .pp_left { padding-left: 20px !important; }
	div.light_square .pp_content .pp_close { top: -40px; right: -40px; width: 30px; height: 30px; }
	div.light_square .pp_content a.pp_next { right: -40px; }
	div.light_square .pp_content a.pp_previous { left: -40px; }
	div.light_square .pp_content a.pp_next,
	div.light_square .pp_content a.pp_previous { width: 20px; height: 37px; }
	.light_square .pp_content .pp_description { bottom: -10px; }

	.title-wrapper .menu li { width: 100%; border-right: none; border-bottom: 2px solid #4d4d4d; }
	.title-wrapper .menu li.current-menu-item,
	.title-wrapper .menu li:last-child { border-bottom: none; }
	.history-row.first-row:before { top:  190px !important; }
	.history-row.vc_row.vc_row-flex { padding-top: 30px; }
	.history-row.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner { padding-top: 20px; }
	.sticky-sidebar .menu li a { padding: 3px 13px; font-size: 14px; border-radius: 10px; -webkit-border-radius: 10px; }
	.year h2 { font-size: 50px; }
	.sticky-sidebar { position: absolute !important; top: 160px !important; left: 30px; }
	
	.footer-block h4 { margin-bottom: 18px; }
	.footer-top .left-block { width: 20%; padding-right: 30px; }	
	.footer-top .left-block .inner { max-width: 90%; width: 250px; }
	.footer-top .left-block .inner h4 { font-size: 22px; }
	.footer-top .left-block h3 { font-size: 26px; }
	.footer-top .right-block { width: 80%; }
	.footer-top .right-block .inner { padding-top: 35px; padding-bottom: 20px; }
	.footer-top .right-block .inner { padding-right: 30px; padding-left: 30px; }
	.footer-top .right-block .inner .footer-block { width: 100%; margin-bottom: 25px; padding-left: 0; }
	.footer-links li { margin-bottom: 10px; }
	
	.site-footer .social-media { padding-top: 0; }
	.site-footer .social-media li a { padding: 6px; }
	.site-footer .social-media li a img { width: 18px; }

	body.error404 .content-wrapper { padding-top: 100px; padding-bottom: 50px; }
	body.error404 .entry-title { font-size: 100px; }

	.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 {
		font-size: 16px;
		line-height: 22px;
	}
	.wpb-js-composer .accordian-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
		font-size: 16px;
		line-height: 22px;
	}
	.contact-map iframe {
		height: 300px;
	}
}



@media (max-width: 599px) {

	.page-title .image {
		height: 180px;
	}

	.contact-map iframe {
		height: 180px;
	}

	.title-wrapper .title h1 { font-size: 20px; }
	.post-list .col-3,
	.gallery-list .col-3 { width: 100%; margin-right: 0; }
	.voting-block .yop-poll-container li[class^="yop-poll-li-result-"] label { font-size: 20px !important; line-height: normal; }
	.voting-block .yop-poll-container li[class^="yop-poll-li-result-"] label span[class^="pds-answer-text-"] { line-height: 22px !important; vertical-align: top; }
	.voting-block .yop-poll-container li[class^="yop-poll-li-result-"] label span[class^="pds-answer-text-"] span { font-size: 20px !important; line-height: normal; }
	.voting-block .yop-poll-container li[class^="yop-poll-li-result-"] label span[class^="pds-feedback-result-1"] { font-size: 16px !important; line-height: 18px !important; }

	.form-list li { text-align: left; }

	.footer-top { display: inline-block; }
	.footer-top .left-block { display: inline-block; width: 100%; padding-left: 30px; }	
	.footer-top .left-block .inner { max-width: 100%; width: 100%; }
	.footer-top .right-block { display: inline-block; width: 100%; }
	.back-to-top { position: fixed; bottom: 20px; right: 20px; z-index: 999; width: 25px; padding: 0; background: none; }
	.back-to-top a { width: 25px; height: 25px; padding-top: 0; font-size: 0; color: #fff; text-indent: -9999px; }
	.back-to-top a:after { left: 0; width: 25px; height: 25px; margin-left: 0; background-color: #fff; }

	.gallery-box.video .gallery-detail {
		padding: 20px 85px 20px 20px;
	}
	.gallery-box.video .gallery-detail a span {
		width: 70px;
		background-size: 20px auto; 
	}
}


@media (max-width: 479px) {

	.small-pb { padding-bottom: 10px; }
	.give-voice.vc_column_container > .vc_column-inner { width: 280px; height: 280px; max-width: 280px; }
	.give-voice .vc_column-inner > .wpb_wrapper h2 { font-size: 26px; }
	.give-voice .vc_column-inner > .wpb_wrapper h2 b { font-size: 30px; }
	.my-video.vc_column_container { padding-top: 0; }
	.my-work { width: 264px; margin-bottom: 40px; padding-top: 30px; padding-bottom: 40px; }
	.my-work:after { bottom: -54px; }
	.my-work h4 { margin-bottom: 15px; }
	.work-type { margin-bottom: 20px; }
	.work-type h2 { margin-bottom: 20px; font-size: 40px; line-height: 50px; }
	.work-type:last-child h2 { font-size: 36px; line-height: 40px; }
	.voting-block .yop-poll-container li .radio-btn input[type="radio"] + label { padding-left: 30px; font-size: 28px !important; }
	.give-voice .wpb_button, .wpb_content_element { margin-bottom: 20px; }
	.give-voice .vc_column-inner > .wpb_wrapper .btn { padding-right: 20px; padding-left: 20px; }
	.voting-block .vc_column-inner > .wpb_wrapper { padding-top: 30px; padding-bottom: 20px; }
	.voting-block .vc_column-inner > .wpb_wrapper h2 { line-height: 36px; }
	.voting-block .vc_column-inner > .wpb_wrapper h2 span { font-size: 28px; }
	.voting-block .yop-poll-container li { padding-right: 80px !important; }
	.voting-block .yop-poll-container li > span { min-width: inherit; width: 60px; height: 60px; font-size: 16px; line-height: 60px; }
	.voting-block .yop-poll-container li .radio-btn input[type="radio"] + label { font-size: 18px !important; line-height: 22px !important; }
	.voting-block .yop-poll-container li .radio-btn input[type="radio"] + label:before { width: 20px; height: 20px; }
	.voting-block .countdown > div { font-size: 15px; }
	.voting-block .countdown > div span { width:70px; height:70px; font-size:30px; line-height:70px; }
	.voting-block .yop-poll-container li { margin-bottom: 20px !important; min-height: 70px !important; }
	.voting-block .yop-poll-container li .radio-btn { padding-top: 15px; }

	div.light_square .pp_content .pp_close { width: 20px; height: 20px; }
	div.light_square .pp_content a.pp_next,
	div.light_square .pp_content a.pp_previous { width: 15px; height: 28px; }

	body.category .content-wrapper.container { padding-bottom: 20px; }
	.post-list .post-wrapper { margin-bottom: 60px; }
	body.single-post .content-wrapper.container .vc_row.small-pb { padding-top: 10px; padding-bottom: 40px; }
	.form-row.small-pb { padding-bottom: 40px; }
	.page-breadcrumb { padding-right: 20px; }
	.light_square .pp_content .pp_description { top: 50%; }
	
}


@media (max-width: 399px) {

	.logo-wrapper,
	.site-header .logo-wrapper,
	.site-header.fixed .logo-wrapper,
	body.home .logo-wrapper,
	body.home .site-header.fixed .logo-wrapper { position: relative;  }

	.logo { width: 100%; padding-right: 0; }
	.logo-desc { width: 100%; }
}

