/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

/*============Top Part ==========*/
.left-btn-section a {
    background: #ce362e;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}
.l-right-btn-section a {
    background: #ce362e;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    float: right;
    text-align: center;
}
@media(min-width: 320px){
.left-btn-section, .l-right-btn-section {
  margin-top: 0;
  text-align: center;
}
.l-right-btn-section a{
  float: none;
}
.left-btn-section a{
  text-align: center;
}
}
@media(min-width: 576px){

.left-btn-section, .l-right-btn-section {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
}
.l-right-btn-section a {
  float: none;
}
}

@media(min-width: 768px){
.l-right-btn-section a {
    background: #ce362e;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 30px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    float: right;
    text-align: center;
    margin:0;
}
}

/*======================================
            Landing Section
=======================================*/
.landing_section{
    background:#000;
    padding:25px 0;
    position:relative;
}
.landing-heading h1{
    color: #e9963e;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}
.landing-content-section-lower-inner p{
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.video_photo_section{
    padding:25px 0 100px;
    background:#000;
}
.top_video_dsc, .bottom_img_dsc{
    margin-top:20px;
}
.top_video_dsc p, .bottom_img_dsc p{
   color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.bottom_images_block{
    margin-top:25px;
}
.bottom_rotate_img{
    position: relative;
    height: 100%;
}
.bottom_rotate_img img{
    transform: rotate(-15deg);
    margin: 0 auto;
    display: table;
    position: absolute;
    right: 20px;
    bottom: 30px;
}
.download_btn{
    background: #ce362e;
    color: #fff;
    padding: 12px;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-top: 35px;
}
@media(min-width:320px){
.bottom_rotate_img img{
    transform: rotate(0deg);
    margin: 0 auto;
    display: table;
    position: inherit;
    bottom: 0;
    width: 100%;
    right: 0;
}
.right_block_content{
    margin-top:25px;
}
.bottom_rotate_img{
    margin-top:25px;
}
.bottom_image_item{
    margin-top:25px;
}
}
@media(min-width:992px){
.bottom_rotate_img img{
    transform: rotate(-15deg);
    margin: 0 auto;
    display: table;
    position: absolute;
    right: 20px;
    bottom: 30px;
    width:auto;
}
.right_block_content{
    margin-top:0;
}
.bottom_rotate_img{
    margin-top:0;
}
.bottom_image_item{
    margin-top:0;
}
}

/* Footer color for sake of consistency with Navbar */
footer{
  background: #353535;
  font-family: 'Montserrat', sans-serif;
}
.sxc-follow-buttons {
  margin: 0!important;
  padding: 0!important;
  background: 0 0!important;
  background-image: none!important;
  border: none!important;
  box-shadow: none!important;
  list-style: none;
}
.sxc-follow-buttons li{
  display: inline;;
}
.sxc-follow-buttons li img{
  width: 45px !important;
  height: 45px !important;
}
.social-link{
  margin:0 auto;
  display: table;
  margin-top: 20px;
}
.footer-copyright p{
  color: #fff;
  margin:0;
  font-size:14px;
  font-weight: 400;
}
.footer-copyright .container{
  border-top: 1px solid #595959;
}
.footer-copyright-inner{
  padding: 15px;
}
.footer_top{
  padding-bottom: 15px;
  padding-top: 15px;
}
.footer-link ul{
  float: right;
}
.footer-link ul li{
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 0 0 5px;
  border-left: 1px solid #ffff;
}
.footer-link ul li a{
  color: #ffffff;
}
.footer-link ul li:first-child{
  border:none;
}
@media(max-width: 991px){
.footer-copyright-inner{
  text-align: center;
}
.footer-link ul{
  float: none;
}
}
@media(max-width: 480px){
.sxc-follow-buttons li img {
  width: 44px !important;
  height: 44px !important;
}
}
@media(min-width: 320px){
.footer-copyright p {
  text-align: center;
}
.footer-link ul {
  float: none;
  padding: 0;
  text-align: center;
}
}
@media(min-width: 992px){
.footer-copyright p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.footer-link ul {
  float: right;
}
}
/* Cookie Dialog */
    #gdpr-cookie-message {
        position: fixed;
        right: 30px;
        bottom: 30px;
        max-width: 375px;
        background-color: #e9963e;
        color:#000;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 6px 6px rgba(0,0,0,0.25);
        margin-left: 30px;
        font-family: 'Montserrat', sans-serif;
    }
    #gdpr-cookie-message h4 {
        color: #000;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message h5 {
        color: var(--red);
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message p, #gdpr-cookie-message ul {
        color: black;
        font-size: 15px;
        line-height: 1.5em;
    }
    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        text-align: right;
    }
    #gdpr-cookie-message li {
        width: 49%;
        display: inline-block;
    }
    #gdpr-cookie-message a {
        color: #000;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
        color: white;
        border-bottom-color: var(--red);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
        border: none;
        background: var(--red);
        color: white;
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button:hover {
        background: white;
        color: var(--red);
        transition: all 0.3s ease-in;
    }
    button#gdpr-cookie-advanced {
        background: white;
        color: var(--red);
        display:none;
    }
    #gdpr-cookie-message button:disabled {
        opacity: 0.3;
    }
    #gdpr-cookie-message input[type="checkbox"] {
        float: none;
        margin-top: 0;
        margin-right: 5px;
    }

/*=========================================
===============New Landing=================
=========================================*/
