@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:400,700,300|Montserrat:400,700);
@import url(../css/material-icons.css);
@import "../css/animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: #f7fca3;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
.ff__mod {
  font-family: 'Montserrat', sans-serif;
}
a.text-primary:hover {
  color: #682a53;
}
@media (max-width: 767px) {
  .row + .mg-add-null {
    margin-top: 0;
  }
}
* + .row {
  margin-top: 40px;
}
.row + * {
  margin-top: 62px;
}
.row + .row {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .row + .mg-add-null {
    margin-top: 0;
  }
}
* + p {
  margin-top: 16px;
}
h3 + img,
h3 + .thumbnail,
h3 + .index-list {
  margin-top: 41px;
}
img + * {
  margin-top: 20px;
}
.thumbnail + h4 {
  margin-top: 60px;
}
* + h4 {
  margin-top: 20px;
}
h3 + h4 {
  margin-top: 40px;
}
* + .btn {
  margin-top: 30px;
}
* + .btn-link {
  margin-top: 20px;
}
* + .offs {
	margin-top: 45px;
}
* + .offs0 {
  margin-top: 0;
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Icons     ======================*/
.material-icons-location_on,
.material-icons-local_phone,
.material-icons-access_time {
  font-size: 34px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  top: 5px;
}
/*==================      Box      ======================*/
.box {
  max-width: 1170px;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.box_aside img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 46px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
@media (max-width: 479px) {
  .box_aside {
    float: none;
    text-align: center;
  }
}
/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
  font-size: 22px;
  color: #510034;
}
.inline-list li + li {
  margin-left: 15px;
}
.inline-list a:hover {
  color: #682a53;
}
/*==================   Block-icon     ===================*/
.block-icon {
  position: relative;
  padding-left: 85px;
}
* + .block-icon {
  margin-top: 33px;
}
.block-icon .icon {
  position: absolute;
  font: 400 60px/60px 'FontAwesome';
  color: #673755;
  display: inline-block;
  left: 0px;
  top: 0px;
}
@media (max-width: 767px) {
  .block-icon {
    margin-top: 30px;
  }
}
.block-icon + .block-icon {
  margin-top: 43px;
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  padding-left: 100px;
  position: relative;
}
.index-list li:before {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  font-size: 40px;
  font-weight: 400;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fbfbfb;
  background: #990066;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  text-align: center;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -moz-transform: translateZ(1px);
  -ms-transform: translateZ(1px);
  -o-transform: translateZ(1px);
  -webkit-transform: translateZ(1px);
  transform: translateZ(1px);
}
.index-list li + li {
  margin-top: 43px;
}
.index-list li a:hover {
  color: #673755;
}
.index-list li:hover:before {
  -moz-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: pulse;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .index-list {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.index-list__mod li + li {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .index-list__mod li {
    padding-left: 0;
    padding-top: 100px;
  }
  .index-list__mod li:before {
    top: 0;
  }
}
/*==================  Marked List  ======================*/
* + .simple-list {
  margin-top: 30px;
}
.simple-list li {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #e5e5e6;
  padding: 6px 0px 5px;
}
.simple-list li a {
  font-size: 16px;
}
.simple-list li a:hover {
  color: #673755;
}
.simple-list li:last-child {
  border: none;
}
@media (max-width: 991px) {
  .simple-list {
    display: block;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*==================   Contact-info   ====================*/
* + .contact-info {
  margin-top: 35px;
}
.contact-info dl {
  margin-top: 15px;
  display: inline-block;
}
.contact-info dl dt {
  float: left;
}
.contact-info dl dd {
  float: right;
  margin-left: 45px;
}
.contact-info address {
  line-height: 31px;
}
.contact-info dd + dt {
  clear: both;
}
@media (max-width: 991px) {
  .contact-info {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.term-list dd {
  margin-left: 0;
  color: #673755;
}
.term-list * + dt {
  margin-top: 40px;
}
.term-list dt + * {
  margin-top: 14px;
}
.term-list a[href^="mailto:"] {
  display: inline-block;
  margin-top: 35px;
}
* + .term-list {
  margin-top: 45px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
	background: #760d44;
	text-align: left;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .inline-list {
  float: right;
  margin-top: 16px;
}
header .navbar-brand {
	margin-left: 0px;
	line-height: 30px;
}
@media (max-width: 1199px) {
  header .navbar-brand {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  header .inline-list {
    float: none;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
/*==================    404    =========================*/
.page404 {
  text-align: center;
}
.page404 .fa-hand-o-right {
  font-size: 400px;
  color: #780030;
}
.page404 p.h2 {
  font-size: 200px;
  margin-top: -50px;
}
.page404 p.h2 + p {
  margin-top: -14px;
}
@media (max-width: 479px) {
  .page404 .fa-hand-o-right {
    font-size: 200px;
  }
  .page404 p.h2 {
    font-size: 100px;
    margin-top: -50px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	background: #f7fca3;
	font-weight: 300;
	background-color: #f7fca3;
}
footer div.h4 + * {
  margin-top: 18px;
}
footer .copyright {
  margin-top: 18px;
  margin-bottom: 25px;
  font-size: 16px;
}

.galleryleft {
	border:4px solid #601D3A;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 0;
	float: center;
}	

SLIDE SHOW MM
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
