* {
  margin: 0;
  padding: 0;
}
html {
  height:100%;
}
body {
  height: 100%;
  position:relative;
}
.header {
  background-color: #FFF;
  border-bottom: 1px solid #EAEAEA;
  padding: 0px 0 0;
  margin: 0;
  width: 100%;
}   
#logo{
	padding:33px 0;
}
#logo a img {
  border: none;
}
#wrapper {
  min-height: 610px; 
}
#footer {
  background-color: #fefefe;
  border-top: 1px solid #EAEAEA;
  padding: 10px 0;
  margin: 40px 0 0 0;
  width: 100%;
}
.brand {
  color:#fff !important; 
  font-family:Share, cursive; 
}
.brand:hover {
  color:#08C !important;
} 
.line_top{
	width:100%;
	min-height:65px;
	height:83px;
	background:#343d46;
}
.pcontacts{
	float:left;
	color:#dddddd;
	margin:29px 0 0 20px;
	font-size:16px;
}
.pcontacts i{
	margin:0 10px 0 0;
}
/*_______ TOP MENU ______________________________________*/
.top_menu ul.menu {
    float: left;
    margin: 0 0 25px 0;
}
.top_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}
.top_menu ul.menu li:last-child {
    border-right: none;
}
.top_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}
/*_______ DROPDOWN MEIN MENU ______________________________________*/
.main_menu ul.menu {
    float: right;
}
.main_menu ul.menu > li ul {
  display: none;
}
.main_menu ul.menu li.parent:hover > ul {
  display: block;
}
.main_menu ul.menu li {
    float: left;
    position: relative;
    list-style: none;
}
.main_menu ul.menu > li > a {
    font-size: 15px;
    margin: 0 10px;
   padding: 40px 5px;
    position: relative;
    text-transform: uppercase;
/* 	border-top: 5px solid #12ABFF; */
}
.main_menu ul.menu li a {
  white-space: nowrap;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
}
.main_menu ul.menu > li > a {
    border-top: 5px solid transparent;
}
.main_menu ul.menu > li.active > a {
    background-color: transparent;
    /* border-top:5px solid #12ABFF; */
    box-shadow: none;
    color: #000;
}
.main_menu ul.menu > li.active > a:hover {
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
    border-top: 5px solid transparent;
}
.main_menu ul.menu > li a {
   display: block;
}
.main_menu ul.menu > li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
    height: 20px;
    right: -10px;
    position: absolute;
    width: 20px;
}
.main_menu ul.menu li ul li.parent span.arrow {
    background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
    height: 15px;
    position: absolute;
    top: 7px;
    width: 30px;
}
.main_menu ul.menu li.parent ul,
.main_menu ul.menu li ul li.parent ul {
     background: #fff;
     border-left: 1px solid #d5d5d5;
     list-style: none;
     position: absolute; 
     float: left;
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12);
     min-width: 200px;
     z-index: 9999;
}
.main_menu ul.menu li.parent ul {
    left: 9px; 
    top: 100%;
    border-top: 0px solid #12ABFF;
}
.main_menu ul.menu li ul li.parent ul {
    left: 100%; 
    top: -2px;
}
.main_menu ul.menu li.parent ul li {
    margin: 0; 
    padding: 0;
 -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
   -moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.05) inset;
    border-bottom: 0px solid #EAEAEA;
    clear: both;
    width: 100%;
}
.main_menu ul.menu li.parent ul li.lastChild {
    border-bottom: none; 
}
.main_menu ul.menu li.parent ul li a {
    float: left;
    padding: 7px 10px 7px 0;
    margin: 0 15px 0 0;
    text-indent: 10px;
-webkit-transition: all 0.3s ease-out;
   -moz-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    width: 100%;
}
.main_menu .nav li.active > .nav-child > li.active > a{
	color:#000;
} 
/*_______ FOOTER MENU ______________________________________*/
.footer_menu ul.menu {
    float: left;
    margin: 0 0 15px 0;
}
.footer_menu ul.menu li {
    border-right: 1px solid #CECECE;
    float: left;
    list-style: none outside none;
    position: relative;
}
.footer_menu ul.menu li:last-child {
    border-right: none;
}
.footer_menu ul.menu li a {
    font-size: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
}
/*_______ TOP MENU ______________________________________*/
@media (max-width: 979px) {
  .main_menu ul.menu > li ul {
    display: block;
  }
  .top_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .top_menu ul.menu li {
      list-style: none outside none;
      position: relative;
      border-right: medium none;
      float: none;
  }
  .top_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .top_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .top_menu ul.menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }
  /*_______ DROPDOWN ACCORDION MENU ________________________________*/
  .main_menu ul.menu > li ul {
    display: block;
  }
  .main_menu ul.menu {
      float: none;
      margin: 10px 0 0;
  }
  .main_menu ul.menu li {
      float: none;
      position: relative;
      list-style: none;
  }
  .main_menu ul.menu > li > a {
      font-size: 12px;
      margin: 0;
      padding: 7px 10px;
      position: relative;
      text-transform: uppercase;
  }
  .main_menu ul.menu li a {
    white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
          display: block;
          width: 100%;
  }
  .main_menu ul.menu > li > a {
      border-bottom: 2px solid transparent;
  }
  .main_menu ul.menu > li > a:hover {
    border-bottom: 2px solid transparent;
    margin: 0;
    padding: 7px 17px;
  }
  .main_menu ul.menu li {
    border-top: 1px solid #E6E6E6;
}
  .main_menu ul.menu > li.active > a {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: none;
    color: #000000;
  }
  .main_menu ul.menu > li.active > a:hover {
    background-color: transparent;
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
  }
  .main_menu ul.menu > li a {
     display: block;
  }
  .main_menu ul.menu > li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 7px transparent;
      height: 20px;
      right: -5px;
      display: none;
      position: absolute;
      width: 20px;
  }
  .main_menu ul.menu li ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 center transparent;
      height: 15px;
      position: absolute;
      display: none;
      top: 7px;
      width: 30px;
  }
  .main_menu ul.menu li.parent ul,
  .main_menu ul.menu li ul li.parent ul {
    background: none repeat scroll 0 0 transparent;
    border-left: medium none;
    border-top: medium none;
    box-shadow: 0 0 0 transparent;
    float: none;
    position: relative;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul {
      left: 0; 
      top: 0;
  }
  .main_menu ul.menu li ul li.parent ul {
      left: 0 !important;
      top: 0 !important;
  }
  .main_menu ul.menu li.parent ul li {
    border-bottom: medium none;
    box-shadow: 0 0 0 transparent;
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main_menu ul.menu li.parent ul li.lastChild {
      border-bottom: none; 
  }
  .main_menu ul.menu li ul li.parent ul > li > a {
    padding: 7px 10px 7px 30px;
  }
  .main_menu ul.menu li ul li.parent ul > li > a:hover {
    padding: 7px 10px 7px 35px;
  }
  .main_menu ul.menu li.parent ul li a:hover {
    padding: 7px 10px 7px 20px;
  }
  .main_menu ul.menu li.parent ul li a {
      float: none;
      margin: 0 15px 0 0;
      padding: 7px 10px 7px 15px;
      text-indent: 10px;
  -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
      width: 100%;
  }
/*_______ FOOTER MENU ______________________________________*/
  .footer_menu ul.menu {
    margin: 10px 0;
    float: none;
  }
  .footer_menu ul.menu li {
    list-style: none outside none;
    position: relative;
    border-right: medium none;
    float: none;
  }
  .footer_menu ul.menu li a {
      background-color: #FAFAFA;
      border-bottom: 1px solid #e6e6e6;
      border-radius: 0 0 0 0;
      display: block;
      font-size: 12px;
      margin: 0;
      padding: 4px 9px;
      position: relative;
  }
  .footer_menu ul.menu li:first-child a {
      border-top: 1px solid #e6e6e6;
  }
  .footer_menu ul.menu li a:hover {
      background-color: #0088cc;
      text-shadow: 0 1px 0 transparent;
  }
}
table.category tr th,
table.category tr td {
    border: 1px solid #E6E6E6;
    padding: 4px 16px;
}
form#adminForm ul.category li {
    background-color: #FFF;
    border: 1px solid #E6E6E6;
    list-style: none outside none;
    margin: 4px 0;
    padding: 5px 10px;
}
/*_______ END MENU ______________________________________*/

