@charset "UTF-8";

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
    display: block;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #c71c6f;
    border-bottom: 0px dotted #999;
}

a:hover {
    text-decoration: none;
    color: #00adce;
    border-bottom: 0px solid #999;
}

a.difination {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
    border: none;
}

a img {
    border: none;
    outline: 0;
}

.preview a {
    display: block;
    height: 100%;
}

.preview a:hover {
    border: none;
}

a.phone {
    border: none;
    color: inherit;
}

a.phone:hover {
    border: none;
    color: inherit;
    cursor: default;
}

html {
    /*background: #fff;*/
    /*background:#fff url("../images/bg.jpg") repeat-x top;*/
}

body {
    /*background:#fff url("../images/bg.jpg") repeat-x top;*/
    /*background-color: #000;*/
    font: 100% 'Vazir', sans-serif;
    line-height: 1.5;
    color: #000;
    font-weight: normal;
    font-style: normal;
}
html,body{
    /*height:100%;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    min-height: 100%;

}
body.other-page{
    background-color: #617dc4;
    background-image: url("../images/bg-other.jpg");
    background-repeat: no-repeat;
    /*background-size: auto 100%;*/
    background-size:cover;
    background-position: center bottom;
}
.page-wapper{
    width: 100%;
    padding: 0;
    margin: 0;

    min-height: 100%;
    /*height: 100%;*/

    background-image: url("../images/other-images.png");
    background-repeat: no-repeat;
    background-position: right bottom;


}
.container {
    /*background: url("../images/bisun/bg.jpg") no-repeat right top;*/
    /*width: 1000px;*/
    /*height: 700px;*/
    /*display: block;*/
    /*overflow: hidden;*/
    /*padding: 0;*/
    /*margin: 0;*/
}
.bisun-bg{
    /*background: url("../images/bisun/bg2.jpg") no-repeat right top;*/
}
#mainNav h2, #mainNav #menuToggle {
    display: none;
}

nav ul {
    list-style: none;
}

/*header styles*/
header {
    background: transparent url("../images/header-shade-front.png") repeat-x top;
    width: 100%;
    padding-top: 0px;
    /*overflow: hidden;*/
    /*margin-bottom: 1.5em;*/
    margin: 0;
    height: 200px;
}

header .header_logo {
    display: flex;
    margin: 0;
    align-items: center;
}
header .header_logo img{
    /*float: right;*/
}


header .language_selector {
    background: transparent;
    display: block;
    width: 30px;
    height: 55px;
    padding: 5px;
    margin-top: 45px;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 0.7em;
    margin-left: 30px;
}

header .language_selector:hover {
    color: #9a815d;
    text-decoration: none;
}

header .language_selector img {
    width: 28px;

}

header .language_selector:hover img {
    opacity: 0.5;
}

header h1 {
    color: #9a815d;
    font-weight: normal;
    text-transform: uppercase;
}

header h2 {
    color: #9a815d;
    font-weight: normal;
}

header figcaption {
    display: none;
}

header a {
    text-decoration: none;
    border: none;
    color: #9a815d;
}

header a:hover {
    border: none;
    color: #845717;
}


/*article styles*/
article section {
    /*border-bottom: 2px solid rgb(76, 67, 65);*/
    margin-bottom: 0;
}

article h1 {
    font: 1.8em 'Vazir', sans-serif;
    border-bottom: 2px solid rgb(76, 67, 65);
    margin-bottom: 1.5em;
}

article h2 a {
    color: #9a815d;
    border: none;
}

article h2 a:hover {
    color: #845717;
    border: none;
}

.preview a, .preview a:hover {
    display: block;
    border: none;
}

.aboutpic blockquote {
    display: none;
}

.pagecontent {
    text-align: justify;
    padding: 10px;
    font-size: 0.86em;
    /*font: 'Vazir', sans-serif;*/
}

/*form styles*/
fieldset {
    border: none;
    background: #333;
    position: relative;
    min-width: 250px;
    padding: 1em;
    margin: 1em 0;
    -webkit-border-radius: 0 .5em .5em 0;
    -moz-border-radius: 0 .5em .5em 0;
    border-radius: 0 .5em .5em 0;
}

fieldset:before {
    content: attr(title);
    display: block;
    font: 1.2em 'Vazir', sans-serif;
    font-weight: bold;
    border-bottom: 1px solid rgb(76, 67, 65);
    width: 100%;
}

legend {
    position: absolute;
    top: 0;
    left: -2000em;
}

