/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css');

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}


select.form-control{
		-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
			background: url(../images/down-arrow-green.png) 95% center no-repeat;
}

/*------*/

@font-face {
	font-family: 'Raleway-Regular';
	src: url('Raleway-Regular.eot?#iefix') format('embedded-opentype'),  
		 url('Raleway-Regular.woff') format('woff'), 
		 url('Raleway-Regular.ttf') format('truetype'), 
		 url('Raleway-Regular.svg#Raleway-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
} 

@font-face{
	font-family: 'Raleway-Bold';
	src: url('Raleway-Bold.eot?#iefix') format('embedded-opentype'),  
		 url('Raleway-Bold.woff') format('woff'), 
		 url('Raleway-Bold.ttf') format('truetype'), 
		 url('Raleway-Bold.svg#Raleway-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Raleway-ExtraBold';
	src: url('Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),  
		 url('Raleway-ExtraBold.woff') format('woff'), 
		 url('Raleway-ExtraBold.ttf') format('truetype'), 
		 url('Raleway-ExtraBold.svg#Raleway-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'Raleway-Light';
	src: url('Raleway-Light.eot?#iefix') format('embedded-opentype'),  
		 url('Raleway-Light.woff') format('woff'), 
		 url('Raleway-Light.ttf') format('truetype'), 
		 url('Raleway-Light.svg#Raleway-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	font-family: 'Raleway-Regular', serif;
	color: #3a3a3a;
}

body{
	font-family: 'Raleway-Regular', serif;
	color: #3a3a3a;
	font-size: 18px;
}

p{
	line-height: 27px;
	font-size: 18px;
}

h1{
	padding-top: 170px;
    padding-left: 20px;
    font-size: 58px;
    color: white;
    font-family: 'Raleway-Bold', serif;
    text-align: right;
	line-height: 65px;
}

h2{
	font-size: 46px;
	font-family: 'Raleway-Bold', serif;
	margin: 85px 0 40px;
}


h3{
	font-size: 24px;
    margin-bottom: 3px;
}

ul{
	margin: 0;
	padding: 0;
}

ul li{
	font-size: 17px;
}

a{
	color: white;
	text-decoration: none;
	font-family: 'Raleway-Regular', serif;
	font-size: 18px;
}

a:hover{
	text-decoration: none;
	color: white;
}

b{
	font-family: 'Raleway-Bold';
}

.pink{
	color: #fc2c62;
}

.blue{
	color: #052a4e;
}

a:active,
a:focus,
button:active,
button:focus,
select:active,
select:focus,
.btn:active, 
.btn:focus {
    outline: none !important;
}
.btn::-moz-focus-inner {
    border: 0;
}

.btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* ----- */



header{
	background-image: url('../images/slider.png');
	background-size: inherit;
	background-position: top center;
	margin: 0 !important;
}

#contact-us{
	background-image: url('../images/contact-us.jpg');
	background-size: inherit;
	background-position: top center;
	color: white !important;
}
#contact-us p,
#contact-us h3{
	color: white !important;
}

.header-container{
	margin-bottom: 185px;
}

nav li{
    float: left;
    color: white;
    padding-top: 50px;
	margin-left: 36px;
}

nav li a{
    font-family: 'Raleway-Regular', serif;
	font-size: 17px;
    color: white;
	text-decoration: underline;
}

nav li a:hover{
	color: #ffd97f;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}

header .logo img{
	width: 100%;
	margin-top: 20px;
}

.slash-block{
	border-right: 5px solid white;
    height: 400px;
    margin: 105px 0 50px;
    transform: rotate(8deg);
    margin-left: 35px;
    position: absolute;
}

.slider-button {
	margin-top: 273px;
    padding-left: 98px;
}
.slider-button a{
	padding: 26px 41px;
    font-size: 24px;
    font-family: Raleway-ExtraBold;
    color: #e6332d;
    background-color: rgba(255,255,255,.75);
    text-transform: uppercase;
    border-radius: 5px;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.slider-button a:hover{
	text-decoration: none;
    background-color: rgba(255,255,255,1);
}

.pane-block-1{
	background-image: url('../images/slider-2.png');
	background-position: bottom center;
}

.organized{
	font-family: Raleway-Light;
    font-size: 25px;
    padding: 49px 50px 62px 80px;
    color: white;
    line-height: 30px;
    background: url(../images/check.png) 0 51px no-repeat;
}

.pane-block-2{
	background-color: #f9f9f9;
}

.cms {
	margin: 110px 0;
}

.cms p{
	font-size: 17px;
	padding-right: 10px;
}

.cms h3{
	margin-bottom: 25px;
	font-size: 30px;
	color: #474d4a;
    font-family: 'Raleway-Bold';
}

.cms ul li{
	list-style: outside;
	line-height:27px;
	color: #57bd8d;
}

.cms ul li span{
	color: #3a3a3a;
}

.pane-views-events-block{
	background: linear-gradient(to bottom right, #93546f, #fb7066, #ffc18b);
	padding: 20px 0 40px 0;
}

.pane-views-events-block .views-row {
	margin-bottom: 30px;
}

.pane-views-events-block .views-row .row-wrapper{
	background-color: white;
	border-radius: 5px;
	height: 300px;
	overflow: hidden;
}

.pane-views-events-block h3{
	font-size: 50px;
	margin: 60px 0;
	text-transform: none;
	text-align: center;
	color: white;
}

.pane-views-events-block .views-row .row-wrapper .views-field-title{
	padding: 33px;
	color: #424242;
	font-family: 'Raleway-Bold', serif;
	line-height: 25px;	
	font-size: 16px;
}

.pane-views-events-block .views-row .row-wrapper .views-field-title a{
	color: #424242;
	font-family: 'Raleway-Bold', serif;
	line-height: 25px;	
}

.pane-views-events-block .views-row .row-wrapper .views-field-nid{
	color: #424242;
	text-align: center;
	background-color: #833e6f;
	position:absolute;                  /* added */
    bottom:0;                           /* added */
    width: calc(100% - 30px);
	border-radius: 0 0 5px 5px;	
}

.pane-views-events-block .views-row .row-wrapper .views-field-nid:hover{
	background-color: #692a57;
}

.pane-views-events-block .views-row .row-wrapper .views-field-nid a{
	font-family: 'Raleway-Bold', serif;
	text-transform: uppercase;
}

.pane-views-events-block .views-row .row-wrapper .views-field-nid a div{
    width: 100%;
    padding: 20px;
	color: white;
}

.pane-views-events-block .views-row .row-wrapper .views-field-field-event-date{
	padding: 0 20px 10px 63px;
    background: url(../images/calendar.png) 29px -3px no-repeat;
	font-size: 16px;
}

.pane-views-events-block .views-row .row-wrapper .views-field-field-event-place{
	padding: 0 20px 10px 63px;
    background: url(../images/pointer.png) 29px -3px no-repeat;
	font-size: 16px;
}

.pane-views-partners-block {
    padding-bottom: 140px;
}

.pane-views-partners-block h3,
.pane-views-publications-block h3,
.pane-laresan-medical-events-medical-events-block h3{
	font-size: 40px;
	margin: 100px 0 60px;
	font-family: 'Raleway-Bold', serif;
	text-transform: none;
	text-align: center;
}

.pane-laresan-medical-events-medical-events-block h3{
	margin-bottom: 50px;
	/* padding-right: 180px; */
	color: white;
}

.pane-views-publications-block{
	background-color:#f6f6f6;
	padding-bottom: 115px;
}

.pane-views-publications-block .views-field-title{
	font-size: 23px;
	font-family: 'Raleway-Bold', serif;
	color: #474d4a;
	margin-bottom: 20px;
	    line-height: 30px;
}

#our-map{
	position: relative;
}

.map-block{
    position: absolute;
    top: 20%;
    background: #fff no-repeat;
    padding: 20px;
    left: 20%;
    width: 275px;
	border-radius: 5px;
}

.map-block a{
    padding: 13px 10px;
    background-color: #f66863;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
	margin-top: 20px;
    font-weight: bold;
}

.map-block a:hover{
	color: white;
	background-color: #fdd3d1;
}

.map-phone{
	font-family: 'Roboto Condensed';
}

.footer{
	margin-top: 0;
	border-top: none;
}

footer nav li{
	padding-top: 30px !important;
}

footer nav li a{
	color:#f66863 !important;
}

.verovski{
	margin-top: 35px;
	background: url(../images/verovski.png) center right no-repeat;
	padding-left: 60px;
    padding-top: 8px;
	height: 30px;
}

.verovski a{
	color: #979797;
	font-size: 13px;
}


.pane-laresan-medical-events-medical-events-block{
	/* padding-bottom: 100px; */
	background: url(../images/slider_2.png) center right no-repeat;
}

.pane-laresan-medical-events-medical-events-block:before{
	opacity: 0.4;
}

#laresan-events-container{
	overflow-x: scroll;
	width: 100%;
	min-height: 500px;
	display: -ms-grid;
    -ms-grid-columns: max-content;
}

#laresan-events-form-ajax-results{
	height:400px;
	background: url(../images/line.png) center 50% repeat-x;
	padding-top: 50px;
	width: max-content;
	width: intrinsic;           /* Safari/WebKit uses a non-standard name */
	width: -moz-max-content;    /* Firefox/Gecko */
	width: -webkit-max-content; /* Chrome */
	min-width: 100%;
	padding-left: 30px;
	padding-right: 80px;
}

.medical_events_year_wrapper{
	float: left;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.event-title{
	/*margin-top:30px;*/
	width: 100%;
    padding: 10px;
	color: #fff;
	text-align: center;
	/*font-family: Roboto Condensed;*/
	font-size: 18px;
	line-height: 24px;
	text-decoration: underline;
	position: absolute;
	bottom: 20px;
	height: 40px;
}

.event-title:hover{
	/*color: #be3e39;*/
	font-weight: bold;
}

.medical_events_line{
	float: left;
	text-align: center;
	height: 285px;
	width: 30px;
	position: relative;
	border-right: 1px solid #ffe9e8;
	margin-right: 10px;
}

.medical_events_year{
	height: 300px;
	position: relative;
	float: left;
}

.medical_events_line .month{
	position: absolute;
    top: -22px;
    right: -50px;
	font-size: 16px;
	color: #fff;
	width: 100px;
	/*font-family: Roboto Condensed;*/
}

.medical_events_year .year{
	position: absolute;
    top: -43px;
    right: -48px;
	font-size: 16px;
	/*font-family: Roboto Condensed;*/
	font-weight: bold;
	color: #fff;
}

.medical_events_event{
	float: left;
	height: 340px;
	position: relative;
	margin-right: -20px;
	margin-top: 20px;
}

.event{
	border-radius: 50%;
	opacity: .8;
	background: url(../images/glass.png) center no-repeat;
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	position: absolute;
	z-index: 10;
}

.event:hover{
	opacity: .9;
}

.event-1{
	width: 155px;
}

.event-1 .event{
	margin-top: 52px;
	width: 155px;
	height: 155px;
	margin-bottom:82px;
	background-color: #e47089;	
	background: url(../images/clov_mini.jpg) center no-repeat;
}

.event-1 .event:hover{
	width: 181px;
	height: 181px;
	margin: 39px 0 68px -13px;
	
}

.event-2{
	width: 180px;
}

.event-2 .event{
	margin-top: 40px;
	margin-bottom: 70px;
	width: 180px;
	height: 180px;
	background-color: #eda2a0;	
	background: url(../images/red_mini.jpg) center no-repeat;
}

.event-2 .event:hover{
	width: 200px;
	height: 200px;
	margin: 30px 0 60px -10px;
}

.event-3{
	width: 260px;
	margin-bottom:70px;
}

.event-3 .event{
	width: 260px;
	height: 260px;
	background-color: #f88682;	
	margin-bottom: 30px;
	background: url(../images/clov_mini.jpg) center no-repeat;
}

.event-3 .event:hover{
	width: 300px;
	height: 300px;
	margin: -20px 0 -20px -20px;
}

/*
Modal box
*/

#modalBackdrop{
	background: rgba(0, 0, 0, .6) !important;
    opacity: 0.85  !important;
}

#modalContent{
	width: 100%;
	height: 100%;
	/*top: 0 !important;
	left: 0 !important;*/
}

.ctools-modal-dialog{
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}

/*
.modal-content {
    padding: 20% 18%;
}
*/

.modal-header {
    border-bottom: none;
	padding: 20% 18% 0;
}

.modal-body{
	padding: 0;
}


.modal-title {
    font-size: 35px;
    font-family: 'Raleway-Bold';
	text-align: center;
}


#modal-content .form-item,
.event-modal-container{
	padding: 0 18%;
}

.form-control {
    height: 54px;
	border: 1px solid #f66863;
	font-size: 18px;
}

.form-control:focus{
	border-color: #f66863;
	box-shadow: 0 0 10px rgba(87,149,81,0.5);
}

.form-submit{
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 18px;
	display: block;
	background-color: #f66863;
	border: none;
	padding: 20px 40px;
	margin: 20px 0;
	width: 145px;
}

.modal-content .form-submit{
	margin: 65px auto 20px;
	padding: 20px;
}

a:target {
  font-size: 18px;
  border: 2px solid red;
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.form-submit:hover,
.form-submit:focus,
.form-submit:visited,
.form-submit:active:focus,
.form-submit:active{
  background-color: #f66863;
  border: none !important;
  
}

.modal-header .close {
    top: 5%;
    right: 20%;
    position: absolute;
    font-weight: normal;
    color: white;
    background-color: #dbdbdb;
    width: 53px;
    height: 53px;
    margin: 0;
	font-size: 52px;
    opacity: 1;
    padding: 0px 5px 6px;
	line-height: 30px;
}

.modal-header .close:hover {
	 background-color: #eeeeee;
}

option:hover{
	color: #f66863;
	background: none;
}

.navbar-toggle {
	padding: 0;
	color: white;
    border-radius: none; 
    border: none; 
    width: 33px;
    height: 25px;
	position: absolute;
    right: 25%;
    bottom: 25px;
	margin: 0;
}

.navbar-collapse {
	border-top: 0;
	
}


.navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 33px;
    height: 5px;
    border-radius: none;
	background-color: #fff;
	top: 0;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
}

.modal-half-column {
    float: left;
    width: 50%;
}

.modal-half-column > div{
    margin-bottom:10px;
}

.event-modal-container .label{
    padding: 0; 
    font-size: 20px;
    font-family: 'Raleway-Bold', serif;
	color: #000;
    /* line-height: 1; */
    /* white-space: nowrap; */
    /* vertical-align: baseline; */
    border-radius: none; 
}


#reports{
    background-color: #f66863;
    border-radius: 5px;
    padding: 10px;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
	 float: left;
	
}

#reports div{
    float: left;
	margin-top: 7px;
    color: white;
	font-family: 'Raleway-Bold', serif;
	
}

