@import "grid.css";
@import "superfish.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900|Dosis:300');


section.pricing {
    background: #007bff;
    background: linear-gradient(to right, #0062E6, #33AEFF);
  }
  
  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }
  
  .pricing hr {
    margin: 1.5rem 0;
  }
  
  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }
  
  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }
  
  .pricing .card-price .period {
    font-size: 0.8rem;
  }
  
  .pricing ul li {
    margin-bottom: 1rem;
  }
  
  .pricing .text-muted {
    opacity: 0.7;
  }
  
  .pricing .btn {
    font-size: 80%;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }
  
  /* Hover Effects on Card */
  
  @media (min-width: 992px) {
    .pricing .card:hover {
      margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }
    .pricing .card:hover .btn {
      opacity: 1;
    }
  }



/*css*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #777;
    line-height: 21px;
}

body p {
    margin-bottom: 22px;
}
img#mobile_logo{
    display: none;
}

#actions-mobile{
    display: none !important;
}
#actions-desktop{
    display: block !important;
}
h2 {
    margin-bottom: 18px;
    color: #333;
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 34px;
}

h3 {
    line-height: 24px;
    color: #ec2626;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
}

h3 a:hover {
    color: #333;
}

h4 {
    color: #333;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 63px;
}

h4 span {
    color: #ec2626;
    margin-bottom: 15px;
    display: block;
    font-size: 104px;
}

h5 {
    color: #ec2626;
    font-size: 90px;
    text-transform: uppercase;
    line-height: 80px;
    font-weight: 900;
    margin-bottom: 70px;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    outline: none;
}

* {
    -webkit-text-size-adjust: none;
}

.extra_wrapper {
    overflow: hidden;
}
/************Header************/
header {
    padding-top: 7px;
}

header .phone {
    font-size: 20px;
    font-weight: 700;
    float: right;
    line-height: 22px;
    margin-bottom: 14px;
    font-family: 'Dosis', sans-serif;
}

header .phone span {
    color: #ec2626;
    margin-right: 5px;
}

header #stuck_container {
    background: #333333;
    border-bottom: 3px solid #EE3E3E;
}

header h1 {
    clear: both;
    margin: 16px 0 15px;
    float: left;
}

header h1 img {
    display: block;
}

header h1 span {
    position: absolute;
    left: 180px;
    top: 50%;
    font-size: 16px;
    line-height: 20px;
    transform: translateY(-50%);
    font-family: 'Dosis', sans-serif;
}

.grid_12 {
    position: relative;
    margin: 0px;
    padding: 0px;
}

header .menu {
    float: right;
    margin: 0px;
    padding: 0px;
}

header .actions {
    position: absolute;
    bottom: 10px;
    right: 0px;
   
}

header .actions a {
    display: inline-block;
    background: #eee;
    vertical-align:middle;
    width: 150px;
    border: 1px solid #ccc;
    margin: 0 0 0 10px;
    border-radius: 7px;
    border-bottom: 3px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 4px 0 0 55px;
    font-weight: bold;

}
header .actions a:hover{background-color:#fff}

header .actions a:first-child {
    background: #eee url(../images/icon-set.png) 10px -3px no-repeat;

    padding: 4px 0 0 53px;
}
header .actions a:nth-child(2) {
    background: #eee url(../images/icon-set.png) 10px -493px no-repeat;

    padding: 4px 0 0 50px;
}
header .actions a:nth-child(3) {
    background: #eee url(../images/icon-set.png) 4px -763px no-repeat;
}

/************Content***********/
#content {
    background: #fff;
    padding: 40px 0 35px;
}

.div7 {
    display: inline-block;
    padding-top: 100px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 41%;
    overflow: hidden;
}
/********Page1********/
.art1 {
    margin-bottom: 44px;
}

.art1 .top {
    margin-bottom: 8px;
    background: #ec2626;
    padding: 15px 10px 15px 20px;
}

.art1 .top h2 {
    margin-bottom: 0;
    color: #fff;
    line-height: 31px;
}

.art1 .top h2 span {
    display: block;
}

.art1 .div {
    border: 1px solid #cecece;
    background: url('../images/bg1.jpg') repeat-x;
    padding: 13px 20px 20px 18px;
}

.art1 .div h3 {
    color: #333;
    margin-bottom: 7px;
}

