@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:100,300,300italic,400,400italic,700,900,900italic|Roboto:400,100,700,700italic,900,400italic,300);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
  color: inherit;
  font-size: 20px;
}
.clr-primary {
  color: #d2527F;
  color: #d2527F;	
}
.clr-secondary {
  color: #474747;
}
.ttu {
  text-transform: uppercase;
}
.ls__mod {
  letter-spacing: -0.6px;
}
@media (max-width: 767px) {
  .ins767 {
    padding-left: 8%;
    padding-right: 8%;
  }
}
.border-add {
  border-left: 0px solid #5c5c5c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 28px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .border-add {
    border-top: 2px solid #5c5c5c;
    margin-bottom: 10px;
    margin-top: 10px;
    border-left: none;
  }
}
.border-add__mod {
  border-color: #fff;
  padding-top: 36px;
  padding-right: 10px;
}
.md-add {
  margin-top: 67px;
}
@media (max-width: 1199px) {
  .md-add {
    margin-top: 20px;
  }
}
.md-add2 {
  margin-top: 125px;
}
@media (max-width: 991px) {
  .md-add2 {
    margin-top: 30px;
  }
}
.p__mod {
  font-size: 16px;
  line-height: 22px;
	color: #333333;
}
.ff__mod {
  font-family: "Roboto", sans-serif;
}
.lh31 {
  line-height: 31px;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p {
  margin-top: 28px;
}
* + h3 {
  margin-top: 32px;
}
h3 + p {
  margin-top: 18px;
  margin-bottom: 26px;
}
* + h4 {
  margin-top: 11px;
}
h2 + .row {
  margin-top: 42px;
}
h2 + .offs {
  margin-top: 46px;
}
.row + .row {
  margin-top: 30px;
}
h2 + img {
  margin-top: 45px;
}
img + h4 {
  margin-top: 36px;
}
h2 + h3 {
  margin-top: 41px;
}
img + h4 + p {
  margin-top: 16px;
}
h2 + .offs1 {
  margin-top: 50px;
}
.row + .offs {
  margin-top: 55px;
}
h2 + .offs2 {
  margin-top: -5px;
}
/*=======================================================
                        Components
=========================================================*/
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box img {
  display: block;
}
.box_aside {
  float: left;
  margin-right: 30px;
}
.box_aside img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.box_cnt {
  display: block;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 480px) {
  .box {
    text-align: center;
  }
  .box_aside {
    float: none;
    display: inline-block;
  }
}
/*==================   Page - 404    ====================*/
.p404 * + p {
  margin-top: 54px;
}
.p404 p + p {
  margin-top: 27px;
}
.p404 .md-add3 {
  margin-top: 61px;
}
/*==================   Block-contact   ==================*/
.block-contact {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 501px;
  border: 4px solid #5595c5;
  padding-left: 45px;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* + .block-contact {
  margin-top: 36px;
}
.block-contact dl {
  color: #fff;
}
.block-contact dl dt {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.75px;
  margin: 0;
}
.block-contact dl dd {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.45px;
  margin: 0;
  font-weight: 400;
}
.block-contact dl + dl {
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .block-contact dl dt {
    font-size: 20px;
    line-height: 23px;
  }
  .block-contact dl dd {
    font-size: 13px;
    line-height: 15px;
  }
  .block-contact dl + dl {
    margin-top: 14px;
  }
}
@media (max-width: 991px) {
  .block-contact {
    display: block;
  }
  * + .block-contact {
    margin-top: 15px;
  }
  .block-contact dl dt {
    font-size: 15px;
    line-height: 17px;
  }
  .block-contact dl dd {
    font-size: 12px;
    line-height: 14px;
  }
  .block-contact dl + dl {
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .block-contact {
    padding-left: 10px;
    padding-right: 10px;
    margin: 20px auto;
  }
}
/*==================      CNT    ========================*/
.cnt {
  position: relative;
  z-index: 1;
}
.cnt h1 {
  font-size: 89px;
  line-height: 102px;
  color: #fff;
  font-style: italic;
}
@media (max-width: 1840px) {
  .cnt {
    display: inline-block;
    margin-right: 70px;
  }
  .cnt h1 {
    font-size: 56px;
    line-height: 58px;
  }
}
@media (max-width: 1199px) {
  .cnt h1 {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {
  .cnt {
    margin-right: 0;
  }
  .cnt h1 {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .cnt h1 {
    display: none;
  }
}
@media (max-width: 479px) {
  .cnt h1 {
    font-size: 28px;
    line-height: 30px;
  }
}
/*==================      Icons    ======================*/
/*==================   Copyright     ====================*/
.copyright {
  padding-top: 16px;
  padding-bottom: 16px;
	font-size: 16px;
}
/*==================  404    ======================*/
/*========================   Menu   ==========================*/
.sf-menu {
  float: right;
  margin-right: 38px;
  display: inline-block;

	max-width: 1200px;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu .dropdown {
  position: relative;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu a {
  display: block;
}
.sf-menu a:hover {
  text-decoration: none;
}
.sf-menu {
  color: #fff;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.sf-menu > li {
  height: 102%;
  position: relative;
}
.sf-menu > li > a {
  padding: 38px 28px 41px 30px;
  padding: 38px 24px 38px 24px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.active {
  background: #d2527F;
	background: #d2527F;
  color: #000;
}
@media (max-width: 1199px) {
  .sf-menu > li {
    height: 102%;
    position: relative;
  }
  .sf-menu > li > a {
    padding: 10px 20px 10px 20px;

  }
}
.sf-menu ul {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #d2527F;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul {
  box-shadow: 1px 1px 3px #555;
  position: absolute;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  padding-left: 32px;
  font-weight: 300;
  font-size: 14px;
  line-height: 37px;
  color: #fff;
  position: relative;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .sf-menu ul > li > a {
    text-align: left;
    padding-left: 20px;
  }
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  background: #fff;
  color: #d2527F;
}
.sf-menu ul .act a:before {
  content: '\f054';
  position: absolute;
  right: 23px;
  top: 5px;
  color: #d2527F;
  font: 400 14px/30px 'FontAwesome';
  opacity: 0;
  filter: alpha(opacity=0);
}
.lt-ie9 .sf-menu ul .act a:before {
  filter: alpha(opacity=0);
}
.sf-menu ul .act.sfHover > a,
.sf-menu ul .act > a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 .sf-menu ul .act.sfHover > a,
.lt-ie9 .sf-menu ul .act > a:hover:before {
  filter: alpha(opacity=100);
}
.sf-menu ul ul {
  display: none;
  position: absolute;
  top: 10px;
  left: 100%;
  margin-left: 5px;
  width: 200px;
  z-index: 11;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul ul:before {
  display: none;
}
.sf-menu ul ul > li > a:before {
  display: none;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #d2527F;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .stuck_container {
    background: transparent;
    height: 0;
  }
}
@media (max-width: 1199px) {
  .sf-menu ul > li > a {
    padding-left: 15px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  z-index: 4;
}
.isStuck {
  background: #4c63ad;
  background: #5595c5;	
  z-index: 999;
}
.isStuck .sf-menu > li {
  height: 102%;
  position: relative;
}
.isStuck .sf-menu > li > a {
  padding: 20px 28px 20px 30px;
}
.isStuck .navbar-brand {
  margin-top: 20px;
}
.isStuck .search-form_toggle {
  top: -50px;
}
@media only screen and (max-width: 992px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul {
  top: 70px;
}
.isStuck .sf-menu ul ul {
  top: 0;
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px!important;
  line-height: 45px!important;
  color: #fff;
  background: #ae6317;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #474747;
	background: #c4e2ff;
  text-decoration: none;
}
@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background: transparent;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.thumb_overlay:before {
  content: '\1f381';	
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 35px 'FontAwesome';
  line-height: 35px;
  margin-top: -17.5px;
  text-align: center;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb_overlay:hover:before {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(217, 123, 28, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
}
.parallax2 .parallax_cnt {
  padding-top: 36px;
  padding-bottom: 36px;
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilepanel {
  z-index: 9999998!important;
}
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999998;
  text-align: left;
  font: 700 15px/41px "Lato", Helvetica, Arial, sans-serif;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}
.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #d2527F;
  background: rgba(255, 255, 255, 0.95);
  line-height: 20px;
  overflow: auto;
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.lt-ie9 .rd-mobilemenu_ul {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ffffff', endColorstr='#f2ffffff');
  zoom: 1;
}
.rd-mobilemenu_ul li span {
  margin-left: 4px;
  font-size: 10px;
  color: #474747;
  top: 0;
}
.rd-mobilemenu_ul li.active {
  color: #474747;
}
.rd-mobilemenu_ul li.active ul {
  color: #d2527F;
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #d2527F;
  color: #474747;
  text-decoration: none;
}
.rd-mobilemenu_ul ul {
  padding-left: 0;
  list-style-type: none;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}
.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #ffffff;
  color: #666666;
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}
.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #d2527F;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  color: #000000;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle:before {
  content: '\f0c9';
  font-family: 'FontAwesome';
}
.rd-mobilepanel_toggle.active:before {
  content: '\f00d';
}
@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }
  .rd-mobilemenu,
  .rd-mobilepanel {
    display: block;
  }
}
/*==================  Panel Menu  ======================*/
#advanced .navbar-header {
  color: #fff !important;
  padding: 0 !important;
  background: #563D7C !important;
}
@media (min-width: 768px) {
  #advanced {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  }
  #advanced .navbar-toggle {
    display: none;
  }
  #advanced .collapse {
    display: block;
  }
  #advanced .dropdown-menu {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
    box-shadow: none!important;
    text-align: left!important;
    top: 98%!important;
    text-transform: none!important;
  }
  #advanced .dropdown-menu:before,
  #advanced .dropdown-menu:after {
    display: none!important;
  }
  #advanced .dropdown-menu li + li {
    border: none!important;
    box-shadow: none!important;
  }
  #advanced .dropdown-menu li:before,
  #advanced .dropdown-menu li:after {
    display: none!important;
  }
  #advanced .dropdown-menu li a:before,
  #advanced .dropdown-menu li a:after {
    display: none!important;
  }
  #advanced .dropdown-menu li a {
    text-transform: none!important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding: 7px 22px!important;
    box-shadow: none!important;
    border: none!important;
  }
  #advanced .dropdown-menu li {
    border: none!important;
    box-shadow: none!important;
  }
}
@media (max-width: 767px) {
  #panel {
    display: none;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs {
  margin-top: 8px;
}
.resp-tabs-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
}
.resp-tabs-list li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: #d2527F;
  padding: 20px 0px 17px;
  min-width: 174px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.resp-tabs-list li:hover {
  color: #d2527F;
  background: #e5e5e5;
  border-color: #e5e5e5;
}
@media (max-width: 1199px) {
  .resp-tabs-list li {
    min-width: 120px;
  }
}
.resp-tabs-list .resp-tab-active {
  position: relative;
  bottom: -2px;
  background: #fff;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
  border-bottom: 2px solid #fff;
  color: #474747;
}
.resp-tabs-container {
  padding-right: 36px;
}
.resp-tabs-container h6 + p {
  margin-top: 9px;
}
.resp-tabs-container p + h6 {
  margin-top: 33px;
}
@media (max-width: 767px) {
  .resp-tabs-container {
    padding-right: 0px;
  }
}
* + .resp-tabs-container {
  margin-top: 31px;
}
.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-tab-content-active {
  display: block;
}
@media (max-width: 767px) {
  .resp-accordion {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 5px 0px 5px;
    background: #5595c5;
    -moz-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
  }
  .resp-accordion:hover {
    background: #d2527F;
  }
  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: transparent;
  position: relative;
}
@media (max-width: 1199px) {
  header {
    text-align: center;
  }
  header .navbar-brand,
  header .sf-menu {
    float: none;
  }
  header .sf-menu {
    margin-right: 0;
  }
}
header .position-abs {
  position: absolute;
  top: 33.5%;
}
@media (max-width: 767px) {
  header .position-abs {
    top: 20.5%;
    left: 50%;
    margin-left: -182px;
  }
}
@media (max-width: 479px) {
  header .position-abs {
    left: 50%;
    margin-left: -149px;
  }
}
.header__mod {
  background: url("../images/slide1.jpg") center top no-repeat;
}
main {
  background: #e5e5e5;
}
footer {
  background: #ffffff;
}
footer p {
  color: #474747;
}
footer ul li {
  font-size: 14px;
  line-height: 31px;
  color: #474747;
}
* + footer ul {
  margin-top: 22px;
}
footer * + .btn {
  margin-top: 5px;
}
footer h4 + p {
  margin-top: 21px;
}
/*========================================================
                     MEDIA QUERIES
=========================================================*/
@media (max-width: 560px) {
  .row .col-xs-6 {
    clear: both;
    width: 100%;
  }
}
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row .col-xs-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .row .col-sm-3 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-12 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-sm-6,
  .row .col-sm-5 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .row .col-xs-6 {
    margin-bottom: 30px;
  }
}



