html, body, #openning{ width:100%; height:100%; }

#op-movie {
    position: fixed;
    top:0;
    left:0;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#op-movie img {
    position: absolute;
    top:40%;
    display: block;
    width: 100%;
}

#op-movie .btn span{
        font-size:12px;
        display:block;
        color:#FFF;
        position: fixed;
        right:10px;
        bottom:10px;
        padding:5px 25px;
        background-color:#999;
        font-weight:bold;
        text-decoration:none;
        font-family: Century Gothic,Arial,sans-serif;
        cursor: pointer;
    }
    
footer {
    border-top: none;
}

.topHeader .navbar-header{
    display: none!important;
}

.topHeader {
    margin-bottom: 0px!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
}

.topHeader ul.gMenu {
    padding-top: 5px;
    float: none;
    text-align: right;
  	height:49px;
}

.topHeader ul.gMenu li.menu-item{
    float: none;
    display: inline-block;
    font-size: 13px;
  	height:38px;
}

.topHeader ul.gMenu li.menu-item a{
    display: inline-block;
}

ul.gMenu a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
}

@media (max-width: 991px){
    .topHeader .gMenu_outer.itemClose {
        display: inline;
}
}
@media (max-width: 991px) {
    .topHeader .gMenu_outer {
        overflow: hidden;
         display: inline; 
}
}


.siteHeader {
    margin-bottom: 0px!important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #222;
    width: 100%;
}

.siteHeader .menuBtn {
    top:0;
    right:10px;
}

.siteHeader ul.gMenu {
    padding-top: 5px;
    float: none;
    text-align: right;
  	height:49px;
}

.siteHeader ul.gMenu li.menu-item{
    float: none;
    font-size: 13px;
  	height:38px;
}

@media (min-width: 992px){
.siteHeader .container {
    padding-top: 19px;
    padding-bottom: 10px;
}
.siteHeader ul.gMenu li.menu-item {
  display:inline-block;
}
}

@media (max-width: 991px){
.siteHeader ul.gMenu {
  	height:auto;
}
}


.menuBtn.btn-default:hover,.menuBtn.btn-default:focus {
    background-color: transparent;
}

.menuBtn.btn-default:focus {
    border: 1px solid #999;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.page-template-default #bodyInner {
    padding-top: 98px;
}

.gMenu_outer {
    padding-top: 10px;
}

.submit-wrap {
    text-align: center;
}

.magazine-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
}
@media (min-width: 768px) {
    .magazine-top li {
  		max-width:212px;
        flex: 0 0 21%;
        margin-left: 2%;
        margin-right: 2%;
        list-style-type: none;
    }
}

@media (max-width: 767px) {
    .magazine-top li {
  		max-width:289px;
        flex: 1 1 88%;
        margin-left: auto;
        margin-right: auto;
        list-style-type: none;
        text-align: center;
  margin-bottom:5px;
    }
}


.categoryTitle {
  margin:60px 0 40px;
  color:#000;
  font-size:22px;
  text-align:center;
}

@media (min-width: 992px){
    .categoryTitle {
  text-align:left;
  padding-left: 22px !important;
}
}


.magazine-top li p {
    margin-top: 5px;
    font-size: 16px;
  line-height:1.6;
  margin-bottom:5px;
}

.magazine-top  .listTitle{
  font-size: 14px;
  font-weight:bold;
  line-height:1.6;
}

.magazine-top  .listContent{
  font-size: 13px;
}

.magazine-top  .listTime{
	font-size: 13px;
}

.magazine-top .LinkTag {
  font-size: 13px;
}




.blog-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
}
@media (min-width: 768px) {
    .blog-top li {
  		max-width:212px;
        flex: 0 0 21%;
        margin-left: 2%;
        margin-right: 2%;
        list-style-type: none;
    }
}

@media (max-width: 767px) {
    .blog-top li {
  		max-width:289px;
        flex: 1 1 88%;
        margin-left: auto;
        margin-right: auto;
        list-style-type: none;
        text-align: center;
  margin-bottom:5px;
    }
}

.blog-top li p {
    margin-top: 5px;
    font-size: 16px;
  line-height:1.6;
  margin-bottom:5px;
}

.blog-top li a {
  color:#6c6c6c;
}

.blog-top li a:hover {
  opacity:0.8;
}