.art1 .div p {
    margin-bottom: 16px;
}

.div1 {
    padding-right: 60px;
}

.div1 p {
    margin-bottom: 16px;
}

.art2 {
    border-bottom: 1px solid #cecece;
    margin-bottom: 20px;
}

.art2 h3 {
    padding-top: 14px;
    margin-bottom: 8px;
}

.art2 .fa {
    margin-right: 30px;
    min-height: 45px;
    color: #d4d4d4;
    font-size: 46px;
    float: left;
    line-height: 38px;
}

.art2 p {
    margin-bottom: 15px;
}
/********Page2********/
.art3 {
    margin-bottom: 13px;
}

.art3 h3 {
    margin-bottom: 3px;
}

.art3 p {
    margin-bottom: 5px;
}

.art3 .number {
    font-size: 40px;
    font-weight: 700;
    padding-top: 4px;
    float: left;
    line-height: 34px;
    color: #333;
    margin-right: 20px;
}

.div2 {
    margin-bottom: 30px;
}

.div2 p {
    padding-right: 30px;
}

.div2 p b {
    font-weight: 700;
    color: #333;
}

.art4 {
    margin-bottom: 20px;
    padding: 0 20px 0 30px;
}

.art4 span {
    display: block;
    color: #333;
    text-align: right;
}

.art4 p {
    margin-bottom: 10px;
    position: relative;
}

.art4 p:before {
    color: #333;
    left: -27px;
    font-size: 49px;
    content: '“';
    line-height: 34px;
    position: absolute;
    top: 0;
}
/********Page3********/
.art5 {
    margin-bottom: 40px;
    padding-right: 30px;
}

.art5 figure {
    margin: 5px 28px 0 0;
    float: left;
}
/********Page5********/
.div5 {
    margin-bottom: 10px;
}

.div5 img {
    margin-top: 2px;
}

.div5 a {
    margin-left: 10px;
}
/********Images*******/
.gallery li {
    display: inline-block;
    margin-left: 28px;
    float: left;
}

a.lightbox {
    display: block;
    position: relative;
}

a.lightbox img {
    width: 100%;
}

a.lightbox span {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/magnify.png) -100px center no-repeat;
}

a.lightbox:hover span {
    background-position: center center;
}

.gal li {
    margin-bottom: 40px;
}

.gal li a.lightbox {
    display: inline-block;
    border: 1px solid #cecece;
    margin-bottom: 20px;
}

.gal li p {
    margin-bottom: 12px;
}

.gal2 {
    margin-left: -28px;
}

.gal2 .maxheight {
    width: 238px;
    float: left;
    margin: 7px 0 35px 28px;
}

.gal2 .maxheight .lightbox {
    margin-bottom: 22px;
}
/*********Text********/
.p1 {
    line-height: 18px;
    font-size: 11px;
    padding-right: 50px;
    color: #888;
}

.p3 {
    padding-right: 60px;
}
/********Links********/
a {
    outline: none;
    text-decoration: none;
    color: inherit;
    transition: 0.5s ease;
    webkit-transition: 0.5s ease;
}

a:hover {
    color: #ec2626;
}

.a1 {
    color: #fff;
    font-size: 19px;
    display: inline-block;
    background: #333;
    padding: 15px 17px 17px;
    font-weight: 700;
}

.a1:hover {
    background: #ec2626;
    color: #fff;
}

.a2 {
    color: #333;
    font-size: 18px;
    position: relative;
    font-weight: 700;
}

.a2:before {
    right: -18px;
    content: '';
    width: 7px;
    position: absolute;
    top: 4px;
    background: url('../images/marker.png') no-repeat;
    height: 12px;
}

.a4 {
    background: #ec2626;
    text-transform: uppercase;
    padding: 20px 10px 0 20px;
    position: relative;
    color: #fff;
    height: 54px;
    line-height: 30px;
    display: inline-block;
    font-weight: 700;
    font-size: 26px;
}

.a4:before {
    position: absolute;
    right: -36px;
    top: 0px;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 37px 0 37px 38px;
    border-color: transparent transparent transparent #ec2626;
}

.a4:hover {
    color: #333;
}
/********List********/
.list {
    margin-bottom: 40px;
}

