/*
Theme Name: Star Model
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@viewport{
    zoom: 1.0;
    width: device-width;
}
body{
  background: #fff; 
	color: #333;
	font-size: 13px;

}

h1, h2, h3, h4, h5 ,h6{
    color: #6363636;
    letter-spacing: 1px;
    font-family: "raleway-regular","Glyphicons Halflings";
}

h2{
	text-align: center;
	color: #fff;
  background: #121212;
  padding: 5px;
  font-size: 24px;
  margin-top:2px;
}

p{
	color: #838181;
  font-family:"raleway-regular";
	text-align: left;
  text-align: justify;

}

/*** Navigation in header ***/

#header{
    background-color: #ffffff;
    display: flex;
    height: 3em;
    justify-content: space-between;
    line-height: 3em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.navbar {
  border-width: 1px 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  width: 100%;
}
.navbar.stick {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .85;
}
.navbar-collapse {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  font-family: "Open sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.navbar-collapse .navbar-nav {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.navbar-collapse .navbar-nav > li {
  float: none;
  display: inline-block;
}
.sec_menu{
  background: #ededed;
  height: 50px;
  background: rgba(255, 255, 255, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
  box-shadow: 1px 5px 25px -15px rgba(0, 0, 0, 0.7);
}

.navbar-collapse .navbar-nav > li > a {
  padding: 10px 10px;
}
.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: left;
}
.dropdown ul.dropdown-menu > li > a {
  padding: 5px 5px;
}
.navbar-default {
  background-color: #121212;
  background: rgba(0, 0, 0, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
}
.navbar-default .navbar-nav > li > a {
  color: #cdcdcd;
}
.navbar-sec_default .navbar-nav > li > a {
  color: #121212 !important;
  padding: 13px 40px;
}
.navbar-sec_default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #121212;
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .navbar-toggle {
  border-color: #666666;
}

/*** idebar special Nav ***/
.nav-side {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: -0.37em;
}
.nav-side > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f392b4;
}
.nav-side > li > a:hover {
  color: #bd1550;
  background: none;
}
.nav-side > li.active > a {
  color: #bd1550;
}

/*** HEADER ***/
#head {
  padding: 20px 0 10px 0;
  background: #fff;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
  background: rgba(255, 255, 255, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
}
#head img.img-circle {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
}
#head .title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 58px;
  font-size: 4.5rem;
  font-weight:bold;
  text-transform:uppercase;
  color: #121212;

}
#head .title a {
  text-decoration: none;
  color: #333333;
}

#head .sub-title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 33px;
  font-size: 3rem;
  font-weight:bold;
  color: #777;
 

}
#head .tagline {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #7C7C7C;
  margin: 5px 0 0;
}
#head .tagline b {
  font-weight: normal;
}
#head .tagline a {
  color: #5E5E5E;
}
.home #head {
  padding: 90px 0;
}
.home #head .title {
  font-size: 49px;
  font-size: 3.0625rem;
}
.home #head .tagline {
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0 0;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #ededed;
  color: #fff;
}
.menu-top {
  width: 150px;
  /*--padding: 1em;--*/
}
ul.nav_1 li a {
  padding: 1.6em 1.2em;
  color: #121212;
}
.col1 {
    float: left;
    width: 20%;
}
.col1 ul li{
  list-style:none;
  border-right: none;
}
.col1 ul li a{
  padding: 3px;
  display: block;
  margin: 1px;
}
/*********************************************************** nav log_img *********************************************************/
.hello, .contestant, .container, .sponsors{
  padding-bottom: 15px;
}

.hello.banner img{
  border: 8px;
  color: #e8e8e9;
}

.hello_det h2{
  padding: 7px;
}

.contestant{
   background:#f3f3f3 repeat top left; 
}

