
.modal-content {
    border-radius: 0px;
    background:#ededed;
   
}

.modal-body {
padding: 40px;	
}

.close {
    color: #000000;
    float: right; 
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #ffffff;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    padding: 3px 10px !important;
}

h4.panel-title {
	font-size:20px;
	font-weight:600;
	
	
} 

h3.modal-title {
	font-weight:600;
}

.panel-default > .panel-heading {
  
    background-color: #f5f5f5;
    border-color: rgba(230,229,222,0.5);
}



.panel-default {
    border-color: rgba(230,229,222,0.75) !important;
}



 textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	height: 45px;
	font-size:16px;
	border-radius:0 3px 3px 0;
	padding: 15px 30px;
	color: #333333;
    font-weight: 600;
	
}

select.form-control {
	height: 110px;
	
width:98% !important;
}



.form-control {
	height:auto;
}

select > option  {
	padding: 2px;
	border:3px solid #FFF;
	
}


textarea {
	height: 100% !important;
}	

.form-group label {
	font-size:13px;
	text-align: left !important;
	padding-bottom: 3px;
	line-height: 1.25;
	}


.input-group-addon {
	
	background-color:#006CB7;
	color: #EDF4F7;
	padding: 6px 9px;
	min-width:47px;
	border-radius: 3px 0 0 3px;
}



select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}


select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder
 {
  color: #ADADAD !important;
  opacity: 1;
  font-weight:normal;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #ADADAD;
  font-weight:normal;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #ADADAD;
  font-weight:normal;
}



.gorizontal-position {
    justify-content: center;
}

#accordion .panel {
    
    background-color: transparent;
    border:none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#accordion > .panel-default > .panel-heading {
	background: none !important;
	border:none !important;
}

#accordion h4 {
	font-size:22px;
	
}


 #accordion h4 a:focus {
  text-decoration: none;
   outline: none; 
   
}


 #accordion h4 a.collapsed:after,
 #accordion h4 a.collapsed:link:after,
 #accordion h4 a.collapsed:visited:after {
  content: '\293';
  visibility: inherit;
  font-size: 16px;
  margin-right: 7px;
  margin-top: -2px;
  
  line-height: 22.85714286px;
  line-height: 16px;
   display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}


 #accordion h4 a:after,
 #accordion h4 a:link:after,
 #accordion h4 a:visited:after {
  content: '\1d8';
  visibility: inherit;
  font-size: 16px;
  margin-right: 7px;
  margin-top: -2px;
    line-height: 22.85714286px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  text-transform: none;
  width: auto;
  opacity: 1;
  font-family: 'Billion Web Font';
}



.td-left {
	text-align: left;
}

.td-center, .td-right, .th-center, .th-right  {
text-align:right;
width:35%;
}

@media (max-width: 700px) {
.fig-table {
    max-width: 100%;
    overflow-x: scroll;
}

.td-left, .th-left, .td-center, .td-right, .th-center, .th-right  {
padding:5px !important;
}

.th-left, .th-center, .th-right {
font-size:14px !important;
}

}

blockquote:not([class]), .bd-tagstyles:not(.bd-custom-blockquotes) blockquote, .bd-blockquotes {
    
    
    border-left: 3px solid #F0BDE1;
 
}


.pagination > li > a, .pagination > li > span {
   
    color: #333333;
   
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
    cursor: default;
}


.pagination > li:before {
  display: none !important; 
}

.item-partners  {padding: 0 20px 20px 0;}  

.owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-nav{margin-top:0px}
.owl-nav [class*=owl-]{color:#FFF;font-size:40px !important;margin:5px 20px 5px -20px;padding:5px 5px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-nav .disabled{opacity:.5;cursor:default}
.owl-nav.disabled+.owl-dots{margin-top:10px}

.owl-next span,.owl-prev span  {
	padding:0px 20px;
}



.modal-body .bd-button-13, .modal-body .bd-button-13:link, .modal-body .bd-button-13:visited {
    border-width: 0;
    padding: 0;
    color: #ffffff;
    background-color: #cf2e2e;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    text-transform: none;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 10px 35px;
    border: 2px solid #cf2e2e;
    border-radius: 50px;
    line-height: 28.57142858px;
    background-image: none;
}



.hover-image-5  {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  height: auto;
  text-align: center;
  background: #4BA1CC;
}
.hover-image-5  img {
  opacity: 1;
  transition: opacity 0.5s;
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
}
.hover-image-5:hover img {
  opacity: 0.5;
}
.hover-image-5  div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hover-image-5  div::before,
.hover-image-5 div::after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: "";
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s;
  pointer-events: none;
}
.hover-image-5  div::before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: scale(0, 1);
}
.hover-image-5  div::after {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: scale(1, 0);
}
.hover-image-5:hover div::before,
.hover-image-5:hover div::after {
  opacity: 1;
  transform: scale(1);
}
.hover-image-5 div img,
.hover-image-5 div i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  transition: transform 0.5s ease 0s;
  transform: scale(0);
  font-size: 48px;
  color: #fff;
}
.hover-image-5:hover div img,
.hover-image-5:hover div i {
  transform: scale(1);
  opacity: 1;
}

.grid-gallery figure img.zoom {
    display: block;
    width: auto;
}


a.tags_plitca {
	display:inline-block;
	padding: 0 20px;
	
}

@media (max-width:450px) {
a.tags_plitca h5 {
   font-size:18px;
   line-height:2;
   margin: 0; 
}
}