.list li {
    margin-bottom: 10px;
    background: url('../images/marker.png') 0 5px no-repeat;
    padding-left: 18px;
    text-align: left;
}

.list1 {
    margin-bottom: 20px;
    padding-right: 30px;
}

.list1 li {
    position: relative;
    margin-bottom: 10px;
    text-align: left;
}

.list1 li:before {
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
    background: url('../images/dotted.png') repeat-x;
    top: 14px;
}

.list1 li .p2 {
    position: absolute;
    top: 0;
    right: 0;
}

.list1 li span {
    background: #fff;
    position: relative;
}
/*******Indent*******/
.mrg {
    margin-bottom: 30px;
}
/************Footer************/
footer {
    position: relative;
    padding: 40px 0;
}

footer h1 {
    margin-bottom: 20px;
}

footer .socials {
    float: right;
}

footer .socials a {
    font-size: 30px;
    text-align: center;
    background: #484848;
    height: 50px;
    display: inline-block;
    width: 70px;
    color: #fff;
    padding-top: 20px;
}

footer .socials a:hover {
    background: #ec2626;
}

footer .socials a + a {
    margin-left: 10px;
}

#footer_menu {
    margin-bottom: 35px;
    float: right;
}

#footer_menu li {
    float: left;
}

#footer_menu li a {
    
    font-size: 19px;
    font-weight: 700;
    line-height: 19px;
}

#footer_menu li .active,
#footer_menu li a:hover {
    color: #ec2626;
}

#footer_menu li + li {
    margin-left: 22px;
}

.privacy {
    margin-top: 40px;
    padding-top: 30px;
    color: #888;
    border-top: 1px solid #484848;
}

.privacy .pr {
    display: inline-block;
}

.privacy a {
    color: #ec2626;
    margin-left: 10px;
}

.privacy a:hover {
    color: #fff;
}
/********Map********/
.map {
    overflow: hidden;
}