.contestant img{
  border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.social{
    text-align: center;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 30px;
    outline: 0;
    color: #fff;
    background-color: #ccc;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
/*********************************************************** index *********************************************************/
.home_model {
  padding:0;
  margin-top: 220px;
}
.home_model .social h2{
  background: #121212;
  color: #000;
}
.home_model .row{
  padding-top: 20px;
}
.b-link-stroke{
  position:relative;
  display:inline-block;
  vertical-align:top;
  font-weight: 300;
  overflow:hidden;
  margin-bottom: 5px;
}
.b-link-stroke .b-wrapper{
  position:absolute;
  width:100%;
  height:100%;
  top:0em;
  left:0;
  text-align:center;
  color:#ffffff;
  padding-top:10em;
}
.b-link-stroke .b-wrapper:hover{
  background:rgba(217, 84, 89, 0.58);
}
.b-link-stroke .b-wrapper1{
  position:absolute;
  width:100%;
  height:100%;
  top:0em;
  left:0;
  text-align:center;
  color:#ffffff;
  padding-top: 7em;
}
.b-link-stroke .b-wrapper1:hover{
  background:rgba(8, 8, 8, 0.64);
  
}

.b-wrapper1.long-img {
    padding-top: 15em;
}
.b-link-stroke .b-top-line{
  position:absolute;
  top:-100%;
  left:0;
  width:50%;
  height:100%;
  background:rgba(248, 69, 69, 0.59);
}
.b-link-stroke .b-bottom-line{
  position:absolute;
  bottom:-100%;
  right:0;
  width:50%;
  height:100%;
  background:rgba(248, 69, 69, 0.59);
}
.b-link-stroke .b-top-line, .b-link-stroke .b-bottom-line{
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
  -webkit-transition:all 0.5s;
} 
.b-link-stroke:hover .b-top-line{
  top:0;
}
.b-link-stroke:hover .b-bottom-line{
  bottom:0;
}
/*-----------------------------------------------------------------------------------*/
/*  Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
  text-decoration:none;
}
.b-animate{
  transition:all 0.5s;
  -moz-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -o-transition:all 0.5s;
  -webkit-transition:all 0.5s;
  visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
  visibility:visible;
}
.b-from-left{
  position:relative;
  left:-100%;
  color: #F67777;
  font-size: 2em;
  text-transform: uppercase;
  font-family: 'Ubuntu-Bold';
}
.b-animate-go:hover .b-from-left{
  left:0;
}
.b-from-right{
  position:relative;
  right:-100%;
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: 'Oxygen-Bold';
  text-align: center;
}

.b-animate-go:hover .b-from-right{
  right:0px;
}
 label.b-from-right {
    width: 100px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 10px;
    margin: 0.5em auto;
}
.Bdis{
 background: #ccc;
 height: 330px;
}
.Bdis a{
  color: #121212;
}
.info h3{
 text-align: center;
 color: #121212;
}

.social .instagram img{
  display: block;
  width: 100%;
  overflow: hidden;
  height: 150px;
  position: relative;
  padding: 4px;
  margin: 5px 0 5px;
}

.facebook img{
  height: 360px;
  width: 360px;
  margin: 20px;
}
/*********************************************************** discovered *********************************************************/
.discovered{
  padding:0;
  margin-top: 250px;
}
.discovered h2{
  color: #000;
  background: #fff;
}
.wpcf7-form-control-wrap input[type='text'],input[type='email'],input[type='number'],input[type='date'],select{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px; 
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); 
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*********************************************************** about *********************************************************/
.about{
  padding:0;
  margin-top: 250px;
}
.about h2{
  color: #000;
  background: #fff;
}
.banner-bottom-grd:nth-child(2){
  margin:2em 0 0;
}
.grid2 .banner-bottom-grd:nth-child(1){
  margin:3em 0 0;
}
/*********************************************************** Contact *********************************************************/
.contact{
  padding:0;
  margin-top: 250px;
}
.contact h2{
  color: #000;
  background: #fff;
}
.grid{
  float: left;
}

/*********************************************************** Women *********************************************************/
.women{
  padding: 0;
  margin-top: 220px;
}
.women img{
  margin: 10px;
}
.women h5{
 text-align: center;
 color: #121212;
}
.women .searchname{
  text-align: center;
}
.searchname ul{
  margin-top: 26px;
  color:black;
}

.searchname ul li a{
  color:#000;
}

.pign{
    text-align: center;
}
/*********************************************************** Model_detail *********************************************************/
.model_detail{
  padding: 0;
  margin-top: 220px;
}
.model_detail .row{
  margin-top: 20px;
}
.model_detail h2{
  color: #000;
  background: #fff; 
}
.model_detail .text_bio {
  text-align: center;
}
.model_detail hr{
  display: inline-block;
  height: 1px;
  width: 100px;
  border: 0!important;   
  margin: 0;
  padding: 0;
  background: #6c6c6c;
}
/*----------------Portfolio----------------*/

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(7,15,60,.5);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
    margin: 0 auto;
    padding: 25px;
    max-width: 400px;
    text-align: center;
    background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
    margin: 0;
    text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
    margin: 0;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:768px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}
.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    font-size: 3em;
    margin-top: 13%;
}
/*********************************************************** Training *********************************************************/
.training{
  padding: 0;
  margin-top: 250px;
}
.training h4{
  color: #121212;
}
/*********************************************************** News *********************************************************/
.new{
  padding:0;
  margin-top: 240px;

}
.new h2{
  color: #000;
  background: #fff;
  text-align:justify;
}
.new .right{
  padding:25px;
}
.right .banner-bottom-grd > a  img{
  margin: 0 auto;
}
.new .left{
  padding:25px;
  font-size: 15px;

}
/*********************************************************** management *********************************************************/
.management{
  padding:0;
  margin-top: 220px;
}
.management h2{
  color: #000;
  background: #fff;
}
.management p{
  text-align: center;
  margin-top: 10px;
}
/*********************************************************** Atrist *********************************************************/
.artist{
  padding: 0;
  margin-top: 20px;
}
/*********************************************************** News *********************************************************/