fieldset p {
    font: .8em 'Vazir', sans-serif;
    margin: 1em 0 0;
    font-style: italic;
}

label {
    display: block;
    font-size: 1em;
    margin: .8em 0 0;
}

input[type="submit"] {
    display: block;
    margin: 1em 0;
}

.inline {
    display: inline;
}




.submit input[type="submit"] {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}

.submit input[type="submit"]:hover {
    background-color: #105087;
    border-color: #105087;
    color: #d4eafc;
}

#content {
    /*display: block;*/

    margin:0;

}

#content > .row {
    padding: 0;
}
.content {
    min-height: 500px;
    font-family: 'Vazir', cursive;
    color: #000;
    padding: 0px;
    text-align: justify;
    /*padding: 25px 0;*/
    margin-bottom: 200px;
    direction: rtl;

}
#content h1{
    color: #fff;
    direction: rtl;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}


/*footer styles*/
.pagefooter {
    /*padding-top: 1.5em;*/
    /*padding-top: 0*/
    width: 100%;
    direction: ltr;
    bottom: 0;
    text-align: left;
    color: #fff;
    font-family: Tahoma,Arial, sans-serif;

}
.other-page .pagefooter,
.home-page .pagefooter{
    position: fixed;
    background: transparent url("../images/footer-shade-front.png") repeat-x top;
    height: 230px;
    padding-top: 190px;
}

.page_all .pagefooter {
    border-top: 0px #414141 dotted;
}



.pagefooter p {
    margin-right: 0;
    text-align: left;
    font-size: 12px;
    padding-top: 0px;
    direction: ltr;

}

.pagefooter a {
    color: #c71c6f;
    font-size: 11px;
}

.pagefooter a:hover {
    color: #00adce;
    text-decoration: none;
}

/*social */
.social_wrapp {
    /*z-index: 96;*/
    display: block;

    float: right;
    padding: 0;
    margin: 0;
}

.social_wrapp ul {
    padding: 0;
    margin: 0;
}

.social_wrapp li {
    float: left;
    margin-left: 15px;
}

.social_wrapp li a {
}
.social_wrapp li a img{
    height: 24px;
    width: 24px;
}
.social_wrapp li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}


.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

.hidden-phone {
    display: inherit !important;
}

.hidden-tablet {
    display: inherit !important;
}

.hidden-desktop {
    display: none !important;
}

.contact_info {
    text-align: center;
    color: #000;
    /* letter-spacing: 3px; */
    line-height: 55px;
    padding-top: 20px;
    font-size: 1.2em;
}

.contact_info span {
    color: #000 !important;
}

.contact_info span a {
    color: #000;
    border-bottom: 1px dotted #000;
}

.contact_info span a:hover {
    color: #c5a035;
    border-bottom: 1px solid #c5a035;
}

.contact_info ul {
    width: 170px;
    width: 55px;
    margin: auto;
}

.contact_info li {
    width: 45px;
    height: 45px;
    text-align: center;
    float: left;
    margin: 5px;
}

.contact_info li a {
    text-decoration: none;
    border: none;
}

.contact_info li a:hover {
    text-decoration: none;
    border: none;
}

.contact_info li a:hover img {
    opacity: 0.6;
}

#my_insta {
    background: url("../images/insta.png") no-repeat left center;
    width: 120px;
    height: 30px;
    padding-left: 30px;
}

/*Gallery*/
#vnav {
    /*border: 1px solid red;*/
    width: 953px;
    height: 297px;
    position: absolute;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 30px;

}

#vnav ul {
    list-style: none;

}

#vnav #horizontal li {
    height: 297px;
    width: 48px;
    float: left;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    text-shadow: 0 -1px 1px #222;
    /*border-bottom: 1px solid #222;*/
    display: block;
    position: relative;

}

#vnav #horizontal li:first-child {
    -webkit-border-top-left-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

#vnav #horizontal li:last-child {
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-right-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomright: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.gsubmenu {
    display: none;
    margin-top: 60px;
}

#design_sub {
    display: block;
}

#photo_sub {
    /*display: block;*/
    margin-top: 85px;
}

#decoration_sub {
    /*display: block;*/
    margin-top: 190px;
}

.gallery_menu {
    margin-top: 60px;
}

.gallery_mmain {
    display: block;
    width: 148px;
    height: 59px;
    background: url("../images/glink_main.jpg") no-repeat top left;
    text-align: center;
    line-height: 55px;
    border: none;
    text-decoration: none;
    color: #ffffff;
    font-family: "Rambla", tahoma, arial;
    font-size: 1em;
    font-weight: normal;
    margin: 10px;
    margin-top: 20px;
}

