@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);

/*========================================================
                      Main Styles
=========================================================*/
body {
  background: linear-gradient(to bottom, #473169 34%, #464989 20%);
  color: black;
  font: 400 18px/22px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h2 a:hover, h3 a:hover, h4 a:hover {
  color: #f1b40a;
}

h1 {
  font-size: 30px;
  line-height: 30px;
  font-family: "Droid Serif", serif;
}

h2 {
  background: #512d66;
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  padding: 15px 20px;
  line-height: 30px;
  font-family: "Droid Serif", serif;
}
h3 {
  position: relative;
  padding: 12px 0px 12px 0;
  color: #000000;
  font-size: 26px;
  font-family: "Droid Serif", serif;
  border-bottom: 1px solid #c7c7c7;
  border-top: 1px solid #c7c7c7;
  margin-top: 34px;
  margin-bottom: 24px;
}
h3 a {
  position: absolute;
  top: 12px;
  right: 0;
  color: #a8a8a8;
}
h3:before {
  content: '';
}

h5 {
  padding: 0 0 10px 0;
  font-size: 24px;
  line-height: 30px;
  color: #31c5fd;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
  h5 {
    font-size: 30px;
    line-height: 30px;
  }
}

h4 {
  font: 700 24px/26px "Open Sans", sans-serif;
  color: #a7c9a8;
}
h4 span {
	font: 700 20px/26px "Open Sans", sans-serif;
}

.colorbg1 {
	position: relative;
	background: #6a5841;
	margin: 20px 0;
	padding-bottom: 20px;
	z-index: 1;
}
.colorbg2 {
	background: #000;
	margin: 20px 0;
	padding-bottom: 20px;
}

/**** color and gradient ****/
.white {
	color: #fff;
}
.red {
	color: #ff0000;
	text-transform:uppercase;
	font-weight: 700;
	font-size: 20px;
}
.grad2 {
   background-image: linear-gradient(
      to right,
      rgba(225, 225, 255),
	  rgba(225, 225, 255, 0.616),
	  rgba(225, 255, 255, 0.384),
      rgb(225, 225, 255, 0)
   );
}
.bg1 {
	background: #635b91;
}
.bg-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.bg-image-1 {
  background-image: url('../images/imgbg1.jpg');
}


.bg-default-variant-1 {
	color:#fdfdfd
}
.bg-contrast-variant-1 {
	background-color:#fdfdfd;
	color:#666
}
.bg-blue {
	background: #498ac5;
}
text-contrast-variant-1 {
	color: #afa693;
}

/**** Misc ****/
.small {
	font-family:open sans, sans-serif;
	font-size:14px;
	line-height:2;
	font-weight:700;
	color:#333;
	letter-spacing:.1em
}
time {
  display: block;
}

p time, .addr time, .terms time, .copyright time {
  display: inline;
}
p a:hover, .addr a:hover, .terms a:hover, .copyright a:hover {
  text-decoration: underline;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:active {
  background: transparent;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

blockquote {
  position: relative;
  padding-left: 0px;
}
blockquote:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 45px;
  line-height: 58px;
  color: #231f20;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-family: "FontAwesome";
}

.text1 {
  font-size: 14px;
  color: #999999;
  font-family: "Droid Serif", serif;
}

.blankspace {
	height: 540px;
}

.up {
	margin-top: -420px;
}

.down {
	margin-top: 14px;
}
.down2 {
	margin-top: 34px;
}

/**** stellar ****/
.txt1 {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	font:22px/26px "Droid Serif", serif;
	line-height: 32px;
	color: #ffffff;
	font-weight: 500;
	margin-top:10px;
	text-shadow: 1px 1px #222222;
}

.txt1 a {
	color: #000000;
  	transition: border-color ease 0.4s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.txt1 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
@media(min-width:992px) {
	.txt1 {
		width: 100%;
	}
}
@media(min-width:768px) {
	.txt1 {
		width: 100%;
	}
}
.color1 {
	color:#000000;
}

/**** box ****/
.box-1 {
  color: #fff;
  background: url('../images/bg3.jpg') 0 50%;

  padding: 2px 0 65px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-2 {
  color: #fff;
  background: #538ddb;
  text-align: center;
  padding: 2px 0 65px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/********
.boxoverlay {
	position: relative;
	width: 100%;
	padding: 15px 0 1px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 1200px;
	margin: 0 auto;
	margin-top: -364px;
	overflow: hidden;
	z-index 100;
}
********/

/**** icon ****/
.icon1 i {
  line-height: inherit;
}
.icon1 {
  background: #10a4dc;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  border-radius: 500px;
  display: inline-block;
  margin-top: 25px;
}
.icon1 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.icon2 {
  background: #222222;
  width: 110px;
  height: 110px; 
  line-height: 110px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  border-radius: 500px;
  display: inline-block;
  margin-top: 25px;
}
.icon2 a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/*=============    Support Classes    =================*/
.center {
  text-align: center;
}

.mg-add {
  margin-top: 5px;
}

.oh {
  overflow: hidden;
}

/*====================================================
                      Main Layout
======================================================*/
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

h4 + p {
  margin-top: 6px;
}

h4 + h5 {
  margin-top: 34px;
}

p {
  margin-top: 8px;
}

p + h4 {
  margin-top: 6px;
}

p + .btn {
  margin-top: 26px;
}

p + .marked-list {
  margin-top: 22px;
}

.container + .container {
  margin-top: 30px;
}

.row + h3 {
  margin-top: 40px;
}

.row + .row {
  margin-top: 40px;
}

.text1 + h4 {
  margin-top: 5px;
}

/*========================================================
                      Upcoming Events
=========================================================*/
.label {
	position: relative;
	background: #502d66;
	height: 60px;
	margin-bottom: 10px;
}

.img_inner {
	max-width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:25px;
	margin-top:8px
}
.fleft {
	float:left;
	width:auto!important;
	margin-right:7px;
	margin-bottom:0;
	margin-top:7px
}
.extra_wrapper {
	overflow:hidden
}
@media only screen and (max-width: 1199px) {
	.extra_wrapper {
		overflow: visible;
	}
}
@media only screen and (max-width:979px) {
	.fleft {
		margin-bottom:20px
	}
}
@media only screen and (max-width:767px) {
	.img_inner {
		width:100%!important;
		float:none!important;
		margin-right:0!important;
		margin-bottom:20px!important
	}
	.img_inner img {
		width:100%
	}
	.img_inner {
		margin-top:30px
	}
}

.blog_links {
	position:relative;
	line-height:30px;
	padding-top:2px;
	margin-right:4px;
	float:left;
	padding-left:8px;
}
.text1 {
	font-size:20px;
	line-height:20px;
	font-weight:800;
	color:#ff0000;
	margin-top: 4px;
	margin-bottom:11px
}

.box1 {
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.box1 h4 {
  margin-bottom: 17px;
  position: relative;
  color: #292929;
}
.box1 h4 .highlighted {
  color: #502d66;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}
.box1 h4 a:hover {
  color: #292929;
}
.box1 h4 a:hover .highlighted {
  color: #292929;
}
.box1 h4:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/dashed-border1.png) repeat-x;
}
.box1 p {
  font: 600 18px/20px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #28a5d4;
  padding-left: 7px;
}
.box1 .btn-default {
  margin-top: 19px;
}
@media (max-width: 1199px) {
  .box1 h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 979px) {
  .box1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .box1 {
    margin-top: 20px;
	margin-bottom: 60px;
  }
  .box1 img {
    width: 100%;
  }
}

/*========================================================
                        Banner
=========================================================*/
.banner1 {
	position: relative;
	padding: 2px;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: #502d66;
}
.banner1:hover {
	-webkit transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: #ffffff;  /**31c5fd**/
}

/*========================================================
                       Magnifier
=========================================================*/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
  margin-top: 28px;
  z-index: 2;
}
.magnifier2 img {
  border-radius: 5px;
  border-bottom: 4px solid #86774d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 282px;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}

/*==================    List    ======================*/
.list1 {
	margin:0;
	margin-top:7px
}
.list1 li {
	display:block;
	margin-bottom:0;
	padding-bottom:3px;
	position:relative
}
.list1 li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font:300 16px/22px "Open Sans", Arial, sans-serif;
	background:rgba(153,153,153,.2);
	padding:7px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	-webkit-transition:.7s all ease;
	transition:.7s all ease
}

.list1 li i {
	font:normal normal 36px/54px 'FontAwesome';
	color:#363233;
	width:54px;
	height:54px;
	text-align:center;
	border-radius:500px;
	background:#d3d3d3;
	float:left;
	margin-right:8px;
	-webkit-transition:.9s all ease;
	transition:.9s all ease
}

.list1 li a:hover, .list1 li.current a {
	color:#fff;
	background:#10a4dc
}

.list1 li a:hover i {
	background:#502d66;
	color:#10a4dc
}

.list_txt {
	margin-top:14px;
	display:block
}
.list_txtup {
	line-height: 24px;
	margin-top: -1px;
    display:block;
}
.txtclear {
	position: relative; 
	margin-top: -65px;
	margin-left: 62px;
}

@media only screen and (max-width:1199px) {
	.list1 li a {
		padding:7px 6px;
		font:300 18px/30px "Open Sans", Arial, sans-serif
	}
	.list1 li i {
		margin-right:7px
	}
}

/*===============    Osprey icon    ===================*/
.exicon li {
	display:block;
	margin-bottom:0;
	padding-bottom:3px;
	position:relative
}
.exicon {
	position: relative;
	margin-left: -10px;
	margin-top: -8px;
	margin-bottom: 7px;
	width: 71px;
    height: 69px;
    background: url(../images/ospreyiconcircle.png) no-repeat;
	-webkit-transition:.9s all ease;
	transition:.9s all ease
}
.exicon:hover {
	background: url(../images/ospreyiconcirclepurple.png) no-repeat;
	-webkit-transition:.7s all ease;
	transition:.7s all ease
}
.exicon li a {
	display: block;
	font:300 19px/26px "Open Sans", Arial, sans-serif;
	background:rgba(153,153,153,.2);
	padding:7px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
	-webkit-transition:.7s all ease;
	transition:.7s all ease
}
.exicon li a:hover, .exicon li.current a {
	color:#fff;
	background:#10a4dc
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
	width: 269px;
	height: 233px;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
}
@media (max-width: 767px) {
	.thumb {
		text-align: center;
		margin-bottom: 26px;
	}
}
.thumb_overlay {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: rgba(81, 79, 81, 0.5);
  color: white;
}
@media (max-width: 767px) {
	.thumb_overlay {
		position: absolute;
		width: 323px;
		text-align: center;
		left: 49px;
	}
}
.lt-ie9 .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lt-ie9 .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33C53BB4', endColorstr='#33C53BB4')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33C53BB4', endColorstr='#33C53BB4');
  zoom: 1;
}
.thumb_overlay:before {
  content: "\f065";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 40px "FontAwesome";
  line-height: 40px;
  margin-top: -20px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover {
  background-image: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.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);
}

.thumb__video {
  color: #000;
}
.thumb__video .thumb_overlay:before {
  content: '\f16a';
  font-size: 72px;
  line-height: 72px;
  margin-top: -36px;
}

/*==================     ToTop     ======================*/
.toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  background-color: #502d66;
  color: #ffffff;
  width: 55px;
  height: 55px;
  font-size: 86px;
  line-height: 177px;
  text-align: center;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.toTop:hover {
  outline: none;
  color: #ffffff;
  background: #f1b40a;
}

/*========================================================
                    HEADER Section
=========================================================*/
.text_1 {
  font: bold 44px/39px 'Lato', sans-serif;
}
.text_2 {
  font: 300 38px/89px 'Lato', sans-serif;
}

#header {
  background: #ffffff;
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
}
.brand {
  float: left;
  margin-top: 26px;
  margin-bottom: 12px;
}
.brand a {
  display: block;
  text-decoration: none;
}
.brand a:hover .text_2.color_6 {
  color: #999999;
}
.brand a .text_1 {
  letter-spacing: -6px;
}
.brand a .text_2 {
  letter-spacing: -2px;
}
.brand a span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.brand .connect img {
	position: absolute;
	margin-top: -20px;
	width: 358px;
	margin-left: 120px;
}
.brand img {
	width: 100px;
}

@media (max-width: 1199px) {
  .brand .text_2 {
	  font-size: 26px;
	  margin-left: 0px;
  }
  .brand .connect img {
	  margin-top: 0px;
	  width: 238px;
	  margin-left: 40px;
  }
  .brand img {
	  width: 80px;
	  margin-left: -60px;
  }
}

@media (max-width: 979px) {
  .brand {
      float: none;
      display: inline-block;
  }
  .brand .connect img {
	  margin-left: -105px;
  }
}

@media (max-width: 479px)
{
    .brand .text_2 {
        font-size: 18px;
    }
	.brand .connect img {
		width: 170px;
		margin-left: -70px;
	}
}

nav {
  position: relative;
  z-index: 2;
  float: right;
}
.sf-menu {
  padding: 58px 0 54px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin-left: 19px;
}
.sf-menu > li > a:hover,
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a {
  --p: 100%;
  --t: .3s;
  color: #333;
}
.sf-menu > li > a {
  background: 
  linear-gradient(#31c5fd 0 0) no-repeat
  calc(200% - var(--p,0%)) 100% / 200% var(--p,.08em);
  transition: .3s var(--t,0s), background-position .3s calc(.3s - var(--t,0s));
  line-height: 0px;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-left: 8px; 
  padding-right: 8px;
  border-bottom: 2px solid #2797ef;
  text-decoration: none;
  font: normal 18px/18px 'Roboto', sans-serif;
  text-transform: capitalize;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s all ease;
}
.sf-menu > li > a.fa {
  position: relative;
}
.sf-menu > li > a.fa:before {
  position: absolute;
  top: 0;
  left: 100%;
  font: normal 14px 'FontAwesome';
  line-height: 25px;
  margin-left: 2px;
}
.sf-menu ul li {
  border-top: 1px solid #292929;
}
.sf-menu > li > ul > li:first-child {
  border: none;
}
.sf-menu a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu > li > ul {
  position: absolute;
  top: 75px;
  left: -12px;
}
.sf-menu ul {
  width: 210px;
  z-index: 5;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #3d3d3d;
}
.sf-menu ul li {
  position: relative;
}
.sf-menu ul li a {
  display: block;
  padding: 0 14px 3px;
  color: #ffffff;
  font: normal 13px/31px 'Roboto', sans-serif;
}
.sf-menu ul li a:hover {
  background-color: #0687ec;
}
.sf-menu ul li a.fa {
  position: relative;
}
.sf-menu ul li a.fa:before {
  position: absolute;
  top: 6px;
  right: 13px;
  font: normal 11px 'FontAwesome';
  line-height: 25px;
  margin-left: 2px;
}
.sf-menu ul li.sfHover > a {
  background-color: #0687ec;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul > li > ul {
  position: static;
  margin-left: 0;
  background: #3d3d3d;
  z-index: 4;
}
.sf-menu ul > li > ul li a {
  color: #ffffff;
}
.sf-menu ul > li > ul li a:hover {
  background: #0687ec;
}
.select-menu {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  font: normal 19px/28px 'Roboto', sans-serif;
  margin-bottom: 21px;
}
@media (max-width: 979px) {
  nav {
    display: inline-block;
    float: none;
  }
  nav .sf-menu {
    padding-top: 0;
  }
  nav .sf-menu > li > ul {
    top: 54px;
    left: 50%;
    margin-left: -105px;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    display: block;
  }
  nav .sf-menu {
    display: none;
    padding: 10px 0;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #ffffff;
  padding: 0;
  z-index: 999;
}
.isStuck .brand {
  margin: 24px 0 16px;
}
.isStuck .sf-menu {
  margin-top: 20px;
  padding: 38px 0 34px;
}
.isStuck .sf-menu > li > ul {
  top: 56px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}	

/*========================================================
                    CONTENT Section 
=========================================================*/
.content {
  padding-top: 32px;
  padding-bottom: 38px;
  background: white;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-family: "Droid Serif", serif;
}
.btn:hover {
  color: #f1b40a;
}
.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 40px;
	font: 400 18px/40px "Open Sans", sans-serif;
	margin: 10px 0;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: #512d66;
}
.btn2:hover {
	color: #ffffff;
	background: #8b8585;
	text-decoration: none;
}
.btn-default {
  display: inline-block;
  font: 400 16px/16px "Open Sans", sans-serif;
  color: #ffffff;
  background:#917f5b;
  padding: 16px 32px;
  text-align: center;
}
.btn-default:hover {
  color: #ffffff;
  background: #10a4dc;
}
.btn-default.btn-default__inset1 {
  background:#917f5b;
}
.btn-default.btn-default__inset1:hover {
  background: #10a4dc;
}

/*==================     Well     ======================*/
.well-md {
	padding-top:30px;
	padding-bottom:50px
}
@media(min-width:992px) {
.well-md {
	padding-top:77px;
	padding-bottom:78px
}
}
.well-md--inset-1 {
	padding-top:0
}
.well {
	padding-top: 26px;
	padding-bottom: 48px;
}
.well2 {
	margin-top: -40px;
	margin-bottom: 54px;
}
.well3 {
	margin-bottom: 60px;
}
.well4 {
	margin-top: 60px;
}
.well5 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.well6 {
	padding-top: 36px;
}
.well-up {
	margin-top: -120px;
}

/*========================================================
                     FOOTER Section
=========================================================*/
.footer {
  padding: 24px 0 15px;
  background: #231f20;
  color: #ffffff;
  font-family: "Droid Serif", serif;
  font-size: 14px;
  text-align: center;
}

/**** Responsive Layouts Styles ****/
@media (max-width: 979px) {
  .txt1 {
    width: 100%;
  }
}

@media screen and (min-width: 700px) {
   .img1 .box-1 {
    width: 100%;
  }
  #owl .owl-prev,
  #owl .owl-next {
    top: auto !important;
    bottom: 0 !important;
  }
}
@media screen and (min-width: 500px) {
  img .box-1 {
	float: none;
    width: 100%;
	margin-left: 0;
	margin-right: 0;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  blockquote:before,
  blockquote:after {
    display: none;
  }
  #footer h1 {
    float: none;
    margin-right: 0;
  }
  .txt_priv {
    margin-top: 10px;
  }
  figure a {
    width: 100%;
  }
  #header h1 {
    float: none;
  }
  blockquote {
    padding-left: 0px;
    padding-right: 0px;
  }
}















h7 {
	position: relative;
	color: #10a4dc;
	font-size: 23px;
	line-height: 28px;
	font-weight: 500;
	top: 0px;
	bottom: 20px;
}
hr {
	border-bottom: solid 1px #14befe;
	position: relative;
	top: -20px;
}
p {
  line-height: 26px; }
  
.well3 {
  margin-bottom: 38px; }
.offsrel {
	position: relative;
	bottom: 12px;
}
/*==================    Buttons    ======================*/
.btn4 {
  margin-top: 27px;
  padding: 15px 27px 14px 27px;
  color: #fff;
  text-transform: uppercase;
  background: #272d33;
  display: inline-block;
  font-size: 19px;
  font-weight: 700; }
  .btn:hover, .btn:active {
    background: #fec500; }

/*==================     Event / Wrapperblue     ======================*/
.event {
  position: relative;
  margin: 1px 0 100px 0;
  background: rgba(81, 45, 102, 2.65) none repeat scroll 0 0;
  box-sizing: border-box;
  display: block;
  left: 0;
  padding: 44px 0 45px 7px;
  text-align: left;
  top: 49px;
  width: 1240px;
  height: 2090px;
  z-index: 0; }
  @media (max-width: 767px) {
    .event {
      width: 100%;
	  height: 100%; 
	} 
}
.event p {
	  font-size: 18px;
	  color: #fff;
    position: relative;
    line-height: 22px; }
.eventblock {
	position: relative;
	display: block;
	margin-left: 90px;
}
.dateblock {
  float: left;
  margin: 0 19px 0 0;
  padding: 18px 12px 24px 12px;
  min-width: 35px;
  font-size: 40px;
  color: #ffffff;
  background: #10a4dc;
}

.wrapperblue {
  position: relative;
  margin: 1px 0 100px 0;
  background: rgba(9, 49, 151, 0.85) none repeat scroll 0 0;
  box-sizing: border-box;
  display: block;
  left: 0;
  padding: 44px 0 45px 32px;
  text-align: left;
  top: 49px;
  width: 1240px;
  height: 680px;
  z-index: 0; }
  @media (max-width: 767px) {
    .wrapperblue {
      width: 100%;
	  height: 100%;
	  padding: 0;
	  top: 0 } }
  @media (max-width: 480px) {
	.wrapperblue h2 span {
		font-size: 40px; } 
	.wrapperblue img {
		width: 90%; } }
  .wrapperblue p {
    margin: 0;
    width: 75%;
    position: relative;
    left: -3px; }
	
.block_1 {
  display: block;
  padding: 25px 20px 27px 20px;
  position: relative;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .block_1 {
    padding: 25px 10px 25px 20px;
  }
  .event {
	  height: 2587px;
  }
}
@media (max-width: 979px) {
	h5 {
		font-size: 24px;
	}
	.dateblock {
		font-size: 26px;
		padding: 14px 10px 14px 10px;
  		min-width: 28px;
	}
	.eventblock {
		position: relative;
		display: block;
		margin-left: 10px;
	}
	.event {
		width: 810px;
		height: 3160px;
	}
	h7 {
		font-size: 20px;
		line-height: 22px;
	}
	.eventblock p {
		font-size: 16px;
	}
	.btn4 {
		font-size: 12px;
		margin-top: 10px;
	}
	.btn-default {
		font-size: 16px;
		padding: 12px 18px;
	}
  .block_1 {
    width: 240px;
    height: 420px;
	padding: 25px 14px 27px 16px;
	box-sizing: border-box;
	position: relative;
  }
}
@media (max-width: 767px) {
	.block_1 {
		padding-top: 20px;
		width: 98%;
		height: 70%;
	}
	h7 {
		font-size: 24px;
	}
	.btn4 {
		font-size: 18px;
		margin-top: 15px;
	}
	.eventblock {
		position: relative;
		display: block;
		margin-left: 68px;
	}
	.eventblock p {
		font-size: 20px;
	}
	.event {
		width: 420px;
		height: 100%;
	}
}
@media (max-width: 480px) {	
	.block_1 {
		width: 100%;
	}
}

.cancelled {
	background: url("../images/cancelled.png") no-repeat center;
	z-index: 10;
}