/* Added */
.faq {
color:#d2527F;
font-weight: 400;"
  }



/* Info Box */
.info-box {
	position: relative;
	overflow: hidden;
	padding: 34px 25px 38px 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .02);
	-moz-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .02);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .02);
	color: #fff;
}
.info-box__primary {
	background: #fa4ff0;	
	background: #fc8a58;
	background: #fba01f;
	background: #5595c5;

}
.info-box__secondary {
	background: #4e69a0;		
	background: #7fdbfd;
	background: #7fdbfd;

}
.info-box__tertiary {
	background: #c4d208;
	background: #d2527F;	
}

.info-box__quartiary {
	background: #c4d208;
	background: #7dc243	
}
	.info-box-num {
		float: left;
		margin-right: 23px;
		width: 54px;
		height: 54px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		color: #fff;
		text-align: center;
		background: rgba(0, 0, 0, .15);
	}
		.info-box-num-inner {
			display: block;
			margin-top: -5px;
			font-size: 48px;
			line-height: 54px;
		}
	.info-box-title {
		color: #fff;
		font-size: 19px;
		line-height: 20px;
		margin-bottom: .5em;
	}
	
	.info-box-txt {
		color: #fff;
		font-size: 15px;
		font-weight: 400px;
		line-height: 18px;

	}
	
	
	