#reports div:last-child{
	
	float: left;
	border-radius: 50%;
	background-color: #d84742;
	font-family: 'Raleway-Regular', serif;
	width: 25px;
    height: 25px;
    margin-top: 1px;
	margin-left: 10px;
    padding-top: 5px;
	text-align: center;
	
}

.modal-photo{
	margin-top:30px;
}

.modal-content .modal-photo img{
	width:25%;
	height:133px;
	cursor: pointer;
}

.modal-content .modal-photo-big{
	margin-top: 65px;
	height: 450px;
	overflow-y: scroll;
	display: none;
}

.modal-content .modal-photo-big img{
	width:100%;
	display: none;
}

.testimal:nth-child(odd) div{
	margin-left:60px; 
	margin-right:0;
}

.testimal:nth-child(odd) .testimal_author,
.testimal:nth-child(odd) .testimal_authority{
	margin-left:460px; 
}

.modal-testimals{
	display:none;
	margin-top: 65px;
}

.back{
	display:none;
	position: absolute;
	text-transform: uppercase;
	color:white;
	background: url(../images/back-arrow.png) 10px center no-repeat;
	left:0;
	background-color: #f66863;
	height: 53px;
	width: 100px;
	font-size: 14px;
	padding: 20px 22px 20px 27px ;
	border-radius: 5px 0 0 0;
}