.gallery_mmain:hover {
    border: none;
    text-decoration: none;
    color: #fbf4a5;
}

.gallery_active {
    color: #999;
}

.gallery_msub {
    display: block;
    width: 106px;
    height: 43px;
    background: url("../images/glink_sub.jpg") no-repeat top left;
    text-align: center;
    line-height: 40px;
    border: none;
    text-decoration: none;
    color: #ffffff;
    font-family: "Rambla", tahoma, arial;
    font-size: 0.8em;
    font-weight: normal;
    margin: 10px;
}

.gallery_msub:hover {
    border: none;
    text-decoration: none;
    color: #fbf4a5;
}

.gallery .img {
    margin: 8px !important;
    border: 0;
}
.gallery img {
    width: 100%;
    border: 0 !important;
}
.lb-image{
    max-width: 100%;
}
.lb-outerContainer{
    max-width: 100%;
    height:auto !important;
}
/*}*/
/*-------------------*/
.bxslider {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    /*height: 100%;*/
    border: 0;
    z-index: 1;
}

.bxslider li {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    /*height: 100%;*/
    display: block;
}

.bxslider img,
.bxslider .slider-image {
    padding: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    width: 100%;
    /*height: 700px;*/
}

.bx-wrapper {
    padding: 0;
    margin: 0;
    border: 0
}

.bx-wrapper .bx-pager {
    position: absolute;
    bottom: 10px;
    z-index: 9999;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #5a5b5b;

}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #0a3e65;
}

.bx-wrapper .bx-caption {
    background: transparent;
    bottom: 30px;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 2em;
    padding: 10px;
}

#main-slider .bx-wrapper .bx-prev {
    /*left:0;*/
    background: url(../images/carousel-left.png) no-repeat left 50%;
    opacity: 1;
    width: 62px;
    height: 62px;
    /*top:275px;*/
}

#main-slider .bx-wrapper .bx-prev:focus,
#main-slider .bx-wrapper .bx-prev:hover {
    background-position: left 50%;
    opacity: 1;
}

#main-slider .bx-wrapper .bx-next {
    /*right: 0;*/
    background: url(../images/carousel-right.png) no-repeat right 50%;
    opacity: 1;
    width: 62px;
    height: 62px;
    /*top:275px;*/

}

#main-slider .bx-wrapper .bx-next:focus,
#main-slider .bx-wrapper .bx-next:hover {
    /*background-position: right 50%;*/
    opacity: 0.7;
}
/*-----*/

/*--Mega menu --*/
.navigation{
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 40px;
    /* background: transparent url("../images/bisun/enjoy.png") no-repeat right center; */
}
#mainNav{
    /*background: #6d521a;*/

    /*padding: 0;*/
    /*margin: 0;*/
    /*height: 40px;*/
    display: inline-block;
    /* margin: 7px 15px; */

}
.header-menus{
    display: block;
    margin: 0;
    /*height: 130px;*/
}

.navbar {
    /*min-height: 75px;*/
    margin: 0;
    padding: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    background: transparent;

}
.navbar-default{
    color: #000;
    background: transparent;
    /*width: 100%;*/
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;

}
.navbar-nav{
    background: transparent;
    display: inline-block;
}
.navbar-default .navbar-nav > li {
    padding: 0;
    margin: 0;
    float: right;
    /*border-left: 1px solid #000;*/
    /*background: url("../images/menu_bg.jpg") no-repeat right 50%;*/
}
.navbar-default .navbar-nav > li:last-child {
    /*background: none;*/
}
.navbar-default .navbar-nav  > a,
.navbar-default .navbar-nav > li > a{
    color:#fff;
    display: block;
    line-height: 35px;
    padding: 5px 25px;
    margin: 0;
    /*margin-top: 25px;*/
    text-shadow: none;
    border: 0;

    border-radius: 7px;
    -moz-border-radius: 7px ;
    -webkit-border-radius: 7px ;
}

.dropdown-menu > li > a ,
.dropdown-menu > li > a:link ,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-align: right;
    padding: 10px;
    /*border-bottom: 1px solid #767777;*/

}

.dropdown-menu > li > a:hover {
    background: #00adce;
    color: #fff;
}
.dropdown-menu > li:last-child > a {
    border: 0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: #00adce;
    color: #fff;

}