.info-box__nobg {
	padding: 0;
	background: none;
	color: #919090;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
	.info-box__nobg .info-box-title {
		font-size: 18px;
		text-shadow: none;
		color: #fc8a58;
		padding-top: 14px;
	}
	.info-box__nobg .info-box-num {
		background: #fc8a58;
	}
.info-box__nobg.info-box__secondary .info-box-title {
	color: #7fdbfd;
}
.info-box__nobg.info-box__secondary .info-box-num {
	background: #7fdbfd;
}
.info-box__nobg.info-box__tertiary .info-box-title {
	color: #c4d208;
}
.info-box__nobg.info-box__tertiary .info-box-num {
	background: #c4d208;
}
.info-box__arrow {/* Arrow for Info Box */
	position: relative;
	padding-right: 35px;
}
	.info-box__arrow:before {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		color: #999;
		content: "\f0da";
		text-decoration: inherit;
		font-weight: normal;
		font-style: normal;
		font-size: 56px;
		line-height: 1em;
		font-family: FontAwesome;
		-webkit-font-smoothing: antialiased;
	}
	
	
	
/*/ Info Box */
/* Info Box small*/
.info-box-small {
	position: relative;
	overflow: hidden;
	padding: 8px 8px 8px 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .02);
	-moz-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .02);
	box-shadow: inset 0 -5px 0 rgba(0, 0, 0, .02);
	color: #222;
	background: #f9f0F0;
	background: #fff7e5;
}

