/*Layouts css goes here*/

body{
  color: #222222;
  font-family: 'Open Sans';
  background: #fff;
  font-size: 16px;
}
html, body{
  height: 100%;
  width: 100%;
}
/*======================================================
				   COMMAN CLASS
  ======================================================*/
ul{
	margin: 0px;
	padding: 0px;
    list-style: none;
}
li {
	padding: 0px;
}
p{
	margin: 0px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
.raleway{
  font-family: 'Raleway';
}
.open{
  font-family: 'Open Sans';
}
.uppercase{
    text-transform: uppercase;
}
/*----------------------FONT COLOR CLASSES-------------------------*/

.whiteclr{
	color: #fff !important;
}
.whiteclr a {
	color: #fff !important;
	border-bottom: 1px dotted #fff;
}
.whiteclr a:hover {
	border-bottom: 1px solid #fff;
}

.blackclr{
	color: #000 !important;
}
.drakblueclr{
  color: #222 !important;
}
.mauto{
    margin: 0 auto;
}
.blueclr{
  color: #093a7c !important;
}
/*==========       BASIC CLASSES     ==========*/

/* ========================================= */
/* =============SPACE CLASSES============== */
/* ========================================= */
.space5{
  margin-top: 5px;
}
.space10{
  margin-top: 10px;
}
.space15{
  margin-top: 15px;
}
.space20{
  margin-top: 20px;
}
.space25{
  margin-top: 25px;
}
.space30{
  margin-top: 30px;
}
.space40{
  margin-top: 40px;
}
.space50{
  margin-top: 50px !important;
}
.space60{
  margin-top: 60px;
}
.space70{
  margin-top: 70px;
}
.space80{
  margin-top: 80px;
}
.space100{
  margin-top: 100px;
}

/* ========================================= */
/* =============PADDING CLASSES============== */
/* ========================================= */
.pad0{
  padding: 0 !important;
}
.padleft0{
  padding-left: 0px !important;
}
.padright0{
  padding-right: 0px !important;
}
.padtop0{
  padding-top: 0px !important;    
}
.padbottom0{
  padding-bottom: 0px !important;   
}
.padding10{
  padding: 10px !important;
}
.padding15{
  padding: 15px;
}
.padding20{
  padding: 20px !important;
}
.padding25{
  padding: 25px;
}
.padding30{
  padding: 30px !important;
}
.padding50{
  padding: 50px;
}
.padbtm100{
  padding-bottom: 100px;
}
.padbtm80{
  padding-bottom: 80px;
}
.padbtm50{
  padding-bottom: 50px !important;
}
.padbtm20{
  padding-bottom: 20px !important;
}


/* ========================================= */
/* =============MARGIN CLASSES============== */
/* ========================================= */
.m0{
  margin: 0;
}
.mbtm0{
  margin-bottom: 0px;
}
.mtop0{
  margin-top:0px;
}
.mtop10{
  margin-top:10px;
}
.mbtm10{
  margin-bottom:10px;
}
.mleft10{
  margin-left:10px;
}
.mright10{
  margin-right:10px;
}
.mauto img{
  margin: 0px auto !important;
  width: 100%  !important;
}

.mautomargin{
  margin: 0px auto !important;
}


/* ========================================= */
/* =============FONT SIZE CLASSES============== */
/* ========================================= */
.fsize8{
  font-size: 8px !important;
}
.fsize10{
  font-size: 10px !important;
}
.fsize12{
  font-size: 12px !important;
}
.fsize13{
  font-size: 13px;
}
.fsize14{
  font-size: 14px !important;
}
.fsize16{
  font-size: 16px !important;
}
.fsize18{
  font-size: 18px !important;
}
.fsize20
{
  font-size: 20px !important;
}
.fsize22{
  font-size: 22px !important;
}
.fsize24{
  font-size: 24px !important;
}
.fsize26{
  font-size: 26px;
}
.fsize28{
  font-size: 28px;
}
.fsize30{
  font-size: 30px !important;
}
.fsize36{
  font-size: 36px !important;
}
.fsize40{
  font-size: 40px !important;
}
.fsize50{
  font-size: 50px !important;
}
.fsize60{
  font-size: 60px !important;
}
.fsize70{
  font-size: 70px !important;
}
.fsize80{
  font-size: 80px;
}
.fsize90{
  font-size: 90px;
}
.fsize100{
  font-size: 100px !important;
}

/* ========================================= */
/* =============FONT WEIGHT CLASSES============== */
/* ========================================= */
.f100{
  font-weight: 100;
}

.f200{
  font-weight: 200;
}
.f300{
  font-weight: 300;
}
.f400{
  font-weight: 400;
}
.f500{
  font-weight: 500;
}
.f600{
  font-weight: 600;
}
.f700{
  font-weight: 700;
}
.f800{
  font-weight: 800;
}

/* ========================================= */
/* =============LETTERSPACE CLASSES============== */
/* ========================================= */
.lspace03{
  letter-spacing: 0.3px;
}
.lspace06{
  letter-spacing: 0.6px;
}
.lspace1{
  letter-spacing: 1px;
}
.lspace2{
  letter-spacing: 2px;
}
.lspace3{
  letter-spacing:3px;
}

/* ========================================= */
/* =============LINEHEIGHT CLASSES============== */
/* ========================================= */
.lheight15{
  line-height: 15px;
}
.lheight13{
  line-height: 13px;
}
.lheight20{
  line-height: 20px !important;
}
.lheight22{
  line-height: 22px !important;  
}
.lheight25{
  line-height: 25px !important;
}
.lheight30{
  line-height: 30px !important;
}
.lheight35{
  line-height: 35px !important;
}
.lheight40{
  line-height: 40px !important;
}
.lheight45{
  line-height: 45px !important;
}
.lheight50{
  line-height: 50px !important;
}
.lheight60{
  line-height: 60px !important;
}


/*==============================start css==================*/


header .navbar{
  margin-bottom: 0;
  min-height: auto;
  border:0;
  background:#fff;
}
header .nav-justified > li > a{
  text-transform: uppercase;
  color: #666;
  font-family: 'Raleway';
  font-weight: 600;
  padding: 15px 0 13px 0;
  border-bottom: 3px solid #fff;
}

header .nav-justified > li a.active{
  border-bottom:3px solid #fcb515;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  background: transparent;
  border-bottom:3px solid #fcb515;
}
header .nav-justified > li > a:hover,
header .nav-justified > li.active > a,
header .nav-justified > li.current-menu-parent > a {
  border-bottom:3px solid #fcb515;
  background: transparent;
}
.nav > li > a:hover, .nav > li > a:focus{
  background: transparent;
}

header .nav-justified > li:after{
  content: '';
  position: absolute;
  background: url(../img/line2.png) no-repeat;
  position: absolute;
  top: 12%;
  left: 0%;
  width: 1px;
  height: 38px;
}
header .nav-justified > li:first-child:after{
  content: none;
}

header .dropdown-menu > li > a {

    text-transform: uppercase;
    color: #666;
    font-family: 'Raleway';
    font-weight: 600;
}

footer {
    background: url('/wp-content/uploads/2017/01/derani-blue-bg-sea-5.jpg') no-repeat;
    padding: 30px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.footer_inner h3, .social_link h4{
  color: #fcb515;
  font-family: 'Raleway';
  text-transform: uppercase;
  font-weight: 700;

}
.footer_inner p, 
.footer_inner a {
  color: #fff;
}
.footer_inner li a{
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  text-transform: uppercase;
  font-family: 'Raleway';
}

.footer_inner li a:hover {
  border-bottom: 1px solid #fff;
}

.social li i{
  font-size: 24px;
  color: #fff;
}
.social li span{
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
}
.social li{
  padding: 10px 0;
}
.news_bg{
    background: #093a7c;
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url('/wp-content/uploads/2017/01/derani-blue-bg-sea-2.jpg');

}

.line {
    border-bottom: 3px solid #fcb515;
    width: 100px;
    text-align: center;
    margin: 10px auto 10px auto;
}

.keep h3{
  font-family: 'Raleway';
  font-weight: 400;
  text-transform: uppercase;
  margin:0;
  padding:10px 0 10px 0;
}
.input-group-btn:last-child > .btn, 
.input-group-btn:last-child > .btn-group {
  background: #fcb515;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
}
.input-group .form-control:first-child{
  border-radius: 0;
}
.title{
  color: #fff;
  text-transform: uppercase;
  font-family: 'Raleway';
  text-align: center;
  position: relative;
  z-index: 1;
}

.title span {
    background: #fff;
    padding: 0 15px;
}


.news_bg h3.title:before, 
.news_bg h1.title:before {
    border-top: inherit;
    padding: 0;
}

.news_bg .title span {
    background: initial;
}


.gray_bg .title span {
    background: #f1f1f1;
}

h3.title:before,
h1.title:before {
    border-top: 5px solid #fcb515;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70%;
    z-index: -1;
}

#management .most_txt .title {
    margin-left: 60px;
    margin-right: 60px;
}

#management .most_txt .title:before, 
.sale_text .title:before {
    width: 100%;
}

#banner_2{
  display: table;
  position: relative;
  margin:0;
}
.banner-caption{
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#banner_2 h1{
  color: #fff;
  font-family: 'Raleway';
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 0px 1px 1px #222;
}
.morebtn{
  border:2px solid #fff;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  background: transparent;
  transition: all 0.8s, linear;
  -webkit-transition: all 0.8s, linear;
  -o-transition: all 0.8s, linear;
  -moz-transition: all 0.8s, linear;
}
.morebtn:hover{
  background: #fff;
  color: #0f407e;
  transition: all 0.8s, linear;
  -webkit-transition: all 0.8s, linear;
  -o-transition: all 0.8s, linear;
  -moz-transition: all 0.8s, linear;
}
#brand {
    padding: 40px 0px;
    background: #fff;
}
.list{
/*    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    margin:0;
}

.home #sale.list {
    margin-right: -15px;
    margin-left: -15px;
}
}

.list_item{
  /*  display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column; */
}
.movehere2{
  padding-bottom: 30px;
}
.gray_bg{
  background: #f1f1f1;
}
.sale_text {
  padding: 80px;
  min-height:440px;
  text-align: justify;
}