.sectionheader  .icon-angle-down,
.navbar-default .navbar-nav > .dropdown > a .caret{
    border-top-color: #000;
    border-bottom-color: #000;
    display: none;
}
.navbar-default .navbar-nav > li > ul{
    border-radius: 0;
    background: #000;
    background: rgba(0,0,0,0.85);
    color: #fff;
    right: 0;
    left: auto;
    border: none;
    /*border-bottom: 5px solid #0a3e65;*/
    /*  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
      -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
      box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);*/

    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    z-index: 10001;
}

.navbar-default .navbar-brand{
    color:#6d521a;
    color:#b0954a;
}
.menu-large {
    position: static !important;
}
.navbar-nav > li > .megamenu{
    padding: 0;
    width:100%;
    position: absolute;
    left: 0;
}

.megamenu  li ul ,
.navbar-nav > li > .megamenu > li > ul {
    padding: 0;
    margin: 0;
    /*margin: 10px 5px;*/
    padding-top: 20px;
    text-align: right;

}
.navbar-nav > li > .megamenu li ul li ,
.navbar-nav > li > .megamenu> li > ul > li {
    list-style: none;
    width: 100%;
}

.navbar-nav > li > .megamenu li ul li a ,
.navbar-nav > li > .megamenu> li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    white-space: normal;
    width: 100%;
}
.navbar-nav > li > .megamenu li ul li a:hover,
.navbar-nav > li > .megamenu> li ul > li > a:hover,
.navbar-nav > li > .megamenu> li ul > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #b0954a;
}
.navbar-nav > li > .megamenu.disabled > a,
.navbar-nav > li > .megamenu.disabled > a:hover,
.navbar-nav > li > .megamenu.disabled > a:focus {
    color: #999999;
}
.navbar-nav > li > .megamenu.disabled > a:hover,
.navbar-nav > li > .megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
}
.dropdown-header {
    color: #fff;
    font-size: 1.2em;
    display: block;
    padding: 0;
    margin: 5px 0;
    white-space: nowrap;
    text-align: right;
}
.megamenu p{
    direction: ltr;
    text-align: justify;
    font-size: 0.9em;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover{
    background-color: transparent !important;

}
#main-menu-mobile-trigger {
    float:right;
    width:48px;
    height:48px;
    text-align:center;
    cursor:pointer;
    /*display:none;*/
    /*margin-top:38px;*/

    position: absolute;
    top: -85px;
    left: 0px;

    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px solid #fff;
}
#main-menu-mobile-trigger span {
    width:24px;
    height:2px;
    background:#fff;
    position:relative;
    display:inline-block;
    text-align:center;
    margin-top:0px;
    -webkit-transition: background 50ms linear;
    -moz-transition: background 50ms linear;
    -o-transition: background 50ms linear;
    transition: background 50ms linear;
}
#main-menu-mobile-trigger span:before,
#main-menu-mobile-trigger span:after {
    position:absolute;
    top:0;
    left:0;
    height:2px;
    width:24px;
    display:block;
    content:"";
    background:#fff;
    -webkit-transition: transform 250ms linear;
    -moz-transition: transform 250ms linear;
    -o-transition: transform 250ms linear;
    transition: transform 250ms linear;
    backface-visibility: hidden;
    outline:transparent;
}
#main-menu-mobile-trigger span:before {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
}
#main-menu-mobile-trigger span:after {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
}

/*---*/
#main-menu-mobile-trigger:hover span:before,
#main-menu-mobile-trigger:not(.collapsed) span:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
}
#main-menu-mobile-trigger:hover span:after,
#main-menu-mobile-trigger:not(.collapsed) span:after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -o-transform: translateY(8px);
    -ms-transform: translateY(8px);
}
#main-menu-mobile-trigger:not(.collapsed) span {
    background:transparent;
}
#main-menu-mobile-trigger:not(.collapsed) span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    visibility:visible;
}
#main-menu-mobile-trigger:not(.collapsed) span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    visibility:visible;
}
/*-- Mega menu --*/
.sidebar{
    padding-top: 65px;
}
.sidebar ul{
    display: block;
    /*display: inline-block;*/
    /*width: 100%;*/
}
.sidebar ul li{
    padding: 5px 0;
}
.sidebar ul li a{
    display: block;
    /*width: 150px;*/
    /*height: 60px;*/
    color: #fff;
    line-height: 30px;
    /*background: transparent url("../images/glink_main.png") no-repeat left center;*/
    /*text-align: center;*/
    direction: rtl;
    text-align: right;

    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;

}
.sidebar ul li a:hover{
    color: #fff;
    background: #c71c6f;
    border-color: #c71c6f;
}
/*------Custome -----*/
.backstretch{
    background: #09354e url("../images/bg-streach.jpg") no-repeat center 50%;
    background-size: cover;
}
.home-video{
    width: 400px;
    float: left;
    /*padding-top:100px;*/
}
.portfolio-item{
}
.portfolio-item > .item-inner{
    border: 0;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}