.blog-top  .listTitle{
  font-size: 14px;
  font-weight:bold;
  line-height:1.6;
}

.blog-top  .listContent{
  font-size: 13px;
}

.blog-top  .listTime{
	font-size: 13px;
}

.blog-top .LinkTag {
  font-size: 13px;
}



@media (max-width: 767px) {
.elementor-column.elementor-sm-80 {
    margin-left: auto;
    margin-right: auto;
}
}

@media (min-width: 992px){
    ul.gMenu a {
        background-color: transparent!important;
}
}

.nav li a {
    color: #FFF;
}

ul.gMenu li.menu-item a::after {
    border-color: #FFF;
}

ul.gMenu li.menu-item a:hover::after {
    border-color: #FFF;
}

ul.gMenu {
    border-top: 1px solid rgba(0, 0, 0, 0.0);
}

.navbar {
    border-radius: 0px!important;
}


@media (min-width: 992px){
.navbar-brand img {
    max-height: 40px;
}
}

.wp-pagenavi {
    text-align: center;
}

body, button, input, select, textarea {
    color: #6c6c6c;
    font-family: 'Roboto Condensed', sans-serif;
}
ul.gMenu li.menu-item a::after {
    border: none;
}
.btn a:hover{
  color: #F1F1F1;
}

.siteHeader ul.gMenu li.menu-item a{
    display: inline-block;
}

@media (max-width: 991px) {
.topHeader {
    padding: 0px;
}
}

@media (min-width: 992px) {
.topHeader {
    padding: 15px 0px 14px;
}
}

.gMenu_name {
    font-weight: bold;
}

.btn-success {
    background-color: #545454;
    border-color: #545454;
}
.btn-success:hover{
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}


.elementor-4 .elementor-element.elementor-element-a6aj24s .elementor-heading-title {
    font-size: 200%;
  	font-weight: normal;
  	text-align:left;
}
.elementor-4 .elementor-element.elementor-element-wf97u4h .elementor-heading-title {
    font-size: 200%;
  	font-weight: normal;
  	text-align:left;
}

.elementor-4 .elementor-element.elementor-element-mp6j7vo .elementor-heading-titleÃ£ÂÂ{
  	font-size: 200%;
  	font-weight: normal;
  	text-align:left;
}

p.elementor-heading-title.elementor-size-xl {
   	font-weight: normal;
}

.elementor-text-editor p {
    padding-left: 10px;
}
.about_box{
  display:flex;
  width:100%;
  height:auto;
  border-top: 1px solid #e5e5e5;
}
.left_box{
  float:left;
  width:50%;
  height:auto;
}
.right_box{
  float:right;
  width:50%;
  height:auto;
  padding: 58px 0px;
}
.about_table{
  width:100%;
  margin:0px auto;
}
.about_table th{
  width:20%;
  vertical-align: middle;
  text-align: left;
  text-transform: none;
  padding: 20px 0px;
  font-weight:normal;
  font-size:80%;
  background-color: transparent;
}
.about_table td{
  vertical-align: middle; 
  padding: 0px 20px;
  background-color: transparent;
  font-size:80%;
}
.about_table01{
  width:100%;
  margin:0px auto;
}
.about_table01 th{
  width:10%;
  vertical-align: middle;
  text-align: left;
  text-transform: none;
  padding: 20px 0px;
  font-weight:normal;
  font-size:80%;
  background-color: transparent;
}
.about_table01 td{
  vertical-align: middle; 
  padding: 0px 20px;
  background-color: transparent;
  font-size:80%;
}


.contact_area{
  width:100%;
  margin:0px auto;
  text-align:center;
}

.contact_area label{
      width: 60%;
}
input[type="text"], input[type="email"],textarea {
    width: 100%;
    border: 1px solid #c6c6c6;
  	margin-top: 10px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 2px;
    border: none;
    background: #cea525;
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    padding: .6em 1em .4em;
    outline: none;
}
footer {
    margin-top: 50px;
}
footer .footerMenu {
    border-top: none;
    border-bottom: none;
}

/* Ã£ÂÂÃ£ÂÂ¼Ã£ÂÂ¸Ã£ÂÂÃ£ÂÂÃ£ÂÂ */
#toTop {
  	display:none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-size: 175%;
    color: #6c6c6c;
  	z-index:500;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-angle-up:before {
    content: "\f106";
}