.sale_text.middle_align {
  line-height: 340px;
}

.sale_text.middle_align p {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}

.sale_text a {
    border-bottom: 1px #000 dotted;
}
.search .form-control{
  border-radius: 0;
}

.search .form-group label{
  color: #fff;
  font-family: 'Raleway';
  font-weight: 600;
}
.search_btn{
  padding: 0;
}

.search select{
    -webkit-appearance: none;
    background: url(../img/arrow.png)no-repeat #fff;
    background-position: 96% 50%;
}
#latest{
    padding-top: 20px;
    padding-bottom: 20px;
}
.dominator .gray_bg h4{
  color: #042b4c;
  font-weight: 600;
  margin:0;
}
.dominator_txt{
  padding: 20px;
}
.dominator_txt h4 { margin-top:0; }

.model li p{
  font-weight: 800;
  position: relative;
  font-size: 14px;

}
.model li{
  padding: 2px 0; 
}
.model li p span {
    font-weight: 400;
    width: 130px;
    left: 40%;
}


.blocktbn, 
.readtbn {
  border:1px solid #222 !important;
  text-transform: uppercase;
  border-radius: 0;
  color: #222;
  font-family: 'Raleway';
  font-weight: 600;
  transition: all 0.4s, linear;
  -webkit-transition: all 0.4s, linear;
  -o-transition: all 0.4s, linear;
  -moz-transition: all 0.4s, linear;
}