.portfolio-item .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: transparent;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;

}
.portfolio-item .overlay .preview{
    position: relative;
    top: 30%;
    display: inline-block;
}
.portfolio-item .overlay:hover{
    opacity: 1;
}
.pp_pic_holder{
    top:0 !important;
}
/*
/* Large desktops and laptops */
@media (min-width: 1200px) {
    .thumbnail {
        height: 550px;
        display: block;
    }
    /*.bisun-bg #mainNav{
        margin: 7px 0;
    }*/
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

    .navbar .nav {
        margin: 0;
    }

    .navbar-default .navbar-nav > a,
    .navbar-default .navbar-nav > li > a {
        padding: 5px 15px;
    }

    #main-slider .carousel .item {
        height: 445px;
    }

    #main-slider .prev, #main-slider .next {
        height: 445px;
        margin-top: -445px;
    }

    .thumbnail {
        height: 465px;
        display: block;
    }

    #bottom .contactform {
        height: 255px;
    }

    #bottom1 .bordered {
        height: 175px;
    }
  /*  .bisun-bg #mainNav{
        margin: 7px 0;
    }*/

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    header .header_logo{
        max-width: 250px;
    }
    header .header_logo img:first-child{
        width: 64%;
        height: auto;
    }
    header .header_logo img:last-child{
        width: 34%;
        height: auto;
    }
    .navigation{
        margin-top: 20px;
    }

    #pageHeader .container,
    #navigation .container {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    .navbar-default .navbar-nav > a,
    .navbar-default .navbar-nav > li > a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .thumbnail {
        height: 620px;
        display: block;
    }

    #main-slider {
    }

    #main-slider .carousel .item {
        height: 365px;
    }

    #main-slider .next,
    #main-slider .prev {
        height: 365px;
        margin-top: -365px;
    }

    #bottom .contactform {
        height: 260px;
    }

    #bottom .form-submit .btn, #bottom .btn-danger {
        float: left;
        /*width: 80%;*/
        text-align: center;
    }

    #home_page .subnav li {
        width: 50%;
        white-space: normal;

    }

    #bottom .bordered {
        border: 0;
        border-top: 1px solid #fff;
    }

    #bottom1 .bordered {
        border: 0;
        border-top: 1px solid #fff;
    }

    #bottom1 .bordered:first-child {
        border: 0;
        border-bottom: 1px solid #fff;
    }

    .subnav,
    .subnav2 {
        height: auto;
    }

    .subnav li,
    .subnav2 li {
        width: 50%;
        background: #303f4d;
        height: 40px;
        border-bottom: 1px solid #62788c;
    }

    #home_page .subnav li {
        width: 50%;
    }

    .table-bordered {
        font-family: 'Lato', sans-serif;
        width: 100%;
    }

    .table-bordered th {
        white-space: normal;
        padding: 0;
    }

    .table-bordered tr {
    }

    .table-bordered tr:nth-child(odd) {
    }

    .table-bordered tr:nth-child(even) {
        background: #e4ce90;
    }

    .table-bordered td {
        white-space: normal;
        padding: 0;
    }




   /* .bisun-bg{
        background: transparent;
    }*/
    .content{
        margin: 15px;
        /*height: auto;*/
        /*overflow-y: visible;*/
        margin-bottom: 250px;
    }
    .navigation{
        background-size: 50% auto;
    }
    /*#pageHeader .col-md-12{
        text-align: center;
    }*/

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {


    .navigation{

    }
    #mainNav{
        position: absolute;
        top:70px;
        left: 0;
        width: 100%;
        margin: 0;
    }
    #bottom .bordered {
        border-left: none;
        border-right: none;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #ffffff;
        margin-top: 0;
        margin-bottom: 0;
        height: 310px;
    }

    #bottom .bordered:first-child {

        border-top: none;

    }

    #bottom .bordered:last-child {

        border-bottom: none;

    }

    .top-menu {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
        /*margin-top: -150px;*/

        position: absolute;
        top: 88px;
        right: 0;
    }

    .navbar-default .navbar-nav > a,
    .navbar-default .navbar-nav > li > a {
        margin: 0;
    }

    #navigation .container,
    .top-nav-collapse,
    .navbar-collapse,
    .navbar .nav {
        margin: 0;
        padding: 0;
    }

    .top-nav-collapse .navbar-toggle i {
        color: #fff;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .navbar-default,
    .navbar .nav {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0;
        background: transparent;
        border: none;
    }

    .navbar-collapse {
        margin-top: 40px;
    }

    .navbar .nav > li {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        background: #00adce;
        border-bottom: 1px solid #048da7;
    }

    .navbar .nav > li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 7px;
    }

    .navbar-nav .open .dropdown-menu {
        margin: 0;
        padding: 0;
        border-top: 1px solid #036476;
        border-bottom: 1px solid #036476;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li a,
    .navbar .nav > .dropdown-menu > li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        background: #036476;
        padding: 7px;
        border-bottom: 1px solid #03778d;
    }

    .navbar .nav > .dropdown-menu > li a:hover,
    .navbar .nav > .dropdown-menu > li.active a,
    .navbar .nav > li.active a,
    .navbar .nav > li a:hover {
        background: #c71c6f;
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li.active a,
    .navbar-default .navbar-nav .open .dropdown-menu > li a:hover {
        background: #c71c6f;
        color: #fff;
    }

    .navbar-default > li > a,
    .top-nav-collapse .nav > li > a {
        color: #ffffff;
    }

    .pagefooter {

    }
    .home-page .pagefooter{
        padding-top: 150px;
    }
    .social_top_wapper{
        height: 40px;
        text-align: center;
    }
    .social_wrapp{
        float: none;
        margin: auto;
        display: inline-block;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .pagefooter .copyright{
        text-align: center;
    }


    #footer_top a {
        width: 238px;
        margin: auto;
        margin-bottom: 5px;
    }

    #footer_top a img {
        width: 100%;
        height: 178px;
    }

    #bottom .contactform {
        height: 360px;
    }

    #bottom .form-submit .btn, #bottom .btn-danger {
        float: none;
        /*width: 80%;*/
        text-align: center;
    }

    #home_page .subnav li {
        width: 50%;
        white-space: normal;
    }

    #bottom .bordered {
        border: 0;
        border-top: 1px solid #fff;
    }

    #bottom1 .bordered {
        border: 0;
        border-top: 1px solid #fff;
    }

    #bottom1 .bordered:first-child {
        border: 0;
        border-bottom: 1px solid #fff;
    }

    .subnav,
    .subnav2 {
        height: auto;
    }

    .subnav li,
    .subnav2 li {
        width: 100%;
        height: 40px;
    }


 /*   .bisun-bg{
        background: transparent;
    }*/
    .content{
        margin: 0px;
        height: auto;
        overflow-y: visible;
        padding:25px 15px;
        margin-bottom: 250px;
    }

    .sidebar{
        padding: 50px 25px 0 40px;
        text-align: center;
    }
    .sidebar ul{
        display: inline-block;
        margin: auto;
    }

    .home-video{
        width: 80%;
        float: none;
        margin: auto;
        /*padding-top:100px;*/
    }
    .portfolio-item{
    }
    .portfolio-item > .item-inner{
        border: 0;
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
    }
    .portfolio-item .overlay{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        background: transparent;
        text-align: center;
        vertical-align: middle;
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms;

    }
    .portfolio-item .overlay .preview{
        position: relative;
        top: 30%;
        display: inline-block;
    }
    .portfolio-item .overlay:hover{
        opacity: 1;
    }
    .pp_pic_holder {
        width: 100% !important;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    *::after, *::before {
        box-sizing: border-box;
    }

    *::after, *::before {
        box-sizing: border-box;
    }
    header .header_logo{
        max-width: 80%;
        /*display: inline-block;*/
    }
    header .header_logo img:first-child{
        width: 65%;
        height: auto;
    }
    header .header_logo img:last-child{
        width: 34%;
        height: auto;
    }

    .table-bordered {
        font-family: 'Lato', sans-serif;
        font-size: 0.8em;
        width: 100%;
    }

    .table-bordered th {
        white-space: normal;
        padding: 0;
    }

    .table-bordered tr {
    }

    .table-bordered tr:nth-child(odd) {
    }

    .table-bordered tr:nth-child(even) {
        background: #e4ce90;
    }

    .table-bordered td {
        white-space: normal;
        padding: 0;
    }

    .blog,
    .blog .blog-item,
    .blog .blog-item .blog-content {
        padding: 0;
    }

}


