* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	min-width: 320px;
	margin: 0;
	padding: 0 !important;
	height: 100%;
	background-color: #f7f7f1;
}

html {
	overflow-y: scroll;
}

table {
	border: none;
	border-collapse: collapse;
}

table td, table th {
	padding: 3px 0px;
	vertical-align: top;
}

table th {
	text-align: left;
}

form {
	padding: 0;
	margin: 0;
}

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

:focus { outline: none; }

input:focus, div:focus, textarea:focus, button:focus {
	outline: none;
}

input, .button {
	overflow: visible;
	width: auto;
}

button, input[type="submit"] {
	cursor: pointer;
}

.hidden {
	display: none;
}

/* Form */

.formHolder {
	width: 100%;
}

.formHolder tr td {
	padding: 0px 0px 15px 0px;
}

.formHolder tr td.formLabelHolder {
	width: 30%;
	vertical-align: middle;
	padding-right: 20px;
}

input:focus, div:focus, textarea:focus, button:focus {
	outline: none;
}

.formEmailinput, .formTextinput, .formTextarea, .formTelinput, select {
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
	font-size: 100%;
	border: 1px solid #d6d6d6;
	color: #000000;
}

.formEmailinput, .formTextinput, .formTextarea, .formTelinput, .formNumberinput {
	height: 32px;
	padding: 0px 10px;
}

.formTextarea {
	height: 150px;
	overflow: auto;
	padding: 10px;
}

select {
	height: 32px;
}

.formHolder .formField-plaintext {
	font-style: italic;
}

.formHolder .formEmailinput, .formHolder .formTextinput, .formHolder .formTextarea, .formHolder .formTelinput,
.formHolder .formNumberinput, .formHolder select {
	width: 100%;
	outline: none;
}

.formSubmit {
	background-color: #212121;
	color: #ffffff;
	height: 32px;
	border: none;
	padding: 0px 20px;
	font-family: "DIN Pro", Arial, sans-serif;
	font-weight: bold;
	font-size: 110%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.formSubmit:hover {
	background-color: #313131;
}

.checkbox, .radio {
	float: left;
	width: 14px;
	height: 14px;
	background-color: #ffffff;
	background-image: url('/media/layout/apteekkari-2015/images/checkbox.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px 15px 0px 0px;
	display: block;
	clear: left;
	cursor: pointer;
}

.radio {
	background-image: url('/media/layout/apteekkari-2015/images/radio.gif');
}

.checked {
	background-position: left top;
}

.formHolder label.checkbox-label, .formHolder label.radio-label {
	padding: 3px 0px;
	display: inline-block;
}

label.checkbox-label input[type="checkbox"] {
	display: none;
}

#questionare-popup-wrapper label.checkbox-label input[type="checkbox"]{
	display:inherit;
}

#questionare-popup-wrapper label.checkbox-label::before{
	content:'';
	background:none;
	width:auto;
	height:auto;
	margin:0px;
}

label.checkbox-label:before {
	content: ' ';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-image: url('/media/layout/apteekkari-2015/images/checkbox.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

label.checkbox-label.checked:before {
	background-position: left top;
}

label.radio-label input[type="radio"] {
	display: none;
}

label.radio-label:before {
	content: ' ';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	background-image: url('/media/layout/apteekkari-2015/images/radio.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

label.radio-label.checked:before {
	background-position: left top;
}

.error {
	color: red;
}

::-webkit-input-placeholder {
   font-style: italic;
   color: #d6d6d6;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
   color: #d6d6d6;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
   color: #d6d6d6;
}

:-ms-input-placeholder {  
   font-style: italic;
   color: #d6d6d6;
}

/* MAIN */

#wrapper {
	float: left;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -250px;
}

#footer, .push {
	height: 250px;
}

.push {
	clear: both;
}

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

.main:after {
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
	font-size: 0;
	height: 0;
}

.main {
	margin: 0 auto;
	width: 1000px;
}

.left, #footer .left {
	float: left;
	width: 68.5%;
	margin-right: 1.5%;
}

.page-568 .left {
	width: 56.2%;
}

.center {
	float: left;
	width: 13.6%;
}

.right {
	float: right;
	width: 27.1%;
}

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

.col1-3 {
	float: left;
	width: 32.3%;
	margin-right: 1.5%;
}

.col1-2 {
	float: left;
	width: 49.5%;
	margin-right: 1.5%;
}

.float-right {
	float: right;
	margin-right: 0;
}


/* FOOTER */

#footer {
	overflow: hidden;
	background-color: #000000;
}

