/* GENERAL */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
body {
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 180%;
    font-size: 16px;
    color: #000;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #000;
}

a:hover,
a:visited,
a:focus {
    border: none;
    outline: none;
    text-decoration: none;
    color: inherit;
}

h1 {
    font-family: 'Amiri', serif;
}

img {
    max-width: 100%;
}

.slidewrapper {
    position: relative;
    z-index: 1000 !important;
}

.rows {
    width: 100%;
    float: left;
}

section,
header,
footer {
    width: 100%;
    float: left;
}

.bg-f2f2f2 {
    background: #f2f2f2;
}

.wrap-content {
    padding: 40px 0;
}
.hv-u:hover {
    text-decoration: underline !important;
}
.sub-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.para {
    margin-bottom: 30px;
}
.gallery-img {
    margin-bottom: 30px;
}
.gallery-img-txt {
    text-align: center;
    font-weight: bold;
}
.gallery-img img {
    border-radius: 50% !important;
    display: block !important;
    margin: auto !important;
    width: 236px !important;
    height: 236px !important;
    object-fit: cover !important;
    position: static !important;
    object-position: center !important;
}
.image-container.compat-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
    width: 236px !important;
    height: 236px !important;
    border-radius: 50%;
}
.image-container.compat-object-fit .image-object-fit {
    display: none !important;
}
.fa {
    display: inline-block;
    margin-right: 10px;
}
.map {
    max-width: 95%;
}
.map iframe {
    max-width: 100%;
}
.required {
    margin-bottom: 15px;
}
.strong-txt {
    font-size: 24px;
    line-height: normal;
}
.bridal-img {
    margin-bottom: 30px;
}
.ct-padding {
    padding: 0;
}
.ct-item {
    margin-bottom: 30px;
}
/* END GENERAL */


/* ------------------------------------------------------------------------------------------------------------------------------*/


/* HEADER */

.navbar-brand {
    max-width: 300px;
}
.navbar-default .navbar-brand {
    font-size: 30px;
    font-weight: bold;
    color: #fe642e;
}
.navbar-default .navbar-brand:hover {
    color: #fe642e;
}
.navbar-collapse {
    max-height: inherit !important;
}


/* MENU TOP*/

nav ul li {
    text-align: center;
    display: inline-block;
    position: relative;
}

nav ul li a {
    display: block;
    color: #656464;
    text-transform: uppercase;
}

