/*!
 * CodeDesign - Basic Element Bootstrap Theme (http://codedesign.elkind.net)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    color: #fff;
    background-color: #ffffff;
}

body > .wrapper {
    min-height: 100%;
    padding: 40px 0;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}

h2 {
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: center;
}

h3 {
    font-size: 80px;
}

h4 {
    color:#0D8FC3;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 12px;
    text-align: center;
}

h5 {
    color:#0D8FC3;
     font-size: 80px;
}

h6 {
    color:#00458F;
     font-size: 80px;
    text-transform: uppercase;
}

.navbar-nav {
width: 950px;
}

p {
    margin: 0 0 0px;
    font-size: 20px;
    line-height: 1.4em;
    text-align: left;
    font-weight: 100;
     font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    margin-bottom: 15px;
 	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;   
    font-weight: 300;
}

a {
    color: #A2CBF4;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
/*    color: #C4CCD5;*/
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid #134583;
    text-transform: uppercase;
     font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    background-color: #F0F0F0;
}


.navbar-custom .navbar-brand {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
      float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand>img {
    display: block;
    position: absolute;
    left:-60px;
    top:10px;
    z-index: +10;
    
}

@media (max-width:1880px){ 
    .navbar-brand>img {
    display: block;
    position: absolute;
    left: -200px;
    top:10px;
    height:120px;
}
}

@media (max-width:1480px){ 
    .navbar-brand>img {
    display: block;
    position: absolute;
    left: -250px;
    top:10px;
    height:120px;
}
}
    
}@media (max-width:1430px){
    .navbar-brand>img {
    display: block;
    position: absolute;
    left:-220px;
    top:10px;
    height:110px;
}
    
}

@media (max-width:1330px){
    .navbar-brand>img {
    display: block;
    position: absolute;
   left: -220px;
    top:10px;
    height:100px;
}
    
}
@media (max-width:1210px){
    .navbar-brand>img {
    display: block;
    position: absolute;
    left:-180px;
    top:10px;
    height:80px;
}
    .navbar-custom li a {
        font-size: 12px;
        padding:5px 10px;
    }
    
    .intro {
        margin-top: 95px;
    }
    
}

@media (max-width:1080px){
    .navbar-brand>img {
    display: block;
    position: absolute;
    left:-150px;
    top:10px;
    height:60px;
}
}

@media(max-width:1000px) {
    .navbar-nav>li>a {
        font-size: 10px;
       margin: 0px;
    }
}

#beugro1, 
#beugro2, 
#beugro3 {
    position: fixed;
    background-repeat: no-repeat;
    z-index: 10;
    transition: .4s;
}

/*
#beugrogomb1, 
#beugrogomb2, 
#beugrogomb3 {
    position: fixed;
    background-repeat: no-repeat;
    z-index: 20;
    transition: .4s;
}
*/

.z-index-12 {
    z-index: 12; 
}

#beugro1 {
    background-image: url('/assets/img/beugro1.png');
    width: 390px;
    height: 278px;
    left: -411px;
    top: 20%;
}

#beugro2 {
    background-image: url('/assets/img/beugro2.png');
    width: 600px;
    height: 368px;
    top: -400px;
    right: 0;
}

#beugro3 {
    background-image: url('/assets/img/beugro3.png');
    width: 200px;
    height: 365px;
    top: -347px;
    left: 5%;
}

/*
#beugrogomb1 {
    background-image: url('/assets/img/beugrogomb1.png');
    background-repeat: no-repeat;
}

#beugrogomb2 {
    background-image: url('/assets/img/beugrogomb2.png');
    background-repeat: no-repeat;
  top: -500px;
    left:-400px;
}

#beugrogomb3 {
    background-image: url('/assets/img/beugrogomb3.png');
    background-repeat: no-repeat;
    top: -347px;
    right: -300px;
}
*/



#beugro1.be {
    left: 0;
}
    
#beugro2.be {
    top: 70px;
}
    
#beugro3.be {
    top: 100px;
}