.ie8 #footer { min-width: 1000px; }

#footer, #footer a {
	color: #ffffff;
}

#footer .main {
	padding: 20px;
}

.page-568 #footer .left {
	margin-right: 0;
}

#footer ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
	width: 25%;
}

#footer ul ul, #footer ul ul li, #footer ul li ul li.last {
	width: 100%;
}

#footer ul li a {
	float: left;
	padding: 5px 0px;
	font-size: 125%;
	font-family: "DIN Pro", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#footer ul li a:hover {
	text-decoration: none;
	color: #37AA5A;
}

#footer ul li ul li a {
	font-size: 85%;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
}

#footer .right ul li {
	width: 100%;
}

#footer .right ul li a {
	font-size: 110%;
}

/* TOP */

#top {
	/*background-color: #38ac5c;*/
}

#top .main {
	width: 960px;
	padding: 10px 20px;
	line-height: 20px;
	/*background-color: #e2e6ef;*/
	background-color: #38ac5c;
}

#top ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#top ul li {
	float: left;
	padding: 0px 8px;
	margin: 0;
	font-size: 70%;
	line-height: 10px;
	border-right: solid 1px #fff;
}

#top ul li.first {
	padding-left: 0;
}

#top ul li.last {
	border-right: 0;
	padding-right: 0;
}

#top ul li a {
	letter-spacing: 0.2px;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
	color: #ffffff;
	/*color: #000;*/
	text-transform: uppercase;
}

/* HEADER */

#header {
	/*background-color: #ffffff;*/
	position: relative;
}

#header .main {
	width: 960px;
	padding-right: 20px;
	background-color: #ffffff;
}

#logo {
	float: left;
	width: 25.5%;
	padding: 20px 0px 0px 20px;
}

#logo img {
	width: 96%;
	height: auto;
}

#logo .today {
	color: #000;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
	text-transform: capitalize;
}

#logo:hover {
	text-decoration: none;
}

#spot {
	float: left;
	width: 24.3%;
	min-height: 65px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 1%;
	padding: 0 10px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	position: relative;
}

#spot img {
	/*position: absolute;
	left: 10px;
	bottom: 0;
	z-index: 0;*/
	float: left;
	width: 45%;
}

#spot .text {
	float: right;
	width: 55%;
}

#spot a {
	text-transform: uppercase;
	font-family: "DIN Pro", Arial, sans-serif;
	font-weight: bold;
	font-size: 105%;
	line-height: 16px;
}

#spot a span.txt {
	text-transform: none;
	font-weight: normal;
	color: #000000;
}

#spot a:hover {
	text-decoration: none;
}

#spot a:hover span.txt {
	color: #38ac5c;
}

#topmenu {
	float: left;
	width: 32%;
	min-height: 55px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 1%;
}

#topmenu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 25px 0px 0px 0px;
	list-style: none;
}

#topmenu ul li {
	float: left;
	line-height: 14px;
	font-size: 75%;
}

#topmenu ul li span {
	padding: 0px 5px;
}

#topmenu ul li.first {
	padding-left: 0;
}

#topmenu ul li.last span {
	display: none;
}

#topmenu ul li a {
	float: left;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	font-weight: bold;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
}