.blocktbn i, 
.readtbn i { padding-right: 5px; }

.blocktbn:hover, 
.readtbn:hover{
  border:1px solid #cc9933 !important;
  background: #fcb515;
  color: #fff;
  transition: all 0.4s, linear;
  -webkit-transition: all 0.4s, linear;
  -o-transition: all 0.4s, linear;
  -moz-transition: all 0.4s, linear;
}

.blocktbn-inverse {
  border: none !important;
  color: #fff;
  background: #fcb515;
}


.blocktbn-inverse:hover {
  border: none !important;
  color: #222;
  background: #fcb515;
}

#quickbtns {
    padding: 10px 10px 30px 10px;
    background: #ededed;
}

#quickbtns .btn {
    margin-top: 20px;
}

#management{
  background: url('/wp-content/uploads/2017/02/Dominator-800-derani-yachts-thailand.jpg') no-repeat;
  padding: 80px 0 40px 0;
  background-position: bottom center;
}

.most_space{
  padding: 40px 0px;
}
.most_txt p, .most_txt ul{
  padding: 10px 60px;
}
.btn_space{
  padding: 10px 60px;
}
.listing li{
  padding: 10px 0;
}
.listing li p {
    padding: 0;
    position: relative;
    margin-left: 20px;
}
.listing li p i {
    margin-right: 5px;
}


