@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
@font-face {
  font-family: 'Lato-Medium';
  src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Medium.woff') format('woff'), url('../fonts/Lato-Medium.ttf')  format('truetype'), url('../fonts/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Semibold';
  src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Lato-Semibold.woff') format('woff'), url('../fonts/Lato-Semibold.ttf')  format('truetype'), url('../fonts/Lato-Semibold.svg#Lato-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
	font-family: 'Lato', sans-serif;
	font-smooth: always;
	font-size: 14px;
	color: #000000;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	background: #fff;
	overflow-x:hidden;
}
html, body {
  overflow-x:hidden 
} 
a {
	text-decoration: none;
	color: #303030;
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #4b3674;
	color: var(--color-3,#ffffff);
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: transparent;
	box-shadow: none;
	outline: 0 none;
	border-radius:0;
}
.container{
	width: 1030px;
}

/* header */
header {
	background:#fff;
	 left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
	/*overflow: hidden;*/
}
header.sticky_header {
  box-shadow: 0px 3px 10px rgba(0,0,0,0.5);
}
header .logo img{
  width:auto;
}
.header .top-bar {
    display: block;
    float: right;
  padding: 47px 0 10px;
}
.header-ph {
    display: inline-block;
    float: left;
  margin-right: 13px;
}
.header-ph p{
  color:#a3bd0b;
  color:var(--color-2,#4b3674);
  font-size:29px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin:0;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
header .logo {
    margin: 16px 0;
  width:auto;
}
/* sticky header */


header .logo img,

.sticky_header .header-ph p{
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
header.sticky_header .logo {
    margin: 10px 0;
    width: 58%;
}
.sticky_header .menubar {
    padding: 5px 0;
}
header.sticky_header .logo img {
    width: 100%;
}
.sticky_header .top-bar {
    padding: 30px 0 10px;
}
/* end sticky header */


.buttons {
	background: #4b3674;
	background: var(--color-1,#4b3674);
    border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 19px;
  font-family: 'Lato', sans-serif;
	font-weight: 700;
	border:none;
	
  display: inline-block;
	-webkit-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
    transition: color 0.5s ease-in-out, background 0.5s ease-in-out, font-size 0.5s ease-in-out;
}
.buttons:hover{
    background: #a3bd0b none repeat scroll 0 0;
    background:var(--color-2,#4b3674);
  color: #ffffff;
}
.buttons:focus, {
  outline: none;
  outline-offset: 0px;
}
.buttons.submit-btn {
    float: right;
    font-weight: normal;
    padding-left: 44px;
    padding-right: 44px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
/* footer */
footer {
    background: #a3bd0b none repeat scroll 0 0;
    background:var(--color-2,#4b3674);
    text-align: center;
	padding: 20px 0 14px;
}
.copyrights {
    display: inline-block;
    float: left;
}
.copyrights p {
    color: #000000;
    color: var(--color-3,#ffffff);
    font-size: 14px;
    margin-bottom: 0;
	font-family: 'Lato-Medium';
}
.copyrights p a{
  color: #000000;
    color: var(--color-3,#ffffff);
}
.copyrights p a:hover{
  text-decoration: underline;
}
.bottom-links {
    display: inline-block;
}
.bottom-links li {
    display: inline-block;
    float: left;
	margin-right: 24px;
}
.bottom-links li:last-child {
    margin-right: 0;
}
.bottom-links li a {
    color: #4b3674;
    color: var(--color-3,#ffffff);
    font-size: 14px;
    text-transform: uppercase;
	font-family: 'Lato-Medium';
}
.bottom-links li a:hover {
	color:#ffffff;
}
.domanilink {
    display: inline-block;
    float: right;
}
.domanilink a {
    color: #000000;
    color: var(--color-3,#ffffff);
    font-size: 13px;

    text-decoration: underline;
	text-decoration:none;
	font-family: 'Lato-Medium';
}
.domanilink a:hover {
	color: #4b3674;
	color: var(--color-3,#ffffff);
	color: #ffffff;
	text-decoration:none;
}
 /** another **/

.innerpage {
    margin-top: 148px;
    padding-bottom: 88px;
    /* background: url("../img/innerpage-bg.png") no-repeat left bottom; */
}
.pagetitle {
    background: #4b3674 none repeat scroll 0 0;
    background: var(--color-1,#4b3674);
    padding: 7px 0;
}
.title-block h1 {
    color: #ffffff;
    font-size: 50px;
    margin: 0;
    text-transform: capitalize;
}
.breadcrumbs{
  padding: 20px 0;
}
.breadcrumbs a{
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
.breadcrumbs a:hover{
  text-decoration: underline;
}
.sidebar {
    padding-right: 45px;
}
.sidebar > div {
    margin-bottom: 30px;
}
.sidebar-menu a {
    border-bottom: 1px solid #cccccc;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Lato', sans-serif;
}
.sidebar-menu a:hover,
.sidebar-menu li > .active {
  color: #a3bd0b;
  color:var(--color-2,#4b3674);
}
.form-group {
    margin-bottom: 12px;
}
.form-group.half-box {
    display: inline-block;
    float: left;
    width: 50%;
}
.padding-right6{
  padding-right: 6px;
}
.padding-left6{
  padding-left: 6px;
}
.checkbox, 
.radio{
    margin-bottom: 19px;
    margin-top: 19px;
}
.forms-blocks .help-block{
  color: #7e7e7e;
  font-size: 14px;
  margin-bottom: 6px;
}
.forms-blocks {
    background: #f1f2f2 none repeat scroll 0 0;
    margin-bottom: 23px;
    padding: 15px 12px 4px;
    width: 100%;
     display: inline-block;
}
.forms-blocks .form-title {
    color: #51184f;
    font-size: 18px;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase;
}
.form-group input.form-control,
.form-group select,
.form-group textarea{
  font-family: 'Lato', sans-serif;
  
  width: 100%;
  border:1px solid #dadada;
  border-radius: 5px;
  background: #ffffff;
  padding: 7px 12px;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  box-shadow:none;
  -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.form-group input.form-control,
.form-group select{
  height: 38px;
}
.form-group input.form-control:focus,
.form-group textarea:focus {
  border:1px solid #dadada;
  box-shadow:none;
}
.form-group textarea{
  height: 135px;
  resize:none;
}
.form-group select {
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  background: #ffffff url("../img/selectbox-arrow.jpg") no-repeat center right;
  overflow: hidden;
  color: #7e7e7e;
  padding-left: 12px;
}
.form-group select option{
  font-family: 'Lato', sans-serif;
  color: #7e7e7e;
  text-transform: capitalize;
    padding-left: 12px;
}
.forms-blocks .checkbox input[type="checkbox"]:checked + label::after {
   content: '';
   position: absolute;
   width: 12px;
   height: 7px;
   background: rgba(0, 0, 0, 0);
   top: 5px;
   left: 2px;
   border: 3px solid #a3bd0b;
   border: 3px solid var(--color-2,#4b3674);
   border-top: none;
   border-right: none;
   -webkit-transform: rotate(-47deg);
   -moz-transform: rotate(-47deg);
   -o-transform: rotate(-47deg);
   -ms-transform: rotate(-47deg);
   transform: rotate(-47deg);
   transition: all .2s;
}

.forms-blocks .checkbox input[type="checkbox"] {
   line-height: 2.1ex;
}

.forms-blocks .checkbox input[type="checkbox"] {
    position: absolute;
    left: -999em;
}

.forms-blocks .checkbox input[type="checkbox"] + label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.forms-blocks .checkbox input[type="checkbox"] + label::before {
   content: "";
   display: inline-block;
   vertical-align: -11%;
   height: 15px;
   width: 15px;
   background-color: #ffffff;
   border: 1px solid #dadada;
   border-radius: 3px;
   box-shadow: none;
   margin-right: 0.5em;
   position: relative;
   top: 0px;
   left: 0;
}
.forms-blocks label{
  padding-left: 0;
  color: #7e7e7e;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7e7e7e;
  text-transform:capitalize;
}
.form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #7e7e7e;
  text-transform:capitalize;
}
.form-group input:-ms-input-placeholder { /* IE 10+ */
  color: #7e7e7e;
  text-transform:capitalize;
}
.form-group input:-moz-placeholder { /* Firefox 18- */
  color: #7e7e7e;
  text-transform:capitalize;
}
/* responsive */
@media only screen and (max-width:1100px){
	.container {
		width: 970px;
	}
}
@media only screen and (max-width:991px){
	.container {
		width: 750px;
	}

	.bottom-links li{margin-right: 10px;}
	.bottom-links li a,
	.copyrights p{font-size: 13px;}
	.domanilink a{font-size: 12px;}
	
	header .logo img {width: 100%;}
	.header-ph p{font-size: 27px;line-height: 40px;}

	.book-track-block .form-group .form-control{width: 100%;}
	
.sticky_header .top-bar{
  padding: 33px 0 10px;
}
	header.sticky_header .logo{width: 83%;}
	.sticky_header .header-ph p{line-height: 35px;}
	.innerpage{
    margin-top: 133px;
  }
}
@media only screen and (max-width:767px){
	.container{
		width:auto;
	}
	header {
		position: relative;
	}
	header .logo {
    display: table-cell;
    height: 105px;
    margin: 0;
    vertical-align: middle;
    width: auto;
  }
	header .logo img {
    height: 85px;
    width: auto;
}
	header.sticky_header .logo{width: 100%;}
	.header .top-bar{padding: 31px 0 10px;}
  .header-ph p{font-size: 23px;}
	.bottom-links li {
    line-height: normal;
    margin-right: 8px;
  }
  .domanilink a {
      font-size: 11px;
  }
  .domanilink{margin-top:-3px;}
  .copyrights {
    text-align: center;
    width: 100%;
  }
  .bottom-links{
    text-align: center;
    width: 100%;
    margin: 10px 0 6px;
  }
  .bottom-links ul{
    display: inline-block;
  }
  .domanilink {
    margin-top: 0;
    width: 100%;
}
.innerpage{
  margin-top: 0;
}
.sidebar {
    padding-right: 0;
}
.title-block h1{
  font-size: 37px;
}

}
@media only screen and (max-width:639px){
.header .top-bar {
    display: inline-block;
    float: right;
    padding: 7px 0 10px;
}
.header-ph {
    clear: both;
    display: block;
    float: right;
    margin-right: 0;
}
.header .top-bar .buttons {
    clear: both;
    display: block;
    float: right;
}
header .logo img {
    height: 79px;
    width: auto;
}
	
	.bottom-links li a, .copyrights p{font-size: 12px;margin-top: 0;}
	.title-block h1 {
    font-size: 30px;
}
.breadcrumbs a{font-size: 13px;}
.sidebar-menu a{
  font-size: 15px;
}
.inner-content .mobi-full{
  width: 100%;
}
}

@media only screen and (max-width:479px){
	.logo-wrapper {
		width: 56%;
	}
	
	.header-ph p{font-size: 21px;line-height: 41px;}
	
  .bottom-links > ul {
      display: inline-block;
      text-align: center;
  }
  .bottom-links li{
    float: none;
    line-height: normal;
    margin-right: 8px;
  }
header > .container > .row > div {
    width: 100%;
}
.header {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.header .top-bar{
    float: none;
    text-align: center;
  }
  .header-ph {
    clear: none;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.header .top-bar .buttons {
    clear: none;
    display: inline-block;
    float: left;
}
header .logo {
    display: inline-block;
    margin: 10px 0 0;
    width: auto;
    height: auto;
}
.logo-wrapper {
    text-align: center;
    width: 100%;
}

}
@media only screen and (max-width:374px){
	
	.header-ph {
		display: inline-block;
		float: left;
		margin-right: 10px;
	}

.form-group.half-box{
  width: 100%;
}
.form-group.half-box.padding-left6{
  padding-left: 0;
}
.form-group.half-box.padding-right6{
  padding-right: 0;
}
}

        .sidebar-menu{display:block}
        .sidebar-toggle{display:none}
        @media screen and (max-width:767px){
          .sidebar-menu{display:none}
        .sidebar-toggle{
           border-bottom: 1px solid #dddddd;
            border-top: 1px solid #dddddd;
            color: #4b3674;
	    color: var(--color-1,#4b3674);
            display: block;
            font-size: 20px;
            margin: 0;
            padding: 12px 0;
            text-transform: uppercase;
            width: 100%;
            cursor: pointer;
        }
        .sidebar-toggle > span {
            float: right;
        }
        .sidebar{
          margin-bottom: 20px;
        }
        }