ul.news_img {
  list-style: none;
}
.news_img li{
  display: inline-block;
  float: left;
}
/*********************************************************** Footer *********************************************************/
.footer{
  padding: 15px;
}

.footer{
  background: #121212;
  text-align: left;
  color: #ccc;
  border-bottom: 1px solid #555555;
}

.footer ul.ft-link{
  list-style: none;
}

.footer ul.ft-link li a {
  color: #b7b7b7;
  font-size: 13px;
}

.footer ul.ft-link li a i {
  padding-right: 5px;
}

.footer .ft-link{
  padding-left: 2px;
}
.footer .widget-body{

 /* float:none;
  max-width: 200px; */
}
.footer .widget-body p{
  color: #b7b7b7;
}
.footer .widget-title{
  font-size: 18px;
  font-family: "raleway-regular";
}
.underfooter{
  background: #fff;
}
.underfooter .widget-body a{
  color: #121212;
}
.widget-body p{
  color: #121212;
  /*margin: 10px; */
  text-align: center;
  margin-top: 10px;
}

.wpcf7-form-control-wrap{
 padding:2px;
}

/*----------------@media(max-width:980px)-----------------*/
@media(max-width:980px) {

  /* ......New.....  */
.new{
  padding:0;
  margin-top: 250px;

}
.new h2{
  color: #000; 
  background: transparent;
  text-align: justify;
  margin-left: 250px;
}
 /* ...About .... */

.banner-bottom-grd{
  float:left;
  margin-left: 20px;
  margin-right: 20px;
}
.banner-bottom-grd:nth-child(2){
  /*margin:2em 0 0;*/

  margin-left:20px;
  margin-right: 20px;
}
.grid2 .banner-bottom-grd:nth-child(1){
  /*margin:3em 0 0; */
  float:left;
  margin-left:20px;
  margin-right: 20px;
}
/* ...Women .... */

.women{
  padding: 0;
  margin-top: 260px;
}
.women img{
  text-align: center;
  margin:0 auto;
}
/* ....Model Detail   */

.model_detail{
  padding: 0;
  margin-top: 270px;
}
.model_detail .row{
  margin-top: 20px;
  margin-left:0;
  margin-right:8px;
}

.model_detail .row .mdl-img{
  margin-left: 98px;
}

/*....Footer...*/
.footer .widget-body{

  float:left;
  min-width: 200px;
}

}
/*----------------@media(max-width:800px)-----------------*/
@media(max-width:768px) {

/*..... Nav Menu ......*/ 
.first-menu{
  padding-right: 0;
  padding-left:0;
}

.navbar-default .navbar-nav > li > a {
  color:#333030;

}
.navbar-collapse .navbar-nav{
  background-color: #eee;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color:#bf1f1f;
}
.navbar-collapse .navbar-nav{
  background-color: #ffffff;
}
.navbar-collapse .navbar-nav > li{
  float:left;
}
 .navbar-sec_default .navbar-nav > li > a {
  color: #121212 !important;
  padding: 13px 20px;
}
  .navbar-sec_default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #121212;
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .navbar-toggle {
  border-color: #666666;
}
.women{
  padding: 0;
  margin-top: 220px;
}

/*....Footer...*/
.footer .widget-body{

  float:left;
  min-width: 200px;
}
  }