#silder .carousel-control.left, #silder .carousel-control.right {
    background-image: none;
    opacity: 1;
    background: #91aad2;
    width: 40px;
    height: 40px;
    line-height: 34px;
    color: #fff;
    top: 50%;
    font-size: 26px;
}

#silder .carousel-control.right {
    position: absolute;
    top: 50%;
    right: 32%;
}
#silder{
  padding:20px 0 50px 0;
}
.silder_top_dominator {
  margin-top: -405px;
  color: #fff;
  background-color: #093a7c;
}
.silder_top_dominator a {
  color: #fff;
}

#gallery .results_image {
	border:1px solid #fff;
}

#dcomment,
#testimonial{
  padding: 50px 0;
  background: #093a7c;
    background-repeat: no-repeat;
    background-position: 50% 50% !important;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url(/wp-content/uploads/2017/01/derani-blue-bg-sea-2.jpg);
}
#testimonial .carousel-indicators {
    bottom: -79px;
}
#thailand{
  padding: 20px 0 0 0;
}

#Container .mix{
    display: none;
}

.project-gallery-menu li {
    display: inline-block;
    list-style-type: none;
    margin-top: 10px;
   

}
.project-gallery-menu .active {
    color: #fcb515;
    border-bottom: 2px solid #fcb515 !important;
}
:focus{
  outline: none;
}
.filter {
    background: #fff;
    text-transform: uppercase;
    border:0;
     border-bottom: 2px solid #999 !important;
    font-size: 14px;
    padding: 10px 20px;
    color: #999999;
    font-family: 'Raleway';
    font-weight: 700;
    margin:-2px;
}

#Container .media-heading{
  color: #042b4c;
  font-weight: 700;
  text-transform: uppercase;
}
.breadcrumb{
  background: transparent;
  margin-bottom: 0;
}
.breadcrumb li{
  padding: 10px 0;
  color: #666666;
}
.breadcrumb li a{
   color: #666666;
}
.breadcrumb > li + li:before {
    padding: 0 8px;
    color: #ccc;
    content: "\f104 ";
    font-family: FontAwesome;
}
.navbar-toggle{
  border-radius: 0;
  margin: 0 auto;
  text-align: center;
  float: right;
    text-transform: uppercase;
    font-weight: 600;
    color: #666;
    padding: 8px 12px;
}
.navbar-toggle .icon-bar{
  background:#999;
}

.navbar-header .nav-title {
    float: left;
    padding: 10px;
    font-family: Raleway;
    text-transform: uppercase;
    color: #666;
    overflow: hidden;
    max-width:300px;
    max-height: 40px;
}



/*==============================broreage page css=====================*/


#brokreage_bg {
    background: url(../img/layer23.png)no-repeat;
    background-size: cover;
    padding: 560px 0 50px;
}