/*
#beugrogomb1.be {
    right:10%;
}
    
#beugrogomb2.be {
    left:10%;
    top: 18%;
}
    
#beugrogomb3.be {
    top: 18%;
    right:10%;
}
    
*/

#faq-wrap div {
   left: 17%;
    padding-left: 1px;
}

@media(max-width:1000px) {
   #faq-wrap div { 
       left: 0; 
   padding-left: 0
    }
}


.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 14pt;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #00458F;
    text-align: center;
    font-size: 13px;
}

.navbar-custom .nav li.active {
    outline: none;
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: rgba(255, 255, 255, .3);
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        letter-spacing: 1px;
        background: 25 0;
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #c1e0ec;
    }
    .intro {
        background: url(../img/hedrin_family_xsmall.png) no-repeat bottom center scroll;
    }
}

.intro {
    display: table;
    width: 100%;
    height: 50%;
    margin-top: 110px;
    text-align: center;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-left: 0;
    background: url(../img/hedrin_family_si.png) no-repeat bottom center scroll;
    background-color: #ffffff;
    min-height: 450px;
}

@media (max-width:1210px){
    
    .intro {
        margin-top: 95px;
    }
    



.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}


.intro .intro-body .brand-heading {
    font-size: 55px;
}

.intro .intro-body .intro-text {
    font-size: 25px;
}
}

   @media(min-width:988px) {
        .introsmall {
display: none !important;

}
}
  
       
@media(max-width:987px) {
    .intro {
        width: 100% auto;
        margin: 0px;
        padding: 0px !important;
        background: none !important;
    }
}
   


    
.introsmall {
display: block;
width: 780px;
margin-top: 70px;
float: left;
}

        
        
    @media(max-width:670px) {
        .introsmall {
        max-width:400px;

        }
    }  


 @media(max-width:500px) {
     .introsmall{
          width:320px;
        margin-top:50px;
         padding:0;
     }
        .introsmall>img {
        width:270px;
  padding:0;
        }
    }



    /*
    @media(min-width:780px) {
    .intro {
        margin:0px;
         background: url(../img/hedrin_family_xsmall.jpg) no-repeat bottom center scroll;
        
    }
*/
    /*
        transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
*/
}


/*
        transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -webkit-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
*/


.termeksquare {
    border: 2px solid #ffffff ;
    width: 235px;
    height: 31px;
    margin-bottom: 40px;
    left: 50%;
    right: 50%;
    display: inline-block;
}


.termeksquare2 {
    border: 2px solid #0D8FC3;
    width: 142px;
    height: 31px;
    margin-bottom: 40px;
    left: 50%;
    right: 50%;
    display: inline-block;
}

.termek {
    color: #ffffff;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12pt;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
}

.termek2 {
     color:#0D8FC3;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12pt;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.pack1 {
    height: auto;
    float: left;
    margin: 10px 0;
    display: inline;
    max-width: 100%;
}

.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

@media(max-width:767px) {
    .pack1 {
        height: 400px;
        float: left;
        margin: 10px 0;
        display: inline;
        float: none; 
    }
}

.pack2 {
    height: auto;
    float: right;
    display: inline;
}


@media(max-width:767px) { 
    .pack2 {
        height: 400px; 
        float: right;
        margin: 10px 50px;
        display: inline;
        float: none;
    }
} 

.pack2 {
    height: auto;
    float: left;
    display: inline;
}

@media(max-width:767px) {
    .pack2 {
        height: 400px;
        float: left;
        margin: 10px 40px;
        display: inline;
        float: none;
    }
}

.logos {
    height: auto;
    float: left;
    margin: 15px 20px 10px 10px;
    display: inline;
}

.logos>img {
    height: 33px;
    width: auto;
    float: left;
    margin: 15px 18px 10px 15px;
    display: inline;
}

.vasarlas {
    color: #0D8FC3;
    text-transform: uppercase;
    font-size: 22px;
    top: 56%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 10px;
}

.vasarlasbutton {
    background-color: #ffffff;
    height: 55px;
    width: 195px;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 12px;
    float: left;
}
.vasarlas2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    top: 56%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 10px;
}