.copyrights p{
  text-align:center;
}
.copyrights {
    margin: 7px 0 0;
}
.filter-search select {
    float: left;
    margin: 0 5px;
    width: 200px;
}
.filter-search,
.filters .alert-info {
    background-color: transparent;
    border: medium none;
    height: auto;
}
body.error {
    background:#f2f2f2;
}
.errorbox {
    margin: 15% 0 0;
    width: 50%;
}
.errorbox h1 {
    color: #333;
    font-size: 100px;
    line-height: 70px;
}
.errorbox h3 {
    color: #787878;
}
.errorbox a {
    cursor: pointer;
    color: #0088CC;
}
input.invalid {
    border-color: #FF0000 !important;
}
/*__________________________social icons_________________________*/
.soc_icons_box {
    text-align:center;
}
.soc_icons_box ul {
    display:-moz-inline-stack;
    display:inline-block;
}
.soc_icons_box li {
    float:left;
    list-style:none;
    padding:0;
}
.soc_icons li a {
  font-size: 18px;
  margin: 25px;
}
.soc_icons a {
-webkit-transition: all 0.1s;
   -moz-transition: all 0.1s;
     -o-transition: all 0.1s;
        transition: all 0.1s;
}
.iconsrow .fa-hover {
    float: left;
    font-size: 14px;
    padding: 3px 0 3px 9px;
    width: 225px;
}
.iconsrow i {
    font-size: 16px;
    width: 25px;
}
.iconsrow .fa-hover:hover {
    background-color: #fff;
    padding: 3px 0 3px 9px;
}
.iconsrow .fa-hover:hover i {
    color: #0088cc;
    font-size: 18px;
}
@media (max-width: 1200px) {
}
@media (max-width: 1024px) {
  .main_menu ul.menu li.lastChild ul li.parent span.arrow {
      background: url("../images/arrow.png") no-repeat scroll 0 bottom transparent;
      height: 15px;
      position: absolute;
      top: 9px;
      width: 20px;
  }
  .main_menu ul.menu li.lastChild ul li.parent ul {
    left: inherit;
    right: 100%; 
    top: -2px;
    }
}
@media (max-width: 980px) {
}
@media (max-width: 768px) {
  #logo,
  .copyrights p {
     text-align: center;
  }
  form#adminForm {
      max-width: 758px;
      overflow-x: auto;
  }
  #wrapper {
      margin-right: 20px;
      margin-left: 20px;
  }
}

 .bg_slide1{
/* 	background:url('../images/bg_slide1.jpg') no-repeat center top; */
	width:100%;
	text-align:center;

 }
 .bg_slide1_in{
 }
 .slideshow .caption{
	margin:205px 200px 0;
 }

  .slideshow .caption a{
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 15px 125px;
	font-family: Open Sans, sans-serif;
	margin: 50px auto 0;
	background: #1D83D5;
	border: 0px solid #12ABFF !important;
	border-radius:0px;
 }
   .slideshow .caption a:hover{
   background:#343D46;
   color:#fff;
 }
 .touchSlider .pagination .swiper-pagination-switch {
background-image: none !important;
background: #222 !important;
border-radius: 50%;
height: 14px !important;
width: 14px !important;
margin: 10px 0 5px 5px !important;
}
.touchSlider .pagination .swiper-active-switch {
background-image: none !important;
border-radius: 50%;
height: 14px !important;
width: 14px !important;
margin: 10px 0 5px 5px !important;
background: #12ABFF !important;
}
 /*-------------======Timer========----------------*/
 .pos-1 .section_block {
float: left;
text-align: center !important;
border: 1px solid #EEE;
padding: 30px 20px 30px;
width: 27%;
margin: 0 0 0 2%;
}
 .pos-1 .section_block {
text-align: center !important;
}
 .content_section .type1 {
line-height: 64px;
height: 65px;
width: 58%;
margin: auto;
}
.content_section .type2 {
line-height: 64px;
height: 65px;
width: 38%;
margin: auto;
}
 .content_section .type3 {
line-height: 64px;
height: 65px;
width: 34%;
margin: auto;
}
 .pos-1 .content_section .counter_holder {
font-size: 56px;
}
/*-------------======Timer========----------------*/
h1 {
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	text-align: left;
	line-height: 46px;
	font-weight: 900;
	font-size:56px;
	color:#333;
}
h2 {
	text-transform: uppercase;
	color: white;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
	text-align: left;
	line-height: 36px;
	font-weight: 900;
	font-size:46px;
	color:#333;
}
 h3 {
	font-size: 26px;
	font-weight: 200;
	color:#333;
}
 h4{
	font-weight: 900;
	text-transform: uppercase;
	color:#000;
	text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.9);
 }
 h5{
	text-align: left;
	font-size:10px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);	
	color:#333;
 }
 .slideshow h2,  .slideshow h5{
	color:#fff;
 }
 .pos-0 h3, .pos-1 h3, .pos-2 h3, .pos-3 h3, .pos-5 h3, .pos-6 h3, .pos-7 h3{
/*	text-align: center;
	text-transform: uppercase;
	padding: 45px 0;
	color: #222;
	line-height: 70px;
*/
 }
  .pos-0  .span4 h4{
	float:left;
	margin: 3px 0 12px 0;
	/*font-family: Open Sans, sans-serif; */
	font-weight: 900;
	text-transform: uppercase;
 }
  .pos-0 i{
	color:#fff;
	top: 34%;
	bottom: 0;
	left: 32%;
	right: 0;
	position:absolute;
}
.icurcle{
	float: left;
	margin: 0px 19px 0 2px;
	border-radius: 50%;
	padding: 35px;
	position:relative;
}
.ocurcle{
	float:left;
	width:70%;
}
.hoverc:hover .icurcle{
	background: #343D46;
}
.pos-0 p{
	float:left;
	clear:both;
	line-height: 26px;
	color: #888;
 }