#topmenu ul li a:hover {
	text-decoration: none;
	color: #38ac5c;
}

#topmenu ul ul {
	display: none;
}

#topmenu .outsidelinks {
	display: none;
}

#search {
	float: right;
	width: 16%;
	min-height: 55px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
	position: relative;
}

.searchform {
	float: left;
	width: 250px;
	position: relative;
}

#search .formTextinput, .searchform .formTextinput {
	width: 100%;
	padding-right: 40px;
}

.search_submit {
	position: absolute;
	right: 0;
	top: 15px;
	z-index: 0;
	width: 30px;
	height: 32px;
	border: none;
	padding: 2px 0px 0px 0px;
	background-color: #38ac5c;
}

.search_submit:hover {
	background-color: #32a556;
}

.searchform .search_submit {
	top: 0;
}

.toggle-mobilemenu {
	display: none;
	position: absolute;
	right: 10px;
	top: 0;
	width: 80px;
	padding: 15px 10px 0px 10px;
	height: 80px;
}

.toggle-mobilemenu span {
	float: left;
	width: 100%;
	height: 10px;
	margin-bottom: 6px;
	background-color: #000000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.toggle-mobilemenu.open {
	border-bottom: solid 1px #ffffff;
}

/* CONTENT */

#content .main {
	padding: 20px 20px 20px 20px;
}

.big-banner {
	padding-bottom: 20px;
}

/* THEMES */