/*----------------@media(max-width:768px)-----------------*/
@media(max-width:768px) {

/* ...new .... */

.new .left{
    padding:25px;
    font-size: 15px;
    margin-left:150px; 
    margin-right: 100px;
  }
  /* ...About .... */

.banner-bottom-grd{
  float:left;
 margin-left:5px;

}
.banner-bottom-grd:nth-child(2){
  /*margin:2em 0 0;*/
  margin-left: 5px;
}
.grid2 .banner-bottom-grd:nth-child(1){
  /*margin:3em 0 0; */
  float:left;
  margin-left: 5px;

}
/*....Footer...*/
.footer .widget-body{

  float:left;
  min-width: 200px;
}
}
 /*----------------@media(max-width:360px)-----------------*/
@media(max-width:360px) {
   /*** HEADER ***/
#head {
 
  padding: 0px 0 0px 0;
  background: #fff;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
  background: rgba(255, 255, 255, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
}
#head img.img-circle {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
}
#head .title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 58px;
  font-size: 20px;
  font-weight:bold;
  text-transform:uppercase;
  color: #121212;

}
#head .title a {
  text-decoration: none;
  color: #333333;
}

#head .sub-title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 17px;
  font-weight:bold;
  color: #777;
 

}


/* ...menu .... */
#header{
    background-color: #ffffff;
    display: flex;
    height: 3em ;
    justify-content: space-between;
    line-height: 2em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.navbar-collapse .nav_1 {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.navbar-collapse .nav_1 > li {
  float: none;
  display:block;
}

.navbar-collapse .navbar-nav > li > a{
  padding:2px 10px;
  font-size: 12px;
}
.navbar-nav .nav_1 > li > a{
  
  line-height: 2px;
}
.sec_menu{
  background: #ededed;
  height: 50px;
  background: rgba(255, 255, 255, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
  box-shadow: 1px 5px 25px -15px rgba(0, 0, 0, 0.7);
}
.first-menu{
  padding-right: 0;
  padding-left:0;
}
.navbar-collapse .navbar-nav .nav_1 > li > a {
  padding: 10px 10px;
}
.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: center;
}
.dropdown ul.dropdown-menu > li > a {
  padding: 5px 5px;
}
.navbar-default {
  background-color: #121212;
  background: rgba(0, 0, 0, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
}

.navbar-default .navbar-nav > li > a {
  color:#333030;

}
.navbar-collapse .navbar-nav{
  background-color: #eee;
}
.navbar-collapse .nav_1{
  background-color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color:#bf1f1f;
}
.navbar-default .navbar-nav .nav_1 > li > a {
  color: #cdcdcd;
  font-size:12px;
}
.navbar-sec_default .navbar-nav .nav_1 > li > a {
  color: #121212 !important;
  padding: 13px 40px;
}
.navbar-sec_default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #121212;
   font-size:11px;
}

.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .navbar-toggle {
  border-color: #666666;
}
/* ...Index .... */
.home_model {
  padding:0;
  margin-top: 150px;
}
/* ...Discovered .... */
.discovered{
  padding:0;
  margin-top: 150px;
}
/* ...Contact .... */
.contact{
  padding:0;
  margin-top: 150px;
}

/* ...Training .... */
.training{
  padding: 0;
  margin-top: 150px;
}
/* ...Management .... */
.management{
  padding:0;
  margin-top: 150px;
}
/* ...About .... */
.about{
  padding:0;
  margin-top: 150px;
}
/* ...new .... */
.new{
  padding:0;
  margin-top: 150px;

}
.new h2{
  color: #000; 
  background: #fff;
  text-align: justify;
  margin-left: 0;
}
  .new .left{
    padding:25px;
    font-size: 15px;
    margin-left:0; 
    margin-right: 0;
  }
  /* ...Women .... */

.women{
  padding: 0;
  margin-top: 150px;
}

/* ....Model Detail   */

.model_detail{
  padding: 0;
  margin-top: 150px;
}
.model_detail .row{
  margin-top: 20px;
  margin-left:0;
  margin-right:8px;
}

.model_detail .row .mdl-img{
  margin-left: 0;
}

/*....Footer....*/
.footer .widget-body{
  min-width: auto;
 
}

}
/*----------------@media(max-width:320px)-----------------*/
@media(max-width:320px) {

  /*** HEADER ***/
#head {
 
  padding: 0px 0 0px 0;
  background: #fff;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
  background: rgba(255, 255, 255, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
}
#head img.img-circle {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
}
#head .title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 58px;
  font-size: 20px;
  font-weight:bold;
  text-transform:uppercase;
  color: #121212;

}
#head .title a {
  text-decoration: none;
  color: #333333;
}

