@import "grid.css";
@import "font-awesome.css";
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
/*css*/

html, body {
    background: #ffffff;
    font: 15px/24px Tahoma, sans-serif;
    font-family: Tahoma, sans-serif;
    color: #626262;
    min-width: 300px;
    direction: rtl;
}

* {
    -webkit-text-size-adjust: none;
}

.activelink {
    color: #c41e32;
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

    a:hover {
        text-decoration: none;
    }

    a[href^="tel:"] {
        color: inherit;
        text-decoration: none;
    }

.a-hov {
    transition: all 0.4s ease;
}

    .a-hov:hover, .text-3 a:hover, .text-1 a:hover {
        color: #c41e32;
    }

ul li a {
    transition: all 0.4s ease;
}

h2 {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #c41e32;
    padding: 10px 0;
}

h3 {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: white;
    padding: 4px 6px;
    margin-bottom: 10px;
    background-repeat: repeat-x;
    background-color: #c41e32;
}

h4 {
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    color: #c41e32;
}

.title-1 {
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
}

.title-2 {
    font-size: 50px;
    line-height: 50px;
    color: #606060;
    font-weight: 300;
    padding-top: 50px;
}

    .title-2 span {
        color: #a3a3a3;
    }

.text-1 {
    color: #717171;
}

p.text-1 {
    padding-bottom: 18px;
}

.text-2 {
    line-height: 22px;
}

p.text-2 {
    padding-bottom: 22px;
}

.text-3 {
    font-size: 20px;
    line-height: 22px;
    color: #636363;
}

p.text-3 {
    padding-bottom: 17px;
}

.text-4 {
    font-size: 18px;
    line-height: 25px;
    color: #868686;
}

.tel {
    font-size: 26px;
    line-height: 28px;
    color: #4fd7a5;
    font-weight: 300;
}

p + .text-1 {
    padding-top: 20px;
}

h2.h2-bord {
    border-bottom: 3px solid #f5f5f5;
    padding-bottom: 23px;
    margin-bottom: 25px;
}

h2.v1 {
    padding-top: 36px;
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    transition: all 0.4s ease;
    font-size: 14px;
    margin-top: 6px;
    color: #fff;
    height: 32px;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    line-height: 32px;
    padding: 0 20px;
    background: #606060;
}

    .btn:hover {
        background: #c41e32;
    }

.link {
    display: inline-block;
    transition: all 0.4s ease;
    font-size: 14px;
    line-height: 16px;
    margin-top: 6px;
    color: #323232;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    padding: 0;
}

    .link:hover {
        color: #c41e32;
    }

.link-1 {
    display: inline-block;
    margin-top: 27px;
    transition: all 0.4s ease;
    font-size: 16px;
    line-height: 18px;
    color: #c41e32;
    padding-left: 19px;
}

    .link-1:hover {
        color: #323232;
    }

.link-2 {
    color: #717171;
    margin-top: 20px;
    display: inline-block;
}

    .link-2:hover {
        text-decoration: underline;
    }

.list li {
    margin-top: 18px;
}

    .list li + li {
        margin-top: 6px;
    }

    .list li a {
        padding-right: 19px;
        letter-spacing: -0.5px;
    }

        .list li a:hover {
            color: #c41e32;
        }

.list-1 li {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
}

    .list-1 li + li {
        margin-top: 0px;
    }

    .list-1 li a {
        color: #c41e32;
    }

        .list-1 li a:hover {
            color: #606060;
        }

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-right: 0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            background-color: #fff;
            border: 1px solid #ddd;
            color: #c41e32;
            float: right;
            line-height: 40px;
            margin-right: -1px;
            padding: 0px 15px;
            position: relative;
            text-decoration: none;
            font-size: 96%;
        }

            .pagination > li > a > i {
                line-height: 40px;
            }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            margin-right: 0;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #6E6E6E;
            border-color: #ddd;
            color: #fff;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #c41e32;
        border-color: #c41e32;
        color: #fff;
        cursor: default;
        z-index: 2;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        background-color: #fff;
        border-color: #ddd;
        color: #999;
        cursor: not-allowed;
    }
/*auxiliary*/
.img-ind {
    float: right;
    margin-left: 32px;
    margin-top: 8px;
}

.page-1 .img-ind {
    float: right;
    margin-left: 28px;
    margin-top: 0px;
}

.wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 34px;
}