#general .line{
  border-bottom: 1px solid #fcb515;
  width: 100%;	
}

#general{
  padding: 10px 0 40px 0;
}


.general_text h3{
  color: #042b4c;
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 20px;
}


.make li{
  padding: 5px 0;
}
.make li p {
    font-weight: 600;
    font-size: 14px;
}
.make li p span {
    font-weight: 400;
    padding-left: 20px;
}

.drakblue_bg{
  background:#093a7c !important;
}
.width300{
  width: 300px;
}

.italic{
  font-style: italic;
}
.image{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  opacity: 0;
  background:#093a7c;
  transition: all 0.8s, linear;
  -webkit-transition: all 0.8s, linear;
  -moz-transition: all 0.8s, linear;
  -o-transition: all 0.8s, linear;
}
.image:hover .overlay{
   opacity: 1;
     background: rgba(0, 68, 148, 0.42);
  transition: all 0.8s, linear;
  -webkit-transition: all 0.8s, linear;
  -moz-transition: all 0.8s, linear;
  -o-transition: all 0.8s, linear;
}

.gallery.list-inline > li{
  padding-left: 0;
  padding-right: 0;
}
.image .overlay_txt{
  position: absolute;
    top: 32%;
    left: 15%;
}
.line2 {
    border-bottom: 1px solid #fcb515;
    width: 90%;
    margin:0 auto;
}
#vedio{
  background: url(../img/brokerage.png)no-repeat;
  background-size: cover;
  padding: 20px 0 40px 0;
  clear:both;
}
.footer_menu_list li a{
     color: #fcb515;
     font-size:14px;
     font-family: 'Raleway';
     text-align: center;
}
.footer_menu_list li{
  position: relative;
  padding: 6px 0;
}
.footer_menu_list li:after {
    content: '';
    position: absolute;
    background: url(../img/line3.png) no-repeat;
    position: absolute;
    top: 88%;
    left: 44%;
    width: 100px;
    height: 10px;
}
.hide-xs{
  display: block;
}
.show-xs{
  display: none;
}

.boat select.form-control{
  border:2px solid #093a7c;
  border-radius: 0;
  width: 300px;
  margin: 0 auto;
  color: #093a7c;
  font-weight: 600;
  height: 40px;
  font-size: 18px;
  font-family: 'Raleway';
}


.boat select {
    -webkit-appearance: none;
    background: url(../img/arrow.png)no-repeat #fff;
    background-position: 96% 50%;
}
#sale .dominator_gl
{ 
  padding: 120px;
}

#sale .dominator_gl p
{ 
  text-align: justify;
  margin-top: 25px;
}

#rang h4
{
  margin-left: 15px;
  color: #042b4c;
  font-weight: 700;
}

#commentform label {
	display:block;
}
#commentform textarea {
	width:100%;
}

#contact .inputbx {
    border: 1px solid #000;
    border-radius: 0;
    height: 40px;
}
#contact .inputbx1 {
    border: 1px solid #000;
    border-radius: 0;
}
#contact, #range2, #range {
  padding:20px 0;
}
#mobile_bg{
  background: url(../img/mobile.png)no-repeat;
  padding: 50px 0;
  background-size: cover;
}

ul.contact_list li {
   padding-bottom:5px;
}
ul.contact_list li a {
   border-bottom: 1px dotted #000;
}

/*===========================================*/

@media(max-width: 1600px){
  #sale .title2:before {
    left: 17%;
}
 #sale .title2:after {
    right: 17%;
}
#sale .title2{
  font-size: 20px;
}
}

@media(max-width: 1250px){

  header .nav-justified > li > a, 
  header .dropdown-menu > li > a {
    font-size: 14px;
  }

    .model.space30{
    margin-top: 3px;
}
}