.blockc .hoverc{
	 opacity: 0;
	 filter: alpha(opacity=0);
	 position: relative;
	 -webkit-transform: scale(0);
	 -moz-transform: scale(0);
	 -ms-transform: scale(0);
	 -o-transform: scale(0);
	 transform: scale(0);
 }
.hoverc.animations-effects{
	 opacity: 1;
	 filter: alpha(opacity=100);
	 -webkit-transform: scale(1);
	 -moz-transform: scale(1);
	 -ms-transform: scale(1);
	 -o-transform: scale(1);
	 transform: scale(1);
	 -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
 }
 .pos-3,  .pos-4,  .pos-5{
	margin:100px 0 50px;
 }
 .pos-3 .accordion-heading .accordion-toggle {
	padding:15px;
}
  .pos-3 i{
	width:20px;
	height:20px;
}
 .pos-6 .photo_block .photojs img{
	width:200px;
	height:200px;
	border-radius:50%;
	margin:0 0 20px 0;
 }
  .pos-6 .photo_block .photojs{
 width: 18%;
margin: 0 0 0 5.5%;
}
  .pos-6 h4,   .pos-6 p{
	text-align:center;
 }
.pos-6 p{
	line-height: 26px;
	color: #888;
 }
 .imageGallery .fancybox, .imageGallery .fancybox:hover {
	box-shadow: none !important;
}
.pos-7 p{
	text-align:left;
	color:#888;
	margin:10px 0 0 10px;
	line-height:26px;
}
.pos-7 .name{
	text-align:left;
	margin:0 0 0 10px;
	line-height:26px;
}
 /*-------------------------===========switch Button==========-----------------------------*/
 .switchButton {
    display: inline-block;
    margin: 22px 0;
    overflow: hidden;
	float: right;
}
.switchButton span {
    cursor: pointer;
    float: left;
    height: 15px;
    margin: 6px 0 0 7px;
    width: 15px;
}

