/*---------------------------------------------------------------
# Package - Joomla Template based on Sboost Framework   
# ---------------------------------------------------------------
# Author - mixwebtemplates http://www.mixwebtemplates.com
# Copyright (C) 2008 - 2015 mixwebtemplates.com. All Rights Reserved.
# Websites: http://www.mixwebtemplates.com
-----------------------------------------------------------------*/
/* @import url(https://fonts.googleapis.com/css?family=PT+Sans); */

/* pt-sans-regular - latin */

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/fonts/PT/pt-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/fonts/PT/pt-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/fonts/PT/pt-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../css/fonts/PT/pt-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/fonts/PT/pt-sans-v17-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}


h1,h2,h3,h4, .very_big_white, .big_black, .mx_date
 {
	font-family: PT Sans,Arial,Helvetica,sans-serif;
	font-weight:300;
}
#wrapper { color: #444; background-color: #fafafa;}
#bottsite { color: #999999; background-color: #41454a; }
#bottomspot {  color: #bbb;  background-color: #54575c;}
#bottomspot h3 { text-align: center; margin-top: 10px; background: none;}
#topart {  color: #bbb;  background-color: #41454a;}
.jul-formregistration, .jul-formlogin { color: #222;
}

h4 {
font-weight: bold;
}

/* Back To Top */
#back-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  display: none;
}
#back-top a {
  width: 44px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#back-top a .fa {
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: block;
  font-size: 14px;
  background: #a3a3a3;
  border-radius: 30px;
}
#back-top a:hover {
  color: #2f2f2f;
}
#back-top a:hover .fa {
  background-color: #777;
}
/*Social icons---------------*/

.social-icons {
    margin: 0px auto;
    padding: 0;
    text-align: center;
}
.social-icons li {
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
    background: #fff;
    padding-top: 4px;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
	box-shadow:0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2);
}
.social-icons li a {
    display: block;
    color: #555;
    font-size: 21px;
    overflow: hidden;
    height: 21px;  
}
.social-icons li i{
    display: block;
    position: relative;
     moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.social-icons li a .top{
    top:-21px;
}
.social-icons li a .bottom{
    top:-21px;
}
.social-icons li a:hover .bottom{
    top:21px;
}
.social-icons li a:hover .top{
    top:0px;
}
	
.mx_date { padding: 5px 0px;}

#menuout .mx-inner,
#mx-banner .mx-inner, #mx-header  .mx-inner {
	padding:0;
}
#mx-search { height: 46px;}
#mx-bottom a{ color: #999; background: transparent;}
#mx-bottom li a{ padding: 7px 0px; border-bottom: 1px solid #777;}
#bottomspot .mx-inner {padding:0;}
.mx_date{float:left;margin-top:8px; font-size: 20px;}
.form-actions{padding:2px 4px 2px;margin-top:5px;margin-bottom:5px;background: transparent;border-top:1px solid #fff;*zoom:1;}	
#hormenu ul li .submenu-inner,#sublevel ul li .submenu-inner { padding: 1px; margin: 0px; }

#hormenu ul.level-0 > li.menu-item:hover > a.menu-item,
#hormenu ul.level-0 > li.menu-item.active> a.menu-item { background-color:#41454a;color:#f1f1f1;  }
input{width:90%;}
textarea{width:98%;}
.quick_contact input{width:80%;}
#contact-form input{width:40%;}
#user-registration input, #member-registration input, .login input{width:230px;}
.pagenav a,.pager a{display:inline-block;padding:4px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background:#fafafa; border-bottom:1px solid #dadada;
	background-image: -webkit-linear-gradient(top,  #fff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -ms-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);}
.pager a:hover{text-decoration:none;background:#f5f5f5; border-bottom:1px solid #dadada;
	background-image: -webkit-linear-gradient(top,  #e6e6e6, #fff);
	background-image: -moz-linear-gradient(top, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(top, #e6e6e6, #fff);
	background-image: -o-linear-gradient(top, #e6e6e6, #fff);}
a#valdate{  font-size: 10px;padding: 2px 5px; }	
	
.jlogin1 {float:left;width:40%;margin-right:12px;}
.jlogin2 {float:left;width:50%;margin-top:14px;color:#999;}
.jlogintext {float:left;margin:0 12px 12px 0;}

.contactForm legend  { font-size: 12px !important;}
#mx-rightcol .control-group { font-size: 12px !important; margin-left: -70px !important;}

#mx-rightcol input { width: 95% !important;}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.gallery  {
    margin: 0;
  }
  
  
  @media (max-width: 767px) {
	  
body {
    padding-right: 0px;
    padding-left: 0px;
  }

  }  
  
@media (min-width: 1050px) {
	
	header[style] {
	height:80px !important;
	
}  
} 
  
@media (max-width: 1050px) {
	
	header[style] {
	height:129px !important;
	
}  
}
  
  