nav ul li a i {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

nav ul li a:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

nav ul li a:hover i.fa-facebook {
    color: #3b5998 !important;
}

nav ul li a:hover i.fa-twitter {
    color: #55acee !important;
}

nav ul li a:hover i.fa-google-plus {
    color: #dd4b39 !important;
}

.tooltips {
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9999;
    width: 100px;
    padding: 5px 0;
    color: #fff;
    background: #000;
    text-align: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.tooltips:after {
    content: "";
    display: block;
    position: absolute;
    left: 25%;
    top: -4px;
    border-top: 4px solid transparent;
    border-left: 4px solid #000;
}

nav ul li:hover .tooltips {
    display: block;
    opacity: 1;
}


/* END MENU */


/* END HEADER */


/* ------------------------------------------------------------------------------------------------------------------------------*/


/* SLIDE */

.section_overlay {
    background: rgba(250, 250, 250, .5);
}

.home_text {
    padding-top: 350px;
    padding-bottom: 96px;
}

.home_text h1 {
    color: #010101;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 13px;
}

.home_text h3 {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    color: #404040;
}

.home_text ul {
    padding: 0;
    list-style: none;
    margin: 30px 0 0;
}

.home_text ul li {
    margin-bottom: 20px;
}

.home_text ul li a {
    color: #010101;
    border: 1px solid #010101;
    border-radius: 2px;
    padding: 5px 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home_text ul li a:hover {
    text-decoration: none;
    background: #fff;
    padding: 7px 17px;
    /*font-size: 15px;*/
}

.scroll_down {
    padding-bottom: 50px;
}

.scroll_down h4 {
    font-size: 12px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}


/* END SLIDE */


/* ------------------------------------------------------------------------------------------------------------------------------*/


/* KEY FRAME */

@keyframes shake {
    0% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    10% {
        transform: translate(-2px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(-4px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(0px, 3px) rotate(0deg);
    }
    40% {
        transform: translate(2px, -2px) rotate(1deg);
    }
    50% {
        transform: translate(-2px, 3px) rotate(-1deg);
    }
    60% {
        transform: translate(-4px, 2px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 2px) rotate(-1deg);
    }
    80% {
        transform: translate(-2px, -2px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 4px) rotate(0deg);
    }
    100% {
        transform: translate(2px, -3px) rotate(-1deg);
    }
}


/* END KEY FRAME */


/* ======================= SERVICE STYLE 1 =======================*/

.service-st1-item {
    margin-bottom: 20px;
}

.service-st1-image {
    padding-bottom: 20px;
}

.service-st1-title {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    font-family: 'Amiri', serif;
}

.service-st1-des {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}


/* ======================= END SERVICE STYLE 1 =======================*/


/* ======================= GOOGLE MAP =======================*/

.row-map-st1 iframe {
    width: 100%;
    float: left;
    height: 450px;
    border: none;
}


/* ======================= END GOOGLE MAP =======================*/


/* ======================= NEWS STYLE 1 =======================*/

.row-news-st1 {
    height: 300px;
    overflow: auto;
}

.news-st1-item {
    font-size: 14px;
    line-height: 160%;
    width: 100%;
    float: left;
}

.news-st1-item:nth-child(odd) {
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom: 0px;
}

.news-st1-item:nth-child(even) {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}

.news-st1-date {
    font-weight: bold;
}

.news-st1-arrow {
    padding: 0 20px;
}


/* ======================= END NEWS STYLE 1 ======================= */


/* ======================= TABLE =======================*/

.row-table table {
    width: 100%;
    float: left;
}

.row-table table tr th {
    background: #f2f2f2;
    text-align: center;
    padding: 10px;
    border: 1px #ccc solid;
}

.row-table table tr td {
    padding: 10px;
    vertical-align: middle;
    border: 1px #ccc solid;
    background: #fff;
}


/* ======================= END TABLE =======================*/


/* ======================= FAQ =======================*/

.row-faq .panel-default {
    border: 0;
}

.row-faq .panel-heading {
    padding: 0;
    border: 0 !important;
    background: #f7f7f7 !important;
}

.row-faq .panel-title>a,
.row-faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.row-faq .panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    transition: all 0.5s;
    font-size: 30px;
    color: #19509d;
}

.row-faq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row-faq .panel-heading a span {
    display: block;
    padding-right: 30px;
}

.row-faq .panel-heading {
    display: table;
}

.row-faq .icon_question {
    font-size: 20px;
    display: table-cell;
    padding: 15px;
    width: 60px;
    color: #f8b014;
}

.row-faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}

.row-faq .panel-title p {
    margin: 0 !important;
}

.row-faq .icon_answer {
    font-size: 20px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
    border: 0 !important;
}

.row-faq .txt_answer {
    width: 95%;
    display: table-cell;
    border: 0 !important;
    color: #555;
    font-size: 15px;
}


/* ======================= END FAQ =======================*/


/* ======================= INSTAGRAM =======================*/

#instagram-ct {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

#instagram-ct li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}

#instagram-ct li a {
    display: block;
}

#instagram-ct li a:hover {
    opacity: 0.5;
}

#instagram-ct li a img {
    width: 100% !important;
    max-width: inherit;
}


/* ======================= END INSTAGRAM =======================*/


/* ======================= BLOG =======================*/
.row_blog {
    width: 100%;
    float: left;
}
.row_blog iframe{
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}


/* ======================= END BLOG =======================*/


/* Contact */