.themes {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.left .themes {
	display: none;
}

.themes .col1-3 {
	padding: 10px 20px;
	height: 100px;
	overflow: hidden;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('/media/layout/apteekkari-2015/images/banner-green.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.themes .col1-3:first-child {
	background-image: url('/media/layout/apteekkari-2015/images/banner-blue.jpg');
}

.themes .col1-3:last-child {
	background-image: url('/media/layout/apteekkari-2015/images/banner-light-blue.jpg');
}

.themes a, .themes h2 a {
	color: #ffffff;
}

.themes a.lue-lisaa {
	color: #d9dc6b;
	font-weight: bold;
	white-space: nowrap;
}

.themes p {
	font-size: 95%;
	margin: 0;
	line-height: 16px;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
}

.themes .col1-3:last-child p {
	text-shadow: 1px 1px 2px #369cb1;
}

.themes h2 {
	letter-spacing: -0.2px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Georgia, "Trebuchet MS", Arial, sans-serif;
}

.themes h2 a:hover {
	text-decoration: none;
}

/* TICKER */

.ticker {
	float: left;
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	margin-bottom: 15px;
}

.ticker .swiper-container {
	float: left;
	width: 100%;
	border-left: solid 15px #3ebfac;
	/*height: 50px;*/
}

.ticker .swiper-slide {
	float: left;
	width: 100%;
	padding: 10px 0px 10px 20px;
	line-height: 30px;
}
/*
.ticker .swiper-slide.blue {
	border-left: solid 15px #003244;
}

.ticker .swiper-slide.green {
	border-left: solid 15px #38ac5c;
}

.ticker .swiper-slide.light-blue {
	border-left: solid 15px #3ebfac;
}*/

.ticker .swiper-slide h2 {
	display: none;
}

.ticker .swiper-slide p {
	margin: 0;
	font-size: 150%;
	font-style: italic;
}
.ie8 .ticker .swiper-slide p { font-size: 140%; }

/* INDEX */

.banner p {
	line-height: 0;
	margin: 0;
}

.news h1 {
	margin-bottom: 5px;
}

.news h1 a {
	color: #000000;
}

.news h1 a:hover {
	color: #38ac5c;
	text-decoration: none;
}

.news .date, .time {
	color: #37aa5a;
	font-size: 95%;
	letter-spacing: -0.5px;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
}

.news .date a {
	text-transform: uppercase;
}

.news .img {
	line-height: 0;
}

.news .img img {
	width: 100%;
}

.news p a {
	color: #000;
}

.news p a .lue-lisaa {
	color: #38ac5c;
	font-weight: bold;
}

.news p a:hover {
	text-decoration: none;
}

.news p a:hover .lue-lisaa {
	text-decoration: underline;
}

p.align-left {
	float: left;
	line-height: 0;
	margin: 0px 20px 15px 0px;
}

.news h2 .date { display: none; white-space: nowrap; }

.news table {
	width: 100%;
}

.news table td {
	padding: 0;
}

.news table tr td:first-child {
	width: 36.6%;
}

.page-568 .news table tr td:first-child {
	width: 44%;
}

.news table tr td.last {
	padding-left: 15px;
}
.news table tr td:last-child p:last-child {
	margin-bottom: 0;
}

.news table td h2 {
	margin-top: 0;
	margin-bottom: 5px;
	/*-ms-word-break: break-word;
	word-break: break-word;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;*/
}

.news table td h2 a, .news h3 a {
	color: #000;
}

.news table td h2 a:hover, .news h3 a:hover {
	color: #38ac5c;
	text-decoration: none;
}

.news table td .date {
	font-size: 75%;
	margin-bottom: 5px;
}

.news table td .date a {
	color: #38ac5c;
}

.news h3 {
	margin-top: 0;
	margin-bottom: 5px;
}

.right .news {
	background-color: #e9e8de;
	margin-bottom: 15px;
}

.right .news .box {
	float: left;
	width: 100%;
	padding: 15px 10px;
	position: relative;
	border-bottom: solid 1px #666;
}

.right .news .box:last-child {
	border-bottom: none;
}

.news .box p {
	margin-bottom: 0;
}

h3.box-heading {
	margin: 0;
	color: #ffffff;
	font-size: 110%;
	font-family: "DIN Pro", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 10px 4px 10px;
	background-color: #003244;
}

h3.box-heading.green {
	background-color: #38ac5c;
}

h3.box-heading.light-green {
	background-color: #41beaf;
}

.twitter h3.box-heading {
	background-image: url('/media/layout/apteekkari-2015/images/icon-twitter.png');
	background-position: 96% center;
	background-repeat: no-repeat;
}

.right .box.with-image {
	padding: 15px 115px 15px 10px;
	min-height: 120px;
}

.right .news .box img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.right .news .box.with-image a {
	text-transform: uppercase;
	font-family: "DIN Pro", Arial, sans-serif;
	font-weight: bold;
	line-height: 16px;
}

.right .news .box.with-image a {
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
}

.right .news .box.with-image a span {
	text-transform: none;
	font-weight: normal;
	color: #000000;
}

.news.twitter a {
	color: #000;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
}

.news.twitter .name {
	font-size: 115%;
	font-weight: bold;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
}

.news.twitter .name a {
	color: #000;
}

.news.twitter a:hover {
	color: #38ac5c;
}

.news.twitter .txt {
	font-size: 105%;
	line-height: 16px;
	font-family: "DIN Pro", Arial, sans-serif;
}

.right .news .box.with-image a:hover, .news.twitter a:hover {
	text-decoration: none;
}

.right .news .box.with-image a:hover span, .news.twitter a:hover {
	color: #38ac5c;
}

/* index center */

.current-issue {
	margin-bottom: 10px;
}

.current-issue p {
	margin-bottom: 5px;
}

.current-issue img {
	border: solid 1px #acaca8;
}

.current-issue a {
	color: #000;
	font-family: "DIN Pro", Arial, sans-serif;
}

.current-issue a:hover {
	color: #38ac5c;
	text-decoration: none;
}

.digi-news {
	margin-bottom: 15px;
	padding: 10px;
	background-color: #e9e8de;
}

.digi-news p {
	font-size: 100%;
	line-height: 16px;
	margin-bottom: 5px;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
}

.digi-news h3 {
	margin-top: 0px;
	letter-spacing: -0.5px;
	font-size: 125%;
}
/*
.digi-news h3, .digi-news p {
	-ms-word-break: break-word;
	word-break: break-word;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}
*/
/*
.ie8 .digi-news h3, .ie8 .digi-news p{
	-ms-word-break: break-all;
	word-break: break-all;
}
*/
.digi-news a {
	color: #000;
}

.digi-news a:hover {
	color: #38ac5c;
	text-decoration: none;
}

/* index right */

.right .banner {
	margin-bottom: 15px;
}

.right .banner img {
	width: 100%;
	height: auto;
}

/* news-item */

.news-item {
	padding-top: 35px;
}

.news .news-item p a {
	color: #38ac5c;
}

.news .news-item p a:hover {
	text-decoration: underline;
}

.comment {
	padding: 10px;
}

.comment.second {
	background-color: #E9E8DE;
}

#commentingFormOriginal {
	background-color: #E9E8DE;
	padding: 10px;
}

#commentingFormOriginal textarea {
	width: 100%;
}