.vasarlasbutton2 {
    background-color: #0E8FC3;
    height: 55px;
    width: 195px;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 12px;
    float: left;
    cursor: pointer;
}

.vasarlasbutton2:hover,
.vasarlasbutton2:hover a {
    background-color: #1779a0;    
    color: white;
}

.edukacio {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    top: 56%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 10px;
}

.edukacio:hover {
    color: #2A237B;
}

.edukaciobutton {
    border: 3px solid #ffffff;
    height: 55px;
    width: 195px;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    float: left;
}
.edukacio2 {
    color: #0E8FC3;
    text-transform: uppercase;
    font-size: 22px;
    top: 56%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 10px;
}


.edukaciobutton2 {
    border: 3px solid #0E8FC3;
    height: 55px;
    width: 195px;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    float: left;
}

.edukaciobutton2:hover, 
.edukaciobutton2:hover a{
    border-color: #1779a0;
    color: #1779a0;
}

.akcio {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px !important;
    top: 56%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0  !important;
    text-align: center;
     
     
    
}

.akcio2 {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px !important;
    top: 56%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 0  !important;
     text-align: center;
   
    
}

.akciobutton {
    background-color: #0E4385;
    height: 65px;
    width: 150px;
    border: 6px solid #008CC3;
    border-radius:10px;
    text-align: center;
    margin-top: 7px;
    left:0;
    margin:auto;
    margin-top:2px;
    line-height: 22px;
     
}

.akciobutton:hover {
    background-color: #686F9E !important;
    border: 6px solid #686F9E ;
    height: 68px;
    width: 154px;
}

.akcio:hover {
    background-color: none !important;
}

.utasitas {
    color: #ffffff;
    text-decoration: underline;
    font-size: 15pt;
    font-weight: 300;
    text-align: left !important;
    margin: 10px; 
    float: left;
    margin-top:10px;
    display: inline-block;
    
}

.utasitas:hover {
    text-decoration: none;
    color: #ffffff;
}

.utasitas2 {
    color: #0D8FC3;
    text-decoration: underline;
    font-size: 15pt;
    font-weight: 300;
    text-align: left !important;
    margin: 10px;
}

.utasitas2:hover {
    text-decoration: none;
    color: #003882;
}

.back-to-top {
    display: block;
    background: none;
    margin: 0;
position: fixed;
left: 60%;
bottom: 10%;
    bottom: 20;
    right: 0;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
    
}


.back-to-top>img {
     width: 60px;
    height: 60px;
}

@media(max-width:900px) {
    .back-to-top {
 display: none !important;
    
}
}


/*Popup arrow*/


/*
#wrapper{
  position:relative;
  width:1000px;
  height:1000px;
  margin: 0px auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.1);
  transition: box-shadow 0.8s;
}

#wrapper:hover{
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow:    0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  box-shadow:         0px 0px 20px 0px rgba(50, 50, 50, 0.3);
}
*/

.popup {
    width: 380px;
    height: 180px;
    background: #67C58F;
    bottom: 20px;
    left: -380px;
    position: fixed;
    border-radius: 5px;
    box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.05);
    transition: 0.5s;
}

.close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 500;
}

.ns-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ns-close:hover,
.ns-close:focus {
    outline: none;
}

.ns-close::before,
.ns-close::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 60%;
    top: 50%;
    left: 50%;
    background: #1f8b4d;
}

.ns-close:hover::before,
.ns-close:hover::after {
    background: #fff;
}

.ns-close::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.ns-close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.arrow {
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: -20px;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


/*popop arrow end*/

.videocontainer {
  margin-bottom: 20px;
  padding-bottom: 50px;
}


.faqbox {
    background-color:#E6E6E6;
    display: block;
    float:none;
    
/*
    height: 665px;
    width: 300px;
*/
    margin-bottom:15px;
    border:2px solid #ffffff;
}


/*

    #faqbox:hover,.faqpack:hover,.faqpack2:hover, .faqtext:hover {
background-color: #C8C8C8;
}
*/



.faqboxbottom {
    background-color:#E6E6E6;
    display: block;
    height: 94px;
    float:none;
    width: 100%;
    margin-bottom:20px;

}

.faqpack, faqpack2 {
    float: center;
    margin: 10px 0;
    display: inline;
   
    

}

.faqpack{
    max-height: 100%;
     margin-top:50px;
}

.faqpack2 {
    max-height: 100%;
    margin:0px;
    margin-top:50px;
}



.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}


