@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

body {
    background-color: #ffffff;
font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
    font-size: 35px;
    margin-top: 30px;
    margin-bottom: 30px;
}



/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #369AD9;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* Helpers */

.mt {
/*	margin-top: 10px;
	margin-bottom: 10px;*/
            display:none;
}

.pt {
	padding-top: 50px;
	padding-bottom: 50px;
}


/* +++++ WRAP SECTIONS +++++ */

.box{
padding:0;
overflow:hidden;
/*opacity:0.9;*/
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
-webkit-mask-box-image: url(../img/wavy.svg) 24 repeat;
-moz-transform: scale(.98);
-webkit-transform: scale(.98);
-o-transform: scale(.98);
-ms-transform: scale(.98);
transform: scale(.98);

/*cursor: pointer;*/
}

.box:hover{
/*    opacity: 1;*/
/*-moz-transform: scale(.983);
-webkit-transform: scale(.983);
-o-transform: scale(.983);
-ms-transform: scale(.983);
transform: scale(.983);*/
}

.question{
    display:none;
}

.qtext{
    border-image: url(../img/border.png) 15 30 2 stretch;
}

.answer{
    cursor:pointer;
    float: left;
    border-image: url(../img/border.png) 15 30 2 stretch;
}

.answer:hover{
-moz-transform: scale(1.01);
-webkit-transform: scale(1.01);
-o-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01);
}

.toggle{
    cursor:pointer;
    background:#6db187;
    border-image: url(../img/border.png) 15 30 2 stretch;
}

.toggle:hover{
-moz-transform: scale(1.01);
-webkit-transform: scale(1.01);
-o-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01);
}

.toggle.active{
    background:#D74D58;
}

.donate:hover{
-moz-transform: scale(1.01);
-webkit-transform: scale(1.01);
-o-transform: scale(1.01);
-ms-transform: scale(1.01);
transform: scale(1.01);
cursor:pointer;
}

.owl-dots{
padding: 3.5% 0%;
margin: auto;
width: 20%;
}

.owl-dot{
  width: 44%;
  background-color: #4c98d9;
  display: block;
  float: left;
  margin: 0% 2%;
  padding: 3% 0%;
}

.owl-dot:not(.active){
background-color:#cccccc !important;
}

.videoplay{
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  cursor: pointer;
  z-index: 10;
  position: absolute;
}

.videoplay:hover{
    background-position: bottom left;
    -moz-transform: scale(1.02);
-webkit-transform: scale(1.02);
-o-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02);
}

.closeplaying{
    background:url(../img/x.png) center center no-repeat;
    background-size: 100% 100%;
    width:30px;
    height:30px;
    position: absolute;
    z-index: 30;
    cursor: pointer;
    top: 10px;
    left: 10px;
    -webkit-transition: all 50ms ease-out;
-moz-transition: all 50ms ease-out;
-ms-transition: all 50ms ease-out;
-o-transition: all 50ms ease-out;
transition: all 50ms ease-out;
display: none;
opacity:0.7;
}

.closeplaying:hover{
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
opacity:1;
}

div[class^="EDGE"]{
    position: initial !important;
}

@media (min-width: 1200px) {
    .container {
        width: 90% !important;
        max-width: 1500px !important;
    }
}