.switchButton .bt-blue {background-color: #12ABFF;}
.switchButton .bt-turquoise {background-color: #4FC3AE;}
.switchButton .bt-yellow {background-color: #F97A14;}
.switchButton .bt-red {background-color: #D2525A;}
.switchButton .bt-green {background-color: #2E8B57;}
.switchButton .bt-purple {background-color: #905A9E;}


body.divBlue .main_menu ul.menu > li > a:hover {
    border-top: 5px solid #12ABFF;
}
body.divBlue .main_menu ul.menu > li.active > a {
    border-top:5px solid #12ABFF;
}
body.divBlue .icurcle{
	background: #12ABFF;
}
body.divBlue .copyrights a:hover{
	color:#0E8DD2;
}
body.divBlue #footer .nav > li > a:hover {
	color: #0E8DD2;
}
body.divBlue #footer .nav > li > a:hover {
	color: #0E8DD2;
}
body.divBlue .touchSlider .pagination .swiper-active-switch{
	background:#0E8DD2 !important; 
}
body.divBlue .accordion-heading a:hover{
	color: #0E8DD2;
}
body.divBlue #globalContent a:hover{
	color: #0E8DD2;
}
body.divBlue .iconsrow .fa-hover:hover i{
	color: #0E8DD2;
}
body.divBlue .tooltip_link:hover{
	color: #0E8DD2;
}
body.divBlue .controls button{
	background:#12ABFF; 
}
body.divBlue .controls button:hover{
	background:#0E8DD2; 
}
body.divBlue .form-actions button{
	background:#12ABFF; 
}
body.divBlue .form-actions button:hover{
	background:#0E8DD2; 
}
body.divBlue .filters button{
	background:#12ABFF; 
}
body.divBlue .filters button:hover{
	background:#0E8DD2; 
}
body.divBlue  .label-info, body.divBlue .badge-info {
	background-color: #12ABFF;
}
body.divBlue .label-warning, body.divBlue .badge-warning {
	background-color: #12ABFF;
}
body.divBlue .caption a{
	background-color:  #12ABFF;
}
body.divBlue .soc_icons a:hover{
	color:#0E8DD2;
}
body.divBlue  a:hover{
	color:#0E8DD2;
}


body.divTurquoise .main_menu ul.menu > li > a:hover {
    border-top: 5px solid #3D9787;
}
body.divTurquoise .main_menu ul.menu > li.active > a {
    border-top:5px solid #4FC3AE;
}
body.divTurquoise .icurcle{
	background: #4FC3AE;
}
body.divTurquoise .copyrights a:hover{
	color:#3D9787;
}
body.divTurquoise #footer .nav > li > a:hover {
	color: #3D9787;
}
body.divTurquoise #footer .nav > li > a:hover {
	color: #3D9787;
}
body.divTurquoise .touchSlider .pagination .swiper-active-switch{
	background:#3D9787 !important; 
}
body.divTurquoise .accordion-heading a:hover{
	color: #3D9787;
}
body.divTurquoise #globalContent a:hover{
	color: #3D9787;
}
body.divTurquoise .iconsrow .fa-hover:hover i{
	color: #3D9787;
}
body.divTurquoise .tooltip_link:hover{
	color: #3D9787;
}
body.divTurquoise .controls button{
	background:#4FC3AE; 
}
body.divTurquoise .controls button:hover{
	background:#3D9787; 
}
body.divTurquoise .form-actions button{
	background:#4FC3AE; 
}
body.divTurquoise .form-actions button:hover{
	background:#3D9787; 
}
body.divTurquoise .filters button{
	background:#4FC3AE; 
}
body.divTurquoise .filters button:hover{
	background:#3D9787; 
}
body.divTurquoise  .label-info, body.divBlue .badge-info {
	background-color: #4FC3AE;
}
body.divTurquoise .label-warning, body.divBlue .badge-warning {
	background-color: #4FC3AE;
}
body.divTurquoise .caption a{
	background-color:  #4FC3AE;
}
body.divTurquoise .soc_icons a:hover{
	color:#3D9787;
}
body.divTurquoise  a:hover{
	color:#3D9787;
}


