/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
html, body 			{ height: 100%; }
body 				{ margin: 0; padding: 0; border: 0; font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 18px; color: #999999; background:#fff; }
* 					{ margin: 0;padding: 0;border: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
:focus 				{ outline: none; }
a 					{ color: #ee298b; text-decoration: none; }
a:hover, a:active 	{ color: #ee298b; text-decoration: underline; }
.clearfix			{ clear: both; }
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }

a#callnow {
    font-size: 50px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 10;
    background-color: #00cc00;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    border-radius: 30px;
	transition:.3s all;
}
a#callnow:hover,
a#callnow:focus {
	background-color:#009900;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#root {
  position: relative;
  width: 100%;

  margin: 0 auto;
  padding: 0 0;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

  /* CONTAINER #################
  ################################################################################*/

  /*#root 					{ position: relative; min-height: 100%; height: 100%; voice-family: "\"}\""; voice-family: inherit; height: auto; }*/
  html>body #root 		{ height: auto; }
  #main					{ position: relative; padding-bottom: 120px; }
  #footer				{ width: 100%; position: fixed; bottom: 0px;  }



/* For devices larger than 400px */
@media (min-width: 400px) {

  .container {
    width: 85%;
    padding: 0; }
}



/*VIDEO*/

.videoWrapper{
           position: absolute;
    margin-left:auto;
    margin-right:auto;
    width:75%;
}
.videoWrapper iframe{
   position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.articlevideo {
    width: 750px;
    height: 450px;
    margin: 0 auto 40px;
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }


/* Typography
––––––––––––––––––––––––––––––––––––––––––––––––––
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}
*/
p { margin-top: 0; min-height:1em; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.header .headerOutput .logo{ 
    z-index:2;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

.newscontainer,
.jobscontainer { border:1px solid #EE298B; width: 73%; display: block; margin: auto; padding:20px 40px 40px 40px; }
.newscontainer > h1,
.jobscontainer > h1 { font-weight:bold !important; text-align:center; margin:0 0 20px 0 !important; padding:0 0 20px 0 !important; display:block; border-bottom: 1px solid #a8a8a8; font-size:32px !important; text-transform: uppercase; }

.bg-grey { background-color:#f5f5f5; padding:20px 15px; }

ul.newsList					{ list-style: none; display:flex; flex-wrap: wrap; justify-content:space-between; align-items: stretch; }
ul.newsList li				{ width:32%; margin-bottom:20px; }
ul.newsList li:hover		{ background-color:#f5f5f5; }
ul.newsList li .newsText	{ text-align:center; margin-top:20px; }
ul.newsList li .newsText h2	{ margin-bottom:20px; color:#474747; font-family:"Geneva CY", Arial, "DejaVu Sans", sans-serif}
ul.newsList li .newsText p	{ margin-bottom:10px; color:#474747; }
ul.newsList li .jobText h2	{ color: #ee298b; font-size: 1em; font-weight: normal; padding: 0 0 10px 0; }
ul.newsList li .newsText a,
ul.newsList li .jobText a	{ color: #ee298b; display:inline-block; }

ul.newsList::after {
    content: "";
    width:32%;
}

.justifyfull { text-align:justify; }

.border-pink { border:1px solid #EE298B; padding:20px; }

.textContent a { word-break: break-word; }
.textContent ul { margin-left:20px; }
.links ul { margin:0 0px; }
ul.modelList { margin:0 -10px; }
ul.newsList { margin:0; }
.no-margin { margin:0 !important; }

.modelImg ul { margin:0; }

.heading { color:#474747; }

ul.jobList					{ list-style: none; display:flex; flex-wrap: wrap; justify-content:space-between; align-items: stretch; margin:0; }
ul.jobList li				{ width:32%; margin-bottom:20px; border:1px solid #EE298B; text-align: center;}
ul.jobList li img	     	{ width:100%; height:auto; margin-bottom:20px; }
ul.jobList li:hover		    { background-color:#f5f5f5; }
ul.jobList li .jobText   	{ text-align:center; margin-top:20px; }
ul.jobList li .jobText h2	{ margin-bottom:20px; color:#ee298b; font-size: 1em; font-weight: bold; padding:0 20px; }
ul.jobList li .jobText p	{ margin-bottom:10px; color:#474747; padding:0 20px; }
ul.jobList li .jobText a	{ color: #ee298b; display:inline-block; padding:0 20px; margin-bottom:20px; }

/* Simple Tabs */
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul.tabs li.current{
    background: #f5f5f5;
    color: #222;
}

.tab-content{
    display: none;
    background: #f5f5f5;
    padding: 15px;
}

.tab-content.current{
    display: inherit;
}

.tab-link-right {
    float:right;
}

/* Mobile */
@media (min-width: 250px) and (max-width:399px) {

    .row.flipColOnMobile { display:flex; flex-direction: column; }
    .row.flipColOnMobile .columns { margin:0; }
    .row.flipColOnMobile .eight.columns { order:1; }
    .row.flipColOnMobile .four.columns { order:0; }
    
    .row-padding .columns { margin-bottom:2px !important; }
    
    ul.newsList li				{ width:100%; margin-bottom:20px; }
    ul.jobList li				{ width:100%; margin-bottom:20px; }
    
.header .headerOutput .mainNav{position:relative;top:-57px;text-align:center;height:220px}
.header .headerOutput .mainNav>ul{display:block;height:auto!important}
.header .headerOutput .mainNav>ul>li{width:100%;height:30px}
.header .headerOutput .mainNav ul li .sub-nav{z-index:100;display:none;position:relative;background:#EE298B;margin:-10px auto auto;padding:0 10px 15px 10px;overflow:hidden;width:102px;/*height:50px*/}
.header .headerOutput .mainNav ul li .sub-nav li{width:100%}
.toggle_menu{text-align:center}
.header .headerOutput{width:90%}

    ul.modelList { margin:0 -5px; }

/* CONTAINER #################
################################################################################*/

.header							{ height: auto; border-bottom: 1px solid #a8a8a8; }
.header .headerOutput			{ margin: 0 auto; width: 90%; position: relative;margin-bottom: -50px; }
.header .headerOutput .logo{position: relative;
    width: 100%;
    max-width: 250px;
    text-align: center;
    top: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right:auto;
}

/*.header	.headerOutput .logo		{ position: absolute; left: 13%; top: 50px; }
.header	.headerOutput .mainNav	{ position: absolute; right: 0; top: 95px; }*/
.news-content {width:100%;}
.news-content iframe {
    width: 100%;
    height: calc(90vw * 9 / 16);
}

.startContent			{ margin: 0 auto; width: 90%; height: auto; padding: 30px 0 0 0; }
.textContent			{ margin: 0 auto; width: 90%; min-height: 150px; padding: 30px 0 10px 0; font-size: 18px; line-height: 24px; position: relative; }
.textContent h1			{ color: #ee298b; font-size: 1.5em!important; font-weight: 100; margin: 0 0 20px 0; text-align: center; }
.textContent h1	span	{ color: #a8a8a8; }
.textContent h3			{ color: #999; font-size: 20px; font-weight: 100; margin: 0 0 20px 0; }


.breadcrumbs							{ padding: 0 0 50px 0; display:none;}
.breadcrumbs .breadText					{ float: left; line-height: 20px; height: 20px; color: #777777; }
.breadcrumbs .B_crumbBox				{ float: left; list-style: none; height: auto; padding: 0;  }
.breadcrumbs .B_crumbBox li 			{ display: inline-block; line-height: 20px;  height: 20px; background: url(../img/bkg_arrow_next_white.png) top left; background-repeat: no-repeat; padding: 0 0 0 26px; }
.breadcrumbs .B_crumbBox li a			{ color: #999; }
.breadcrumbs .B_crumbBox li:first-child { background: none; padding: 0; }


/*Navigation*/
  /* NAVIGATION #################
  ################################################################################*/

  .mainNav ul								{ list-style: none; }
  .mainNav ul li							{ float: left; padding: 0 0; position: relative; }
  .mainNav ul li a						    { color: #ee298b; text-transform: lowercase; font-size: 1.1em; padding: 0px 7px; }
  .mainNav ul li a:hover					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li a.active					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li .sub-nav 				{ z-index: 100; display: none; position: absolute; top: 8px; left: 2px; background: #ee298b; margin: 0; padding: 0 15px 15px 15px; }
  .mainNav ul li:hover>a					{ background: #ee298b; color: #fff; }
  .mainNav ul li:hover .sub-nav 			{ display: block; }
  .mainNav ul li .sub-nav li 				{ margin: 0; padding: 5px 0 0 0; display: block; clear: both; /*min-width: 100px;*/ }
  .mainNav ul li .sub-nav li a 			{ margin: 0; color: #fff;padding: 4px 0 0 0; height: 18px; line-height: normal; font-size: 13px; display: block; width: auto;  }
  .mainNav ul li .sub-nav li:hover 		{ background: none; }
  .mainNav ul li .sub-nav li a:hover 		{ background: none; color: #2f2f2f; }
  .mainNav ul li .sub-nav li.active 		{ background: none; }
     /* MODEL #####################
################################################################################*/

/*.modelList						{ list-style: none; padding: 2% 0 0 0; margin: 0 0% 0 0; width:100%; height:auto;display:grid;justify-content:space-between;grid-template-columns: auto auto;}
.modelList li					{ float: left; margin: 0.5% 0% 0.5% 0%; width:calc(90vw * 0.47); height: auto; position: relative; }*/
.modelList li .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 1em; text-align: center; width:100%; height: auto; padding: 62% 0% 62% 0%; }
.modelList li:hover .tabHover	{ display: block; }


.modelInfo					{ float: left; width: 240px; }
.modelInfo .details			{ background: #efefef; padding: 10px 20px; font-size: 13px; }
.modelInfo .details p		{ display: block; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 150px; }
.modelInfo .links			{ padding: 20px 0 0 20px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 5px 20px; margin: -15px 0 15px -20px; font-size: 14px; color: #fff; text-decoration: none; }
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .view		{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: right; width: 804px; }
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 400px; height: 566px; margin: 0 2px 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 13px; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 18px; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		{ background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }

/* SEARCH & SELECT & SOCIAL #####################
  ################################################################################*/
.instagram-model {margin-top:10px; font-size:12px;}

  .header .headerOutput .social			{ position: relative;
    width: 100%;
    top: -55px;
    height: 50px;
    text-align: center;}
  .header .headerOutput .mainNav ul li:hover .sub-nav{display:block}
  
  .modelSelect				{ clear: both;
    top: -30px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;z-index:1000;}
  .modelSelect p	 			{ float: left; margin: 0 20px 0 0; display: block; padding: 5px 0 0 0; }
  .modelSelect form 			{ float: none; padding-top: 5px;}
  .modelSelect form select	{ background: #ee298b; color: #fff; padding: 5px; height: 26px; line-height: 26px; width: 176px; float:none;}

  .galBar  h2						{ color: #ee298b; font-size: 16px; font-weight: normal; margin: 0 0 10px 0; height: 20px; line-height: 20px; }
  .galBar input, .galBar select	{ width: 288px; background: #fff; height: 20px; line-height: 20px; padding: 5px 10px; }
  .galBar select					{ width: 308px; background: #fff; padding: 8px; height: 30px; line-height: 30px; }
  .galBar .submit					{ font-size:  0;width: 18px; height: 18px; position: absolute; bottom: 16px; right: 35px; background: url(../img/icon_search.png) no-repeat; }
  .galBar .submit:hover			{ cursor: pointer; }
  .galBar .selectCon 				{ width: 368px; float: right; }
  .galBar .searchCon 				{ width: 100%; float: left; position: relative; }
  .galBar .selectCon div			{ width: 308px; height: 50px; padding: 30px 30px 5px 30px; background: #e3e3e3; }
  .galBar .searchCon div			{ width: auto; height: 65px; padding: 15px 30px 5px 30px; background: #efefef; }


  .sisea-results					{ font-size: 14px; }
  .sisea-highlight				{ color: #ee298b; }
  .sisea-paging					{ margin: 5px 0 25px 0; background: #efefef; padding: 5px 20px; }
  .sisea-current-page  { color: #ee298b; }

  ul.modelFilterList        { list-style:none; /*margin-top:5px;padding-top:5px;padding-left:5px;*/ }
  ul.modelFilterList li       { float:left; background:#fff; padding: 2px 10px; margin:0 5px 5px 0; }
  ul.modelFilterList .currentAtt   { background: #ee298b; color: #fff; }
  ul.modelFilterList .currentAtt a    { color:#fff; }
 
 .toggle_menu{display:block}.toggle_menu a{position: relative;
    display: block; max-width:50px;
    font-size: 25px;
    /* float: right; */
    top: -130px;
    left: 80%;
    padding: 20px 10px 25px 10px;z-index:1000;}

/* NEWS & JOBS #####################
################################################################################*/

.jobscontainer { border:none; width: 100%; display: block; margin: auto; padding:0px; }
#recommend { display:none; }
.newscontainer { border:none; width: 100%; display: block; margin: auto; padding:20px; }
ul.newsList li				{ width:100%; margin-bottom:40px; }
ul.jobList li				{ width:100%; margin-bottom:20px; }

.backLink					{ display: block; position: relative; top: -10px; right: 0; color: #a8a8a8; font-size: 18px;text-align: center; }

#pagcontainer				{ padding: 10px 0 0 0; }
ul.pagination				{ list-style: none; }
ul.pagination li			{ float: left; padding: 0 6px; background: none; width: auto; height: 14px; }
ul.pagination li a			{ display: block; width: auto; height: 14px; background: none; text-align: center; line-height: 14px; font-size: 12px; color: #a8a8a8; }
ul.pagination li a:hover 	{ text-decoration: none; color: #ee298b; }
ul.pagination li a.active	{ width: auto; height: 14px; text-align: center; line-height: 14px; font-size: 12px; color: #ee298b; }


/* SLIDER ####################
################################################################################*/
/*#slidercontainer {width:90%; height:auto; margin-left: auto;margin-right: auto;}
.nivo-controlNav{display:none!important}
.nivo-nextNav,.nivo-prevNav{text-indent:-9999px}
.nivoSlider 					{ position:relative; }
.nivoSlider a					{ text-decoration: none; }
.nivoSlider img 				{ position:absolute; top:0px; left:0px; }
.nivoSlider a.nivo-imageLink 	{ position:absolute; top:0px; left:0px; width:100%; height:auto; max-height: 440px; border:0; padding:0; margin:0; z-index:60; display:none; }
.nivo-slice 					{ display:block; position:absolute; z-index:50; height:100%; }
.nivo-caption 					{ position:absolute; right:0; font-size:8px; bottom:0; z-index:89; height: auto; width: 50%; background: url(../img/cap_bg.png) repeat; }
.nivo-caption h2				{ margin-top:20%;font-size: 1.2em; color: #ee298b; padding: 0 0 1px 0; font-weight: 100; line-height: 1.4em; }
.nivo-caption p 				{ width: 90%; margin:0; font-size: 1em; color: #2e2e2e; line-height: 1.5em; font-weight: normal; }
.nivo-caption a 				{ display:block; color: #ee298b; font-size: 1em; height: 20px; line-height: 20px; background: url(../img/bkg_arrow_next_white.png) no-repeat left top; padding: 0 0 0 25px; margin: 15px 0 0 0; }
.nivo-caption a:hover			{ color: #2f2f2f; text-decoration: none; }
.nivo-html-caption 				{ display:none; }
.nivo-directionNav a 			{ position:absolute; top:45%; z-index:99; cursor:pointer; }
.nivo-prevNav 					{ left:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_left.png) no-repeat; }
.nivo-nextNav 					{ right:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_right.png) no-repeat; }
.slider 						{ position: relative; width:100%;  padding:0 0 45% 0; display: block; overflow: visible; }
.slider img 					{ position:absolute; top:0px; left:0px; display:none; width:100%;}
.slider a 						{ border:0; display:block; }
.nivo-controlNav 				{ position:absolute; bottom: 10px; right: 20px; }
.nivo-controlNav a 				{ position: relative; z-index:99; cursor:pointer; display:block; width:19px; height:18px; background:url(../img/slider_nav_dots.png) no-repeat; background-position: right; font-size: 0px; color: transparent; border:0; margin-left:6px; float:left; }
.nivo-controlNav a.active 		{ background:url(../img/slider_nav_dots.png) no-repeat; background-position: left; }*/


.modelSelect-front				{ position: absolute; right: 25%; top: 23%; }
.modelSelect-front p	 			{ display: none;  }
.modelSelect-front form 			{ float: right; margin-top:20%; }
.modelSelect-front form select	{ background: #ee298b; color: #fff; padding: 3px; height: 23px; line-height: 23px; width: 125px; }



/* TABS #####################
################################################################################*/

.startTabsHead							{ margin: 0 auto; width: 90%; padding: 2% 0 1% 0; position: relative; text-align:center;}
.startTabsHead span						{ display: block; color:#ee298b; font-size: 1em; }
.startTabs								{ margin: 15% auto; width: 90%; }
.startTabs .modelTab					{ width: 100%; height: auto; margin-left:auto;margin-right:auto;margin-bottom:5%; position:relative; }
.startTabs .modelTab .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 1.5em; text-align: center; width: 93%; height: auto; padding: 64% 2% 63% 2%; }
.startTabs .modelTab:hover .tabHover	{ display: block; }
.startTabs .spacer						{ padding: 0 10px 0 0; }
.startTabs .modelhome {width: 48%; }

/* FOOTER #####################
################################################################################*/

#footer .footerButton					{ cursor: pointer; background: url(../img/panel_Button.png) no-repeat; background-position: top left !important; height: 25px; line-height: 25px; font-weight: 100; display: block; margin: 0 0 5px 0; width: 81%; color: #ee298b; text-align: left;  }
#footer .footerMain						{ width: 100%; background: #ee298b; }
#footer .footerHead					    { position: relative; margin: 0 auto; width: 50%; font-size: 12px; line-height: 18px; background: #ee298b; padding: 5px 0 5px 0; }
#footer .footerHeadContent				{ width: 52%; float: right; color: #fff; display: flex; }
#footer .footerHeadContent h3			{ font-weight: 100; font-size: 12px; display: flex; margin:0 15px;white-space: nowrap; flex-wrap: nowrap; }
#footer .firstHead						{ display:none; }
#footer .footerOutput					{ display: none; position: relative; margin: 0 auto; width: 100%; font-size: 12px; line-height: 18px; background: #ee298b; height: auto; }
#footer .footerContent					{ width: 45%; float: left; color: #fff; }
#footer .footerSpace					{ margin: 0 25px 0 0; }
#footer .footerOutput a					{ color: #999; text-decoration: underline; }
#footer .footerOutput ul				{ list-style: none; margin: 0 0 15px 0; }
#footer .footerOutput ul li				{ padding: 0 0 8px 0; }
#footer .footerOutput ul li a			{ display:  block; height: 14px; line-height: 14px; color: #fff; text-decoration: none; cursor: pointer; background: url(../img/arrow_white.png) no-repeat left top; padding: 0 0 0 25px; }
#footer .footerOutput ul li a:hover		{ color: #2f2f2f; text-decoration: none; background-position: left bottom; }
#footer .footerOutput ul.navSpace		{ padding: 0 0 0 20px; }
#footer .footerContent p {display:none;}
#footer .fhlogininput {width:50%;}
#footer .fhloginbutton { margin: -21% 36% 0 0;}

.fActive .footerMain					{ -moz-box-shadow: 0 0 15px #333; -webkit-box-shadow: 0 0 15px #333; box-shadow: 0 0 15px #333; }

.memberForm  {font-size:10px;}
.footerOutput span {font-size:10px;}
.fhloginlabel { display: none;}

/*.nivo-prevNav {left: -25px; width: 20px; height: 20px; background: url(../img/slider_nav_left_small.png) no-repeat;}
.nivo-nextNav {right: -25px; width: 20px; height: 20px; background: url(../img/slider_nav_right_small.png) no-repeat;} */

.scrollToTop_show {display:none!important;}

/*Contact Forms*/
.contactRight {
    float: left!important;
    width: 100%!important;
    margin: 68px 0 0 0!important;
}

.contactLeft {
    float: left!important;
    width: 100%!important;

}

.inquiry {padding: 0 0 0 40%;}

/*MODEL*/
.modelInfo					{ float: left; width: 100%; }
.modelInfo .details			{ background: #efefef; padding: 3% 6%; font-size: 1.2em; }
.modelInfo .details p		{ display: block; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 70%; }
.modelInfo .links			{ padding: 20px 0 0 0px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 30px 20px; margin: -15px 0 15px 0px; box-sizing: border-box; font-size: 14px; color: #fff; text-decoration: none; }
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{background-size: 20px; display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 0.9em!important; }
.modelInfo .links .view		{ display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 0.9em!important; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: left; width: 100%; margin-top:3%;}
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 100%; height: auto; margin: 0 0 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 1.2em; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 1.2em; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		 { background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }

a.fancybox-media {padding-left:20px;}
    
}

/* Larger than mobile */
@media (min-width: 400px) and (max-width:549px) {

    .row.flipColOnMobile { display:flex; flex-direction: column; }
    .row.flipColOnMobile .columns { margin:0; }
    .row.flipColOnMobile .eight.columns { order:1; }
    .row.flipColOnMobile .four.columns { order:0; }
    
    .row-padding .columns { margin-bottom:2px !important; }
    
.header .headerOutput .mainNav{position:relative;top:-57px;text-align:center;height:220px}
.header .headerOutput .mainNav>ul{display:block;height:auto!important}
.header .headerOutput .mainNav>ul>li{width:100%;height:30px}
.header .headerOutput .mainNav>ul>li>a{width: 120px; display: inline-block;}
.header .headerOutput .mainNav ul li .sub-nav{z-index:100;display:none;position:relative;background:#EE298B;margin:-10px auto auto;padding:0 10px 15px 10px;width:120px;/*height:50px*/ overflow: hidden;}
.header .headerOutput .mainNav ul li .sub-nav li{width:100%}
.toggle_menu{text-align:center}
.header .headerOutput{width:90%}

/* CONTAINER #################
################################################################################*/

.header							{ height: auto; border-bottom: 1px solid #a8a8a8; }
.header .headerOutput			{ margin: 0 auto; width: 90%; position: relative;margin-bottom: -50px; }
.header .headerOutput .logo{position: relative;
    width: 100%;
    max-width: 250px;
    text-align: center;
    top: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right:auto;
}

/*.header	.headerOutput .logo		{ position: absolute; left: 13%; top: 50px; }
.header	.headerOutput .mainNav	{ position: absolute; right: 0; top: 95px; }*/
.news-content iframe {
    width: 100%;
    height: calc(90vw * 9 / 16);
}


.startContent			{ margin: 0 auto; width: 80%; height: auto; padding: 30px 0 0 0; }
.textContent			{ margin: 0 auto; width: 90%; min-height: 150px; padding: 30px 0 10px 0; font-size: 18px; line-height: 24px; position: relative; }
.textContent h1			{ color: #ee298b; font-size: 24px; font-weight: 100; margin: 0 0 20px 0;text-align: center;}
.textContent h1	span	{ color: #a8a8a8; }
.textContent h3			{ color: #999; font-size: 20px; font-weight: 100; margin: 0 0 20px 0; }

.image-col {width:100% !important;}

.breadcrumbs							{ padding: 0 0 50px 0; display:none;}
.breadcrumbs .breadText					{ float: left; line-height: 20px; height: 20px; color: #777777; }
.breadcrumbs .B_crumbBox				{ float: left; list-style: none; height: auto; padding: 0;  }
.breadcrumbs .B_crumbBox li 			{ display: inline-block; line-height: 20px; margin: 0 0 0 5px; height: 20px; background: url(../img/bkg_arrow_next_white.png) top left; background-repeat: no-repeat; padding: 0 0 0 26px; }
.breadcrumbs .B_crumbBox li a			{ color: #999; }
.breadcrumbs .B_crumbBox li:first-child { background: none; padding: 0; }



  /*NAVIGATION #################
  ################################################################################*/

  .mainNav ul								{ list-style: none; }
  .mainNav ul li							{ float: left; padding: 0 0; position: relative; }
  .mainNav ul li a						    { color: #ee298b; text-transform: lowercase; font-size: 1.1em; padding: 3px 7px; }
  .mainNav ul li a:hover					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li a.active					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li .sub-nav 				{ z-index: 100; display: none; position: absolute; top: 10px; left: 0px; background: #ee298b; margin: 0; padding: 0 15px 15px 15px; }
  .mainNav ul li:hover>a					{ background: #ee298b; color: #fff; }
  .mainNav ul li:hover .sub-nav 			{ display: block; }
  .mainNav ul li .sub-nav li 				{ margin: 0; padding: 5px 0 0 0; display: block; clear: both; /*min-width: 100px;*/ }
  .mainNav ul li .sub-nav li a 			{ margin: 0; color: #fff;padding: 6px 0 0 0; height: 18px; line-height: 18px; font-size: 1.1em; display: block; width: auto;  }
  .mainNav ul li .sub-nav li:hover 		{ background: none; }
  .mainNav ul li .sub-nav li a:hover 		{ background: none; color: #2f2f2f; }
  .mainNav ul li .sub-nav li.active 		{ background: none; }

     /* MODEL #####################
################################################################################*/


/*.modelList						{ list-style: none; padding: 2% 0 0 0; margin: 0 0% 0 0; width:100%; height:auto;display:grid;justify-content:space-between;grid-template-columns: auto auto auto;}
.modelList li					{ float: none; margin: 0.5% 0% 0.5% 0%; width:calc(90vw * 0.313); height: auto; position: relative; }*/
.modelList li .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 10px; text-align: center; width:100%; height: auto; padding: 60% 0% 60% 0%; }
.modelList li:hover .tabHover	{ display: block; }

/*.modelList li:first-child {
    margin-left: 0.5%!important;
}*/


.modelInfo					{ float: left; width: 240px; }
.modelInfo .details			{ background: #efefef; padding: 10px 20px; font-size: 13px; }
.modelInfo .details p		{ display: block; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 150px; }
.modelInfo .links			{ padding: 20px 0 0 20px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 5px 20px; margin: -15px 0 15px -20px; font-size: 14px; color: #fff; text-decoration: none; }
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .view		{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: right; width: 804px; }
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 400px; height: 566px; margin: 0 2px 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 13px; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 18px; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		{ background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }

/* SEARCH & SELECT & SOCIAL #####################
  ################################################################################*/
/*.galBar {position:absolute;top:75px; width:96%;}*/

  .header .headerOutput .social			{ position: relative;
    width: 100%;
    top: -55px;
    height: 50px;
    text-align: center;}
  .header .headerOutput .mainNav ul li:hover .sub-nav{display:block}
  
  .modelSelect				{ clear: both;
    top: -30px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;}
  .modelSelect p	 			{ float: left; margin: 0 20px 0 0; display: block; padding: 5px 0 0 0; }
  .modelSelect form 			{ float: none; padding-top: 5px;}
  .modelSelect form select	{ background: #ee298b; color: #fff; padding: 5px; height: 26px; line-height: 26px; width: 176px; float:none;}
  .instagram-model {margin-top:10px; font-size:12px;}
  .galBar  h2						{ color: #ee298b; font-size: 16px; font-weight: normal; margin: 0 0 10px 0; height: 20px; line-height: 20px; }
  .galBar input, .galBar select	{ width: 288px; background: #fff; height: 20px; line-height: 20px; padding: 5px 10px; }
  .galBar select					{ width: 308px; background: #fff; padding: 8px; height: 30px; line-height: 30px; }
  .galBar .submit					{ font-size:  0;width: 18px; height: 18px; position: absolute; bottom: 16px; right: 35px; background: url(../img/icon_search.png) no-repeat; }
  .galBar .submit:hover			{ cursor: pointer; }
  .galBar .selectCon 				{ width: 368px; float: right; }
  .galBar .searchCon 				{ width: 100%; float: left; position: relative; }
  .galBar .selectCon div			{ width: 308px; height: 50px; padding: 30px 30px 5px 30px; background: #e3e3e3; }
  .galBar .searchCon div			{ width: auto; height: 65px; padding: 15px 30px 5px 30px; background: #efefef; }


  .sisea-results					{ font-size: 14px; }
  .sisea-highlight				{ color: #ee298b; }
  .sisea-paging					{ margin: 5px 0 25px 0; background: #efefef; padding: 5px 20px; }
  .sisea-current-page  { color: #ee298b; }

  ul.modelFilterList        { list-style:none; /*margin-top:5px;padding-top:5px;padding-left:5px;*/ }
  ul.modelFilterList li       { float:left; background:#fff; padding: 2px 10px; margin:0 5px 5px 0; }
  ul.modelFilterList .currentAtt   { background: #ee298b; color: #fff; }
  ul.modelFilterList .currentAtt a    { color:#fff; }
 
 .toggle_menu{display:block}.toggle_menu a{position: relative;
    display: block;max-width:50px;
    font-size: 25px;
    /* float: right; */
    top: -130px;
    left: 85%;
    padding: 20px 10px 25px 10px;}
    
    /* NEWS & JOBS #####################
################################################################################*/

.jobscontainer { border:none; width: 100%; display: block; margin: auto; padding:0px; }
#recommend { display:none; }
.newscontainer { border:none; width: 100%; display: block; margin: auto; padding:20px; }
ul.newsList li				{ width:100%; margin-bottom:40px; }
ul.jobList li				{ width:100%; margin-bottom:20px; }
    
.backLink					{ display: block; position: relative; top: -10px; right: 0; color: #a8a8a8; font-size: 18px;text-align:center; }

#pagcontainer				{ padding: 10px 0 0 0; }
ul.pagination				{ list-style: none; }
ul.pagination li			{ float: left; padding: 0 6px; background: none; width: auto; height: 14px; }
ul.pagination li a			{ display: block; width: auto; height: 14px; background: none; text-align: center; line-height: 14px; font-size: 12px; color: #a8a8a8; }
ul.pagination li a:hover 	{ text-decoration: none; color: #ee298b; }
ul.pagination li a.active	{ width: auto; height: 14px; text-align: center; line-height: 14px; font-size: 12px; color: #ee298b; }

/* SLIDER ####################
################################################################################*/
/*#slidercontainer {width:100%; height:auto;}
.nivo-controlNav{display:none!important}
.nivo-nextNav,.nivo-prevNav{text-indent:-9999px}
.nivoSlider 					{ position:relative; }
.nivoSlider a					{ text-decoration: none; }
.nivoSlider img 				{ position:absolute; top:0px; left:0px; }
.nivoSlider a.nivo-imageLink 	{ position:absolute; top:0px; left:0px; width:100%; height:auto; max-height: 440px; border:0; padding:0; margin:0; z-index:60; display:none; }
.nivo-slice 					{ display:block; position:absolute; z-index:50; height:100%; }
.nivo-caption 					{ position:absolute; right:0; font-size:9px; bottom:10px; z-index:89; height: auto; width: 50%;  background: url(../img/cap_bg.png) repeat; }
.nivo-caption h2				{ margin-top:15%;font-size: 1.5em; color: #ee298b; padding: 0 0 10px 0; font-weight: 100; line-height: 1.7em; }
.nivo-caption p 				{ width: 90%; margin:0; font-size: 1em; color: #2e2e2e; line-height: 20px; font-weight: normal; }
.nivo-caption a 				{ display:block; color: #ee298b; font-size: 1em; height: 20px; line-height: 20px; background: url(../img/bkg_arrow_next_white.png) no-repeat left top; padding: 0 0 0 25px; margin: 15px 0 0 0; }
.nivo-caption a:hover			{ color: #2f2f2f; text-decoration: none; }
.nivo-html-caption 				{ display:none; }
.nivo-directionNav a 			{ position:absolute; top:45%; z-index:99; cursor:pointer; }
.nivo-prevNav 					{ left:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_left.png) no-repeat; }
.nivo-nextNav 					{ right:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_right.png) no-repeat; }
.slider 						{ position: relative; width:99%;  padding:0 0 45% 0; display: block; overflow: visible; }
.slider img 					{ position:absolute; top:0px; left:0px; display:none; width:100%;}
.slider a 						{ border:0; display:block; }
.nivo-controlNav 				{ position:absolute; bottom: 10px; right: 20px; }
.nivo-controlNav a 				{ position: relative; z-index:99; cursor:pointer; display:block; width:19px; height:18px; background:url(../img/slider_nav_dots.png) no-repeat; background-position: right; font-size: 0px; color: transparent; border:0; margin-left:6px; float:left; }
.nivo-controlNav a.active 		{ background:url(../img/slider_nav_dots.png) no-repeat; background-position: left; }*/


.modelSelect-front				{ position: absolute; right: 0%; top: 23%; }
.modelSelect-front p	 			{ display: none;  }
.modelSelect-front form 			{ float: right; }
.modelSelect-front form select	{ background: #ee298b; color: #fff; padding: 3px; height: 23px; line-height: 23px; width: 125px; }



/* TABS #####################
################################################################################*/

.startTabsHead							{ margin: 0 auto; width: 80%; padding: 2% 0 1% 0; position: relative; }
.startTabsHead span						{ display: block; color:#ee298b; font-size: 1em; }
.startTabs								{ margin: 1% auto; width: 80%; }
.startTabs .modelTab					{ width: 30.3%; height: auto; position: relative; float: left; }
.startTabs .modelTab .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 1em; text-align: center; width: 93%; height: auto; padding: 56% 0 55% 0; }
.startTabs .modelTab:hover .tabHover	{ display: block; }
.startTabs .spacer						{ padding: 0 10px 0 0; }

.startTabs .modelhome {width: 30.3%; }

/* FOOTER #####################
################################################################################*/

#footer .footerButton					{ cursor: pointer; background: url(../img/panel_Button.png) no-repeat; background-position: top left !important; height: 25px; line-height: 25px; font-weight: 100; display: block; margin: 0 0 5px 0; width: 81%; color: #ee298b; text-align: left;  }
#footer .footerMain						{ width: 100%; background: #ee298b; }
#footer .footerHead					    { position: relative; margin: 0 auto; width: 50%; font-size: 12px; line-height: 18px; background: #ee298b; padding: 5px 0 5px 0; }
#footer .footerHeadContent				{ width: 50%; float: right; color: #fff; display: flex; }
#footer .footerHeadContent h3			{ font-weight: 100; font-size: 12px; display: flex; margin:0 15px;white-space: nowrap; flex-wrap: nowrap; }
#footer .firstHead						{ display:none; }

#footer .footerOutput					{ display: none; position: relative; margin: 0 auto; width: 100%; font-size: 12px; line-height: 18px; background: #ee298b; height: auto; }
#footer .footerContent					{ width: 45%; float: left; color: #fff; }
#footer .footerSpace					{ margin: 0 25px 0 0; }
#footer .footerOutput a					{ color: #999; text-decoration: underline; }
#footer .footerOutput ul				{ list-style: none; margin: 0 0 15px 0; }
#footer .footerOutput ul li				{ padding: 0 0 8px 0; }
#footer .footerOutput ul li a			{ display:  block; height: 14px; line-height: 14px; color: #fff; text-decoration: none; cursor: pointer; background: url(../img/arrow_white.png) no-repeat left top; padding: 0 0 0 25px; }
#footer .footerOutput ul li a:hover		{ color: #2f2f2f; text-decoration: none; background-position: left bottom; }
#footer .footerOutput ul.navSpace		{ padding: 0 0 0 40px; }
#footer .footerContent p {display:none;}
#footer .fhlogininput {width:50%;}
#footer .fhloginbutton { margin: -14% 43% 0 0;}

.fActive .footerMain					{ -moz-box-shadow: 0 0 15px #333; -webkit-box-shadow: 0 0 15px #333; box-shadow: 0 0 15px #333; }

.memberForm  {font-size:10px;}
.footerOutput span {font-size:10px;}
.fhloginlabel { display: none;}
/*Slider small buttons*/
/*.nivo-prevNav {left: -25px; width: 30px; height: 30px; background: url(../img/slider_nav_left_small.png) no-repeat;}
.nivo-nextNav {right: -35px; width: 30px; height: 30px; background: url(../img/slider_nav_right_small.png) no-repeat;} */

.scrollToTop_show {
    opacity: 1;
    bottom: 65px!important;
}

/*Contact Forms*/
.contactRight {
    float: left!important;
    width: 100%!important;
    margin: 68px 0 0 0!important;
}

.contactLeft {
    float: left!important;
    width: 100%!important;

}

.inquiry {padding: 0 0 0 53%;}

/*MODEL*/
.modelInfo					{ float: left; width: 100%; }
.modelInfo .details			{ background: #efefef; padding: 3% 6%; font-size: 1.2em; }
.modelInfo .details p		{ display: block; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 70%; }
.modelInfo .links			{ padding: 20px 0 0 0px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 29px 20px; margin: -15px 0 15px 0px; font-size: 14px; color: #fff; text-decoration: none; box-sizing: border-box;}
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{background-size: 20px; display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 0.9em!important; }
.modelInfo .links .view		{ display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 0.9em!important; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: left; width: 100%; margin-top:3%;}
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 100%; height: auto; margin: 0 0 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 1.2em; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 1.2em; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		 { background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }


a.fancybox-media {padding-left:20px;}
}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) and (max-width:749px) {

    .no-col-padding .six.columns { width:50%; padding:0 1px; margin:0; }
    
/* CONTAINER #################
################################################################################*/

.header							{ height: 155px; border-bottom: 1px solid #a8a8a8; }
.header .headerOutput			{ margin: 0 auto; width: 90%; position: relative; }
.header	.headerOutput .logo		{ position: relative; top: 25px; max-width:250px; margin-left:auto; margin-right:auto;}
.header	.headerOutput .mainNav	{ position: relative; right: 0; top: 40px; }

.startContent			{ margin: 0 auto; width: 81%; height: auto; padding: 30px 0 0 0; }
.textContent			{ margin: 0 auto; width: 90%; min-height: 150px; padding: 30px 0 10px 0; font-size: 18px; line-height: 24px; position: relative; }
.textContent h1			{ color: #ee298b; font-size: 24px; font-weight: 100; margin: 0 0 20px 0; }
.textContent h1	span	{ color: #a8a8a8; }
.textContent h3			{ color: #999; font-size: 20px; font-weight: 100; margin: 0 0 20px 0; }


.breadcrumbs							{ padding: 0 0 50px 0; }
.breadcrumbs .breadText					{ float: left; line-height: 20px; height: 20px; color: #777777; }
.breadcrumbs .B_crumbBox				{ float: left; list-style: none; height: 20px; padding: 0;  }
.breadcrumbs .B_crumbBox li 			{ display: inline-block; line-height: 20px; margin: 0 0 0 5px; height: 20px; background: url(../img/bkg_arrow_next_white.png) top left; background-repeat: no-repeat; padding: 0 0 0 26px; }
.breadcrumbs .B_crumbBox li a			{ color: #999; }
.breadcrumbs .B_crumbBox li:first-child { background: none; padding: 0; }


/*Navigation*/
  /* NAVIGATION #################
  ################################################################################*/

  .mainNav ul								{ list-style: none; }
  .mainNav ul li							{ float: left; padding: 0 0; position: relative; }
  .mainNav ul li a						    { color: #ee298b; text-transform: lowercase; font-size: 1.1em; padding: 3px 7px; }
  .mainNav ul li a:hover					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li a.active					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li .sub-nav 				{ z-index: 100; display: none; position: absolute; top: 19px; left: 0px; background: #ee298b; margin: 0; padding: 0 15px 15px 15px; }
  .mainNav ul li:hover>a					{ background: #ee298b; color: #fff; }
  .mainNav ul li:hover .sub-nav 			{ display: block; }
  .mainNav ul li .sub-nav li 				{ margin: 0; padding: 5px 0 0 0; display: block; clear: both; min-width: 100px; }
  .mainNav ul li .sub-nav li a 			{ margin: 0; color: #fff;padding: 6px 0 0 0; height: 18px; line-height: 18px; font-size: 1.1em; display: block; width: auto;  }
  .mainNav ul li .sub-nav li:hover 		{ background: none; }
  .mainNav ul li .sub-nav li a:hover 		{ background: none; color: #2f2f2f; }
  .mainNav ul li .sub-nav li.active 		{ background: none; }

     /* MODEL #####################
################################################################################*/


/*.modelList						{ list-style: none; padding: 2% 0 0 0; margin: 0 0% 0 0; width:100%; height:auto;display:grid;justify-content:space-between;grid-template-columns: auto auto auto auto;}
.modelList li					{ float: none; margin: 0.5% 0% 0.5% 0%; width:calc(90vw * 0.23); height: auto; position: relative; }*/
.modelList li .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 11px; text-align: center; width:100%; height: auto; padding: 60% 0% 60% 0%; }
.modelList li:hover .tabHover	{ display: block; }


.modelInfo					{ float: left; width: 240px; }
.modelInfo .details			{ background: #efefef; padding: 10px 20px; font-size: 13px; }
.modelInfo .details p		{ display: block; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 150px; }
.modelInfo .links			{ padding: 20px 0 0 20px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 5px 20px; margin: -15px 0 15px -20px; font-size: 14px; color: #fff; text-decoration: none; }
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .view		{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: right; width: 804px; }
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 400px; height: 566px; margin: 0 2px 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 13px; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 18px; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		{ background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }

 /* SEARCH & SELECT & SOCIAL #####################
################################################################################*/


.header .headerOutput .social{ position: absolute; top: 5px; right: 0; }
.header .headerOutput .social{position:absolute;width:100%;height:50px;}

.instagram-model {margin:4px; font-size:12px;}


.modelSelect				{ position: absolute; right: 15%; top: 1%; z-index:1000; }
.modelSelect p	 			{ float: left; margin: 0 20px 0 0; display: block; padding: 5px 0 0 0; }
.modelSelect form 			{ float: right; }
.modelSelect form select	{ background: #ee298b; color: #fff; padding: 5px; height: 26px; line-height: 26px; width: 176px; }

.galBar  h2						{ color: #ee298b; font-size: 16px; font-weight: normal; margin: 0 0 10px 0; height: 20px; line-height: 20px; }
.galBar input, .galBar select	{ width: 288px; background: #fff; height: 20px; line-height: 20px; padding: 5px 10px; }
.galBar select					{ width: 308px; background: #fff; padding: 8px; height: 30px; line-height: 30px; }
.galBar .submit					{ font-size:  0;width: 18px; height: 18px; position: absolute; bottom: 16px; right: 35px; background: url(../img/icon_search.png) no-repeat; }
.galBar .submit:hover			{ cursor: pointer; }
.galBar .selectCon 				{ width: 368px; float: right; }
.galBar .searchCon 				{ width: 100%; float: left; position: relative; }
.galBar .selectCon div			{ width: 308px; height: 50px; padding: 30px 30px 5px 30px; background: #e3e3e3; }
.galBar .searchCon div			{ width: 100%; box-sizing: border-box; height: auto; padding: 15px 30px 8px 30px; background: #efefef; }

.sisea-results					{ font-size: 14px; }
.sisea-highlight				{ color: #ee298b; }
.sisea-paging					{ margin: 5px 0 25px 0; background: #efefef; padding: 5px 20px; }
.sisea-current-page  { color: #ee298b; }

ul.modelFilterList        { list-style:none; /*margin-top:5px;padding-top:5px;padding-left:5px;*/ }
ul.modelFilterList li       { float:left; background:#fff; padding: 2px 10px; margin:0 5px 5px 0; }
ul.modelFilterList .currentAtt   { background: #ee298b; color: #fff; }
ul.modelFilterList .currentAtt a    { color:#fff; }

/* NEWS & JOBS #####################
################################################################################*/
    
    .jobscontainer { border:none; width: 100%; display: block; margin: auto; padding:0px; }
    #recommend { display:none; }
    .newscontainer { border:none; width: 100%; display: block; margin: auto; padding:20px; }
    ul.newsList li				{ width:100%; margin-bottom:40px; }
    ul.jobList li				{ width:100%; margin-bottom:20px; }
    
.backLink					{ display: block; position: relative; top: -10px; right: 0; color: #a8a8a8; font-size: 18px; }

#pagcontainer				{ padding: 10px 0 0 0; }
ul.pagination				{ list-style: none; }
ul.pagination li			{ float: left; padding: 0 6px; background: none; width: auto; height: 14px; }
ul.pagination li a			{ display: block; width: auto; height: 14px; background: none; text-align: center; line-height: 14px; font-size: 12px; color: #a8a8a8; }
ul.pagination li a:hover 	{ text-decoration: none; color: #ee298b; }
ul.pagination li a.active	

/* SLIDER ####################
################################################################################*/
/*#slidercontainer {width:100%; height:auto;}
.nivo-controlNav{display:none!important}
.nivo-nextNav,.nivo-prevNav{text-indent:-9999px}
.nivoSlider 					{ position:relative; }
.nivoSlider a					{ text-decoration: none; }
.nivoSlider img 				{ position:absolute; top:0px; left:0px; }
.nivoSlider a.nivo-imageLink 	{ position:absolute; top:0px; left:0px; width:100%; height:auto; max-height: 440px; border:0; padding:0; margin:0; z-index:60; display:none; }
.nivo-slice 					{ display:block; position:absolute; z-index:50; height:100%; }
.nivo-caption 					{ position:absolute; right:0; bottom:13px; z-index:89; height: auto; width: 35%; background: url(../img/cap_bg.png) repeat; }
.nivo-caption h2				{ margin-top:15%;font-size: 1.5em; color: #ee298b; padding: 0 0 10px 0; font-weight: 100; line-height: 1.7em; }
.nivo-caption p 				{ width: 90%; margin:0; font-size: 1em; color: #2e2e2e; line-height: 20px; font-weight: normal; }
.nivo-caption a 				{ display:block; color: #ee298b; font-size: 1em; height: 20px; line-height: 20px; background: url(../img/bkg_arrow_next_white.png) no-repeat left top; padding: 0 0 0 25px; margin: 15px 0 0 0; }
.nivo-caption a:hover			{ color: #2f2f2f; text-decoration: none; }
.nivo-html-caption 				{ display:none; }
.nivo-directionNav a 			{ position:absolute; top:45%; z-index:99; cursor:pointer; }
.nivo-prevNav 					{ left:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_left.png) no-repeat; }
.nivo-nextNav 					{ right:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_right.png) no-repeat; }
.slider 						{ position: relative; width:100%;  padding:0 0 45% 0; display: block; overflow: visible; }
.slider img 					{ position:absolute; top:0px; left:0px; display:none; width:100%;}
.slider a 						{ border:0; display:block; }
.nivo-controlNav 				{ position:absolute; bottom: 10px; right: 20px; }
.nivo-controlNav a 				{ position: relative; z-index:99; cursor:pointer; display:block; width:19px; height:18px; background:url(../img/slider_nav_dots.png) no-repeat; background-position: right; font-size: 0px; color: transparent; border:0; margin-left:6px; float:left; }
.nivo-controlNav a.active 		{ background:url(../img/slider_nav_dots.png) no-repeat; background-position: left; }*/


.modelSelect-front				{ position: absolute; right: 0%; top: 23%; }
.modelSelect-front p	 			{ display: none;}
.modelSelect-front form 			{ float: right; }
.modelSelect-front form select	{ background: #ee298b; color: #fff; padding: 5px; height: 26px; line-height: 26px; width: 176px; }



/* TABS #####################
################################################################################*/

.startTabsHead							{ margin: 0 auto; width: 81%; padding: 2% 0 1% 0; position: relative; }
.startTabsHead span						{ display: block; color:#ee298b; font-size: 1.4em; }
.startTabs								{ margin: 1% auto; width: 81%; }
.startTabs .modelTab					{ width: 30%; height: auto; position: relative; float: left; }
.startTabs .modelTab .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 14px; text-align: center; width: 96%; height: auto; padding: 61% 0 60% 0; }
.startTabs .modelTab:hover .tabHover	{ display: block; }
.startTabs .spacer						{ padding: 0 10px 0 0; }

.startTabs .modelhome {width: 30%; }

/* FOOTER #####################
################################################################################*/

#footer .footerButton					{ cursor: pointer; background: url(../img/panel_Button.png) no-repeat; background-position: top left !important; height: 25px; line-height: 25px; font-weight: 100; display: block; margin: 0 0 5px 0; width: 81%; color: #ee298b; text-align: left;  }
#footer .footerMain						{ width: 100%; background: #ee298b; }
#footer .footerHead					    { position: relative; margin: 0 auto; width: 50%; font-size: 12px; line-height: 18px; background: #ee298b; padding: 10px 0 10px 0; }
#footer .footerHeadContent				{ width: 50%; float: right; color: #fff; display: flex; }
#footer .footerHeadContent h3			{ font-weight: 100; font-size: 18px; display: flex; margin:0 15px;white-space: nowrap; flex-wrap: nowrap; }
#footer .firstHead						{ display:none; }

#footer .footerOutput					{ display: none; position: relative; margin: 0 auto; width: 100%; font-size: 12px; line-height: 18px; background: #ee298b; height: auto; }
#footer .footerContent					{ width: 45%; float: left; color: #fff; }
#footer .footerSpace					{ margin: 0 40px 0 0; }
#footer .footerOutput a					{ color: #999; text-decoration: underline; }
#footer .footerOutput ul				{ list-style: none; margin: 0 0 15px 0; }
#footer .footerOutput ul li				{ padding: 0 0 8px 0; }
#footer .footerOutput ul li a			{ display:  block; height: 14px; line-height: 14px; color: #fff; text-decoration: none; cursor: pointer; background: url(../img/arrow_white.png) no-repeat left top; padding: 0 0 0 25px; }
#footer .footerOutput ul li a:hover		{ color: #2f2f2f; text-decoration: none; background-position: left bottom; }
#footer .footerOutput ul.navSpace		{ padding: 0 0 0 100px; }
#footer .footerContent p {display:none;}
#footer .fhlogininput {width:50%;}
#footer .fhloginbutton { margin: -10% 13% 0 0;}

.fActive .footerMain					{ -moz-box-shadow: 0 0 15px #333; -webkit-box-shadow: 0 0 15px #333; box-shadow: 0 0 15px #333; }

.scrollToTop_show {
    opacity: 1;
    bottom: 10px!important;
}

/*Contact Forms*/
.contactRight {
    float: left !important;
    width: 100% !important;
    margin: 68px 0 0 0!important;
}

.contactLeft {
    float: left !important;
    width: 100% !important;

}

.inquiry {padding: 0 0 0 53%;}

/*MODEL*/
.modelInfo					{ float: left; width: 23%; }
.modelInfo .details			{ background: #efefef; padding: 3% 6%; font-size: 0.8em; }
.modelInfo .details p		{ display: block; clear:both; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 50%; }
.modelInfo .links			{ padding: 20px 0 0 0px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 29px 20px; margin: -15px 0 15px 0px; font-size: 14px; color: #fff; text-decoration: none; box-sizing:border-box;}
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{background-size: 20px; display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 0.9em!important; }
.modelInfo .links .view		{ display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 12px; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: left; width: 73%; margin-left:3%;}
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 100%; height: auto; margin: 0 0 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 0.8em; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 1.2em; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		 		{ background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }    

a.fancybox-media {padding-left:20px;}

}

/* Larger than tablet */
@media (min-width: 750px) and (max-width:1000px) {

    .no-col-padding .six.columns { width:50%; padding:0 1px; margin:0; }
    
a#callnow { display:none; }
    #recommend { font-size:12px; }
/* CONTAINER #################
################################################################################*/


.header							{ height: 125px; border-bottom: 1px solid #a8a8a8; }
.header .headerOutput			{ margin: 0 auto; width: 90%; position: relative; }
.header	.headerOutput .logo		{ position: absolute; left: 0; top: 25px; }
.header	.headerOutput .mainNav	{ position: absolute; right: 0; top: 95px; }

.startContent			{ margin: 0 auto; width: 84%; height: auto; padding: 30px 0 0 0; }
.textContent			{ margin: 0 auto; width: 90%; min-height: 150px; padding: 30px 0 10px 0; font-size: 18px; line-height: 24px; position: relative; }
.textContent h1			{ color: #ee298b; font-size: 24px; font-weight: 100; margin: 0 0 20px 0; }
.textContent h1	span	{ color: #a8a8a8; }
.textContent h3			{ color: #999; font-size: 20px; font-weight: 100; margin: 0 0 20px 0; }


.breadcrumbs							{ padding: 0 0 50px 0; }
.breadcrumbs .breadText					{ float: left; line-height: 20px; height: 20px; color: #777777; }
.breadcrumbs .B_crumbBox				{ float: left; list-style: none; height: 20px; padding: 0;  }
.breadcrumbs .B_crumbBox li 			{ display: inline-block; line-height: 20px; margin: 0 0 0 5px; height: 20px; background: url(../img/bkg_arrow_next_white.png) top left; background-repeat: no-repeat; padding: 0 0 0 26px; }
.breadcrumbs .B_crumbBox li a			{ color: #999; }
.breadcrumbs .B_crumbBox li:first-child { background: none; padding: 0; }

/*Navigation*/
  /* NAVIGATION #################
  ################################################################################*/

  .mainNav ul								{ list-style: none; }
  .mainNav ul li							{ float: left; padding: 0 0; position: relative; }
  .mainNav ul li a						    { color: #ee298b; text-transform: lowercase; font-size: 1.1em; padding: 4px 7px; }
  .mainNav ul li a:hover					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li a.active					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li .sub-nav 				{ z-index: 100; display: none; position: absolute; top: 20px; left: 0px; background: #ee298b; margin: 0; padding: 0 15px 15px 15px; }
  .mainNav ul li:hover>a					{ background: #ee298b; color: #fff; }
  .mainNav ul li:hover .sub-nav 			{ display: block; }
  .mainNav ul li .sub-nav li 				{ margin: 0; padding: 5px 0 0 0; display: block; clear: both; min-width: 100px; }
  .mainNav ul li .sub-nav li a 			{ margin: 0; color: #fff;padding: 6px 0 0 0; height: 18px; line-height: 18px; font-size: 1.1em; display: block; width: auto;  }
  .mainNav ul li .sub-nav li:hover 		{ background: none; }
  .mainNav ul li .sub-nav li a:hover 		{ background: none; color: #2f2f2f; }
  .mainNav ul li .sub-nav li.active 		{ background: none; }
 

/* MODEL #####################
################################################################################*/


/*.modelList						{ list-style: none; padding: 2% 0 0 0; margin: 0 0% 0 0; width:100%; height:auto;display:grid;justify-content:space-between;grid-template-columns: auto auto auto auto;}
.modelList li					{ float: none; margin: 0.5% 0% 0.5% 0%; width:calc(90vw * 0.23); height: auto; position: relative; }*/
.modelList li .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 14px; text-align: center; width:100%; height: auto; padding: 62% 0% 62% 0%; }
.modelList li:hover .tabHover	{ display: block; }


.modelInfo					{ float: left; width: 240px; }
.modelInfo .details			{ background: #efefef; padding: 10px 20px; font-size: 13px; }
.modelInfo .details p		{ display: block; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 150px; }
.modelInfo .links			{ padding: 20px 0 0 20px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 5px 20px; margin: -15px 0 15px -20px; font-size: 14px; color: #fff; text-decoration: none; }
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .view		{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: right; width: 804px; }
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 400px; height: 566px; margin: 0 2px 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 13px; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 18px; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		{ background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }


/* SEARCH & SELECT & SOCIAL #####################
  ################################################################################*/

/*
  .header .headerOutput .mainNav ul li:hover .sub-nav{display:block}
  .header .headerOutput .social .facebook{display:inline-block;width:25px;height:25px;margin:0px 5px;background:url(../img/icon_fb.png) no-repeat}.header .headerOutput .social .youtube{display:inline-block;width:25px;height:25px;background:url(../img/icon_yt.png) no-repeat}.header .headerOutput .social .instagram{display:inline-block;width:25px;height:25px;margin:0px 5px;background:url(../img/icon_in.png) no-repeat}.header .headerOutput .social .google{display:inline-block;width:25px;height:25px;background:url(../img/icon_go.png) no-repeat}
  .header .headerOutput .social{position:absolute;width:100%;margin-left:0vw;margin-right:0;top:-40px;left:0;bottom:0;right:0;height:50px;text-align:center}
  
*/
 
  
  /* SEARCH & SELECT & SOCIAL #####################
################################################################################*/
.header .headerOutput .social .facebook,.header .headerOutput .social .google,.header .headerOutput .social .instagram,.header .headerOutput .social .youtube{float:right}

.header .headerOutput .social			{ position: absolute; top: 10px; right: 0; }
.header .headerOutput .social{position:absolute;width:100%;height:50px;text-align:center}

.instagram-model {margin:4px; font-size:12px; margin-top: 10px;}


.modelSelect				{ position: absolute; right: 24%; top: 1%; }
.modelSelect p	 			{ float: left; margin: 0 20px 0 0; display: block; padding: 5px 0 0 0; }
.modelSelect form 			{ float: right; }
.modelSelect form select	{ background: #ee298b; color: #fff; padding: 5px; height: 26px; line-height: 26px; width: 176px; float:none;}

.galBar  h2						{ color: #ee298b; font-size: 16px; font-weight: normal; margin: 0 0 10px 0; height: 20px; line-height: 20px; }
.galBar input, .galBar select	{ width: 288px; background: #fff; height: 20px; line-height: 20px; padding: 5px 10px; }
.galBar select					{ width: 308px; background: #fff; padding: 8px; height: 30px; line-height: 30px; }
.galBar .submit					{ font-size:  0;width: 18px; height: 18px; position: absolute; bottom: 16px; right: 35px; background: url(../img/icon_search.png) no-repeat; }
.galBar .submit:hover			{ cursor: pointer; }
.galBar .selectCon 				{ width: 368px; float: right; }
.galBar .searchCon 				{ width: 100%; float: left; position: relative; }
.galBar .selectCon div			{ width: 308px; height: 50px; padding: 30px 30px 5px 30px; background: #e3e3e3; }
.galBar .searchCon div			{ width: 100%; box-sizing: border-box; height: auto; padding: 15px 30px 8px 30px; background: #efefef; }

.sisea-results					{ font-size: 14px; }
.sisea-highlight				{ color: #ee298b; }
.sisea-paging					{ margin: 5px 0 25px 0; background: #efefef; padding: 5px 20px; }
.sisea-current-page  { color: #ee298b; }

ul.modelFilterList        { list-style:none; }
ul.modelFilterList li       { float:left; background:#fff; padding: 2px 10px; margin:0 5px 5px 0; }
ul.modelFilterList .currentAtt   { background: #ee298b; color: #fff; }
ul.modelFilterList .currentAtt a    { color:#fff; }

/* NEWS & JOBS #####################
################################################################################*/

ul.newsList li				{ width:49%; margin-bottom:40px; }
ul.jobList li				{ width:49%; margin-bottom:40px; }

.backLink					{ display: block; position: absolute; top: 0px; right: 0; color: #a8a8a8; font-size: 18px; }

#pagcontainer				{ padding: 10px 0 0 0; }
ul.pagination				{ list-style: none; }
ul.pagination li			{ float: left; padding: 0 6px; background: none; width: auto; height: 14px; }
ul.pagination li a			{ display: block; width: auto; height: 14px; background: none; text-align: center; line-height: 14px; font-size: 12px; color: #a8a8a8; }
ul.pagination li a:hover 	{ text-decoration: none; color: #ee298b; }
ul.pagination li a.active	{ width: auto; height: 14px; text-align: center; line-height: 14px; font-size: 12px; color: #ee298b; }

/* SLIDER ####################
################################################################################*/
/*#slidercontainer {width:100%; height:auto;}
.nivo-controlNav{display:none!important}
.nivo-nextNav,.nivo-prevNav{text-indent:-9999px}
.nivoSlider 					{ position:relative; }
.nivoSlider a					{ text-decoration: none; }
.nivoSlider img 				{ position:absolute; top:0px; left:0px; }
.nivoSlider a.nivo-imageLink 	{ position:absolute; top:0px; left:0px; width:100%; height:auto; max-height: 440px; border:0; padding:0; margin:0; z-index:60; display:none; }
.nivo-slice 					{ display:block; position:absolute; z-index:50; height:100%; }
.nivo-caption 					{ position:absolute; right:0; bottom:0; z-index:89; height: auto; width: 35%; background: url(../img/cap_bg.png) repeat; }
.nivo-caption h2				{ margin-top:45%;font-size: 1.5em; color: #ee298b; padding: 0 0 10px 0; font-weight: 100; line-height: 1.7em; }
.nivo-caption p 				{ width: 90%; margin:0; font-size: 1em; color: #2e2e2e; line-height: 20px; font-weight: normal; }
.nivo-caption a 				{ display:block; color: #ee298b; font-size: 1em; height: 20px; line-height: 20px; background: url(../img/bkg_arrow_next_white.png) no-repeat left top; padding: 0 0 0 25px; margin: 15px 0 0 0; }
.nivo-caption a:hover			{ color: #2f2f2f; text-decoration: none; }
.nivo-html-caption 				{ display:none; }
.nivo-directionNav a 			{ position:absolute; top:45%; z-index:99; cursor:pointer; }
.nivo-prevNav 					{ left:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_left.png) no-repeat; }
.nivo-nextNav 					{ right:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_right.png) no-repeat; }
.slider 						{ position: relative; width:100%;  padding:0 0 45% 0; display: block; overflow: visible; }
.slider img 					{ position:absolute; top:0px; left:0px; display:none; width:100%;}
.slider a 						{ border:0; display:block; }
.nivo-controlNav 				{ position:absolute; bottom: 10px; right: 20px; }
.nivo-controlNav a 				{ position: relative; z-index:99; cursor:pointer; display:block; width:19px; height:18px; background:url(../img/slider_nav_dots.png) no-repeat; background-position: right; font-size: 0px; color: transparent; border:0; margin-left:6px; float:left; }
.nivo-controlNav a.active 		{ background:url(../img/slider_nav_dots.png) no-repeat; background-position: left; }*/


.modelSelect-front				{ position: absolute; right: 0; top: 30%; }
.modelSelect-front p	 			{ float: left; margin: 0 20px 0 0; display: block; padding: 5px 0 0 0; }
.modelSelect-front form 			{ float: right; }
.modelSelect-front form select	{ background: #ee298b; color: #fff; padding: 5px; height: 26px; line-height: 26px; width: 176px; }



/* TABS #####################
################################################################################*/

.startTabsHead							{ margin: 0 auto; width: 84%; padding: 2% 0 1% 0; position: relative; }
.startTabsHead span						{ display: block; color:#ee298b; font-size: 20px; }
.startTabs								{ margin: 1% auto; width: 84%; }
.startTabs .modelTab					{ width: 23%; height: auto; position: relative; float: left; }
.startTabs .modelTab .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 14px; text-align: center; width: 96%; height: auto; padding: 61% 0 60% 0; }
.startTabs .modelTab:hover .tabHover	{ display: block; }
.startTabs .spacer						{ padding: 0 10px 0 0; }

/*.startTabs .modelhome {width: 23%; }*/

/* FOOTER #####################
################################################################################*/

#footer .footerButton					{ cursor: pointer; background: url(../img/panel_Button.png) no-repeat; background-position: top right; height: 25px; line-height: 25px; font-weight: 100; display: block; margin: 0 auto 5px auto; width: 81%; color: #ee298b; text-align: right;  }
#footer .footerMain						{ width: 100%; background: #ee298b; }
#footer .footerHead					    { position: relative; margin: 0 auto; width: 50%; font-size: 12px; line-height: 18px; background: #ee298b; padding: 15px 0 15px 0; }
#footer .footerHeadContent				{ width: 50%; float: right; color: #fff; display: flex; }
#footer .footerHeadContent h3			{ font-weight: 100; font-size: 18px; display: flex; margin:0 15px;white-space: nowrap; }
#footer .firstHead						{ display:none; }

#footer .footerOutput					{ display: none; position: relative; margin: 0 auto; width: 100%; font-size: 12px; line-height: 18px; background: #ee298b; height: auto; }
#footer .footerContent					{ width: 45%; float: left; color: #fff; }
#footer .footerSpace					{ margin: 0 40px 0 0; }
#footer .footerOutput a					{ color: #999; text-decoration: underline; }
#footer .footerOutput ul				{ list-style: none; margin: 0 0 15px 0; }
#footer .footerOutput ul li				{ padding: 0 0 8px 0; }
#footer .footerOutput ul li a			{ display:  block; height: 14px; line-height: 14px; color: #fff; text-decoration: none; cursor: pointer; background: url(../img/arrow_white.png) no-repeat left top; padding: 0 0 0 25px; }
#footer .footerOutput ul li a:hover		{ color: #2f2f2f; text-decoration: none; background-position: left bottom; }
#footer .footerOutput ul.navSpace		{ padding: 0 0 0 100px; }
#footer .footerContent p {display:none;}
#footer .fhlogininput {width:50%;}
#footer .fhloginbutton { margin: -8% 18% 0 0;}

.fActive .footerMain					{ -moz-box-shadow: 0 0 15px #333; -webkit-box-shadow: 0 0 15px #333; box-shadow: 0 0 15px #333; }

.scrollToTop_show {
    opacity: 1;
    bottom: 10px!important;
}

/*Contact Forms*/
.contactRight {
    float: left!important;
    width: 45%!important;
    margin: 68px 0 0 5% !important;
}

.contactLeft {
    float: left!important;
    width: 50%!important;

}

.inquiry {padding: 0 0 0 53%;}

.aboutus .image-col {float:left!important; margin-right:35px!important;}

/*NEWS*/
.news-content {text-align:center;}

/*MODEL*/
.modelInfo					{ float: left; width: 23%; }
.modelInfo .details			{ background: #efefef; padding: 3% 6%; font-size: 15px; }
.modelInfo .details p		{ display: block; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 50%; }
.modelInfo .links			{ padding: 20px 0 0 20px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 5px 20px; margin: -15px 0 15px -20px; font-size: 14px; color: #fff; text-decoration: none; }
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{ display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px -17px; font-size: 14px; }
.modelInfo .links .view		{ display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px -17px; font-size: 14px; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: left; width: 73%; margin-left:3%;}
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 100%; height: auto; margin: 0 0 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 13px; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 18px; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		{ background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }    

}

/* Larger than desktop */
@media (min-width: 1000px) and (max-width:1200px) {

    .no-col-padding .six.columns { width:50%; padding:0 1px; margin:0; }
	
a#callnow { display:none; }

/*Navigation*/
  /* NAVIGATION #################
  ################################################################################*/

  .mainNav ul								{ list-style: none; }
  .mainNav ul li							{ float: left; padding: 0 0; position: relative; }
  .mainNav ul li a						{ color: #ee298b; text-transform: lowercase; font-size: 16px; padding: 6px 12px; }
  .mainNav ul li a:hover					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li a.active					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li .sub-nav 				{ z-index: 100; display: none; position: absolute; top: 22px; left: 0px; background: #ee298b; margin: 0; padding: 0 15px 15px 15px; }
  .mainNav ul li:hover>a					{ background: #ee298b; color: #fff; }
  .mainNav ul li:hover .sub-nav 			{ display: block; }
  .mainNav ul li .sub-nav li 				{ margin: 0; padding: 5px 0 0 0; display: block; clear: both; min-width: 100px; }
  .mainNav ul li .sub-nav li a 			{ margin: 0; color: #fff;padding: 6px 0 0 0; height: 18px; line-height: 18px; font-size: 15px; display: block; width: auto;  }
  .mainNav ul li .sub-nav li:hover 		{ background: none; }
  .mainNav ul li .sub-nav li a:hover 		{ background: none; color: #2f2f2f; }
  .mainNav ul li .sub-nav li.active 		{ background: none; }
 
/* CONTAINER #################
################################################################################*/

.header							{ height: 125px; border-bottom: 1px solid #a8a8a8; }
.header .headerOutput			{ margin: 0 auto; width: 84%; position: relative; }
.header	.headerOutput .logo		{ position: absolute; left: 0; top: 25px; }
.header	.headerOutput .mainNav	{ position: absolute; right: 0; top: 95px; }

.startContent			{ margin: 0 auto; width: 84%; height: auto; padding: 30px 0 0 0; }
.textContent			{ margin: 0 auto; width: 84%; min-height: 150px; padding: 30px 0 10px 0; font-size: 16px; line-height: 22px; position: relative; }
.textContent h1			{ color: #ee298b; font-size: 24px; font-weight: 100; margin: 0 0 20px 0; }
.textContent h1	span	{ color: #a8a8a8; }
.textContent h3			{ color: #999; font-size: 20px; font-weight: 100; margin: 0 0 20px 0; }


.breadcrumbs							{ padding: 0 0 50px 0; }
.breadcrumbs .breadText					{ float: left; line-height: 20px; height: 20px; color: #777777; }
.breadcrumbs .B_crumbBox				{ float: left; list-style: none; height: 20px; padding: 0;  }
.breadcrumbs .B_crumbBox li 			{ display: inline-block; line-height: 20px; margin: 0 0 0 5px; height: 20px; background: url(../img/bkg_arrow_next_white.png) top left; background-repeat: no-repeat; padding: 0 0 0 26px; }
.breadcrumbs .B_crumbBox li a			{ color: #999; }
.breadcrumbs .B_crumbBox li:first-child { background: none; padding: 0; }
/* MODEL #####################
################################################################################*/


/*.modelList						{ list-style: none; padding: 2% 0 0 0; margin: 0 0 0 0; width:100%; height:auto;display:grid;justify-content:space-between;grid-template-columns: auto auto auto auto auto;}
.modelList li					{ float: none; margin: 0.5% 0% 0.5% 0%; width:calc(84vw * 0.19); height: auto; position: relative; }*/
.modelList li .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 14px; text-align: center; width:100%; height: auto; padding: 62% 0% 62% 0%; }
.modelList li:hover .tabHover	{ display: block; }


.modelInfo					{ float: left; width: 240px; }
.modelInfo .details			{ background: #efefef; padding: 10px 20px; font-size: 13px; }
.modelInfo .details p		{ display: block; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 150px; }
.modelInfo .links			{ padding: 20px 0 0 20px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 5px 20px; margin: -15px 0 15px -20px; font-size: 14px; color: #fff; text-decoration: none; }
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .view		{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: right; width: 804px; }
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 400px; height: 566px; margin: 0 2px 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 13px; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 18px; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		{ background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }



/* SEARCH & SELECT & SOCIAL #####################
################################################################################*/
.header .headerOutput .social .facebook,.header .headerOutput .social .google,.header .headerOutput .social .instagram,.header .headerOutput .social .youtube{float:right}

.header .headerOutput .social			{ position: absolute; top: 10px; right: 0; }
.header .headerOutput .social{position:absolute;width:100%;height:50px;text-align:center}

.instagram-model {margin:20px 0; font-size:14px;}


.modelSelect				{ position: absolute; right: 18%; top: 1%; }
.modelSelect p	 			{ float: left; margin: 0 20px 0 0; display: block; padding: 5px 0 0 0; }
.modelSelect form 			{ float: right; }
.modelSelect form select	{ background: #ee298b; color: #fff; padding: 5px; height: 26px; line-height: 26px; width: 176px; }

.galBar  h2						{ color: #ee298b; font-size: 16px; font-weight: normal; margin: 0 0 10px 0; height: 20px; line-height: 20px; }
.galBar input, .galBar select	{ width: 288px; background: #fff; height: 20px; line-height: 20px; padding: 5px 10px; }
.galBar select					{ width: 308px; background: #fff; padding: 8px; height: 30px; line-height: 30px; }
.galBar .submit					{ font-size:  0;width: 18px; height: 18px; position: absolute; bottom: 16px; right: 35px; background: url(../img/icon_search.png) no-repeat; }
.galBar .submit:hover			{ cursor: pointer; }
.galBar .selectCon 				{ width: 368px; float: right; }
.galBar .searchCon 				{ width: 100%; float: left; position: relative; }
.galBar .selectCon div			{ width: 308px; height: 50px; padding: 30px 30px 5px 30px; background: #e3e3e3; }
.galBar .searchCon div			{ width: 100%; box-sizing: border-box; height: auto; padding: 15px 30px 8px 30px; background: #efefef; }

.sisea-results					{ font-size: 14px; }
.sisea-highlight				{ color: #ee298b; }
.sisea-paging					{ margin: 5px 0 25px 0; background: #efefef; padding: 5px 20px; }
.sisea-current-page  { color: #ee298b; }

ul.modelFilterList        { list-style:none; }
ul.modelFilterList li       { float:left; background:#fff; padding: 2px 10px; margin:0 5px 5px 0; }
ul.modelFilterList .currentAtt   { background: #ee298b; color: #fff; }
ul.modelFilterList .currentAtt a    { color:#fff; }

/* NEWS & JOBS #####################
################################################################################*/

.backLink					{ display: block; position: absolute; top: 0px; right: 0; color: #a8a8a8; font-size: 18px; }

#pagcontainer				{ padding: 10px 0 0 0; }
ul.pagination				{ list-style: none; }
ul.pagination li			{ float: left; padding: 0 6px; background: none; width: auto; height: 14px; }
ul.pagination li a			{ display: block; width: auto; height: 14px; background: none; text-align: center; line-height: 14px; font-size: 12px; color: #a8a8a8; }
ul.pagination li a:hover 	{ text-decoration: none; color: #ee298b; }
ul.pagination li a.active	{ width: auto; height: 14px; text-align: center; line-height: 14px; font-size: 12px; color: #ee298b; }

/* SLIDER ####################
################################################################################*/
/*#slidercontainer {width:100%; height:auto;}
.nivo-controlNav{display:none!important}
.nivo-nextNav,.nivo-prevNav{text-indent:-9999px}
.nivoSlider 					{ position:relative; }
.nivoSlider a					{ text-decoration: none; }
.nivoSlider img 				{ position:absolute; top:0px; left:0px; }
.nivoSlider a.nivo-imageLink 	{ position:absolute; top:0px; left:0px; width:100%; height:auto; max-height: 440px; border:0; padding:0; margin:0; z-index:60; display:none; }
.nivo-slice 					{ display:block; position:absolute; z-index:50; height:100%; }
.nivo-caption 					{ position:absolute; right:0; bottom:0; z-index:89; height: auto; width: 35%; background: url(../img/cap_bg.png) repeat; }
.nivo-caption h2				{ margin-top:50%;font-size: 22px; color: #ee298b; padding: 0 0 10px 0; font-weight: 100; line-height: 26px; }
.nivo-caption p 				{ width: 250px; margin:0; font-size: 13px; color: #2e2e2e; line-height: 20px; font-weight: normal; }
.nivo-caption a 				{ display:block; color: #ee298b; font-size: 13px; height: 20px; line-height: 20px; background: url(../img/bkg_arrow_next_white.png) no-repeat left top; padding: 0 0 0 25px; margin: 15px 0 0 0; }
.nivo-caption a:hover			{ color: #2f2f2f; text-decoration: none; }
.nivo-html-caption 				{ display:none; }
.nivo-directionNav a 			{ position:absolute; top:45%; z-index:99; cursor:pointer; }
.nivo-prevNav 					{ left:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_left.png) no-repeat; }
.nivo-nextNav 					{ right:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_right.png) no-repeat; }
.slider 						{ position: relative; width:100%;  padding:0 0 45% 0; display: block; overflow: visible; }
.slider img 					{ position:absolute; top:0px; left:0px; display:none; width:100%;}
.slider a 						{ border:0; display:block; }
.nivo-controlNav 				{ position:absolute; bottom: 10px; right: 20px; }
.nivo-controlNav a 				{ position: relative; z-index:99; cursor:pointer; display:block; width:19px; height:18px; background:url(../img/slider_nav_dots.png) no-repeat; background-position: right; font-size: 0px; color: transparent; border:0; margin-left:6px; float:left; }
.nivo-controlNav a.active 		{ background:url(../img/slider_nav_dots.png) no-repeat; background-position: left; }*/


.modelSelect-front				{ position: absolute; right: 0; top: 40%; }
.modelSelect-front p	 			{ float: left; margin: 0 20px 0 0; display: block; padding: 5px 0 0 0; }
.modelSelect-front form 			{ float: right; }
.modelSelect-front form select	{ background: #ee298b; color: #fff; padding: 5px; height: 26px; line-height: 26px; width: 176px; }

/*NEWS*/
.news-content {text-align:center;}



/* TABS #####################
################################################################################*/

.startTabsHead							{ margin: 0 auto; width: 84%; padding: 2% 0 1% 0; position: relative; }
.startTabsHead span						{ display: block; color:#ee298b; font-size: 20px; }
.startTabs								{ margin: 2% auto; width: 84%; }
.startTabs .modelTab					{ width: 19%; height: auto; position: relative; float: left; }
.startTabs .modelTab .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 14px; text-align: center; width: 96%; height: auto; padding: 61% 0 60% 0; }
.startTabs .modelTab:hover .tabHover	{ display: block; }
.startTabs .spacer						{ padding: 0 8px 0 0; }

/*.startTabs .modelhome {width: 19%; }*/

/* FOOTER #####################
################################################################################*/

#footer .footerButton					{ cursor: pointer; background: url(../img/panel_Button.png) no-repeat; background-position: top right; height: 25px; line-height: 25px; font-weight: 100; display: block; margin: 0 auto 5px auto; width: 81%; color: #ee298b; text-align: right;  }
#footer .footerMain						{ width: 100%; background: #ee298b; }
#footer .footerHead					    { position: relative; margin: 0 auto; width: 81%; font-size: 12px; line-height: 18px; background: #ee298b; padding: 15px 0 15px 0; }
#footer .footerHeadContent				{ width: 34%; float: right; color: #fff; display: flex; }
#footer .footerHeadContent h3			{ font-weight: 100; font-size: 18px; display: flex; margin:0 15px;white-space: nowrap; }
#footer .firstHead						{ float: left !important; width: 30%; }

#footer .footerOutput					{ display: none; position: relative; margin: 0 auto; width: 81%; font-size: 12px; line-height: 18px; background: #ee298b; height: auto; }
#footer .footerContent					{ width: 28%; float: left; color: #fff; }
#footer .footerSpace					{ margin: 0 40px 0 0; }
#footer .footerOutput a					{ color: #999; text-decoration: underline; }
#footer .footerOutput ul				{ list-style: none; margin: 0 0 15px 0; }
#footer .footerOutput ul li				{ padding: 0 0 8px 0; }
#footer .footerOutput ul li a			{ display:  block; height: 14px; line-height: 14px; color: #fff; text-decoration: none; cursor: pointer; background: url(../img/arrow_white.png) no-repeat left top; padding: 0 0 0 25px; }
#footer .footerOutput ul li a:hover		{ color: #2f2f2f; text-decoration: none; background-position: left bottom; }
#footer .footerOutput ul.navSpace		{ padding: 0 0 0 100px; }
#footer .footerContent p {width:140%;}
#footer .fhlogininput {width:50%;}
#footer .fhloginbutton { margin: -12% 8% 0 0;}

.fActive .footerMain					{ -moz-box-shadow: 0 0 15px #333; -webkit-box-shadow: 0 0 15px #333; box-shadow: 0 0 15px #333; }

.scrollToTop_show {
    opacity: 1;
    bottom: 10px!important;
}

/*Contact Forms*/
.contactRight {
    float: left!important;
    width: 35%!important;
    margin: 68px 0 0 5%!important;
}

.contactLeft {
    float: left!important;
    width: 60%!important;

}

.inquiry {padding: 0 0 0 53%;}

.aboutus .image-col {float:left!important; margin-right:35px!important;}

/*MODEL*/
.modelInfo					{ float: left; width: 100%; }
.modelInfo .details			{ background: #efefef; padding: 3% 6%; font-size: 15px; }
.modelInfo .details p		{ display: block; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 50%; }
.modelInfo .links			{ padding: 20px 0 0 0px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 29px 20px; margin: -15px 0 15px 0px; font-size: 14px; color: #fff; text-decoration: none;box-sizing: border-box; }
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{ display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .view		{ display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: left; width: 100%; margin-left:0;}
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 100%; height: auto; margin: 0 0 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 13px; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 18px; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		{ background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }    
    
    
}

/* Larger than Desktop HD */
@media only screen and (min-width: 1200px) {

    .row-padding { margin:0 13% 2px 13% !important; }
    .no-col-padding .six.columns { width:50%; padding:0 1px; margin:0; }
    
    .border-pink { border:1px solid #EE298B; margin:20px 13% 20px 13%; }
    
a#callnow { display:none; }

/* CONTAINER #################
################################################################################*/

.header							{ height: 125px; border-bottom: 1px solid #a8a8a8; }
.header .headerOutput			{ margin: 0 auto; width: 84%; position: relative; }
.header	.headerOutput .logo		{ position: absolute; left: 0; top: 25px; }
.header	.headerOutput .mainNav	{ position: absolute; right: 0; top: 95px; display: block !important; }

.startContent			{ margin: 0 auto; width: 84%; height: auto; padding: 30px 0 0 0; }
.textContent			{ margin: 0 auto; width: 84%; min-height: 150px; padding: 30px 0 10px 0; font-size: 16px; line-height: 22px; position: relative; }
.textContent h1			{ color: #ee298b; font-size: 24px; font-weight: 100; margin: 0 0 20px 0; }
.textContent h1	span	{ color: #a8a8a8; }
.textContent h3			{ color: #999; font-size: 20px; font-weight: 100; margin: 0 0 20px 0; }


.breadcrumbs							{ padding: 0 0 50px 0; }
.breadcrumbs .breadText					{ float: left; line-height: 20px; height: 20px; color: #777777; }
.breadcrumbs .B_crumbBox				{ float: left; list-style: none; height: 20px; line-height: 20px!important; padding: 0;  }
.breadcrumbs .B_crumbBox li 			{ display: inline-block; line-height: 20px; margin: 0 0 0 5px; height: 20px; background: url(../img/bkg_arrow_next_white.png) top left; background-repeat: no-repeat; padding: 0 0 0 26px; }
.breadcrumbs .B_crumbBox li a			{ color: #999; }
.breadcrumbs .B_crumbBox li:first-child { background: none; padding: 0; }

/*Navigation*/
  /* NAVIGATION #################
  ################################################################################*/

  .mainNav ul								{ list-style: none; }
  .mainNav ul li							{ float: left; padding: 0 2px; position: relative; }
  .mainNav ul li a						{ color: #ee298b; text-transform: lowercase; font-size: 16px; padding: 8px 15px; }
  .mainNav ul li a:hover					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li a.active					{ background: #ee298b; color: #fff; text-decoration: none; }
  .mainNav ul li .sub-nav 				{ z-index: 100; display: none; position: absolute; top: 25px; left: 2px; background: #ee298b; margin: 0; padding: 0 15px 15px 15px; }
  .mainNav ul li:hover>a					{ background: #ee298b; color: #fff; }
  .mainNav ul li:hover .sub-nav 			{ display: block !important; }
  .mainNav ul li .sub-nav li 				{ margin: 0; padding: 5px 0 0 0; display: block; clear: both; min-width: 100px; }
  .mainNav ul li .sub-nav li a 			{ margin: 0; color: #fff;padding: 6px 0 0 0; height: 18px; line-height: 18px; font-size: 15px; display: block; width: auto;  }
  .mainNav ul li .sub-nav li:hover 		{ background: none; }
  .mainNav ul li .sub-nav li a:hover 		{ background: none; color: #2f2f2f; }
  .mainNav ul li .sub-nav li.active 		{ background: none; }


/* MODEL #####################
################################################################################*/
/*.modelList li:first-child {margin-left: 0!important; }*/

/*.modelList						{ list-style: none;  padding: 2% 0 0 0; margin: 0 0% 0 0;display:grid;justify-content:space-between;grid-template-columns: auto auto auto auto auto auto;}*/
/*.modelList li					{ float: none; margin: 0.5% 0 0.5% 0%; width:calc(84vw * 0.157); height: auto; position: relative; }*/
.modelList li .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 14px; text-align: center; width:100%; height: auto; padding: 63% 0% 62% 0%; }
.modelList li:hover .tabHover	{ display: block; }

/*remove margin every six child*/
.modelList li:nth-child(6n+6) {margin-right: 0!important; }


.modelInfo					{ float: left; width: 240px; }
.modelInfo .details			{ background: #efefef; padding: 10px 20px; font-size: 13px; }
.modelInfo .details p		{ display: block; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 150px; }
.modelInfo .links			{ padding: 20px 0 0 20px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 5px 20px; margin: -15px 0 15px -20px; font-size: 14px; color: #fff; text-decoration: none; }
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .view		{ display: block; width: 100px; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: right; width: 804px; }
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 400px; height: 566px; margin: 0 2px 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 13px; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 18px; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		{ background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }

/* SEARCH & SELECT & SOCIAL #####################
################################################################################*/
.instagram-model {margin:20px 0; font-size:14px;}
.header .headerOutput .social .facebook,.header .headerOutput .social .google,.header .headerOutput .social .instagram,.header .headerOutput .social .youtube{float:right}

.header .headerOutput .social			{ position: absolute; top: 10px; right: 0; }
.header .headerOutput .social{position:absolute;width:100%;height:50px;text-align:center}


.modelSelect				{ position: absolute; right: 15%; top: 1%; }
.modelSelect p	 			{ float: left; margin: 0 20px 0 0; display: block; padding: 5px 0 0 0; }
.modelSelect form 			{ float: right; }
.modelSelect form select	{ background: #ee298b; color: #fff; padding: 5px; height: 26px; line-height: 26px; width: 176px; }

.galBar  h2						{ color: #ee298b; font-size: 16px; font-weight: normal; margin: 0 0 10px 0; height: 20px; line-height: 20px; }
.galBar input, .galBar select	{ width: 288px; background: #fff; height: 20px; line-height: 20px; padding: 5px 10px; }
.galBar select					{ width: 308px; background: #fff; padding: 8px; height: 30px; line-height: 30px; }
.galBar .submit					{ font-size:  0;width: 18px; height: 18px; position: absolute; bottom: 16px; right: 35px; background: url(../img/icon_search.png) no-repeat; }
.galBar .submit:hover			{ cursor: pointer; }
.galBar .selectCon 				{ width: 368px; float: right; }
.galBar .searchCon 				{ width: 100%; float: left; position: relative; }
.galBar .selectCon div			{ width: 308px; height: 50px; padding: 30px 30px 5px 30px; background: #e3e3e3; }
.galBar .searchCon div			{ width: 100%; box-sizing: border-box; height: auto; padding: 15px 3.5% 8px 30px; background: #efefef; }

.sisea-results					{ font-size: 14px; }
.sisea-highlight				{ color: #ee298b; }
.sisea-paging					{ margin: 5px 0 25px 0; background: #efefef; padding: 5px 20px; }
.sisea-current-page  { color: #ee298b; }

ul.modelFilterList        { list-style:none; }
ul.modelFilterList li       { float:left; background:#fff; padding: 2px 10px; margin:0 5px 5px 0; }
ul.modelFilterList .currentAtt   { background: #ee298b; color: #fff; }
ul.modelFilterList .currentAtt a    { color:#fff; }

/* NEWS & JOBS #####################
################################################################################*/

.news-content {text-align:center;margin-left: auto;
    margin-right: auto;
    width: 80%;}
.newsArticle h1 {text-align: center;}
.backLink					{ display: block; position: absolute; top: 0px; right: 0; color: #a8a8a8; font-size: 18px; }

#pagcontainer				{ padding: 10px 0 0 0; }
ul.pagination				{ list-style: none; }
ul.pagination li			{ float: left; padding: 0 6px; background: none; width: auto; height: 14px; }
ul.pagination li a			{ display: block; width: auto; height: 14px; background: none; text-align: center; line-height: 14px; font-size: 12px; color: #a8a8a8; }
ul.pagination li a:hover 	{ text-decoration: none; color: #ee298b; }
ul.pagination li a.active	{ width: auto; height: 14px; text-align: center; line-height: 14px; font-size: 12px; color: #ee298b; }

/* SLIDER ####################
################################################################################*/
/*#slidercontainer {width:100%; height:auto;}
.nivo-controlNav{display:none!important}
.nivo-nextNav,.nivo-prevNav{text-indent:-9999px}
.nivoSlider 					{ position:relative; }
.nivoSlider a					{ text-decoration: none; }
.nivoSlider img 				{ position:absolute; top:0px; left:0px; }
.nivoSlider a.nivo-imageLink 	{ position:absolute; top:0px; left:0px; width:100%; height:auto; max-height: 440px; border:0; padding:0; margin:0; z-index:60; display:none; }
.nivo-slice 					{ display:block; position:absolute; z-index:50; height:100%; }
.nivo-caption 					{ position:absolute; right:0; bottom:0; z-index:89; height: auto; width: 25%; background: url(../img/cap_bg.png) repeat; }
.nivo-caption h2				{ margin-top:60%;font-size: 1.8em; color: #ee298b; padding: 0 0 10px 0; font-weight: 100; line-height: 1.9em; }
.nivo-caption p 				{ width: 250px; margin:0; font-size: 13px; color: #2e2e2e; line-height: 20px; font-weight: normal; }
.nivo-caption a 				{ display:block; color: #ee298b; font-size: 13px; height: 20px; line-height: 20px; background: url(../img/bkg_arrow_next_white.png) no-repeat left top; padding: 0 0 0 25px; margin: 15px 0 0 0; }
.nivo-caption a:hover			{ color: #2f2f2f; text-decoration: none; }
.nivo-html-caption 				{ display:none; }
.nivo-directionNav a 			{ position:absolute; top:45%; z-index:99; cursor:pointer; }
.nivo-prevNav 					{ left:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_left.png) no-repeat; }
.nivo-nextNav 					{ right:-50px; width: 40px; height: 40px; background:url(../img/slider_nav_right.png) no-repeat; }
.slider 						{ position: relative; width:100%; height:auto;  padding:0 0 45% 0; display: block; overflow: visible; }
.slider img 					{ position:absolute; top:0px; left:0px; display:none; width:100%;}
.slider a 						{ border:0; display:block; }
.nivo-controlNav 				{ position:absolute; bottom: 10px; right: 20px; }
.nivo-controlNav a 				{ position: relative; z-index:99; cursor:pointer; display:block; width:19px; height:18px; background:url(../img/slider_nav_dots.png) no-repeat; background-position: right; font-size: 0px; color: transparent; border:0; margin-left:6px; float:left; }
.nivo-controlNav a.active 		{ background:url(../img/slider_nav_dots.png) no-repeat; background-position: left; }*/


.modelSelect-front				{ position: absolute; right: 0; top: 40%; }
.modelSelect-front p	 			{ float: left; margin: 0 20px 0 0; display: block; padding: 5px 0 0 0; }
.modelSelect-front form 			{ float: right; }
.modelSelect-front form select	{ background: #ee298b; color: #fff; padding: 5px; height: 26px; line-height: 26px; width: 176px; }



/* TABS #####################
################################################################################*/

.startTabsHead							{ margin: 0 auto; width: 84%; padding: 2% 0 1% 0; position: relative; }
.startTabsHead span						{ display: block; color:#ee298b; font-size: 20px; }
.startTabs								{ margin: 0 auto; width: 84%; }
.startTabs .modelTab					{ width: 15.9%; height: auto; position: relative; float: left; }
.startTabs .modelTab .tabHover			{ text-decoration: none;position: absolute; top: 0; left: 0;display: none; background: url(../img/tab_bg.png) repeat; color: #fff; font-size: 14px; text-align: center; width: 96%; height: auto; padding: 61% 0 60% 0; }
.startTabs .modelTab:hover .tabHover	{ display: block; }
.startTabs .spacer						{ padding: 0 8px 0 0; }


/*.startTabs .modelhome {width: 16.66666667%; }*/

/* FOOTER #####################
################################################################################*/

#footer .footerButton					{ cursor: pointer; background: url(../img/panel_Button.png) no-repeat; background-position: top right; height: 25px; line-height: 25px; font-weight: 100; display: block; margin: 0 auto 5px auto; width: 81%; color: #ee298b; text-align: right;  }
#footer .footerMain						{ width: 100%; background: #ee298b; }
#footer .footerHead					    { position: relative; margin: 0 auto; width: 81%; font-size: 12px; line-height: 18px; background: #ee298b; padding: 15px 0 15px 0; }
#footer .footerHeadContent				{ width: 32%; float: right; color: #fff; display: flex; }
#footer .footerHeadContent h3			{ font-weight: 100; font-size: 18px; display: flex; margin:0 15px; }
#footer .firstHead						{ float: left !important; width: 30%; }

#footer .footerOutput					{ display: none; position: relative; margin: 0 auto; width: 81%; font-size: 12px; line-height: 18px; background: #ee298b; height: 160px; }
#footer .footerContent					{ width: 30%; float: left; color: #fff; }
#footer .footerSpace					{ margin: 0 40px 0 0; }
#footer .footerOutput a					{ color: #999; text-decoration: underline; }
#footer .footerOutput ul				{ list-style: none; margin: 0 0 15px 0; }
#footer .footerOutput ul li				{ padding: 0 0 8px 0; }
#footer .footerOutput ul li a			{ display:  block; height: 14px; line-height: 14px; color: #fff; text-decoration: none; cursor: pointer; background: url(../img/arrow_white.png) no-repeat left top; padding: 0 0 0 25px; }
#footer .footerOutput ul li a:hover		{ color: #2f2f2f; text-decoration: none; background-position: left bottom; }
#footer .footerOutput ul.navSpace		{ padding: 0 0 0 100px; }
#footer .footerContent p {width:125%;}
#footer .fhlogininput {width:50%;}
#footer .fhloginbutton { margin: 3.5% -1.5%; position:absolute;}

.fActive .footerMain					{ -moz-box-shadow: 0 0 15px #333; -webkit-box-shadow: 0 0 15px #333; box-shadow: 0 0 15px #333; }

.scrollToTop_show {
    opacity: 1;
    bottom: 10px!important;
}

/*Contact Forms*/
.contactRight {
    float: left!important;
    width: 30%!important;
    margin: 68px 0 0 5%!important;
}

.contactLeft {
    float: left!important;
    width: 65%!important;
}

.inquiry {padding: 0 0 0 77%;}

.aboutus .image-col {float:left!important; margin-right:35px!important;}

/*MODEL*/
.modelInfo					{ float: left; width: 23%; }
.modelInfo .details			{ background: #efefef; padding: 3% 6%; font-size: 1.1em; }
.modelInfo .details p		{ display: block; }
.modelInfo .details span	{ display: inline; color: #ee298b; float: right; width: 50%; }
.modelInfo .links			{ padding: 20px 0 0 0px; }
.modelInfo .links .link		{ display: block; width: 100%; line-height: 25px;height: 25px; background: #ee298b; padding: 5px 0 29px 20px; margin: -15px 0 15px 0px; font-size: 14px; color: #fff; text-decoration: none;box-sizing: border-box; }
.modelInfo .links .link:hover	{ background: #efefef; color: #ee298b; }
.modelInfo .links .download	{ display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_dl.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .view		{ display: block; width: 100%; line-height: 25px;height: 25px; background: url(../img/icon_view.png) no-repeat; background-position: left top; padding: 0 0 0 35px; margin: 0 0 5px 0; font-size: 14px; }
.modelInfo .links .download:hover{ cursor: pointer; text-decoration: underline; }

.modelImg				{ float: left; width: 73%; margin-left:3%;}
.modelImg ul			{ list-style: none; }
.modelImg ul li			{ float: left; width: 49%; height: auto; margin: 0 2px 2px 0; }

.modelFor				{ background: #efefef; padding: 10px 20px; font-size: 13px; margin: 20px 0 0 0; }
.modelFor h4			{ color: #ee298b; font-size: 18px; font-weight: normal; padding: 0 0 10px 0; }

a.open-close 			{ margin:0 0 10px 0px; padding:5px; text-align:center; background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; font-size:12px; font-weight:100; text-transform:lowercase; display:block; color:#fff; text-decoration:none; }
a.open-close:hover 		{ background: url(../img/showMore.png) no-repeat 10px 5px #ee298b; color: #fff; cursor: pointer;  }    
    
}

@media only screen and (min-width: 1900px) {
    
a#callnow { display:none; }
    
.textContent {font-size: 1.5em;line-height: 2em;} 
    
/* FOOTER #####################
################################################################################*/

#footer .footerButton					{ cursor: pointer; background: url(../img/panel_Button.png) no-repeat; background-position: top right; height: 25px; line-height: 25px; font-weight: 100; display: block; margin: 0 auto 5px auto; width: 81%; color: #ee298b; text-align: right;  }
#footer .footerMain						{ width: 100%; background: #ee298b; }
#footer .footerHead					    { position: relative; margin: 0 auto; width: 81%; font-size: 12px; line-height: 18px; background: #ee298b; padding: 15px 0 15px 0; }
#footer .footerHeadContent				{ width: 32%; float: right; color: #fff; display: flex; }
#footer .footerHeadContent h3			{ font-weight: 100; font-size: 18px; display:flex; margin:0 15px; }
#footer .firstHead						{ float: left !important; width: 30%; }

#footer .footerOutput					{ display: none; position: relative; margin: 0 auto; width: 81%; font-size: 12px; line-height: 18px; background: #ee298b; height: 160px; }
#footer .footerContent					{ width: 30%; float: left; color: #fff; }
#footer .footerSpace					{ margin: 0 40px 0 0; }
#footer .footerOutput a					{ color: #999; text-decoration: underline; }
#footer .footerOutput ul				{ list-style: none; margin: 0 0 15px 0; }
#footer .footerOutput ul li				{ padding: 0 0 8px 0; }
#footer .footerOutput ul li a			{ display:  block; height: 14px; line-height: 14px; color: #fff; text-decoration: none; cursor: pointer; background: url(../img/arrow_white.png) no-repeat left top; padding: 0 0 0 25px; }
#footer .footerOutput ul li a:hover		{ color: #2f2f2f; text-decoration: none; background-position: left bottom; }
#footer .footerOutput ul.navSpace		{ padding: 0 0 0 100px; }
#footer .footerContent p {width:125%;}
#footer .fhlogininput {width:50%;}
#footer .fhloginbutton { margin: 3.5% -1.5%; position:absolute;}
}

/*end of width*/

/* grid.css */




html, body 			{ height: 100%; }
body 				{ margin: 0; padding: 0; border: 0; font-family: Helvetica, Arial, sans-serif; font-size: 12px; line-height: 18px; color: #999999; background:#fff; }
* 					{ margin: 0;padding: 0;border: 0; }
:focus 				{ outline: none; }
a 					{ color: #ee298b; text-decoration: none; }
a:hover, a:active 	{ color: #ee298b; text-decoration: underline;}
.clearfix			{ clear: both; }

/*slider*/
/*.nivo-caption 					{ float:right; z-index:0; height: 100%;  top:0; padding-left:3%; background: url(../img/cap_bg.png) repeat; }
.nivo-caption h2				{ font-weight: 100;  }
.nivo-caption p 				{ margin:0;  color: #2e2e2e;  font-weight: normal; }
.nivo-caption a 				{ display:block; color: #ee298b; background: url(../img/bkg_arrow_next_white.png) no-repeat left top; }
.nivo-caption a:hover			{ color: #2f2f2f; text-decoration: none; }*/


/*instagram icon*/
.insta {max-width:30px!important;}
.play {max-width:120px!important;}

/*Home page models*/
.startTabs .home-align { overflow: hidden; margin-right: -5px; margin-left: -5px; }
.home-align {text-align:center;}
.startTabs .modelhome					{height: auto; position: relative; float: left; padding-left: 5px; padding-right: 5px; width: 50%; margin-bottom: 10px; }
.startTabs .modelhome:first-child {margin-left: 0!important; }
.startTabs .modelhome .block { position: relative; }
.modelhome img {display:block;}							   
.modelhome .overlay {position: absolute;  overflow: hidden; top: 0;  bottom: 0;  left: 0;  right: 0;  width: 100%;  opacity: 0;  transition: .1s ease;  background: url(../img/tab_bg.png) repeat; color: #fff;}

.modelhome:hover .overlay { opacity: 0.9;}
.modelhome:active {opacity:0.9;}

/* MODEL #####################
################################################################################*/
.container2 {
    position: relative;
    width: 14.6%;
    float: left;
    margin-right: 1%;
    margin-left: 1%;
}

.container2 .image {margin-left:auto!important;margin-right:auto!important;}
.container2:hover .overlay {
  opacity: 0.9; height:98%;
}

/*.image-col {width:35%;}*/
img {
  /* Images fits container*/
  width: 100% !important;
  height: auto !important;
  display:block;
}
/*image hover effects*/
.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {position: absolute;  overflow:hidden;top: 0;  bottom: 0;  left: 0;  right: 0;  width: 100%;  opacity: 0;  transition: .1s ease;  background: url(../img/tab_bg.png) repeat; color: #fff;}

.container:hover .overlay {
  opacity: 0.9;
}

.text {
  color: white;
  font-size: 14px;
}
.overlay .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.text   {text-decoration:none; color:white;}


/* MEMBERS #####################
################################################################################*/

.albumPreview			{ background: #efefef; padding: 5px 10px; margin:0 0 2px 0; height:20px; }
.albumPreview a			{ display: block;font-size: 14px; font-weight: 100;color: #ee298b; background: url(../img/iconLoop.png) no-repeat center right;  height:20px; }
.albumPreview:hover		{ background: #fff;  }
.albumPreview a:hover	{ text-decoration:none; }

.memberModelList		{ width: 176px; height: 240px; margin: 0 5px 5px 0; float:left; }
.memberModelList a:hover	{ opacity: 0.8; }










/*Social Icons*/
/*.header .headerOutput .social .facebook,.header .headerOutput .social .google,.header .headerOutput .social .instagram,.header .headerOutput .social .youtube{float:right}*/
.header .headerOutput .social .facebook{display:inline-block;width:25px;height:25px;margin:0px 5px;background:url(../img/icon_fb.png) no-repeat}.header .headerOutput .social .youtube{display:inline-block;width:25px;height:25px;background:url(../img/icon_yt.png) no-repeat}.header .headerOutput .social .instagram{display:inline-block;width:25px;height:25px;margin:0px 5px;background:url(../img/icon_in.png) no-repeat}.header .headerOutput .social .google{display:inline-block;width:25px;height:25px;background:url(../img/icon_go.png) no-repeat}




/* TOOLTIP #####################
################################################################################*/

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #ee298b; color: #fff; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../img/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }



.board	{ width: 250px; position: fixed; top: 276px; right: 0; box-shadow: 0 0 15px #666; background: #fff; padding: 10px; opacity: 0.5; }

#cartdiv
{
   width:100%;
}
#update
{
  width:100%;
  margin-top:10px;
  text-indent:10px;
  color:#BFC6D0;
  font-size:12px;
  display:none;
}
#cart
{
  height:250px;background-color:#999;padding:20px; color: #fff;
}
#cart img
{
  width:30px;
  height:30px;
  cursor: move;
}

#cart img a
{
  width:30px;
  height:30px;
  cursor: move;
}
#cart:hover
{
}
.items{
  margin:0;
  padding:0;
  list-style-type:none;
  cursor: move;
}
ul.items li{ float:left;margin:0 10px; }
#trash
{
  margin-top:20px;
  background: url(../img/trash.png);
  width:80px;
  height:80px;
  opacity: 1 !important;
  float: left;
}

#next
{
  margin-top:20px;
  background: url(../img/next.png);
  width:80px;
  height:80px;
  opacity: 1 !important;
  float: right;
}
.trashhover
{
  background-color:pink;
  border:solid 1px #BFC6D0;
}

/*footer visibility*/
@media screen and (min-width:750px){}


/*hamburger menu*/

@media screen and (min-width:550px){.toggle_menu{display:none}}


@media screen and (max-width:549px){.header .headerOutput .mainNav{display:none}}

/*@media screen and (max-width:550px){.toggle_menu{display:block}.toggle_menu a{display:block;font-size:25px;float:right;padding:20px 10px 25px 10px}}*/


/*accordion filter*/
/*@media screen and (min-width:551px){.tab{display:none;}}*/
@media screen and (max-width:550px){.galBar .searchCon {display:none;}}

/* Accordeon styles */
button.accordion {
    background-color: #efefef;
    color: #ef3994;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ccc;
}

.galBar .searchCon {
  display: none;
}
.tab .panel {
  padding: 14px 20px 10px;
}
div.panel {

    display: none;
    background-color: #efefef;
    color:#ef3994;
    margin-top:0px;
}


/*end of accordion*/



.cform input.text {
    margin: 0 0 5px 0;
    padding: 8px 10px;
    height: 14px;
    background: #ee298b;
    color: #fff;
    font-size: 1em;
    font-family: Helvetica, Arial, sans-serif;
}

.cform .betreff {
    margin: 0 0 5px 0;
    padding: 8px 10px;
    background: #ee298b;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
}

.cform textarea {
    height: 150px;
    background: #ee298b;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 8px 10px;
}
.contact-page {width:100%;}

form label { display:block; }
form input { display:block;width:100%; }
form .flex-inline { display:flex; flex-direction: row; clear:both; }
form .flex-inline label { min-width:100px; }
form .flex-inline input,
form .flex-inline textarea { width:100%; }

.submit-btn { float:right; margin:30px 0; }

.gdpr-bg {
    border:2px solid #474747;
    padding:20px;
    background-color:#fff;
    color:#000;
    margin:20px 0;
}
.gdpr-bg ul {
    margin:0 20px;
}
.gdpr-bg h2 {
    color:#474747;
    font-size:20px;
}

.flex-checkbox { display:flex; flex-direction: row; }
.flex-checkbox input { margin-top:5px; }
.flex-checkbox > div { min-width:20px; color:#474747; }
.flex-checkbox.error > div { min-width:20px; color:#f00; }
.flex-checkbox.error > div a { color:#f00; text-decoration: underline; }

#mform .fsend { color:#fff !important; background-color:#EE298B; padding:6px; height: auto; border:2px solid #EE298B; background-image:none; transition:.33s all; }
#mform .fsend:hover { background-color:#fff; color:#EE298B !important; }

#mform p { color:#474747; margin-bottom:1em; }

p.error { background-color:#f00; color:#fff !important; text-align:center; display:block; padding:10px; margin-bottom:1em; }

a:-webkit-any-link {
    cursor: pointer;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.header .headerOutput .mainNav {
	overflow: inherit !important;
}

.aboutus .text-col {
	overflow: hidden;
}

.instagram-model img {
	display: inline-block;
}

.sidebar-video {
  position: relative;
  margin-top: 20px;
}
.sidebar-video .trigger a {
    display: inline-block;
    width: 120px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.nivoSlider {
  overflow: visible;
}
.nivo-caption { 
  position:absolute; 
  left: inherit;
  right:0; 
  top: 0; 
  z-index:89; 
  width: 50%;
  height: auto; 
  padding-left: 3%;
  opacity: 0.8;
  background: url(../img/cap_bg.png) repeat; 
}
.nivo-caption h2 {
  color: #ee298b;
  font-weight: 100;
  font-size: 14px;
  line-height: 18px;
}
.nivo-caption p {
  color: #2e2e2e;
  margin: 0;
  padding: 5px 0;
  font-weight: normal;
}
.nivo-caption a { 
  display:block !important; 
  color: #ee298b; 
  background: url(../img/bkg_arrow_next_white.png) no-repeat left top; 
  height: 20px;
  padding: 0 0 0 25px;
}
.nivo-caption a:hover { 
  color: #2f2f2f; 
  text-decoration: none; 
}
.nivo-directionNav a {
  font-size: 0;
}
.nivo-prevNav {
    left: -50px;
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/slider_nav_left.png) no-repeat;
}
.nivo-nextNav {
    right: -50px;
    width: 40px;
    height: 40px;
    display: block;
    background: url(../img/slider_nav_right.png) no-repeat;
}

.modelList {
  margin-left: -10px;
  margin-right: -10px;
  list-style: none;
  margin-top: 5px;
  overflow: hidden;
}
.modelList li {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  width: 50%;
  overflow:hidden;
}
.modelList li div span { 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    display:block;
    width:100%;
    overflow:hidden;
    text-align:center;
}

.cwrapper {
  background: #efefef;
  padding: 20px;
}
.colsimg {
  margin-left: -15px;
  margin-right: -15px;
}
.colsimg .cl {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  float: left;
  width: 33.33333333%;
}
.colsimg .cl img {
  height: auto;
}

@media (min-width: 480px) {
	/*.startTabs .modelhome {
    	width: 33.33333333%;
	}*/
  .nivo-caption { 
    width: 35%; 
  }
  .nivo-caption h2 {
    margin-top: 10%;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
  }
  .nivo-caption p {
    width: 90%;
    font-size: 1em;
    line-height: 18px;
  }

  .modelList {
    margin-left: -10px;
    margin-right: -10px;
  }
  .modelList li {
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333333%;
  }

}

@media (min-width: 550px) {
  .modelList li {
    width: 25%;
  }
}

@media (min-width: 749px) {
  .nivo-caption h2 {
    margin-top: 45%;
    font-size: 1.5em;
    line-height: 20px;
    padding: 0 0 10px 0;
  }
}

@media (min-width: 768px) {
	.startTabs .modelhome {
    	width: 50%;
	}
}

@media (min-width: 992px) {
	.startTabs .modelhome {
    	width: 16.66666667%;
	}
  .nivo-caption h2 {
    margin-top: 50%;
    font-size: 22px;
    line-height: 26px;
  }
  .nivo-caption p {
    width: 250px;
    font-size: 13px;
    line-height: 20px;
  }
  .nivo-caption a {
    font-size: 13px;
    line-height: 20px;
    margin: 15px 0 0 0;
  }

  .modelList li {
    width: 20%;
  }
}

@media (min-width: 1200px) {
	.startTabs .modelhome {
	    width: 16.66666667%;
	}
  .nivo-caption { 
    width: 25%; 
  }
  .nivo-caption h2 {
    margin-top: 60%;
    font-size: 1.8em;
    line-height: 1.9em;
  }

  .modelList li {
    width: 16.66666667%;
  }
}

@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }

  .colsimg .cl {
    width: 50%;
  }

  .articlevideo {
    width: 100%;
    height: 350px;
  }
}

@media (max-width: 600px) {
  .nivo-directionNav {
    display: none;
  }
  .nivo-prevNav,
  .nivo-nextNav {
    width: 26px;
    height: 26px;
    background-size: cover;
  }
  .nivo-prevNav {
    left: -30px;
  }
  .nivo-nextNav {
    right: -30px;
  }

  .aboutus .text-col {
    font-size: 14px;
  }

  .cform input.text,
  .cform textarea,
  .cform .betreff {
    width: 100% !important;
  }

  .colsimg .cl {
    width: 100%;
    float: none;
  }

}

@media (max-width: 400px) {
  .news-content iframe {
    width: 100%;
    height: calc(90vw * 9 / 16);
  }
}

/* FAQ */
.faq {
    width:100%;
    margin:0 auto 3.4em auto;
    color:#777777;
}
.faq ul li > h2 { margin:0; }
.faq ul li > h4 { color:#474747; }
.faq input
{
    width: 100%;
    height: 60px;
    font-size: 20px;
    background-color: #ee298b;
    border:3px solid #fff;
    display: block;
    padding: 0 20px;
    color:#777777;
    margin:20px 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.faq input::-webkit-input-placeholder	{ color: #fff !important; }
.faq input::-moz-placeholder			{ color: #fff !important; }
.faq input:-ms-input-placeholder		{ color: #fff !important; }
.faq input:focus
{
    background-color: #fff;
    border:3px solid #ee298b;
}
.faq .highlight
{
    background-color: #fffd77;
}
.faq > ul {
    clear:both;
    list-style:none;
    margin:0;
    padding:0;
}
.faq > ul > li
{
    clear:both;
    padding:10px 12px;
    background: url(../img/bkg_arrow_next_white.png) 10px 12px no-repeat #f5f5f5;
    border:1px solid #a8a8a8;
    border-top:none;
}
.faq > ul > li.subhead
{
    font-size:20px;
    background:none;
    border:none;
    padding:20px 0 10px 0;
    margin:0;
}
.faq > ul > li.subhead + li {
    border-top:1px solid #a8a8a8;
}
.faq > ul > li.is-hidden
{
    display: none;
}
.faq > ul > li .answer
{
    font-size:14px;
    margin-left: 28px;
}
.faq > ul > li h2
{
    font-size: 20px;
    font-weight: 500;
    color:#777777;
    margin-left:28px;
}
.faq > ul > li h2:hover,
.faq > ul > li h2:focus,
.faq > ul > li.is-active h2,
.faq > ul > li:target h2
{
    color: #a664b7;
}
.faq > ul > li > div
{
    display: none;
}
.faq > ul > li.is-active > div,
.faq > ul > li:target > div
{
    display: block;
    margin-top: 10px;
}

.faq__notfound
{
    font-size: 20px;
    font-style: italic;
    display: none;
}
.faq__notfound.is-visible
{
    display: block;
}
.faq a.link {
    margin-top: 1em;
    display: inline-block;
}

.row { margin-bottom:1.7em; }

/* Language Flags */
ul.langSelect {
    position: absolute;
    right: 120px;
    top: 0;
    list-style:none;
    padding:0;
    margin:5px 0 0 0;
    display: inline-block;
}
ul.langSelect li { 
    display:inline-block;
    border-right:1px solid #EE298B;
}
ul.langSelect li:last-child {
    border-right:none;
    margin-left:-5px;
}
ul.langSelect li a {
    text-transform: uppercase;
    padding:5px;
}
ul.langSelect li a img {
    width:auto !important;
    display: inline-block;
}
@media (min-width: 250px) and (max-width:549px) {
    ul.langSelect {
        position: relative;
        right: 0;
        top: -7px;
    }
}

/* Cookie Message */
.cc_container .cc_btn {
    background-color: #ee298b !important;
    color: #fff !important;
    margin-right:120px;
}

.cc_container {
    background: #111 !important;
    color: #fff !important;
}

.cc_container a {
    color: #ee298b !important;
}

/* Content-Blocks related styles */
ul.listArrow { list-style:none; margin:1em 0; font-family: Helvetica, sans-serif; font-size: 22px; line-height: normal; color: #474747; }
ul.listArrow li,
ul.pinkBullet li { position:relative; padding-left:1.5em; padding-bottom:.5em; }
ul.pinkBullet li { color:#474747; font-size:22px; }

ul.listArrow li::before {
    content:'\2713';
    color:#ee298b;
    position:absolute;top:-2px;left:0;
}

ul.pinkBullet { list-style:none; margin:1em 0; }
ul.pinkBullet li::before {
    content: "\2022";
    color: #ee298b;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ol { font-family: Helvetica, sans-serif; font-size: 22px; line-height: normal; color:#474747; margin:1em 0 1em 22px; }
ol.pink { color:#ee298b; }

h2 { color:#808080; margin-bottom:10px; }
h2.big {
    font-size:2em;
}
.darkItalic {
    font-style: italic;
    color:#474747;
    font-size:18px;
    font-weight:bold;
}
.highlight1 {
    font-size:20px;
}

.spacer-10px, .spacer-25px, .spacer-50px, .spacer-75px, .spacer-100px, .spacer-200px { display:block; height:10px; }
.spacer-25px { height:25px; }
.spacer-50px { height:50px; }
.spacer-75px { height:75px; }
.spacer-100px { height:100px; }
.spacer-200px { height:100px; }

ul.sitemap li {
    margin:10px 0;
}
ul.sitemap li a {
    font-size:25px;
}

button.gdpr { background: none; border: none; }
button.gdpr img { width:24px !important; height:24px !important; }