#head .sub-title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 17px;
  font-weight:bold;
  color: #777;
 

}
#head .tagline {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #7C7C7C;
  margin: 5px 0 0;
}
#head .tagline b {
  font-weight: normal;
}
#head .tagline a {
  color: #5E5E5E;
}
.home #head {
  padding: 90px 0;
}
.home #head .title {
  font-size: 49px;
  font-size: 3.0625rem;
}
.home #head .tagline {
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0 0;
}

/* ...menu .... */
#header{
    background-color: #ffffff;
    display: flex;
    height: 3em ;
    justify-content: space-between;
    line-height: 2em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.navbar-collapse .nav_1 {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.navbar-collapse .nav_1 > li {
  float: none;
  display:block;
}

.navbar-collapse .navbar-nav > li > a{
  padding:2px 10px;
  font-size: 12px;
}
.navbar-nav .nav_1 > li > a{
  
  line-height: 2px;
}
.sec_menu{
  background: #ededed;
  height: 50px;
  background: rgba(255, 255, 255, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
  box-shadow: 1px 5px 25px -15px rgba(0, 0, 0, 0.7);
}
.first-menu{
  padding-right: 0;
  padding-left:0;
}
.navbar-collapse .navbar-nav .nav_1 > li > a {
  padding: 10px 10px;
}
.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: center;
}
.dropdown ul.dropdown-menu > li > a {
  padding: 5px 5px;
}
.navbar-default {
  background-color: #121212;
  background: rgba(0, 0, 0, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
}

.navbar-default .navbar-nav > li > a {
  color:#333030;

}
.navbar-collapse .navbar-nav{
  background-color: #eee;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color:#bf1f1f;
}
.navbar-collapse .nav_1{
  background-color:#fff;
}

.navbar-default .navbar-nav .nav_1 > li > a {
  color: #cdcdcd;
  font-size:12px;
}
.navbar-sec_default .navbar-nav .nav_1 > li > a {
  color: #121212 !important;
  padding: 13px 40px;
}
.navbar-sec_default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #121212;
   font-size:11px;
}
}
.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .navbar-toggle {
  border-color: #666666;
}

/* ....Footer... */
.widget-body p{
 font-size: 12px;
}

/* ...new .... */
  .new .left{
    padding:25px;
    font-size: 13px;
    margin-left:0; 
    margin-right: 0;
  }

  /* ...Discovered .... */
  .discovered{
  padding:0;
  margin-top: 150px;
}



 }

 /* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-device-width : 480px) {

 /*** HEADER ***/
#head {
 
  padding: 0px 0 0px 0;
  background: #fff;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
  background: rgba(255, 255, 255, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
}
#head img.img-circle {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
}
#head .title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 58px;
  font-size: 20px;
  font-weight:bold;
  text-transform:uppercase;
  color: #121212;

}
#head .title a {
  text-decoration: none;
  color: #333333;
}

#head .sub-title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 17px;
  font-weight:bold;
  color: #777;
 

}
#head .tagline {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #7C7C7C;
  margin: 5px 0 0;
}
#head .tagline b {
  font-weight: normal;
}
#head .tagline a {
  color: #5E5E5E;
}
.home #head {
  padding: 90px 0;
}
.home #head .title {
  font-size: 49px;
  font-size: 3.0625rem;
}
.home #head .tagline {
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0 0;
}

/* ...menu .... */
#header{
    background-color: #ffffff;
    display: flex;
    height: 3em ;
    justify-content: space-between;
    line-height: 2em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.navbar-collapse .nav_1 {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.navbar-collapse .nav_1 > li {
  float: none;
  display:inline-block;
}

.navbar-collapse .navbar-nav > li > a{
  padding:2px 10px;
  font-size: 12px;
}
.navbar-nav .nav_1 > li > a{
  
  line-height: 2px;
}
.sec_menu{
  background: #ededed;
  height: 50px;
  background: rgba(255, 255, 255, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
  box-shadow: 1px 5px 25px -15px rgba(0, 0, 0, 0.7);
}

.navbar-nav .open .dropdown-menu{
  float: left;
  display:block;
}
.first-menu{
  padding-right: 0;
  padding-left:0;
}
.navbar-collapse .navbar-nav .nav_1 > li > a {
  padding: 0px 7px;
}
.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: center;
}
.dropdown ul.dropdown-menu > li > a {
  padding: 5px 5px;
}
.navbar-default {
  background-color: #121212;
  background: rgba(0, 0, 0, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
}

.navbar-default .navbar-nav > li > a {
  color:#333030;

}
.navbar-collapse .navbar-nav{
  background-color: #eee;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color:#bf1f1f;
}
.navbar-collapse .nav_1{
  background-color:#fff;
}

.navbar-default .navbar-nav .nav_1 > li > a {
  color: #cdcdcd;
  font-size:12px;
}
.navbar-sec_default .navbar-nav .nav_1 > li > a {
  color: #121212 !important;
  padding: 13px 40px;
}
.navbar-sec_default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #121212;
   font-size:11px;
}

.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .navbar-toggle {
  border-color: #666666;
}
}