/* Info Box small*/
/* Hero Unit */
.hero-unit {

}
	.hero-unit h1 {
		margin-bottom: .5em;
	}
	.hero-unit-desc {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 40px;
	}
/*/ Hero Unit */


/* Footer Unit */

.footer-basic-centered{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font: normal 18px sans-serif;

	padding: 45px;
	margin-top: 80px;
}

.footer-basic-centered .footer-company-motto{
	color:  #8d9093;
	font-size: 24px;
	margin: 0;
}

.footer-basic-centered .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

.footer-basic-centered .footer-links{
	list-style: none;
	font-weight: bold;
	color:  #ffffff;
	padding: 35px 0 23px;
	margin: 0;
}

.footer-basic-centered .footer-links a{
	display:inline-block;
	text-decoration: none;
	color: inherit;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-basic-centered{
		padding: 35px;
	}

	.footer-basic-centered .footer-company-motto{
		font-size: 18px;
	}

	.footer-basic-centered .footer-company-name{
		font-size: 12px;
	}

	.footer-basic-centered .footer-links{
		font-size: 14px;
		padding: 25px 0 20px;
	}

	.footer-basic-centered .footer-links a{
		line-height: 1.8;
	}
}

/* Footer Unit */


















.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
   margin-bottom: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 6px 20px 6px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}


















/* #####################################################################
   #
   #   Project       : Modal Login with jQuery Effects
   #   Author        : Rodrigo Amarante (rodrigockamarante)
   #   Version       : 1.0
   #   Created       : 07/28/2015
   #   Last Change   : 08/02/2015
   #
   ##################################################################### */
   
@import url(http://fonts.googleapis.com/css?family=Roboto);

* {
    font-family: 'Roboto', sans-serif;
}

#login-modal .modal-dialog {
    width: 350px;
}

#login-modal input[type=text], input[type=password] {
	margin-top: 00px;
}

#div-login-msg,
#div-lost-msg,
#div-register-msg {
    border: 1px solid #dadfe1;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
}

#div-login-msg.success,
#div-lost-msg.success,
#div-register-msg.success {
    border: 1px solid #68c3a3;
    background-color: #c8f7c5;
}

#div-login-msg.error,
#div-lost-msg.error,
#div-register-msg.error {
    border: 1px solid #eb575b;
    background-color: #ffcad1;
}

#icon-login-msg,
#icon-lost-msg,
#icon-register-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: #dadfe1;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#icon-login-msg.success,
#icon-lost-msg.success,
#icon-register-msg.success {
    background-color: #68c3a3 !important;
}

#icon-login-msg.error,
#icon-lost-msg.error,
#icon-register-msg.error {
    background-color: #eb575b !important;
}

#img_logo {
    max-height: 100px;
    max-width: 100px;
}

/* #########################################
   #    override the bootstrap configs     #
   ######################################### */

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ececec;
    border: 1px solid #bdc3c7;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
}

.checkbox {
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.btn-link {
    padding: 5px 10px 0px 0px;
    color: #95a5a6;
}

.btn-link:hover, .btn-link:focus {
    color: #2c3e50;
    text-decoration: none;
}

.glyphicon {
    top: 0px;
}

.form-control {
  border-radius: 0px;
}