.back{
	opacity: .8;
}

.testimal_text{
	padding: 20px;
	background-color: #fde1e0;
	width: 590px;
	line-height: 1.4;
	border-radius: 10px;
	
}

.testimal_author{
	background: url(../images/arrow.png) center 0px no-repeat;
	padding-top: 20px;
    margin-top: 0px;
	font-family: 'Raleway-Bold', serif;
	width: 30%;
	padding-left: 5%;
}
.testimal_authority{
	    width: 30%;
    padding-left: 5%;
    margin-bottom: 20px;
    font-size: 16px;
    margin-top: 3px;
}

.ctools-modal-dialog .modal-body {
    overflow: initial;
}

#laresan-events-container::-webkit-scrollbar-track,
.modal-testimals::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 5px;
}

#laresan-events-container::-webkit-scrollbar,
.modal-testimals::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

#laresan-events-container::-webkit-scrollbar-thumb,
.modal-testimals::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	background-color: #f66863;
}
.view-filters form{
    margin: 0 auto;
    width: 213px;
    text-align: center;
}

.view-filters  .views-exposed-form .views-exposed-widget {
	float: none;
	padding: 0;
}

.container-inline-date .form-item input,
.view-filters  .container-inline-date > .form-item {
	    margin: 0;
    text-align: center;
    font-size: 35px;
    width: 115px;
}
.pane-views-publications-block h3{
	margin-bottom: 50px;
	padding-right: 134px;
}