#commentingFormOriginal table {
	margin-bottom: 15px;
}

/*
.pic-txt {
	margin-top: -5px;
	font-size: 110%;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
	font-weight: bold;
}
*/

.date .pic-source {
	float: right;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	margin-top: 12px;
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
}
.share {
	float: left;
	width: 46px;
}

.share a {
	float: left;
	width: 46px;
	height: 46px;
	background-position: center center;
	background-repeat: no-repeat;
}

.share a.fb {
	background-image: url('/media/layout/apteekkari-2015/images/icon-fb.gif');
}

.share a.twitter {
	background-image: url('/media/layout/apteekkari-2015/images/icon-twitter.gif');
}

.share a.linkedin {
	background-image: url('/media/layout/apteekkari-2015/images/icon-linkedin.gif');
}

.share a.share-mail {
	background-image: url('/media/layout/apteekkari-2015/images/apt_share_email.png');
}

.share a.print {
	background-image: url('/media/layout/apteekkari-2015/images/apt_share_print.png');
}

.item, .bottom-block .narrow {
	float: right;
	width: 83%;
}

.bottom-block {
	margin-top: 40px;
}

.gallery {
	margin-top: 40px;
	margin-bottom: 30px;
}

.gallery a {
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 20px;
	line-height: 0;
}

.gallery a img {
	width: 100%;
	height: auto;
}

.gallery a.pic4, .gallery a.pic8, .gallery a.pic12, .gallery a.pic16 {
	margin-right: 0;
}

/* video */


.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

.video-container iframe, .video-container object, .video-container embed {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* GALLUP */

.gallup {
	background-color: #e9e8de;
}

.gallup .box {
	padding: 20px;
}

.gallup .box h3 {
	margin-top: 0;
	margin-bottom: 40px;
}

.gallup .pollChoice {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	font-family: "DIN Pro", Arial, sans-serif;
	font-weight: bold;
	font-size: 150%;
	line-height: 1;
}

.gallup .pollChoice span, .gallup .pollChoice label {
	float: left;
	display: block;
}

.gallup .pollChoice label { cursor: pointer; }

.gallup span.choice, .gallup .pollChoice label {
	min-width: 40%;
	padding-right: 20px;
}

.gallup span.result {
	width: 15%;
	padding-right: 10px;
}

.gallup span.percent {
	width: 40%;
	height: 15px;
}

.gallup span.percent span {
	height: 15px;
	background-color: #000;
}

.gallup span.percent.color-2 span {
	background-color: #38ac5c;
}

.gallup span.percent.color-1 span {
	background-color: #e30613;
}

.gallup span.percent.color-4 {
	background-color: #003244;
}

/* PAGINATION */

.pagination {
	float: left;
	width: 100%;
	font-family: "DIN Pro", Arial, sans-serif;
	font-weight: bold;
	font-size: 125%;
}

.pagination span {
	float: left;
	width: 37px;
	height: 37px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 40px;
	overflow: hidden;
	padding: 0px 5px;
	background-color: #E9E8DE;
}

.pagination span:last-child {
	margin-right: 0;
}

.pagination span.dots {
	width: 25px;
	line-height: 50px;
	background-color: transparent;
}

/* TELL A FRIEND */
.tellafriend-form {
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #E9E8DE;
}

.tellafriend-form tr td {
	padding: 0px 0px 15px 0px;
}

.tellafriend-form tr td:first-child {
	padding-right: 20px;
	width: 60%;
}

.tellafriend-form input[type="text"], .tellafriend-form input[type="email"], .tellafriend-form textarea {
	width: 100%;
}

.status {
	margin-bottom: 15px;
	text-align: center;
}

.search-list li {
	padding: 5px 0px;
}

.search-title {
	font-family: "Helvetica Neue", "Helvetica Neue LT Pro", Arial, sans-serif;
}

/* POPUP MAINOS */

#popup {
	float: left;
	width: 100%;
	min-width: 320px;
	max-width: 640px;
	padding: 30px 20px 0px 20px;
}

