@media (min-width: 2500px){
        
    .container{
        width: 2300px;
    }
}

@media (min-width: 1900px) and (max-width: 2100px){
        
    .container{
        width: 1800px;
    }
}

@media (min-width: 1400px) and (max-width: 1700px){
        
    .container{
        width: 1366px;
    }
}

@media (min-width: 1000px) and (max-width: 1280px){
        
    .container{
        width: 1050px;
    }
    header nav .navbar-nav.text-normal > li > a{
        font-size: 11px;
    }
}

.tp-bannertimer{
    display: none !important;
}

.wrap-top{
    margin-top: -20%;
}

.hidden-lg{
    display: none;
}

#particles-js{ position:fixed; width: 100%; height: 100%; z-index: 999; pointer-events: none;  top: 0;}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
        -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
     opacity: 1;
        display: block;
        position: relative;
        //left: 50%;
        //top: 50%;
        width: 100%;
        height: 100%;
        //margin: -75px 0 0 -75px;
        //background-color: #fff;
        //border: 3px solid transparent;
    //border-top-color: #3498db;
        z-index: 5500;
    //border-radius: 50%;
    //-webkit-animation: spin 2s linear infinite;
//animation: spin 2s linear infinite;
    }

#loader img{
    width: 100%;
    height: 100%;
}
/*#loader {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        //background-color: #fff;
        //border: 3px solid transparent;
    //border-top-color: #3498db;
        z-index: 5500;
    //border-radius: 50%;
    //-webkit-animation: spin 2s linear infinite;
//animation: spin 2s linear infinite;
    }*/



.feedbck {
    position: fixed;
    top: 40px;
    background: #fff;
    padding: 15px;
    z-index: 1000;
    border: 1px solid #e3e3e3;
    right: -207px;
    z-index: 9000;
}
#toggleContact {
    position: absolute;
    left: -55px;
    background: #FF7E38;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    border-radius: 10px;
}
.orange {
    color: #FF7E38;
    text-transform: uppercase;
    font-size: 15px;
}
#errors {
    color: red;
    font-size: 10px;
}
.cforms label {
    float: left;
    width: 100%;
    color: #454545;
    font-weight: normal;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.cforms input {
    color: #454545;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
    -moz-box-shadow: inset 1px 0px 2px 0px rgba(238,238,238,1);
    font-size: 10px;
}
.cforms .button {
    float: left;
    margin-left: 5px;
    margin-top: 10px;
    color: #fff;
    padding: 10px 10px;
    font-size: 10px;
    background: #FF7E38;
    border: 1px solid #FF7E38;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    transition: all 0.3s ease;
}
/*#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite;
animation: spin 3s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
animation: spin 1.5s linear infinite;
}*/

/*@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg); 
    }
    100% {
        -webkit-transform: rotate(360deg);  
        -ms-transform: rotate(360deg); 
        transform: rotate(360deg);  
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
        transform: rotate(0deg); 
    }
    100% {
        -webkit-transform: rotate(360deg);  
        -ms-transform: rotate(360deg);  
        transform: rotate(360deg);  
    }
}*/

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 5000;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}
 
#loader-wrapper .loader-section.section-right {
    right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%); 
    transform: translateX(-100%);  
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  
    -ms-transform: translateX(100%);  
    transform: translateX(100%); 
}

.loaded #loader-wrapper .loader-section.section-right,
.loaded #loader-wrapper .loader-section.section-left {
 
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); 
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
}

.loaded #loader-wrapper {
        /*-webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);*/
 
        -webkit-transition: all 0.3s 1s ease-out; 
                transition: all 0.3s 1s ease-out;
}

.no-js #loader-wrapper {
    display: none;
}

.gabe li:hover a{
	background: rgba(225,239,240, 0.4);
}
.gabe li a span:nth-child(2){
	/*...*/
	transition: color 0.2s linear;
}
.gabe li img{
	position: absolute;
	z-index: 1;
	left: 0px;
	top:0px;
	opacity: 0;
	transition: top 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.gabe li:hover img{
	top: 500px;
	opacity: 1;
}

/*.ghide{
    transition: 0.5s;
}

.gshow{
    display: none;
}*/

#showed ,#showed2{
    display:  ;
}

#showdiv{
    transition: 0.8s;
}

#modal-popup2 ul{
    
        list-style: none;
        text-align: left;

}

#modal-popup2 ul{
    margin: 3% 0;
}

#modal-popup2 li{
    margin: 6% -26px;
    font-size: 13px;
}

#modal-popup2{
    padding: 50px 50px 300px 50px !important;
}

#modal-popup2 li:before {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}

#fourth{
    display: none;
}

.mfp-iframe-holder .mfp-content{
    max-width: 1100px;
}

.tab-style1 .nav-tabs li:hover span, .tab-style1 .nav-tabs li.active span{
    color: #FF7E38;
    font-weight: 700;
}

.font-weight-bold{
    font-weight: 900;
}

.custom-padding{
    padding: 100px 0 0px 0 !important;
}
.gpos{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.blog-grid .grid-item a:hover{
    cursor: default;
}

.contact-logo{
        width: 32%;
    
    margin: 6% auto;
}


.floating-form { 
    z-index: 110;
    max-width: 300px;
    padding: 30px 30px 10px 30px;
    border: 1px solid #ddd;
    right: 10px ;
    background: #fff;
    border-radius: 10px 0 0 10px;
    position: fixed;
    }
.contact-opener { 
    z-index: 110;
    width: 65px;
    position: absolute;
    left: -65px;
    top: 120px;
    padding: 15px 5px 15px 5px;
    color: #fff;
    background-color: #FF7E38;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.43);
    cursor: pointer;
    border-radius: 8px 0px 0px 8px;
    font-size: 25px;

}

.hidespm{
    display: none;
    visibility: hidden;
}

.mob-cta{
    display: none;
}
.mob-cta2{
    display: none;
}

#open-cta{
          display: none;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) { 
      
      #loader{
          display: none;
      }
      
      .mob-cta{
        position: fixed;
        top: 75%;
        width: auto;
        padding: 10px 0;
        background: #F17C4D;
        z-index: 9999999999;
        text-align: center;
        display: block;
        font-size: 18px;
        border-radius: 0 5px 5px 0;
        box-shadow: 0 0 10px #F17C4D;
      }
      
      .mob-cta2{
        position: fixed;
        bottom : 0;
        width: 100%;
        padding: 10px 0;
        background: #F17C4D;
        z-index: 9999999999;
        text-align: center;
        display: block;
        font-size: 18px;
        border-radius: 0 5px 5px 0;
        box-shadow: 0 0 10px #F17C4D;
      }
      
      .mob-cta2 p{
          margin: 0 auto;
          
      }
      
      .mob-cta2 p a{
         color: #fff;
      }
      
      .mob-cta p{
          margin: 0 auto;
          padding-left: 10px;
      }
      
      #open-cta{
          display: none;
          position: fixed;
            top: 75%;
            width: 0%;
            padding: 10px 0;
            background: #F17C4D;
            z-index: 999;
            text-align: center;
            font-size: 18px;
            border-radius: 0 5px 5px 0;
            box-shadow: 0 0 10px #F17C4D;
      }
      
      #open-cta a{
          color: #fff;
      }
      
      #closed-cta a i{
          padding: 0 10px
      }
      
      .mob-cta a{
          color: #fff;
      }
      
      .wh-widget-right{
          display: none;
          visibility: hidden;
      }
      
      .floating-form {
          display: none;
      }

      .contact-opener {
          display: none;
      }
      
       #showed, #showed2{
          display: none;
      }
      
      .hidden-lg{
          display: block;
      }
}