@media(max-width: 992px){

#brokreage_bg {
    background: url(../img/layer23.png)no-repeat;
    background-size: cover;
    padding: 200px 0 50px;
    background-position: center center;
}
 header .nav-justified > li > a,
  header .dropdown-menu > li > a {
    font-size: 14px;
  }
  .silder_top_dominator {
    margin-top: -170px;
  }
}

@media(max-width: 991px){
  .rangyacht1 .readtbn {
      text-align: center;
  }
  .parallax {
    height: 400px;
    background-attachment: scroll !important;
   }

   
.sale_text {
    min-height: 300px;
    padding: 50px;
}
.sale_text.middle_align {
    line-height: 300px;
}

}


@media(max-width: 768px){
  .navbar-header {
    text-align: center;
  }
  .open > .dropdown-menu {
    display: contents;
  }
  .dropdown-menu > li > a {
    padding: 10px 30px;
  }
}


@media(max-width: 767px){

.parallax {
    background-attachment: scroll;
   }
h3.title:before,
h1.title:before {
        border-top: inherit;
	padding:0;
    }
.title span {
    padding: 0;
}

.sale_text {
    padding: 40px;
    min-height: 200px;
}
.sale_text.middle_align {
    line-height: 200px;
}

.post-type-archive-brand .full-bg-image,
.full-bg-image {
    min-height:280px;
}

.logo img{ 
    width: 50%;
    margin: 10px auto !important;
}

.brand_icon img { 
    width: 80%;
    margin: 10px auto;
}

header .nav-justified > li:after{
  content: none;
}

header .nav-justified > li > a{
  text-align: left;
  padding: 5px 15px;
}
.search-menu {
    padding-left: 0;
}

.hide-xs{
  display: none;
}

.show-xs{
  display: block;
}

.social li{
  padding: 0 10px;
}

.social li i{
  font-size: 18px;
}

.gallery.list-inline > li{
  display: block;
}

.image .overlay_txt {
    position: absolute;
    top: 32%;
    left: 30%;
}

.pad0{
  padding-left: 20px;
  padding-right: 20px;
}

  form.search {
    padding: 0 45px;
}

.silder_top_dominator {
    margin-top: -70px;
}

.keep h3 {
    font-size: 22px;
    padding-bottom: 10px;
}


#management {
    background: initial;
    padding: 0;
}

#brokreage_bg {
    background: url(../img/layer23.png)no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-position: center center;
}

.brokreage_caption  h2{
  font-size: 20px !important;
  margin-top: 0px;
}

.boat select.form-control {
    border: 2px solid #093a7c;
    border-radius: 0;
    width: 253px;
    margin: 0 auto;
    color: #093a7c;
    font-weight: 600;
    height: 40px;
    font-size: 18px;
    font-family: 'Raleway';
}

 #silder .carousel-control.left {
    position: absolute;
    top: 35%;
    left: 17%;
}

.media-left img{
  width: 100%;
}

.media-left, .media-right, .media-body {
    display: inline;
    vertical-align: top;
}

.media-heading{
  margin-top: 20px;
}
.readtbn.pull-right {
  float: none !important;
  text-align: center;
}
.readtbn.pull-right.space80{
  margin-top: 30px;
}
.sale_text.space100 {
    margin-top: 50px;
    padding-bottom: 50px;
}
.keep h3{
  text-align: center;
}

p{
  font-size: 14px;
}
.btn_space{
  padding: 0;
  text-align: center;
}

.most_space {
    padding: 5px 0px 20px;
}
.most_txt p, .most_txt ul {
    padding: 10px 15px;
}

}
@media  (min-width: 768px) {
   div.col-sm-7.five-three {
   width: 60% !important;
   }

   div.col-sm-5.five-two {
   width: 40% !important;
   }
  
}

@media(max-width: 480px){
    .silder_top_dominator {
        margin-top: -32px;
    }
    .parallax { height:200px;}

    .full-bg-image {
        min-height:200px;
    }
    #management .most_txt .title {
        margin-left: 0;
        margin-right: 0;
    }
    footer.full-bg .list-inline > li {
     max-width: 45px;
    }

}