.slick__arrow .slick-prev.slick-arrow{
	background: url(../images/arr-left.png) center no-repeat;
}

.slick__arrow .slick-next.slick-arrow{
	background: url(../images/arr-right.png) center no-repeat;
}

.slick__arrow .slick-arrow{
	opacity: .8;
}

.slick__arrow .slick-arrow:hover{
	opacity: 1;
}

.slick__arrow .slick-arrow:before{
	font-size: 0;
}

.pane-views-publications-block .slick__arrow {
	left: calc(50% - 293px);
    top: -70px;
    width: 585px;
}

.slick-arrow::before {
	color: #f66863;
}

#events select,
.view-filters select.form-control {
	background: #f66863 url(../images/down-arrow.png) 84px center no-repeat;
	font-size: 30px;
	border-radius: 4px;
	border: 1px solid #f66863;
	padding: 6px 25px 6px 12px;
	line-height: 1.0;
	color:white;
	height: 50px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

#events select::-ms-expand,
.view-filters select.form-control::-ms-expand {
	display: none;
}
 
#events select option,
.view-filters select.form-control  option {
	font-size: 18px;
	font-family: 'Raleway-Regular', serif;
	background-color: white;
}

#events select{
	position:absolute;
	left: calc(50% + 70px);
	top: 96px;
}

.view-filters{
    position: absolute;
    top: 94px;
    left: calc(50% + 67px);
}

.view-id-publications{
	position: relative;
}

.pane-views-partners-block .view-footer {
    padding-top: 115px;
    text-align: center;
}

.pager li {
	padding-bottom: 33px;
	background: url(../images/arrow.png) bottom center no-repeat;
}

.pager li > a, .pager li > span, .view-footer a {
	padding: 20px 14px;
	background-color: #f66863;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.pager li > a:hover, .view-footer a:hover{
	background-color: #fdd3d1;
}
	
.pane-views-partners-block .view-footer a {
	font-size: 24px;
	font-family: 'Raleway-ExtraBold';
	padding: 20px 50px;
}

.map-block a:active,
.pane-views-partners-block .view-footer a:active,
.map-block a:focus,
.pane-views-partners-block .view-footer a:focus{
	color: white !important;
	text-decoration: none;
}

.slider-button a:active,
.slider-button a:focus{
	text-decoration: none;
}

	
.modal-testimals-header{
	position: relative;
}
	
.modal-testimals-header h4{
	margin-top:10px;
    font-family: 'Raleway-Bold';
    text-transform: capitalize;
}
	
.modal-testimals-header div {
    position: absolute;
    top: 4px;
	color:white;
    left: 240px;
	border-radius: 50%;
    background-color: #fab3b1;
    font-family: 'Raleway-Regular', serif;
    width: 40px;
    height: 37px;
    padding-top: 10px;
    text-align: center;
}
	
	
.pane-views-partners-block .slick__arrow {
    left: calc(50% - 217px);
    top: -80px;
    width: 432px;
}

.views-field-field-material-file a{
	background: #57bd8d url('../images/pdf.png') 5px center no-repeat;
}

#events .filter-title h3{
	text-align: right;
}

.ajax-progress .throbber {
	display: none;
}

.views-throbbing{ 
	display: none
} 

.ajax-progress-throbber {
    display: none;
}

.modal-photo-big-arrows{
	position: absolute;
	left: 0;	
	padding-top: 185px;
	display: none;
	width: 100%;
}

.modal-photo-big-arrow-left{
	width: 30px;
	height: 30px;
	float: left;
	background: url(../images/arr-left.png) center no-repeat;
}

.modal-photo-big-arrow-right{
	width: 30px;
    height: 30px;
    right: 15px;
    position: absolute;
	background: url(../images/arr-right.png) center no-repeat;
}

@media (max-width: 460px){
	.modal-content .modal-photo img {
		height: 104px !important;
	}
	
	.back{
		left: 30px !important;
	}
}