#popup .top {
	float: left;
	width: 100%;
	line-height: 0;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
}

#popup .close {
	text-transform: uppercase;
	color: #000;
}

#popup .top .close {
	position: absolute;
	right: 0;
	top: 0px;
}

#popup .block {
	float: left;
	width: 100%;
	max-height: 600px;
}

#popup .block img {
	width: 100%;
	height: auto;
}

#popup .block p {
	line-height: 0;
	margin: 0;
}

#popup .bottom {
	float: left;
	width: 100%;
	height: 40px;
	padding-top: 10px;
	text-align: right;
}

.f-gallery .fancybox-title-float-wrap {
	bottom: auto;
	top: 102%;
}

.f-gallery .fancybox-title-float-wrap .child {
	white-space: normal;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote:after {
  visibility: hidden;
  content: close-quote;
}
blockquote p {
  display: inline;
}


#questionare-popup-bg{
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
    width: 100%;
    position: fixed;
    /*display: block;*/
    min-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index:1000;
}
#questionare-popup-wrapper{
    flex:none;
    height:100%;
    width:100%;

    position:absolute;
    top:0;
    left:0;
    z-index:1000;

}

#questionare-popup-wrapper .popup-content-wrapper .content {
    position: relative;
    top: 125px;
    background: #fff;
    min-height: 60%;
    color: #000;
    text-align: left;
    padding: 2rem 2rem;
    width: 60%;
    max-width: 980px;
    margin: 0px auto;
}

#questionare-popup-wrapper .formLabelHolder{
	width:30%;
}

#questionare-popup-wrapper .close-btn {
    position: absolute;
    top: -20px;
    right: -55px;
    width: 50px;
    height: 50px;
    
    -webkit-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    line-height: 48px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
	
	text-align: center;
	color: #000;
	font-size:20px;
}

#questionare-popup-wrapper .close-btn::before {
    content: "\2716";
}

@media only screen and (max-width: 520px) {
	#questionare-popup-wrapper .popup-content-wrapper .content{
		width:80%;
	}
}

@media only screen and (max-width: 480px) {
	#questionare-popup-wrapper .popup-content-wrapper .content{
		width:100%;
		
	}
	
	#questionare-popup-wrapper .close-btn{
			top:-20px;
			right:6px;
	}
}

/* flex news */

.display-flex {
	float: left;
	width: 100%;
}

.display-flex .row {
	display: flex;
	flex-wrap: wrap;
}

.display-flex .col1 {
	float: none;
}

.display-flex .order-0 {
	order: 1;
}

.display-flex .order-1 {
	order: 2;
}

.display-flex .order-2 {
	order: 3;
}

.display-flex .order-3 {
	order: 4;
}

/* video mp4*/

.video-mp4 {
	width: 100%;
}