.extra-wrap {
    overflow: hidden;
}

    .extra-wrap a h3 {
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-size: 16px;
        line-height: 26px;
        color: #323232;
    }

    .extra-wrap a:hover h3 {
        color: #c41e32;
    }

.extra-line {
    display: block;
    font-size: 12px;
}

    .extra-line .date {
        display: inline-block;
        margin-left: 20px;
    }

    .extra-line .newspaper {
        display: inline-block;
        border-right: 1px solid #dddddd;
        padding-right: 20px;
    }

    .extra-line span {
        color: #626262;
        line-height: 26px;
    }

.tools-menu {
    display: block;
    position: relative;
}

    .tools-menu ul {
        text-align: left;
        float: left;
        margin: 10px 0 10px 8px;
    }

    .tools-menu li {
        display: inline-block;
        width: 50px;
        line-height: 25px;
        height: 50px;
        border: solid 1px #dddddd;
        text-align: center;
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-size: 12px;
        margin: 0 5px 5px 0;
    }

    .tools-menu i {
        display: block;
        font-size: 21px;
    }

    .tools-menu a {
        color: #323232;
    }

        .tools-menu a:hover {
            color: #c41e32;
        }

.law-menu {
    display: block;
    position: relative;
}

    .law-menu ul {
        text-align: right;
        float: right;
        margin: 10px 0;
    }

    .law-menu li {
        display: inline-block;
        text-align: center;
        border: solid 1px #dddddd;
        width: 120px;
        line-height: 40px;
        height: 40px;
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-size: 12px;
        background: #F7F7F7;
        margin: 0 5px 5px 0;
    }

        .law-menu li.no-link, .law-menu li.no-link a, .law-menu li.no-link a:hover {
            cursor: not-allowed;
            color: #acacac;
        }

        .law-menu li a {
            color: #c41e32;
        }

            .law-menu li a:hover {
                color: #323232;
            }

ul.tree, ul.tree ul {
    list-style-type: none;
    background: url(../images/vline.png) right top repeat-y;
    margin: 0;
    padding: 0;
}

    ul.tree ul {
        margin-right: 10px;
    }

    ul.tree li {
        margin: 0;
        padding: 0 20px;
        line-height: 30px;
        background: url(../images/node.png) right top no-repeat;
        color: #c41e32;
        font-family: 'Droid Arabic Kufi', sans-serif;
    }

        ul.tree li.last {
            background: #fff url(../images/lastnode.png) right top no-repeat;
        }
/*.tree p.parent {
	list-style-type: none;
	background: url(../images/vline.png) right top repeat-y;
	margin: 0;
	padding: 0;
}
.tree p {
	margin-right: 10px;
}
.tree p span {
	margin: 0;
	padding: 0 20px;
	color: #c41e32;
	line-height: 30px;
	background: url(../images/node.png) right top  no-repeat;
	font-family: 'Droid Arabic Kufi', sans-serif;
}

.tree p span.lastone {
	background: #fff url(../images/lastnode.png) right top  no-repeat;
}*/
.smart-table {
    color: #626262;
    font-family: 'Droid Arabic Kufi',sans-serif;
    font-size: 14px;
    line-height: 40px;
}

    .smart-table .tbl-row {
        margin: 0;
        margin: 0 -10px;
    }

    .smart-table .title {
        font-size: 18px;
        color: #c41e32;
    }

    .smart-table .tbl-row .first {
        background: #e8e8e8;
    }

    .smart-table .tbl-row .second {
        background: #ffffff;
    }

    .smart-table .tbl-row .third {
        background: #e8e8e8;
    }

    .smart-table .tbl-row .colm {
        min-height: 1px;
        position: relative;
        float: right;
        padding: 0 10px;
        margin: 0 10px 10px 0;
    }

    .smart-table .tbl-row .colm1 {
        width: 8.33%;
    }

    .smart-table .tbl-row .colm2 {
        width: 16.66%;
    }

    .smart-table .tbl-row .colm3 {
        width: 25%;
    }

    .smart-table .tbl-row .colm4 {
        width: 33.33%;
    }

    .smart-table .tbl-row .colm5 {
        width: 41.66%;
    }

    .smart-table .tbl-row .colm6 {
        width: 50%;
    }

    .smart-table .tbl-row .colm7 {
        width: 58.33%;
    }

    .smart-table .tbl-row .colm8 {
        width: 66.66%;
    }

    .smart-table .tbl-row .colm9 {
        width: 75%;
    }

    .smart-table .tbl-row .colm10 {
        width: 83.33%;
    }

    .smart-table .tbl-row .colm11 {
        width: 91.66%;
    }

    .smart-table .tbl-row .colm12 {
        width: 100%;
    }

    .smart-table .section {
        margin: 0 0 10px;
    }

    .smart-table .tbl-row:before, .smart-table .tbl-row:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .smart-table .tbl-row:after {
        clear: both;
    }

    .smart-table, .smart-table * {
        box-sizing: border-box;
    }