@media (max-width: 767px) {
 /*** HEADER ***/
#head {
 
  padding: 0px 0 0px 0;
  background: #fff;
  -webkit-transition: padding .3s;
  -moz-transition: padding .3s;
  transition: padding .3s;
  background: rgba(255, 255, 255, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
}
#head img.img-circle {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 0 auto;
}
#head .title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 58px;
  font-size: 20px;
  font-weight:bold;
  text-transform:uppercase;
  color: #121212;

}
#head .title a {
  text-decoration: none;
  color: #333333;
}

#head .sub-title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 17px;
  font-weight:bold;
  color: #777;
 

}
#head .tagline {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #7C7C7C;
  margin: 5px 0 0;
}
#head .tagline b {
  font-weight: normal;
}
#head .tagline a {
  color: #5E5E5E;
}
.home #head {
  padding: 90px 0;
}
.home #head .title {
  font-size: 49px;
  font-size: 3.0625rem;
}
.home #head .tagline {
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0 0;
}

/* ...menu .... */
#header{
    background-color: #ffffff;
    display: flex;
    height: 3em ;
    justify-content: space-between;
    line-height: 2em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.navbar-collapse .nav_1 {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.navbar-collapse .nav_1 > li {
  float: none;
  display:inline-block;
}

.navbar-collapse .navbar-nav > li > a{
  padding:2px 10px;
  font-size: 12px;
}
.navbar-nav .nav_1 > li > a{
  
  line-height: 2px;
}
.sec_menu{
  background: #ededed;
  height: 50px;
  background: rgba(255, 255, 255, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
  box-shadow: 1px 5px 25px -15px rgba(0, 0, 0, 0.7);
}

.navbar-nav .open .dropdown-menu{
  float: left;
  display:block;
}
.first-menu{
  padding-right: 0;
  padding-left:0;
}
.navbar-collapse .navbar-nav .nav_1 > li > a {
  padding: 0px 7px;
}
.dropdown ul.dropdown-menu {
  top: 85%;
  text-align: center;
}
.dropdown ul.dropdown-menu > li > a {
  padding: 5px 5px;
}
.navbar-default {
  background-color: #121212;
  background: rgba(0, 0, 0, 0.8) url("../images/colorbox.jpg") repeat-x scroll 0 0;
}

.navbar-default .navbar-nav > li > a {
  color:#333030;

}
.navbar-collapse .navbar-nav{
  background-color: #eee;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
  color:#bf1f1f;
}
.navbar-collapse .nav_1{
  background-color:#fff;
}

.navbar-default .navbar-nav .nav_1 > li > a {
  color: #cdcdcd;
  font-size:12px;
}
.navbar-sec_default .navbar-nav .nav_1 > li > a {
  color: #121212 !important;
  padding: 13px 40px;
}
.navbar-sec_default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .dropdown ul.dropdown-menu > li > a {
  color: #121212;
   font-size:11px;
}

.navbar-default .dropdown ul.dropdown-menu > li > a:hover {
  background-color: #eeeeee;
  color: #121212;
}
.navbar-default .navbar-toggle {
  border-color: #666666;
}

} 

 /* Iphone 6 (portraint and  landscape) ----------- */
 @media only screen  and (min-device-width : 414px)   and (max-device-width : 736px)  and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 3) {
  #head .title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 58px;
  font-size: 20px;
  font-weight:bold;
  text-transform:uppercase;
  color: #121212;

}
#head .title a {
  text-decoration: none;
  color: #333333;
}

#head .sub-title {
  /*font-family: Georgia;  */
  font-family: Tw Cen MT Condensed ;
  font-size: 17px;
  font-weight:bold;
  color: #777;
 

}
}
.map{
   position: relative;
   padding-bottom: 35%; // This is the aspect ratio
   height: 0;
   overflow: hidden;
 }
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
 }

    