@media(max-width: 550px){
	
	h1{
		padding-left: 0;
	}
	header {
		height: 506px;
	}
	
	.navbar-toggle {
		left: calc(50% + 55px) !important;
	}
	
	.navbar-header h1 {
		font-size: 24px !important;
		text-align: center;
		padding-top: 50px;
		font-size: 30px;
		line-height: 40px;
	}
	
	.navbar-default .navbar-collapse, 
	.navbar-default .navbar-form {
		position: absolute;
		z-index: 10;
		background: rgba(0,0,0,0.9);
		margin: -15px;
		width: 100%;
		min-height: 1000px;
		top: -100px;
		    padding-top: 100px;
	}
	
	.navbar-toggle {
		top: -35px;
	}
	
	nav li {
		float: left;
		color: white;
		text-align: center;
		width: 100%;
		padding: 30px 0;
		margin: 0 auto;
	}
	
	.slash-block{
		display: none;
	}
	
	.slider-button {
		margin-top: 70px;
		margin-left: calc(50% - 170px) !important;
	}
	
	.slider-button a {
		font-size: 16px;
	}
	
	.pane-block-1{
		padding: 50px 0;
		background-image: url('../images/slider-2-small.jpg');
		background-position: top center;
		height: 350px;
	}
	
	.organized {
		padding: 8px 27px 28px 101px ;
		font-size: 16px;
		background: url(../images/check.png) 30px 8px no-repeat;
	}
	
	.cms {
		margin: 40px 28px;
	}
			
	.cms p {
		font-size: 14px;
		padding-right: 10px;
		line-height: 20px;
	}
		
	.cms li {
		font-size: 14px;
		line-height: 20px !important;
	}
	
	.pane-laresan-medical-events-medical-events-block h3 {
		margin-bottom: 90px !important;
		padding-right: 0;
		margin-top: 40px;
	}
	
	.selectionator {
		width: max-content;
		width: intrinsic;
		width: -moz-max-content;
		width: -webkit-max-content;
		left: calc(50% - 70px) !important;
		top: 60px !important;
	}
	
	.pane-views-events-block {
		padding: 19px 0;
	}
	
	.pane-views-events-block h3 {
		font-size: 40px;
	}
	
	.pane-views-publications-block h3 {
		margin-bottom: 90px;
		padding-right: 0;
		margin-top: 25px;
	}
	
	.view-filters {
		position: absolute;
		top: 116px;
		left: calc(50% - 102px);
	}
	
	.pane-views-publications-block .views-field-title,
	.pane-views-publications-block .views-field-body{
		display: none;
	}
	
	.pane-views-publications-block .slick__arrow {
		left: calc(50% - 151px);
		top: -55px;
		width: 303px;
	}
	
	.pane-views-partners-block h3{
		margin: 45px 0 60px;
	}
	
	.pane-views-partners-block .slick__arrow {
		left: calc(50% - 170px);
		top: -78px;
		width: 340px;
	}
	
	.pane-views-partners-block .view-footer a {
		font-size: 18px !important;
		padding: 33px 40px !important;
	}
	
	.modal-header .close {
		top: 2%;
		right: 13%;
	}
	
	.modal-title {
		font-size: 30px;
		text-align: left;
	}
	
	.modal-half-column {
		width: 100%;
	}
	
	.modal-title {
		font-size: 22px;
		text-align: left;
		margin-bottom: 30px;
		line-height: 1.2;
	}
	
	.back{
		left: 30px !important;
	}
	
	.modal-half-column {
		width: 100%;
	}
	
	#reports{
		margin: 20px 0;
	}
	
	.modal-content .modal-photo img {
		width: 33.3%;
		height: 146px;
	}
	
	.modal-testimals-header h4{
		padding-top: 0px;
	}
	
	.event-modal-container{
		height: 250px;
	}
	
	
	
	.testimal{
		padding: 0 30px;
	}
	
	.modal-testimals{
		height: 440px;
		overflow-y: scroll;
		padding-right: 30px;
		margin-right: 24px;
		margin-bottom: 20px;
	}
	
	.modal-testimals-header h4{
		text-align: left;
		font-size: 35px;
		padding: 0 30px 45px;
		line-height: 1.3;
	}
	
	.testimal:nth-child(odd) .testimal_author, .testimal:nth-child(odd) .testimal_authority {
		margin-left: 0;
	}
	
	.testimal_text {
		width: 280px;
	}
	
	.testimal:nth-child(odd) div {
		margin-left: 0;
		margin-right: 0;
	}
	
	.pane-views-partners-block h3{
		font-size: 35px;
	}
	
	.verovski {
		margin-top: 12px;
		background: url(../images/verovski.png) bottom right no-repeat;
		height: 30px;
		text-align: right;
		padding: 0 0 55px 0;
	}
	
	#events select{
		left: calc(50% - 56px);
		top: 55px;
	}
	
	.modal-header {
		padding: 20% 10% 0;
	}
	
	#modal-content .form-item, .event-modal-container {
		padding: 0 10%;
	}
	
	.modal-content .form-submit {
		margin: 25px 10% 20px;
	}
	
	#modalBackdrop {
		background: rgba(255, 255, 255, 1) !important;
		opacity: 1 !important;
	}
	
	#modalContent {
		height: 524px;
		overflow-y: scroll;
		position: fixed !important;
		top: 0 !important;
	}
	
	.modal-content{
		height: 680px;
	}
	
	#prizes h5{
		font-weight: bold;
		margin-bottom: 15px;
		text-align: center;
		margin-top: 25px;
	}

}