.map figure {
    display: block;
    margin-bottom: 25px;
    width: 418px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.map figure iframe {
    width: 100%;
    height: 271px;
    max-width: 100%;
}

.map address {
    font-style: normal;
    display: block;
    margin-bottom: 15px;
    font-weight: normal;
}

.map address dt {
    margin-bottom: 5px;
    color: #ec2626;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 700;
    font-size: 16px;
}

.map address dd {
    height: 22px;
}

.map address dd span {
    color: inherit;
    padding: 0;
    display: inline-block;
    min-width: 86px;
    text-align: left;
}
/*--------------To_Top----------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 58%;
    margin-left: 500px;
    overflow: hidden;
    width: 22px;
    height: 26px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat 0 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}

#toTop:hover {
    outline: none;
    background-position: 0 bottom;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1799px) {
    .camera_pag {
        bottom: 35px !important;
    }

    h5 {
        margin-bottom: 30px;
    }

    .div7 {
        left: 44%;
        max-width: 650px;
        padding-top: 80px;
    }
}

@media only screen and (max-width: 1549px) {
    .div7 {
        padding-top: 65px;
    }

    h4 {
        font-size: 55px;
        line-height: 55px;
    }

    h4 span {
        margin-bottom: 10px;
        font-size: 80px;
    }

    h5 {
        font-size: 75px;
    }
}

@media only screen and (max-width: 1399px) {
    h4 {
        font-size: 45px;
        line-height: 45px;
    }

    h4 span {
        margin-bottom: 5px;
        font-size: 65px;
    }

    .a4 {
        padding-top: 14px;
        font-size: 20px;
        height: 47px;
    }

    .a4:before {
        border-width: 31px 0 31px 31px;
        right: -30px;
    }

    h5 {
        font-size: 60px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 27px;
        line-height: 27px !important;
    }

    #footer_menu li a {
        font-size: 16px;
        line-height: 16px;
    }

    .art2 h3 {
        padding-top: 0;
    }

    h4 {
        font-size: 38px;
        line-height: 38px;
    }

    h4 span {
        font-size: 53px;
    }

    .div7 {
        padding-top: 40px;
    }

    h5 {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 20px;
    }

    .camera_pag {
        bottom: 20px !important;
    }

    .gal li {
        margin-left: 20px;
    }

    .div1,
    .div2 p,
    .art5,
    .p1,
    .p3 {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1058px) {
    .list1 {
        padding-right: 0;
    }
}

@media only screen and (max-width: 995px) {
    .div7 {
        padding-top: 30px;
        max-width: 700px;
    }

    h4 {
        font-size: 25px;
        line-height: 25px;
    }

    h4 span {
        font-size: 40px;
    }

    h5 {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    h6 {font-size:14px;
	margin-left: important ;
	}

    h3 { 
        font-size: 15px;
        line-height: 18px;
    }

    #footer_menu li + li {
        margin-left: 38px;
    }

    #footer_menu li a {
        font-size: 19px;
        line-height: 24px;
    }

    h2 {
        font-size: 20px;
        line-height: 20px !important;
    }

    .a4 {
        font-size: 18px;
        height: 44px;
        padding-top: 10px;
    }

    .a4:before {
        border-width: 27px 0 27px 28px;
        right: -27px;
    }

    .gal2 .maxheight {
        width: 230px;
    }

    .art5 {
        text-align: center;
    }

    .art5 figure {
        float: none;
        margin: 0 0 20px;
        display: inline-block;
    }

    .list1 li .p2 {
        top: 21px;
    }

    .list1 li:before {
        top: 36px;
    }
}

@media only screen and (max-width: 767px) {

    img#mobile_logo{
        display: block;
        position: absolute;
        left: 10px;
        top: 10px;
        width: 60px;
    }
    #actions-mobile{
        display: block !important;
    }
    #actions-desktop{
        display: none !important;
    }

    header h1 img{
        display: none;
    }
    header .phone{
        font-size: 12pt !important;
    }

    header h1{
        margin-bottom: 0 !important;
    }



    header .actions{
        position: static !important;
        text-align: center !important;
    }

    header h1 span{
        display: none !important;
    }
    header .phone{
        position: absolute;
        right: 0;
        top: 0;
        font-size: 9pt !important
    }


    #actions-mobile.actions a {
        font-size: 7pt !important;  
        background-image: unset !important;
        padding: 0px !important;
        display:inline-block !important;
        width: 60px !important;
        border-bottom: 1px solid #ccc !important;
        margin: 2px auto !important;
    }


    #content {
        padding-bottom: 40px;
        text-align: center;
    }

    .a4 {
        display: none;
    }

    .div7 {
        left: 32%;
    }

    header {
        text-align: center;
    }

    header h1 {
        float: none;
        margin-bottom: 10px;
        display: inline-block;
    }

    header h1 img {
        width: 100%;
    }

    header .menu {
        float: none;
    }

    .art1 .top h2 span {
        display: inline-block;
    }

    .mrg1 {
        margin-bottom: 40px;
    }

    #footer_menu li + li {
        margin-left: 20px;
    }

    #footer_menu {
        float: none;
    }

    #footer_menu li a {
        font-size: 15px;
        line-height: 22px;
    }

    footer {
        text-align: center;
    }

    footer .socials {
        float: none;
        padding-top: 50px;
    }

    .div2 {
        margin-bottom: 40px;
    }

    .gal2 .maxheight {
        width: 195px;
    }

    .list1 li .p2 {
        top: 0;
    }

    .list1 li:before {
        top: 15px;
    }
}

@media only screen and (max-width: 480px) {
    header h1 img,
    footer h1 img {
        width: 100%;
    }

    .div7 {
        left: 20%;
    }

    #footer_menu li + li {
        margin-left: 25px;
    }

    .list1 li .p2 {
        top: 21px;
    }

    .list1 li:before {
        top: 36px;
    }

    .list1 li {
        height: 38px;
    }

    .privacy .pr {
        display: block;
    }
}
/*Core variables and mixins*/
/*Card designing*/

.card {
    border: 1px solid gray;
    padding: 30px;
    text-align: center;
}

.card img {
    width: 50%;
    margin-bottom: 30px;
}

.card h3 {
    font-size: 20px;
}

.card h4 {
    font-size: 16px;
    font-weight: normal;
}

.card h4 a,
.card h4 a:link,
.card h4 a:visited {
    color: #337ab7;
    text-decoration: none;
}

.card ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

.card ul li {
    width: 100%;
    min-height: inherit;
    text-align: left;
    margin: 0px;
}

.card ul li:before {
    content: "●";
    padding-right: 5px;
}

.nav{
    padding: 0px;
    margin:0px
}