.wrap-primary-table-st1 input[type=text],
.wrap-primary-table-st1 textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}

.wrap-primary-table-st1 input[type=text],
.wrap-primary-table-st1 textarea {
    border: none !important;
    border: 1px #ccc solid !important;
}

.wrap-primary-table-st1 input[type=text]:focus,
.wrap-primary-table-st1 textarea:focus,
.wrap-primary-table-st1 select:focus,
.wrap-primary-table-st1 input[type="radio"]:focus,
.wrap-primary-table-st1 input[type="checkbox"]:focus {
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.wrap-primary-table-st1 button {
    border: none !important;
    background: none;
    cursor: pointer;
}

.wrap-primary-table-st1 button:focus {
    outline: none !important;
}

.btn_form {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

.wrap-primary-table-st1 table {
    width: 100%;
    float: left;
}

.wrap-primary-table-st1 table tr td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
}

.wrap-primary-table-st1 table tr td .form-group {
    margin-bottom: 0;
}

.wrap-primary-table-st1 table tr td input[type=text],
.wrap-primary-table-st1 table tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 5px;
    border: 1px #8d97aa solid;
    padding: 10px;
}

.wrap-primary-table-st1 table tr td input[type=text] {
    height: 37px;
}

.wrap-primary-table-st1 table tr td textarea {
    height: 140px;
    resize: none;
}

.wrap-primary-table-st1 table tr td select {
    width: 100%;
    box-shadow: none !important;
}

.wrap-primary-table-st1 table tr:last-child td {
    text-align: center;
    padding-bottom: 0;
}

#primary-contact form {
    width: 100%;
    float: left;
}

.wrap-primary-table-st1 input[type="radio"],
.wrap-primary-table-st1 input[type="checkbox"] {
    margin: 6px 0 0;
}

.wrap-primary-table-st1 label {
    font-weight: normal;
}


/* End contact */


/* ======================= CONTACT STYLE 1 =======================*/

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    border: none !important;
    border: 1px #ccc solid !important;
}

.contact-form-st1 input[type=text]:focus,
.contact-form-st1 textarea:focus,
.contact-form-st1 select:focus,
.contact-form-st1 input[type="radio"]:focus,
.contact-form-st1 input[type="checkbox"]:focus {
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form-st1 button {
    border: none;
    cursor: pointer;
}

.contact-form-st1 button:focus {
    outline: none !important;
}

.btn-contact-st1 {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
    background: #19509d;
}

.btn-contact-st1:hover {
    background: #f8b014;
    color: #fff;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

.contact-form-st1 table {
    width: 100%;
    float: left;
}

.contact-form-st1 table tr td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    vertical-align: middle;
}

.contact-form-st1 table tr td .form-group {
    margin-bottom: 0;
}

.contact-form-st1 table tr td input[type=text],
.contact-form-st1 table tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 5px;
    border: 1px #8d97aa solid;
    padding: 10px;
}

.contact-form-st1 table tr td input[type=text] {
    height: 37px;
}

.contact-form-st1 table tr td textarea {
    height: 140px;
    resize: none;
}

.contact-form-st1 table tr td select {
    width: 100%;
    box-shadow: none !important;
}

.contact-form-st1 table tr:last-child td {
    text-align: center;
    padding-bottom: 0;
}

#primary-contact form {
    width: 100%;
    float: left;
}

.contact-form-st1 label {
    font-weight: normal;
}


/* ======================= END CONTACT STYLE 1 =======================*/


/* ======================= CONTACT STYLE 2 =======================*/

.contact-form-st2 {
    background-color: #f1f1f1;
    padding: 15px;
}

.contact-form-st2 .form-control {
    height: 43px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px solid #fff;
}

textarea.textare-contact-st2 {
    min-height: 169px !important;
}

.btn-contact-st2 {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
    width: 100% !important;
}

.btn-contact-st2:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}


/* ======================= END CONTACT STYLE 2 =======================*/