@media (min-width: 551px) and (max-width: 767px){
	.navbar-header h1 {
		font-size: 35px !important;
		text-align: center;
		padding-top: 90px;
		padding: 90px 15% 20px;
		line-height: 50px;
	}
	
	header {
		height: 719px;
	}
	
	.navbar-default .navbar-collapse, 
	.navbar-default .navbar-form {
		position: absolute;
		z-index: 10;
		background: rgba(0,0,0,0.9);
		margin: -15px;
		width: 100%;
		min-height: 1000px;
		top: -100px;
		    padding-top: 100px;
	}
	
	nav li {
		float: left;
		color: white;
		padding-top: 0;
		text-align: center;
		width: 100%;
		margin: 30px 0;
	}
		
	.slash-block{
		display: none;
	}
	
	.slider-button {
		margin-top: 70px;
		padding-left: calc(50% - 64px);
	}
	
	.slider-button a {
		font-size: 21px;
		padding: 26px 30px;
	}
	
	.pane-block-1{
		padding: 50px 0;
		background-image: url('../images/slider-2-small.jpg');
		background-position: top center;
		height: 350px;
	}
	
	.organized {
		padding: 8px 20% 28px 32%;
		background: url(../images/check.png) 23% 6px no-repeat;
		font-size: 22px;
	}
	
	.cms {
		margin: 4% 21%;
	}
			
	.cms p {
		font-size: 14px;
		padding-right: 10px;
		line-height: 20px;
	}
		
	.cms li {
		font-size: 14px;
		line-height: 20px !important;
	}
	
	.pane-laresan-medical-events-medical-events-block h3 {
		margin-bottom: 90px !important;
		padding-right: 0;
		margin-top: 40px;
	}
	
	.selectionator {
		width: max-content;
		width: intrinsic;
		width: -moz-max-content;
		width: -webkit-max-content;
		left: calc(50% - 70px) !important;
		top: 60px !important;
	}
	
	.pane-laresan-medical-events-medical-events-block {
		padding-bottom: 35px;
	}
	
	.pane-views-events-block {
		padding: 19px 19%;
	}
	
	.pane-views-events-block h3 {
		font-size: 40px;
		line-height: 50px;
	}
	
	.pane-views-publications-block h3 {
		margin-bottom: 90px;
		padding-right: 0;
		margin-top: 25px;
	}
	
	.pane-views-publications-block .view-filters {
		position: absolute;
		top: 75px;
		left: calc(50% - 102px);
	}
	
	.pane-views-publications-block {
		padding-bottom: 55px; 
	}
		
	.pane-views-publications-block .views-field-title,
	.pane-views-publications-block .views-field-body{
		display: none;
	}
	
	.pane-views-publications-block .views-field-title {
		margin-left: 16.66666667%;
		padding: 39px 4%;
	}
	
	.pane-views-publications-block .slick__arrow {
		left: calc(50% - 151px);
		top: -55px;
		width: 303px;
	}
	
	.pane-views-partners-block h3{
		margin: 45px 0 60px;
	}
	
	.pane-views-partners-block .slick__arrow {
		left: calc(50% - 207px);
		top: -78px;
		width: 413px;
	}
	
	.pane-views-partners-block .view-footer a {
		font-size: 18px;
		padding: 22px 25px;
	}
	
	.pane-views-partners-block {
		padding-bottom: 90px;
	}
	
	.views-field-field-material-file a {
		background: #57bd8d url(../images/pdf.png) 5px center no-repeat;
		margin: 20px 0;
		width: 150px;
	}
	
	.verovski {
		margin-top: 12px;
		background: url(../images/verovski.png) bottom right no-repeat;
		height: 30px;
		text-align: right;
		padding: 0 0 55px 0;
	}
	
	/* modal-event */
	
	.modal-title {
		font-size: 26px;
		text-align: left;
		margin-bottom: 30px;
		line-height: 1.2;
	}
	
	.modal-half-column {
		width: 100%;
	}
	
	#reports{
		margin: 20px 0;
	}
	
	.modal-content .modal-photo img {
		width: 33.3%;
		height: 146px;
	}
	
	.modal-testimals-header h4{
		padding-top: 0px;
	}
	
	.event-modal-container{
		height: 250px;
	}
	
	
	
	.testimal{
		padding: 0 30px;
	}
	
	.modal-testimals{
		height: 440px;
		overflow-y: scroll;
		padding-right: 30px;
		margin-right: 140px;
		margin-bottom: 20px;
	}
	
	.modal-testimals-header h4{
		text-align: left;
		font-size: 35px;
		padding: 0 30px 45px;
		line-height: 1.3;
	}
	
	.testimal:nth-child(odd) .testimal_author, .testimal:nth-child(odd) .testimal_authority {
		margin-left: 240px;
	}
	
	.testimal_text {
		width: 376px;
	}
	
	#events select{
		left: calc(50% - 60px);
		top: 55px;
	}
	
	.modal-content .form-submit {
		margin: 45px 18% 20px;
	}
	#modalContent {
		height: 600px;
		overflow-y: scroll;
	}
}

@media (min-width: 768px) and (max-width: 991px){
	.navbar-header h1 {
		text-align: center;
	}
	
	.slash-block{
		display: none;
	}
	
	header {
		height: 800px;
	}
	
	.slider-button {
		margin-top: 100px;
		padding-left: calc(50% - 72px);
	}
	
	.organized {
		font-size: 22px;
		padding: 40px 53px 44px 66px;
		background: url(../images/check.png) 0 39px no-repeat;
	}
	
	.selectionator{
		top: 0;
	}
	
	.modal-testimals-header h4{
		text-align: left;
		font-size: 35px;
		padding: 0 85px 45px;
		line-height: 1.3;
	}
	
	.event-modal-container{
		height: 120px;
	}
	
	
	.event-modal-container,
	.form-item{
		padding: 0 85px;
	}	
	
	.testimal{
		padding: 0 85px;
	}
	
	.modal-testimals{
		height: 470px;
		overflow-y: scroll;
		padding-right: 30px;
		margin-right: 200px;
		margin-bottom: 20px;
	}
	
	#events select{
		left: calc(50% + 70px);
		top: 2px;
	}
	
	#modalContent {
		top:0 !important;
		position: absolute;
	}
}