.elementor,
.elementor-blog {
  margin-top:0px!important;
}
@media (min-width: 992px){
.elementor,
.elementor-blog{
  margin-top:88px!important;
}
}


ul.gMenu a:hover, ul.gMenu a:active, ul.gMenu .current-menu-item > a {
    background-color: rgba(255, 255, 255, 0.0);
}




@media (max-width: 767px) {
.elementor-text-editor p {
    padding-left: 0px;
}
.about_box{
  display:block;
  width:100%;
  height:auto;
}
.left_box{
  float:none;
  width:100%;
  height:auto;
}
.right_box{
  float:none;
  width:100%;
  height:auto;
  padding: 0px;
}
.about_table th{
  width:25%;
}
.about_table01 th{
  width:25%;
}
}

table{
  border: 0px;
}

table th, table td {
  border:0px;
}

table,table tr{
    border-top: 1px solid #e5e5e5;
  	border-bottom: 1px solid #e5e5e5;
}
.bdr-n {
  border:0;
}

div.wpcf7 .ajax-loader {
  display:none;
}

.btn-success.active, .btn-success.focus, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #545454;
    border-color: #545454;
}

 .btn-success:focus {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.btn-success {
    color: #fff;
    background-color: #545454;
    border-color: #545454;
}

.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #e3e3e3;
    border-color: #e3e3e3;
}

.elementor-4 .elementor-element.elementor-element-gqrfqur {
  transition: all 0.5s;
}



.elementor-4 .elementor-element.elementor-element-gqrfqur:hover {
  background-image: url(http://b-breeze.com/wp-content/uploads/2017/06/mainimg_sp_hover.jpeg);
  transition: all 0.5s;
}

@media (min-width: 992px) {
.elementor-4 .elementor-element.elementor-element-gqrfqur:hover {
  background-image: url(http://b-breeze.com/wp-content/uploads/2017/06/mainimg_hover.jpeg);
  transition: all 0.5s;
}
}


/*Ã£ÂÂÃ£ÂÂ­Ã£ÂÂ°*/
.page-header {
  display:none;
}

.breadSection {
    padding: 100px 0 0;
    border-bottom: 1px solid #e5e5e5;
}

.siteContent {
    padding: 60px 0 1.5em;
}

.elementor-blog .elementor-element.elementor-element-xii4zx9 {
    background-image: url(http://b-breeze.com/wp-content/uploads/2015/04/160209b97d90c8a32175242e79c01fbe.jpg);
    background-position: center center;
    background-size: cover;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-blog .elementor-section {
    position: relative;
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-blog .elementor-element.elementor-element-xii4zx9 > .elementor-background-overlay {
    background-color: rgba(0,0,0,0);
    background-image: url(http://b-breeze.com/wp-content/uploads/2017/05/overlay.png);
    opacity: 0;
}

.elementor-blog .elementor .elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.elementor-blog .elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (max-width: 767px) {
.elementor-blog .elementor-row {
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .elementor-column {
    width: 100%;
}
}

@media (min-width: 768px){
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
}
}

.elementor-blog .elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-blog .elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-blog .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px;
}

.elementor-blog .elementor-widget-wrap {
    position: relative;
    width: 100%;
    z-index: 1;
}

.elementor-blog .elementor-element.elementor-element-x7p2vl7 .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 230px 0px 120px 0px;
}

.elementor-blog .elementor-element.elementor-element-x7p2vl7 .press-elements-title {
    color: #ffffff;
    font-size: 62px;
    font-weight: 400;
      font-family: "Roboto", Sans-serif;
}

.elementor-blog .elementor-element.elementor-element-x7p2vl7 {
    text-align: center;
}


.entry-body h2{
	border-top: 2px solid #002b85;
}
.entry-body h3:after,.subSection-title:after{
  	border-bottom: 1px solid #002b85;
    left: 0;
}
.entry-body h1,.entry-body h2,.entry-body h3,.entry-body h4,.entry-body h5,.entry-body h6,.entry-body p{
	padding-left: 14px;
}
.single h1.entry-title:first-letter {
     color: #6c6c6c;
}
span.entry-meta_items.entry-meta_updated {
    display: none;
}
span.vcard.author.entry-meta_items.entry-meta_items_author{
    display: none;
}
.previous a,.next a{
    color: #002b85;
}