/* ------------------------------------------------------------------------------------------------------------------------------*/


/*Testimonial*/

.testimonial {
    padding-top: 130px;
    padding-bottom: 80px;
}

.testimonial .icon:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #f73b56;
    top: 110px;
    left: 50%;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-left: -40px;
}

.testimonial .icon i {
    color: #fff;
    font-size: 47px;
    position: absolute;
    z-index: 555;
    left: 50%;
    margin-left: -23px;
}

.single_testimonial p {
    color: #404040;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 50px 15px;
}

.single_testimonial h4 {
    color: #404040;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
}


/*owl-carousel*/

.owl-carousel .owl-item .imgWrapper {
    height: 210px;
}

.owl-carousel .owl-item img {
    width: 200px;
    height: auto;
    margin: 0 auto;
    border-radius: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-item img:hover {
    width: 210px;
    height: auto;
}


/*Fun Facts*/

.fun_facts {
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover;
}

.fun_facts .section_overlay {
    background: rgba(71, 71, 71, .8);
    padding-bottom: 30px;
}

.single_count {
    padding-top: 120px;
}

.single_count i {
    color: #f73b56;
    font-size: 24px;
}

.single_count h3 {
    font-family: 'Amiri', serif;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
}

.single_count p {
    font-family: 'Amiri', serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.single_count p:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    left: 0;
    bottom: -4px;
    background: #bd9828;
}

.logo {
    position: relative;
    margin-top: -40px;
}

.logo img {
    width: 100%;
    height: auto;
    margin-top: 30px;
    opacity: .8;
}

.single_image {
    position: relative;
    transition: all 1s;
}

.single_image img {
    width: 100%;
}

.single_image a {
    width: 100%;
    height: 100%;
    display: block;
}

.single_image:hover div.image_overlay {
    opacity: 1;
}

.image_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 1s;
}

.image_overlay .full {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.image_overlay h2 {
    position: absolute;
    bottom: 28px;
    left: 20px;
    font-size: 25px;
    color: #3d3d3d;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.image_overlay h4 {
    position: absolute;
    bottom: 11px;
    left: 20px;
    color: #3d3d3d;
    font-size: 14px;
    text-transform: uppercase;
}

.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}

.work_title {}

.work_title h1,
.contact_title h1 {
    font-size: 25px;
    color: #3d3d3d;
    letter-spacing: 5px;
    padding-top: 80px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.work_title img,
.contact_title img {
    margin-bottom: 30px;
}

.work_title p {
    font-size: 14px;
    color: #000;
    margin-bottom: 100px;
}

.last_padding {
    padding-right: 0px;
}

.pad_top {
    padding-top: 2px;
}

.left h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.left p {
    margin-bottom: 60px;
    font-size: 14px;
    color: #000;
}

.baton {
    margin-top: 65px;
}

.cs-btn,
.cs-btn:active,
.cs-btn:visited,
.cs-btn:focus {
    color: #fff;
    background-color: #000;
    border-radius: 0px;
    outline: none;
    padding: 10px 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 1s;
}

.call_to_action .container {
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}

#imagelightbox {
    position: fixed;
    z-index: 9999;
}


/* OVERLAY */

#imagelightbox-overlay {
    background-color: #fff;
    background-color: rgba( 255, 255, 255, .9);
    /* 色と透明度 */
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/*Contact*/

.single_contact_info {
    padding-bottom: 21px;
}

.single_contact_info h2 {
    text-transform: uppercase;
    color: #3d3d3d;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 1px;
}

.single_contact_info p {
    font-size: 15px;
    color: #3d3d3d;
}

.contact .container {
    padding-bottom: 40px;
}

.contact_title p {
    font-size: 14px;
    color: #000;
    margin-bottom: 40px;
}

.contact-form {
    background-color: #f1f1f1;
    padding: 30px;
}

.contact-form .form-control {
    height: 43px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px solid #fff;
}

.contact-form #message {
    height: 168px;
}