.grid_inside {
    margin-right: -30px;
    float: none;
}

.aligncenter {
    text-align: center !important;
}

.alignright {
    text-align: right !important;
}

.it {
    font-style: italic;
    display: inline-block;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.h-underline:hover {
    text-decoration: underline;
}

.underline {
    text-decoration: underline;
}

.upp {
    text-transform: uppercase;
}

.transition {
    transition: all 0.4s ease;
}

.spacing {
    letter-spacing: -0.5px;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before, .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.pad-right {
    padding-right: 30px;
}

p {
    padding-bottom: 24px;
}

.pad-bot p {
    padding-bottom: 17px;
}

.bord-1 {
    padding: 20px;
    border: 1px solid #e8e8e8;
}

.bord-2 {
    margin-top: 44px;
    border-top: 1px solid #e8e8e8;
}

    .bord-2.top-1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.bord-3 {
    border-bottom: 5px solid #f1f1f1;
    padding-top: 39px;
}

.img-circle {
    background-color: #c41e32;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    width: 116px;
    height: 116px;
    text-align: center;
    vertical-align: middle;
    line-height: 116px;
}

    .img-circle img {
        vertical-align: middle;
    }

    .img-circle.img-ind {
        margin-left: 21px;
    }

.img-ind + div > .text-3 {
    padding-top: 10px;
}

.img-circle.img-ind + div {
    margin-top: 8px;
}

.top-2 {
    padding-top: 11px;
}
/************Header************/
header {
    margin-bottom: 20px;
    background: url(../images/bg.png) center center no-repeat;
    background-size: 100%;
}

    header h1 {
        margin-top: 10px;
    }

    header h2 {
        margin-top: 17px;
        font-family: 'Droid Arabic Kufi', sans-serif;
        font-size: 24px;
        float: right;
    }

        header h2 span {
            color: #606060;
        }

.h-top {
    background: #e1261c;
    background: -moz-linear-gradient(top, #e1261c 0%, #c41e32 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e1261c), color-stop(100%, #c41e32));
    background: -webkit-linear-gradient(top, #e1261c 0%, #c41e32 100%);
    background: -o-linear-gradient(top, #e1261c 0%, #c41e32 100%);
    background: -ms-linear-gradient(top, #e1261c 0%, #c41e32 100%);
    background: linear-gradient(to bottom, #e1261c 0%, #c41e32 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1261c', endColorstr='#c41e32', GradientType=0 );
    margin-top: 10px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.isStuck {
    box-shadow: none;
}

    .isStuck .h-top {
        margin-top: 0;
    }

.socials {
    float: left;
    margin-top: 60px;
}

    .socials li {
        display: inline-block;
        margin-left: 10px;
        float: right;
        font-size: 24px;
        line-height: 32px;
        margin-right: 4px;
    }

        .socials li a {
            color: #6E6E6E;
        }

            .socials li a:hover {
                color: #c41e32;
            }
/************Content***********/
/*
// #Accordion
// --------------------------------------------------
*/


.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
        overflow: hidden;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse .panel-body {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.panel-group .panel-title {
    font-size: 13px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    line-height: 1.5em;
    text-transform: none;
    padding: 0;
}

    .panel-group .panel-title > a {
        display: block;
        padding: 14px 20px 14px 40px;
        color: #fff;
        background-repeat: repeat-x;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        position: relative;
        background-image: linear-gradient(to bottom, #e1261c 0%, #c41e32 100%);
    }

        .panel-group .panel-title > a:before {
            display: block;
            position: absolute;
            left: 17px;
            top: 16px;
            content: "\f068";
            font-family: 'FontAwesome';
            font-size: 14px;
            font-style: normal;
            font-weight: normal;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #fff;
        }

        .panel-group .panel-title > a.collapsed {
            color: #6d6d6d;
            background-repeat: repeat-x;
            background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
        }

            .panel-group .panel-title > a.collapsed:before {
                color: #6d6d6d;
                content: "\f067";
            }

            .panel-group .panel-title > a.collapsed:hover {
                background: #ececec;
                text-decoration: none;
            }

        .panel-group .panel-title > a:hover {
            text-decoration: none;
        }

.panel-group .panel-body {
    padding: 20px 28px;
    background: #f7f7f7;
}

.panel-group__clean .panel-title > a {
    background: #efefef;
    color: #ED1D25;
}

    .panel-group__clean .panel-title > a:before {
        color: #ED1D25;
    }

.panel-group__clean .panel-body {
    background: #fff;
}


#tabContainer {
    width: 100%;
}

#tabs {
    overflow: hidden;
}

    #tabs > ul {
        font-family: 'Droid Arabic Kufi', sans-serif;
        list-style: none;
        width: 100%;
    }

        #tabs > ul > li {
            margin: 0 0 0 4px;
            padding: 0 20px;
            display: block;
            float: right;
            color: #999;
            height: 40px;
            line-height: 40px;
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            background: #e8e8e8;
        }

            #tabs > ul > li:hover {
                background: #f7f7f7; /* old browsers */
                cursor: pointer;
                color: #c41e32;
            }

            #tabs > ul > li.tabActiveHeader {
                background: #f7f7f7; /* old browsers */
                border-top: 5px solid #c41e32;
                cursor: pointer;
                line-height: 35px;
                color: #c41e32;
                border-right: 1px solid #e8e8e8;
                border-left: 1px solid #e8e8e8;
                border-bottom: 1px solid #f7f7f7;
                z-index: 999;
            }

#tabscontent {
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin: -1px 0 0 0;
    background: #f7f7f7;
}

.block-1 {
    margin-bottom: 20px;
}

    .block-1 .inside {
    }

.block-2 {
    margin-right: 55px;
    margin-top: 57px;
    font-size: 18px;
    line-height: 22px;
    color: #c41e32;
}

.block-3 {
    padding: 5px 20px 0px;
    background: #F7F7F7;
    margin-bottom: 5px;
}

    .block-3 .item + .item {
        border-top: 1px solid #efefef;
        padding-top: 32px;
        margin-top: 35px;
    }

    .block-3 .inside {
        margin-bottom: 0px;
    }

.lists_wrapper ul {
    float: right;
    width: 44%;
    margin-top: 43px;
}

    .lists_wrapper ul + ul {
        margin-right: 88px;
        width: 36%;
    }

.block-4 {
    margin-top: 47px;
    padding-right: 41px;
    padding-top: 47px;
}

    .block-4 .img-ind {
        margin-left: 45px;
    }

.block-6 {
    margin-top: 10px;
}

    .block-6 .img-ind {
        margin-left: 29px;
    }

.box-1 {
    margin-top: 13px;
    padding-left: 23px;
}

    .box-1 a:hover {
        color: #c41e32;
    }

    .box-1 > div {
        *zoom: 1;
        padding-bottom: 5px;
        padding-top: 4px;
        border-bottom: 1px solid #eeeeee;
    }

        .box-1 > div:before {
            font-family: "fontawesome";
            content: "\f0d9";
            float: right;
            padding-left: 10px;
            line-height: 30px;
        }

        .box-1 > div:after {
            clear: both;
        }

    .box-1 .fleft {
        padding-left: 10px;
    }

.box-2 + .box-2 {
    margin-top: 26px;
    padding-top: 25px;
    border-top: 1px solid #eeeeee;
}

.img-wr {
    margin-top: 10px;
}

    .img-wr img {
        float: right;
    }

        .img-wr img + img {
            float: left;
        }
/************Footer************/
footer {
}

    footer .copyright {
        font-family: 'Droid Arabic Kufi', sans-serif;
        margin-top: 20px;
        letter-spacing: -0.5px;
    }

    footer .h-underline {
        text-transform: uppercase;
    }

    footer .separ {
        display: inline-block;
        width: 1px;
        height: 28px;
        margin-right: 10px;
        margin-left: 10px;
    }

.f-list {
    margin-top: 20px;
    margin-left: 10px;
}

    .f-list li {
        display: inline-block;
        position: relative;
        margin-right: 57px;
        font-size: 14px;
        font-family: 'Droid Arabic Kufi', sans-serif;
        letter-spacing: -0.5px;
    }

        .f-list li + li:after {
            position: absolute;
            content: "";
            width: 1px;
            height: 21px;
            background: #6E6E6E;
            right: -30px;
        }

        .f-list li a {
            color: #9c9c9c;
        }

        .f-list a:hover, .f-list li.current a {
            color: #ffffff;
        }
/*toTop*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    cursor: pointer;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border: none;
    z-index: 20;
    margin-left: -100px !important;
    left: 10%;
    bottom: 100px;
}

    #toTop:after {
        content: "\f062";
        display: inline-block;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        font-size: 32px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        color: #c41e32;
    }

    #toTop:hover:after {
        color: #e9e9e8;
    }

    #toTop:active, #toTop:focus {
        outline: none;
    }
/*contacts*/
.map_wrapper .address {
    margin-top: 42px;
    float: right;
}

.map_wrapper .img-bord {
    margin-bottom: 14px;
}

.map_wrapper .address span {
    display: inline-block;
    width: 108px;
}

.map_wrapper dt {
    color: #717171;
    padding-bottom: 17px;
}

.map_wrapper .address a {
    color: #c41e32;
}

    .map_wrapper .address a:hover {
        text-decoration: underline;
    }

.map_wrapper dl.address dd span {
    text-align: right;
}

#map_canvas {
    width: 95%;
    height: 259px;
    margin-top: 7px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 995px) {
    .map_wrapper .address span {
        width: 80px;
    }

    #map_canvas {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    #map_canvas {
        height: 200px;
    }

    .box-2 .title-4 br {
        display: none;
    }
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media (min-width: 1220px) {
    .container {
        padding: 0;
    }
}

@media only screen and (max-width: 1220px) {
    .block-1 .img-ind {
        width: 44%;
    }

    .dropcap .dropcap_item .right {
        font-size: 40px;
        line-height: 40px;
    }

        .dropcap .dropcap_item .right + .extra-wrap {
            margin-top: 0;
        }

    .w1 {
        width: 45%;
    }

    .lists_wrapper ul, .lists_wrapper ul + ul {
        width: 100% !important;
        float: none;
        margin-right: 0 !important;
    }

        .lists_wrapper ul + ul {
            margin-top: 0;
        }

    .block-4 .w1 {
        width: auto;
    }

    .tel {
        margin-top: 20px;
    }

    .block-6 .extra-wrap {
        overflow: visible;
    }

    .img-wr img {
        width: 47%;
    }

    header {
        background: none;
    }
}

@media only screen and (max-width: 995px) {
    .socials {
        margin-top: 21px;
    }

    .block-1 .img-ind {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .grid_inside {
        margin-right: -20px;
    }

    .pad-right {
        padding-right: 20px;
    }

    .block-4 .w1 {
        float: none;
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }

    footer .fleft {
        width: 100%;
        float: none;
    }

    .dropcap.v2 .img-circle {
        margin-left: 15px;
    }

    header {
        background: none;
    }
}

@media only screen and (max-width: 767px) {
    header {
        background: none;
    }

    h1 img {
        width: 100%;
    }

    .block-2 {
        margin-right: 0;
    }

    .grid_inside {
        margin-right: 0;
    }

    .pad-right {
        margin-right: 0;
    }

    .img_place {
        *zoom: 1;
    }

        .img_place:before, .img_place:after {
            display: table;
            content: "";
            line-height: 0;
        }

        .img_place:after {
            clear: both;
        }

        .img_place img {
            width: 40%;
            float: right;
            margin-left: 20px;
        }

        .img_place + .img_place {
            margin-top: 40px;
        }

    .f-list li {
        margin-right: 10px;
    }

        .f-list li + li:after {
            display: none;
        }

    footer .copyright {
        margin-top: 20px;
    }

    .list-1 li {
        font-size: 18px;
        line-height: 24px;
    }

    .block-5 > div + div {
        margin-top: 40px;
    }

    .block-7 + .block-7 {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 479px) {
    header {
        background: none;
    }

    .tel {
        font-size: 20px;
        line-height: 22px;
    }

    .f-list li {
        font-size: 11px;
        line-height: 12px;
    }

    .f-list li {
        margin-right: 2px;
    }

    footer .copyright {
        font-size: 12px;
        line-height: 15px;
    }
}
/*Core variables and mixins*/