body.divYellow .main_menu ul.menu > li > a:hover {
    border-top: 5px solid #F97A14;
}
body.divYellow .main_menu ul.menu > li.active > a {
    border-top:5px solid #F97A14;
}
body.divYellow .icurcle{
	background: #F97A14;
}
body.divYellow .copyrights a:hover{
	color:#BF6115;
}
body.divYellow #footer .nav > li > a:hover {
color: #BF6115;
}
body.divYellow .touchSlider .pagination .swiper-active-switch{
	background:#F97A14 !important; 
}
body.divYellow .accordion-heading a:hover{
	color: #BF6115;
}
body.divYellow #globalContent a:hover{
	color: #BF6115;
}
body.divYellow .iconsrow .fa-hover:hover i{
	color: #BF6115;
}
body.divYellow .controls button{
	background:#F97A14;  
}
body.divYellow .controls button:hover{
	background:#BF6115; 
}
body.divYellow .form-actions button{
	background:#F97A14; 
}
body.divYellow .form-actions button:hover{
	background:#BF6115; 
}
body.divYellow .filters button{
	background:#F97A14; 
}
body.divYellow .filters button:hover{
	background:#BF6115; 
}
body.divYellow  .label-info, body.divYellow .badge-info {
background-color: #F97A14;
}
body.divYellow .label-warning, body.divYellow .badge-warning {
	background-color: #F97A14;
}
body.divYellow .caption a{
	background-color:  #F97A14;
}
body.divYellow .soc_icons a:hover{
	color:#BF6115;
}
body.divYellow  a:hover{
	color:#BF6115;
}


body.divRed .main_menu ul.menu > li > a:hover {
    border-top: 5px solid #C14048;
}
body.divRed .main_menu ul.menu > li.active > a {
    border-top:5px solid #C14048;
}
body.divRed .icurcle{
	background: #C14048;
}
body.divRed .copyrights a:hover{
	color:#C14048;
}
body.divRed #footer .nav > li > a:hover {
color: #C14048;
}
body.divRed .pos_20 .content_section .counter_holder{
	color: #C14048;
}
body.divRed .touchSlider .pagination .swiper-active-switch{
	background:#C14048 !important; 
}
body.divRed .accordion-heading a:hover{
	color: #C14048;
}
body.divRed #globalContent a:hover{
	color: #C14048;
}
body.divRed .iconsrow .fa-hover:hover i{
	color: #C14048;
}
body.divRed .controls button{
	background:#D2525A; 
}
body.divRed .controls button:hover{
	background:#C14048; 
}
body.divRed .form-actions button{
	background:#D2525A; 
}
body.divRed .form-actions button:hover{
	background:#C14048; 
}
body.divRed .filters button{
	background:#D2525A; 
}
body.divRed .filters button:hover{
	background:#C14048; 
}
body.divRed  .label-info, body.divRed .badge-info {
background-color: #D2525A;
}
body.divRed .label-warning, body.divRed .badge-warning {
	background-color: #D2525A;
}
body.divRed .caption a{
	background-color:  #D2525A;
}
body.divRed .soc_icons a:hover{
	color:#C14048;
}
body.divRed  a:hover{
	color:#C14048;
}


body.divGreen .main_menu ul.menu > li > a:hover {
    border-top: 5px solid #2E8B57;
}
body.divGreen .main_menu ul.menu > li.active > a {
    border-top:5px solid #2E8B57;
}
body.divGreen .icurcle{
	background: #2E8B57;
}
body.divGreen .copyrights a:hover{
	color:#0C4927;
}
body.divGreen #footer .nav > li > a:hover {
color: #0C4927;
}
body.divGreen .touchSlider .pagination .swiper-active-switch{
	background:#2E8B57 !important; 
}
body.divGreen .accordion-heading a:hover{
	color: #0C4927;
}
body.divGreen #globalContent a:hover{
	color: #0C4927;
}
body.divGreen .iconsrow .fa-hover:hover i{
	color: #0C4927;
}
body.divGreen .controls button{
	background:#2E8B57; 
}
body.divGreen .controls button:hover{
	background:#0C4927; 
}
body.divGreen .form-actions button{
	background:#2E8B57; 
}
body.divGreen .form-actions button:hover{
	background:#0C4927; 
}
body.divGreen .filters button{
	background:#2E8B57; 
}
body.divGreen .filters button:hover{
	background:#0C4927; 
}
body.divGreen  .label-info, body.divGreen .badge-info {
background-color: #2E8B57;
}
body.divGreen .label-warning, body.divGreen .badge-warning {
	background-color: #2E8B57;
}
body.divGreen .caption a{
	background-color:  #2E8B57;
}
body.divGreen .soc_icons a:hover{
	color:#0C4927;
}
body.divGreen  a:hover{
	color:#0C4927;
}


