html {
    font-family: 'Quicksand', sans-serif ,Arial,sans-serif;
	  font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
  color: #333;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

main {
	margin: 0 auto;
  padding: 1.5rem 0;
	width: 80%;
  display: block;
}


@media(min-width:768px) {

main {
	margin: 0 auto;
  padding: 1.5rem 0;
	width: 60%;
}

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Quicksand', sans-serif ,Arial,sans-serif;
    text-align: center;

}

h3{

text-align: center;

font-weight: 400;
}

h1 {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.0em;
  text-align: center;
}

h2{

text-align: center;

font-weight: bold;
}

h4{
  text-align: center;
  font-weight: 700;
  font-size: 20px;

}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;

}

hr {
    max-width: 50px;
    border-color: #000000;
    border-width: 4px;

}

hr.light {
    border-color: #fff;
}



a {
  border-bottom: 2px solid #333;
  color: #333;
  text-decoration: none;
  transition: all .125s ease-in-out;
}
a:hover{
  border-bottom-color: #4a7298;
  color: #4a7298;
}

.logo_use{
margin-top:-10px;	
margin-left:5px;	
border-bottom:none;
position: fixed;

}

a.aa{
  text-decoration: none;
  border-bottom:none;
  border-bottom: none;
}

a.aaa{
  text-decoration: none;
}


a:hover.aaa{
  color: #ff6873;
    font-weight: 400;
    border-bottom: 6px solid #ff6873;
    padding-bottom: 8px;
    text-decoration: none;
  
}


/* General photoset style */
 .photoset {
	overflow: hidden;
	width: 100%;
	position: relative;
	/* display: inline-block;*/
}
.photoset .photoset-row {
	margin-bottom: .5rem;
	overflow: hidden;
  max-width: 100%;
  position: relative;
	/* display: inline-block;*/

}


.photoset .photoset-row:last-child { margin: 0; }
.photoset .photoset-item {
	position: relative;
	/* display: inline-block;*/
	
	margin: 0 .25rem;
}

.photoset .photoset-item:first-child { margin-left: 0; }
.photoset .photoset-item:last-child  { margin-right: 0; }
.photoset figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	/* display: inline-block;*/
  -webkit-backface-visibility: hidden; /* To fix webkit 1px rendering bug */
}

.photoset img {
	/* display: inline-block;*/
	position: relative;
    max-width: 100%;
	transition: all .25s ease-in-out;
}


.img-responsive {

  max-width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}


/* next button */



.preserve-3d {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}




.button_base {
    margin: 0;
    border: 0;
    font-size: 14px;
    position: relative;
    display: block;
   
    width: 120px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;

}

.button_base:hover {
    cursor: pointer;
}

.b03_skewed_slide_in {
    overflow: hidden;
    border: #000000 solid 3px;
}

.b03_skewed_slide_in div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
}

.b03_skewed_slide_in div:nth-child(1) {
    color: #000000;
    background-color: #ffffff;
}

.b03_skewed_slide_in div:nth-child(2) {
    background-color: #000000;
    width: 230px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: translate(-250px, 0px) skewX(-30deg);
    -webkit-transform: translate(-250px, 0px) skewX(-30deg);
    -moz-transform: translate(-250px, 0px) skewX(-30deg);
}

.b03_skewed_slide_in div:nth-child(3) {
    color: #ffffff;
    left: -200px;
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
}

.b03_skewed_slide_in:hover div:nth-child(2) {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: translate(-15px, 0px) skewX(-30deg);
    -webkit-transform: translate(-15px, 0px) skewX(-30deg);
    -moz-transform: translate(-15px, 0px) skewX(-30deg);
}

.b03_skewed_slide_in:hover div:nth-child(3) {
    left: 0px;
    transition: left 0.30000000000000004s ease;
    -webkit-transition: left 0.30000000000000004s ease;
    -moz-transition: left 0.30000000000000004s ease;
}



/* close button */

.close_bt{
  padding: 15px 20px;
  padding-bottom: 0;
  position: relative; 

}

.close { 
  box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  display: inline-block; 
  float: right; width: 38px; 
  height: 38px; 
  background-color: transparent; 
  box-shadow: inset 0px 0px 0px 2px #000000; 
  border-radius: 50%; 
  position: relative;  
  cursor: pointer;
  transition: background 0.5s;
}

.close:after,
.close:before {
  position: absolute;
  content:"";
  background-color: #000000;
}

.close:after {
  width: 2px;
  height: 24px;
  top: 7px;
  left: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:before {
  width: 24px;
  height: 2px;
  top: 18px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:hover {
  background: #000000;
  box-shadow: none;
}

.close:hover:after,
.close:hover:before {
  background: #ffffff;
}



/* ----------------------------responsive video------------------------------- */


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper object,
.videoWrapper embed,  {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.body_bg{
  background:#f3f3f3; 
}

.text{
  text-align: left;
}