.modal-dialog {
    min-width: 400px;
    width: 80%;
}

.btn-info {
background-color:none;
}

@media(max-width:767px) {
    .faqpack {
        height: 420px;
        float: left;
        margin: 10px 0;
        display: inline;
        float: none;
    }
}

.faqtext {
color:#00458F;
    font-size: 15pt;
    margin-left:15px;
     margin-right:15px;
    margin-top:0px;
    margin-bottom:0px;
    padding:20px;
    line-height: inherit;
}


@media(max-width:1350px) {
    .faqtext {
       font-size:13pt;
    }
}

.answer {
    color:#00458F;
    font-size: 16pt;
    margin-bottom: 55px;
}

ul  {
    color:#00458F !important;
    font-size: 16pt;
    margin-bottom: 55px;
    list-style: none;
    text-align: left;
}



.question {
    font-weight: bold;
    font-size: 23px;
    color:#0086B9;
    
    
}

     

.btn-down {
    font-size: 80px;
    color: #fff;
    opacity: 0.8;
}

.btn-down:hover,
.btn-down:focus {
    outline: 0;
    color: #fff;
}

.btn-down i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-down:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

#treatandgo.content-section {
    padding: 0;
    background: #0D8FC3;
}

.content-section .treatandgo {
    background: #0D8FC3;
}

#once.content-section {
    padding: 0;
    background: #ffffff;
    color:#0D8FC3;

}

.content-section .once {
    background: #ffffff;
     color:#0D8FC3;
}

#protectandgo.content-section {
    padding: 0;
    background: #F6A335;
}

.content-section .protectandgo {
    background: #F6A335;
}

#online.content-section {
    padding: 0;
    background: #239AAA;
}

.content-section .online {
    background: #239AAA;
}

#faq.content-section {
    padding: 0;
    background: #ffffff;
}

.faq-section .faq {
    background: #ffffff;
}

.content-section {
    padding: 100px 0;
}

.col-gray {
    background: #263238;
}

.col-gray,
.col-gray2 {
    padding: 40px 40px 15px;
}

.col-gray h3,
.col-gray2 h3 {
    padding-right: 45px;
}

#download {
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.download-section {
    width: 100%;
    color: #fff;
    padding: 100px 0;
}

#download .overlay {
    background-color: rgba(38, 50, 56, 0.6);
}

#download.content-section {
    padding: 0;
}

#map {
    width: 100%;
    height: 200px;
}

@media(min-width:767px) {
    .content-section {
        padding: 150px 0;
    }
    .download-section {
        padding: 200px 0;
    }
    #map {
        height: 400px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 0;
    color: #fff;
    background-color: #37474F;
    border-radius: 2px;
    padding: 12px 20px;
}

.btn-default:hover,
.btn-default:focus {
    border: 0px;
    outline: 0;
    color: #fff;
    background-color: #789;
}

ul.banner-social-buttons {
    margin-top: 0;
}

ul.banner-social-buttons li {
    margin-bottom: 20px;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        padding: 0 5px;
    }
    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

.vedono {
    width:100%;
    
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

@media(max-width:950px) {
    .container {
     margin-top: 20px;
        
    }
}

@media(max-width:1920px) {
    .youtube {
     height:235px;
    float:left;
    }
}

@media(min-width:650px) {
    .youtube {
    height:320px;
    float:left;
    }
  .vedono {
  width:50%;
  }
}


@media(max-width:485px) {
    .youtube {
    height:110px;
    float:left;
}
}


@media(max-width:485px) {
    h2 {     
font-size: 20px;
    }
    
    h3,
    h4,
    h5 {
    font-size: 25px;
}
}
 