@media (min-width: 992px) and (max-width: 1200px){
	nav li {
		margin-left: 15px;
	}
	
	.slider-button {
		margin-top: 315px;
	}
	
	.slider-button a {
		padding: 23px 15px;
		font-size: 19px;
	}
	
	.organized {
		padding: 38px 50px 42px 80px;
	}
	#modalContent{
		width: 825px;
		height: 640px;
		/*top: 55px !important;
		
		left: calc(50% - 410px) !important;*/
	}
	
	.modal-header .close {
		top: 0;
		right: 0;
		border-radius: 0 5px 0 0;
	}
	
	.modal-header {
		border-bottom: none;
		padding: 30px 84px 20px;
	}
	
	.modal-title{
		text-align: left;
	}
	
	.event-modal-container {
		padding: 0 84px;
		min-height: 150px;
	}
	
	.modal-content,
	.modal-header,
	#modal-content {
		padding: 0;
	}
	
	
	.modal-content h4{
		text-align: left;
		font-size: 35px;
		padding: 65px 85px 45px;
		line-height: 1.3;
	}
	
	.modal-testimals-header h4{
		padding-top: 0px;
	}
	
	.event-modal-container{
		height: 120px;
	}
	
	
	.event-modal-container,
	.form-item{
		padding: 0 85px;
	}	
	
	.testimal{
		padding: 0 85px;
	}
	
	.modal-testimals{
		height: 500px;
		overflow-y: scroll;
		padding-right: 30px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	
}

@media (min-width: 1200px){
	#modalContent{
		width: 825px;
		height: 640px;
		/*top: 100px !important;
		left: calc(50% - 410px) !important;*/
	}
	
	.modal-header .close {
		top: 0;
		right: 0;
		border-radius: 0 5px 0 0;
	}
	
	.modal-header {
		border-bottom: none;
		padding: 30px 84px 20px;
	}
	
	.modal-title{
		text-align: left;
	}
	
	.event-modal-container {
		padding: 0 84px;
		min-height: 150px;
	}
	
	.modal-content,
	.modal-header,
	#modal-content {
		padding: 0;
	}
	
	
	.modal-content h4{
		text-align: left;
		font-size: 35px;
		padding: 65px 85px 45px;
		line-height: 1.3;
	}
	
	.modal-testimals-header h4{
		padding-top: 0px;
	}
	
	.event-modal-container{
		height: 120px;
	}
	
	
	#modal-content .form-item, 
	.event-modal-container{
		padding: 0 85px;
	}	
	
	.modal-content .form-submit {
		margin: 40px 85px 40px;
		padding: 20px;
	}
	
	.testimal{
		padding: 0 85px;
	}
	
	.modal-testimals{
		height: 500px;
		overflow-y: scroll;
		padding-right: 30px;
		margin-right: 10px;
		margin-bottom: 20px;
	}
}



/* selecionator */
.selectionator {
  position: absolute;
  z-index: 5;
  border-radius: 10px;
  color: #f66863;
  perspective: 800px;
  width: max-content;
  width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;    /* Firefox/Gecko */
  width: -webkit-max-content; /* Chrome */
  left: calc(50% + 70px);
  top: 95px;
  /*
  &:before {
  content: "";
  background-color: transparent;
  width: 100%;
  height: 2.5em;
  position: absolute;
  background-image: linear-gradient(top, #000, rgba(0,0,0,0));
}
  */
}
.selectionator .search {
  position: relative;
  display: block;
  border: 0px;
  width: 100%;
  min-width: 140px;
  padding: 9px 35px 9px 15px;
  outline: none;
  color: #FFF;
  background: #f66863 url(../images/down-arrow.png) calc(100% - 13px) center no-repeat;
  box-sizing: border-box;
  transform-style: preserve-3d;
  transform-origin: 50% 0%;
  transition: transform .3s;
  border-radius: 5px;
  z-index: 199;
  font-size: 30px;
  height: 50px;
}
.selectionator .search .overlay {
  width: 100%;
  background-color: #f00;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
}
.selectionator .search .shadow {
  position: absolute;
  height: 15px;
  width: 100%;
  left: 0;
  bottom: -15px;
  transform-origin: center bottom;
  transform: scale(0.95, 1) translate3d(0, 0px, 0);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0;
}