body.divPurple .main_menu ul.menu > li > a:hover {
    border-top: 5px solid #AD77BB;
}
body.divPurple .main_menu ul.menu > li.active > a {
    border-top:5px solid #AD77BB;
}
body.divPurple .icurcle{
	background: #AD77BB;
}
body.divPurple .copyrights a:hover{
	color:#905A9E;
}
body.divPurple #footer .nav > li > a:hover {
color: #905A9E;
}
body.divPurple .touchSlider .pagination .swiper-active-switch{
	background-image:none !important;
	background:#AD77BB !important; 
}
body.divPurple .accordion-heading a:hover{
	color: #905A9E;
}
body.divPurple #globalContent a:hover{
	color: #905A9E;
}
body.divPurple .iconsrow .fa-hover:hover i{
	color: #905A9E;
}
body.divPurple .controls button{
	background:#AD77BB;
}
body.divPurple .controls button:hover{
	background:#905A9E;  
}
body.divPurple .form-actions button{
	background:#AD77BB; 
}
body.divPurple .form-actions button:hover{
	background:#905A9E; 
}
body.divPurple .filters button{
	background:#AD77BB; 
}
body.divPurple .filters button:hover{
	background:#905A9E; 
}
body.divPurple  .label-info, body.divPurple .badge-info {
	background-color: #AD77BB;
}
body.divPurple .label-warning, body.divPurple .badge-warning {
	background-color: #AD77BB;
}
body.divPurple .caption a{
	background-color:  #AD77BB;
}
body.divPurple .soc_icons a:hover{
	color:#905A9E;
}
 body.divPurple  a:hover{
	color:#905A9E;
}
/*-------------------------===========end switch Button===========-----------------------------*/
/*------=====RESPONSIVE======---------*/
@media (max-width: 320px) {
.bg_slide1 {
	background-size: cover;
}
  .pcontacts {
	float: none;
	margin: 0px 0 0 8px;
}
.switchButton {
	margin: 13px auto;
	width: 45%;
}
.soc_icons_box {
	text-align: center;
	margin:-11px;
}
.soc_icons li a {
	font-size: 18px;
	margin: 0 22px 0 0;
}
#logo {
	padding: 15px 0 0 10px;
	float: left;
}
.slideshow .caption {
	margin: 5px 0 0;
}
.slideshow .caption a {
	margin: 5px 0;
	padding: 7px 35px;
}
h2 {
	line-height: 25px;
	font-size: 18px;
}
h3 {
	font-size: 25px;
	line-height: 50px;
}
.pos-0 h3, .pos-1 h3, .pos-2 h3, .pos-3 h3, .pos-5 h3, .pos-6 h3, .pos-7 h3 {
	padding: 0;
	line-height: 25px;
}
.hoverc{
	overflow:hidden;
}
.icurcle {
	padding: 29px;
}
.pos-6 .photo_block .photojs {
	width: 58%;
	margin: auto;
}
.pos-6 .photo_block .photojs img {
	width: 150px;
	height: 150px;
}
.pos-7 .swiper-container{
	height:480px !important;
}
.pos-7 .swipe-wrap{
	height:480px !important;
}
.pos-7 .name {
	text-align: center;
	margin: 20px 0 0 0px;
	line-height: 0px;
}
.pos-7 p {
	text-align: center;
	margin: 14px 0 0 10px;
	line-height: 20px;
}
.pos-3, .pos-4, .pos-5 {
	margin: 15px 0 0;
}
.map{
	width:100% !important;
}
.main_menu ul.menu > li.active > a {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
table.category tr th, table.category tr td {
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	padding: 4px 10px;
}
} /* -----  (max-width: 320px) ------  */
@media (min-width: 321px) and (max-width: 384px) {
.bg_slide1 {
	background-size: cover;
}
  .pcontacts {
	float: none;
	margin: 0px 0 0 8px;
}
.switchButton {
	margin: 13px auto;
	width: 45%;
}
.soc_icons_box {
	text-align: center;
	margin:-11px;
}
.soc_icons li a {
	font-size: 18px;
	margin: 0 22px 0 0;
}
#logo {
	padding: 15px 0 0 10px;
	float: left;
}
.slideshow .caption {
	margin: 5px 0 0;
}
.slideshow .caption a {
	padding: 15px 77px;
	margin: 5px 0 0;
}
h2 {
	font-size: 26px;
	line-height: 30px;
}
h3 {
	font-size: 25px;
	line-height: 50px;
}
.pos-0 h3, .pos-1 h3, .pos-2 h3, .pos-3 h3, .pos-5 h3, .pos-6 h3, .pos-7 h3 {
	padding: 20px 0;
	line-height: 25px;
}
.hoverc{
	overflow:hidden;
}
.icurcle {
	padding: 29px;
}
.pos-2 .rowImages a {
	width: 48% !important;
	float: left;
}
.pos-6 .photo_block .photojs {
	width: 47%;
	margin: auto;
}
.pos-6 .photo_block .photojs img {
	width: 150px;
	height: 150px;
}
.pos-7 .swiper-container{
	height:480px !important;
}
.pos-7 .swipe-wrap{
	height:480px !important;
}
.pos-7 .name {
	text-align: center;
	margin: 20px 0 0 0px;
	line-height: 0px;
}
.pos-7 p {
	text-align: center;
	margin: 14px 0 0 10px;
	line-height: 20px;
}
.pos-3, .pos-4, .pos-5 {
	margin: 15px 0 0;
}
.map{
	width:100% !important;
}
.main_menu ul.menu > li.active > a {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
table.category tr th, table.category tr td {
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	padding: 4px 10px;
}
} /* ----- (min-width: 380px) and (max-width: 384px) ------  */
@media (min-width: 385px) and (max-width: 480px) {
.bg_slide1 {
	background-size: cover;
}
.pcontacts {
	margin: 5px 0 0 5px;
}
.switchButton {
	margin: 13px 5px;
}
.soc_icons_box ul {
	margin: 0 0 0 5px;
	display:block;
}
.soc_icons_box {
	text-align: center;
	margin:-11px;
}
.soc_icons li a {
	font-size: 18px;
	margin: 0 22px 0 0;
}
#logo {
	padding: 15px 0 0 10px;
	float: left;
}
.slideshow .caption {
	margin: 50px 0 0;
}
.slideshow .caption a {
	padding: 15px 77px;
	margin: 5px 0 0;
}
h2 {
	font-size: 25px;
	line-height: 30px;
}
h3 {
	font-size: 25px;
	line-height: 50px;
}
.pos-0 h3, .pos-1 h3, .pos-2 h3, .pos-3 h3, .pos-5 h3, .pos-6 h3, .pos-7 h3 {
	padding: 20px 0;
	line-height: 25px;
}
.hoverc{
	overflow:hidden;
}
.icurcle {
	padding: 29px;
}
.pos-2 .rowImages a {
	width: 48% !important;
	float: left;
}
.pos-6 .photo_block .photojs {
	width: 35%;
	margin: 0 0 0 11%;
	float: left;
}
.pos-6 .photo_block .photojs img {
	width: 150px;
	height: 150px;
}
.pos-7 .swiper-container{
	height:450px !important;
}
.pos-7 .swipe-wrap{
	height:450px !important;
}
.pos-7 .name {
	text-align: center;
	margin: 20px 0 0 0px;
	line-height: 0px;
}
.pos-7 p {
	text-align: center;
	margin: 14px 0 0 10px;
	line-height: 20px;
}
.pos-3, .pos-4, .pos-5 {
	margin: 15px 0 0;
}
.map{
	width:100% !important;
}
.main_menu ul.menu > li.active > a {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
table.category tr th, table.category tr td {
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	padding: 4px 10px;
}
} /* ----- (min-width: 385px) and (max-width: 480px) ------  */
@media (min-width: 481px) and (max-width: 568px){
.bg_slide1 {
	background-size: cover;
}
  .pcontacts {
	margin: 5px 0 0 1%;
}
.switchButton {
	margin: 13px 5px;
}
.soc_icons_box ul {
	margin: 0 0 0 5px;
	display:block;
}
.soc_icons_box {
	text-align: center;
	margin:-11px;
}
.soc_icons li a {
	font-size: 18px;
	margin: 0 22px 0 0;
}
#logo {
	padding: 15px 0 0 10px;
	float: left;
}
.slideshow .caption {
	margin: 50px 0 0;
}
.slideshow .caption a {
	padding: 15px 77px;
}
h3 {
	font-size: 25px;
	line-height: 50px;
}
.pos-0 h3, .pos-1 h3, .pos-2 h3, .pos-3 h3, .pos-5 h3, .pos-6 h3, .pos-7 h3 {
	padding: 20px 0;
	line-height: 25px;
}
.hoverc{
	overflow:hidden;
	width:33% !important;
	float:left !important;
	text-align:center;
}
.icurcle {
	padding: 29px;
	margin:0 0 10px 17%;
}
.pos-0 i {
	left: 1% !important;
}
.pos-2 .rowImages a {
	width: 48% !important;
	float: left;
}
.pos-6 .photo_block .photojs {
	width: 30%;
	margin: 0 0 0 15%;
	float: left;
}
.pos-6 .photo_block .photojs img {
	width: 150px;
	height: 150px;
}
.pos-7 .swiper-container{
	height:350px !important;
}
.pos-7 .swipe-wrap{
	height:350px !important;
}
.span_foto, .span_text{
	width:40% !important;
	float:left !important;
}
.pos-7 .name {
	text-align: center;
	margin: 20px 0 0 0px;
	line-height: 0px;
}
.pos-7 p {
	text-align: center;
	margin: 14px 0 0 10px;
	line-height: 20px;
}
.pos-3, .pos-4, .pos-5 {
	margin: 15px 0 0;
}
.map{
	width:100% !important;
}
.main_menu ul.menu > li.active > a {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
table.category tr th, table.category tr td {
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	padding: 4px 10px;
}

} /*--(min-width: 481px) and (max-width: 568px)--*/
@media (min-width: 569px) and (max-width: 600px) {
.bg_slide1 {
	background-size: cover;
}
  .pcontacts {
	margin: 5px 0 0 1%;
}
.switchButton {
	margin: 13px 5px;
}
.soc_icons_box ul {
	margin: 0 0 0 5px;
	display:block;
}
.soc_icons_box {
	text-align: center;
	margin:-11px;
}
.soc_icons li a {
	font-size: 18px;
	margin: 0 22px 0 0;
}
#logo {
	padding: 15px 0 0 10px;
	float: left;
}
.slideshow .caption {
	margin: 50px 0 0;
}
.slideshow .caption a {
	padding: 15px 77px;
}
h3 {
	font-size: 25px;
	line-height: 50px;
}
.pos-0 h3, .pos-1 h3, .pos-2 h3, .pos-3 h3, .pos-5 h3, .pos-6 h3, .pos-7 h3 {
	padding: 20px 0;
	line-height: 25px;
}
.hoverc{
	overflow:hidden;
	width:33% !important;
	float:left !important;
	text-align:center;
}
.icurcle {
	padding: 29px;
	margin:0 0 10px 17%;
}
.pos-0 i {
	left: 1% !important;
}
.pos-2 .rowImages a {
	width: 23% !important;
	float: left;
}
.pos-6 .photo_block .photojs {
	width: 30%;
	margin: 0 0 0 15%;
	float: left;
}
.pos-6 .photo_block .photojs img {
	width: 150px;
	height: 150px;
}
.pos-7 .swiper-container{
	height:350px !important;
}
.pos-7 .swipe-wrap{
	height:350px !important;
}
.span_foto, .span_text{
	width:40% !important;
	float:left !important;
}
.pos-7 .name {
	text-align: center;
	margin: 20px 0 0 0px;
	line-height: 0px;
}
.pos-7 p {
	text-align: center;
	margin: 14px 0 0 10px;
	line-height: 20px;
}
.pos-3, .pos-4, .pos-5 {
	margin: 15px 0 0;
}
.map{
	width:100% !important;
}
.main_menu ul.menu > li.active > a {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
.main_menu ul.menu > li > a:hover {
	border-top: 0px !important;
}
table.category tr th, table.category tr td {
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	padding: 4px 10px;
}
}  /*--(min-width: 569px) and (max-width: 600px)--*/
@media (min-width: 601px) and (max-width: 768px) {
.bg_slide1 {
	background-size: cover;
}
.pcontacts {
     margin: 5px 25px 0 0;
}
.soc_icons li a {
    margin: 15px;
}
.switchButton {
    margin: 17px 0;
}
.switchButton span {
    margin: 6px 0 0 2px;
}
.soc_icons_box {
    text-align: right;
}
.soc_icons li a {
    margin: 21px 15px 0 0;
}
.slideshow .caption a {
    padding: 15px 104px;
    width: 75px;
}
.hoverc{
    float: left !important;
    margin: 0 0 0 6% !important;
    overflow: hidden;
    text-align: center;
    width: 27% !important;
}
.icurcle {
	padding: 29px;
	margin:0 0 10px 17%;
}
.pos-0 i {
    left: 0;
    top: 31%;
}
.pos-0 h3, .pos-1 h3, .pos-2 h3, .pos-3 h3, .pos-5 h3, .pos-6 h3, .pos-7 h3 {
    padding: 15px 0;
}
.pos-2 .rowImages a {
	width: 23% !important;
	float: left;
}
.pos-6 .photo_block .photojs {
	width: 35%;
	margin: 0 0 0 10%;
	float: left;
}
.pos-6 .photo_block .photojs img {
	width: 150px;
	height: 150px;
	margin: 0 0 15px 18%;
}
.pos-7  .swiper-container{
	height:140px !important;
}
.pos-7 .swipe-wrap{
	height:140px !important;
}
.pos-7 p {
    line-height: 20px;
    margin: 0 0 0 10px;
}
.map{
	width:100% !important;
}
.pos-3, .pos-4, .pos-5 {
    margin: 50px 0;
}
}/*--(min-width: 601px) and (max-width: 768px)--*/
@media (min-width: 769px) and (max-width: 1024px) {
.bg_slide1 {
	background-size: cover;
}
.pcontacts {
	margin: 25px 0 0 4px;
}
.main_menu ul.menu > li > a {
	padding: 40px 11px;
}
.icurcle {
margin: 0 19px 0 0;
}
.pos-2 .rowImages a {
	width: 23% !important;
	float: left;
}
.pos-6 .photo_block .photojs img {
	width: 150px;
	height: 150px;
}
.map{
	width:100% !important;
}
} /*--(min-width: 769px) and (max-width: 1024px)--*/




.page-header h2 { height:80px; line-height:110%;}

.item-page ol, .item-page ul { padding-left:60px; margin-top:20px; margin-bottom:20px;} 
.item-page ol li, .item-page ul li{ line-height:150%; margin-bottom:10px;} 
.item-page p { line-height:150%; margin-top:20px; margin-bottom:20px;}


.main_menu .nav li.active > .nav-child > li.active > a {
font-size:14px;
}
.main_menu ul.menu li.parent ul li a { font-size:14px; }

.caption p { font-size:13px; line-height:110%;}
.caption p a { background-color:transparent!important; }

#wrapper .moduletable h3 { text-align:center; margin-bottom:20px; }

.jux-more-data { display:none!important;}