textarea.form-control {
    min-height: 169px !important;
}

.form_submit {
    width: 100%;
    background: #00008b;
    border-radius: 0px;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 10px;
    transition: all 1s;
    border: none;
}

.form_submit:hover {
    color: #fff;
}

.work-with {
    padding-bottom: 60px;
    padding-top: 10px;
}

.work-with h3 {
    font-size: 14px;
    color: #636363;
    text-transform: uppercase;
}


/*Footer*/

footer {
    width: 100%;
    float: left;
    padding: 50px 0;
    margin-top: 100px;
}

.footer_logo {
    font-size: 40px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}


ul.icon_list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 20px;
}

ul.icon_list li a {
    display: inline-block;
    color: #636363;
    border: 1px solid #636363;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

ul.icon_list li a:hover {
    transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
}


/* 
ul.icon_list li.ft_fa-facebook a:hover {
    border: 1px solid #3b5998;
}

ul.icon_list li.ft_fa-facebook a:hover i {
    color: #3b5998;
}

ul.icon_list li.ft_fa-twitter a:hover {
    border: 1px solid #55acee;
}

ul.icon_list li.ft_fa-twitter a:hover i {
    color: #55acee;
}

ul.icon_list li.ft_fa-google-plus a:hover {
    border: 1px solid #dd4b39;
}

ul.icon_list li.ft_fa-google-plus a:hover i {
    color: #dd4b39;
}

ul.icon_list li.ft_fa-youtube a:hover {
    border: 1px solid #dd4b39;
}

ul.icon_list li.ft_fa-youtube a:hover i {
    color: #dd4b39;
} */

.copyright_text {
    padding-top: 20px;
}

.copyright_text a {
    color: #636363;
    text-decoration: none;
    font-size: 12px;
}

.img_responsive {
    width: 100%;
    height: auto;
}


/*Scroll*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
    z-index: 999;
}

#page-top a {
    background: #ddd;
    text-decoration: none;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

#page-top a:hover {
    text-decoration: none;
    background: #ccc;
    cursor: pointer;
}

/*._edEdit .data-wrap {
    height: auto !important;
    width: inherit !important;
}

._edEdit .data-wrap img {
    max-width: 100% !important;
    max-height: inherit !important;
    position: relative;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    display: inherit !important;
}*/
@media(max-width: 1023px) {
    .home_text h1 {
        font-size: 35px;
    }
}
@media(max-width: 767px) {
    .home_text {
        padding-top: 300px;
        padding-bottom: 98px;
        line-height: 120%;
    }
    .home_text h1 {
        font-size: 21px;
        letter-spacing: 5px;
    }
    .map {
        margin-bottom: 30px;
        max-width: 100%;
    }
    .nav>li {
        font-size: 15px;
    }
    .navbar-brand {
        float: none;
        display: block;
    }
    nav li.nav_facebook,
    nav li.nav_twitter,
    nav li.nav_google {
        width: 33.3333333%;
        float: left;
        text-align: center;
        background: #fff;
        border-right: 1px solid #e7e7e7;
    }
    nav li.nav_facebook a,
    nav li.nav_twitter a,
    nav li.nav_google a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    nav li.nav_google {
        border-right: none;
    }
    .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-nav>li>a {
        border-bottom: 1px solid #fff;
        line-height: 30px;
    }
    .container {
        overflow: hidden;
    }
    .services {
        background-size: 100% auto;
    }
    .services .col-md-3 {
        margin-bottom: 40px;
    }
    .container.map {
        padding: 30px 15px;
    }
    .baton {
        margin-top: 30px;
    }
    .single_count {
        padding-top: 30px;
    }
    .strong-txt {
        font-size: 18px;
    }
    .footer_logo {
        padding: 15px 0;
    }
    .ct-padding-2 {
        padding: 0;
    }
}

@media screen and (max-width:580px){
    .row_blog iframe{
        height: 200px;
    }
}