.selectionator .search:before {
  /*content: "\f078";*/
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  float: right;
  vertical-align: middle;
  background: url(../images/down-arrow.png) 0 32px no-repeat;
}
.selectionator:hover .search,
.selectionator.opened .search {
  transform: rotate3d(1, 0, 0, 60deg);
}
.selectionator:hover .search .overlay,
.selectionator.opened .search .overlay,
.selectionator:hover .search .shadow,
.selectionator.opened .search .shadow {
  opacity: 1;
}
.selectionator:hover .menu,
.selectionator.opened .menu {
  height: 200px;
  opacity: 1;
}
.selectionator .menu {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 50%;
  height: 0px;
  border-radius: 0px;
  background-color: white; /*#2c3e50;*/
  transition: all 0.3s ease;
  opacity: .7;
  border: 1px solid #16a085;
  border-top: none;
}
.selectionator ul.list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  height: 0px;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.selectionator ul.list > li span.header {
  display: none;
  padding: 6px;
  background-color: #34495e;
  font-weight: 200;
  color: #fff;
}
.selectionator ul.optgroup {
  list-style: none;
  padding: 0px;
  margin: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.selectionator ul.optgroup li:hover label{
  background-color: #16a085;
  color: #fff;
}
.selectionator ul.optgroup li input[type="checkbox"] {
  display: none;
  margin: 6px;
}
.selectionator ul.optgroup li input[type="checkbox"]:checked {
  background-color: #1abc9c;
}
.selectionator ul.optgroup li input[type="checkbox"]:checked ~ label {
  /*background-color: #2980b9;*/
  color: #f66863;
}
.selectionator ul.optgroup li input[type="checkbox"]:checked ~ label:before {
  content: "\f14a";
}
.selectionator ul.optgroup li label {
  font-weight: 100;
  display: block;
  padding-left: 15px;
  line-height: 2em;
  transition: all 0.3s ease;
  /*color: #f66863;*/
  text-align: center;
  font-size: 25px;
}
.selectionator ul.optgroup li label:before {
  content: "\f096";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 8px;
  vertical-align: middle;
}






.navbar-toggle {
  cursor: pointer;
  padding-left: 1.25em;
  position: absolute;
  width: 28px;
  height: 28px;
  left: calc(50% + 80px);
  z-index:15;
}
.navbar-toggle span {
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.55s 0s;
}
.navbar-toggle .icon-bar:first-of-type{
  top: 0;
}
.navbar-toggle .icon-bar + .icon-bar {
  top: 5px;
}
.navbar-toggle .icon-bar:last-of-type {
  top: 15px;
}
.menu-top-click {
  backface-visibility: hidden;
  top: 10px !important;
  transform: rotate(50deg);
  transition: 0.55s 0s;
}
.menu-middle-click {
  opacity: 0 !important;
}
.icon-bar.menu-bottom-click {
  backface-visibility: hidden;
  top: 5px !important;
  transform: rotate(-410deg);
  transition: 0.55s 0s;
}

#prizes h5{
	font-weight: bold;
	margin-bottom: 15px;
}

#prizes p{
	margin-bottom: 10px;
}

.social a{
	margin-right:10px;
}

.old-film *, 
.old-film *:before, 
.old-film *:after {
    position: absolute;
}
.old-film {
    --filmbg: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
	height:250px; 
    align-items: center;
    justify-content: center;
    background-color: var(--filmbg);
    background-image: url(background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
    margin: 5px 0;
    border-radius: 30px;
}
.old-film:after {
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 180px 0 var(--filmbg) inset, 0 0 40px 5px var(--filmbg) inset, 0 0 10px 10px var(--filmbg);
    position: absolute;
}
.film, 
.effect {
    width: 100%;
    height: 100%;
    filter: blur(0.45px) drop-shadow(0 0 0 #fff1);
}
.film:after, 
.effect:after {
    content: '';
    width: 120%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 100px;
    opacity: 0.5;
    animation: film-scratch 0.45s steps(1) infinite;
    background: repeating-linear-gradient(90deg, #0002 0 2px, transparent 4px 37%);
}
.effect:after {
    left: 30%;
    animation: effect-scratch 2s infinite;
}
.grain {
    width: 100%;
    height: 100%;
}
.grain:after {
    content: '';
    width: 110%;
    height: 110%;
    top: -5%;
    left: -5%;
    opacity: .25;
    background-image: repeating-conic-gradient(var(--filmbg) 0%, transparent .00003%, transparent .0005%, transparent .00095%), repeating-conic-gradient(var(--filmbg) 0%, transparent .00005%, transparent 0.00015%, transparent 0.0009%);
    animation: grain 0.5s steps(1) infinite;
}
@keyframes grain {
    0%, 100% { transform: translate(0, 0); }
    10% { transform: translate(-1%, -1%); }
    20% { transform: translate(1%, 1%); }
    30% { transform: translate(-2%, -2%); }
    40% { transform: translate(3%, 3%); }
    50% { transform: translate(-3%, -3%); }
    60% { transform: translate(4%, 4%); }
    70% { transform: translate(-4%, -4%); }
    80% { transform: translate(2%, 2%); }
    90% { transform: translate(-3%, -3%); }
}
@keyframes film-scratch {
    0%, 100% { transform: translateX(0); opacity: 0.5; }
    10% { transform: translateX(-1%); }
    20% { transform: translateX(1%); }
    30% { transform: translateX(-2%); opacity: 0.75; }
    40% { transform: translateX(3%); }
    50% { transform: translateX(-3%); opacity: 0.5; }
    60% { transform: translateX(8%); }
    70% { transform: translateX(-3%); }
    80% { transform: translateX(10%); opacity: 0.25; }
    90% { transform: translateX(-2%); }
}
@keyframes effect-scratch {
    0% { transform: translateX(0); opacity: 0.75; }
    10% { transform: translateX(-1%); }
    20% { transform: translateX(1%); }
    30% { transform: translateX(-2%); }
    40% { transform: translateX(3%); }
    50% { transform: translateX(-3%); opacity: 0.5; }
    60% { transform: translateX(8%); }
    70% { transform: translateX(-3%); }
    80% { transform: translateX(10%); opacity: 0.25; }
    90% { transform: translateX(20%); }
    100% { transform: translateX(30%); }
}
.old-film.sepia {
    filter: sepia(0.75);
}
.old-film.invert .film {
    filter: invert(1)
}
#typewriter {
  background-color: black;
  padding: 45px;
  color: white;
  height:250px; 
}