/* #Shortcodes
================================================== */


/*========== Button Shortcodes ==========*/

a.button {
	display: inline-block;
	font-size: 12px;
	padding: 8px 30px;
	margin: 4px 0;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
a.button:hover {
	border: 0;
}
.button.blue {
	background: #333d53;
	border-color: #1e2431;
	background: -webkit-gradient(linear, left top, left bottom, from(#333d53), to(#1e2431));
	background: -moz-linear-gradient(top,  #333d53,  #1e2431);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#333d53', endColorstr='#1e2431');
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .4);
}
.button.blue:hover {
	background: #1e2431;
	color: #fff;
}
.button.red {
	background: #c33;
	border-color: #990000;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc3333), to(#990000));
	background: -moz-linear-gradient(top,  #cc3333,  #990000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3333', endColorstr='#990000');
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .4);
}
.button.red:hover {
	background: #900;
	color: #fff;
}
.button.green {
	background: #339933;
	border-color: #006600;
	background: -webkit-gradient(linear, left top, left bottom, from(#339933), to(#006600));
	background: -moz-linear-gradient(top,  #339933,  #006600);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#339933', endColorstr='#006600');
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .8);
}
.button.green:hover {
	background: #006600;
	color: #fff;
}
.button.orange {
	background: #ff6633;
	border-color: #cc3300;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6633), to(#cc3300));
	background: -moz-linear-gradient(top,  #ff6633,  #cc3300);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6633', endColorstr='#cc3300');
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .4);
}
.button.orange:hover {
	background: #cc3300;
	color: #fff;
}
.button.yellow {
	background: #ffff99;
	border-color: #ffff00;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffff99), to(#ffff00));
	background: -moz-linear-gradient(top,  #ffff99,  #ffff00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff99', endColorstr='#ffff00');
	color: #222;
}
.button.yellow:hover {
	background: #ffff00;
	color: #222;
}
.button.pink {
	background: #ff66ff;
	border-color: #ff00ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff66ff), to(#ff00ff));
	background: -moz-linear-gradient(top,  #ff66ff,  #ff00ff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff66ff', endColorstr='#ff00ff');
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .4);
}
.button.pink:hover {
	background: #ff00ff;
	color: #fff;
}
.button.purple {
	background: #cc33ff;
	border-color: #660099;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc33ff), to(#660099));
	background: -moz-linear-gradient(top,  #cc33ff,  #660099);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc33ff', endColorstr='#660099');
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .4);
}
.button.purple:hover {
	background: #660099;
	color: #fff;
}
.button.lightblue {
	background: #66ccff;
	border-color: #0099ff;
	background: -webkit-gradient(linear, left top, left bottom, from(#66ccff), to(#0099ff));
	background: -moz-linear-gradient(top,  #66ccff,  #0099ff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ccff', endColorstr='#0099ff');
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .4);
}
.button.lightblue:hover {
	background: #0099ff;
	color: #fff;
}
.button.turquoise {
	background: #99ffff;
	border-color: #33cccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#99ffff), to(#33cccc));
	background: -moz-linear-gradient(top,  #99ffff,  #33cccc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ffff', endColorstr='#33cccc');
	color: #222;
}
.button.turquoise:hover {
	background: #33cccc;
	color: #222;
}
.button.black {
	background: #222222;
	border-color: #000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#000000));
	background: -moz-linear-gradient(top,  #222222,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000');
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .4);
}
.button.black:hover {
	background: #000000;
	color: #fff;
}
.button.grey {
	background: #777777;
	border-color: #555555;
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#555555));
	background: -moz-linear-gradient(top,  #777777,  #555555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#555555');
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, .4);
}
.button.grey:hover {
	background: #555555;
	color: #fff;
}
.button.white {
	background: #f7f7f7;
	border-color: #e7e7e7;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e7e7e7));
	background: -moz-linear-gradient(top,  #f7f7f7,  #e7e7e7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e7e7e7');
	color: #626262;
}
.button.white:hover {
	background: #ccc;
	color: #626262;
}


/*========== Alert Shortcodes ==========*/

.alert {
	width: auto;
	min-height: 20px;
	height: auto;
	line-height: 20px;
	overflow: hidden;
	padding: 10px;
	text-align: center;
	margin: 15px 0;
	font-weight: bold;
}
.alert.white {
	border: 1px solid #e7e7e7;
	background-color: #fff;
	color: #222;
}
.alert.red {
	border: 1px solid #c33;
	background-color: #c33;
	color: #fff;
}
.alert.green {
	border: 1px solid #6c6;
	background-color: #cfc;
	color: #444;
}
.alert.blue {
	border: 1px solid #9cf;
	background-color: #c5defa;
	color: #444;
}


/*========== Column Shortcodes ==========*/

.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 62%;
}
.one_fourth {
	width: 22%;
}
.three_fourth {
	width: 74%;
}
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
	position: relative;
	margin-right: 3%;
	margin-left:1%;
	float: left;
	font-size: 16px;
	line-height: 150%;
}
.one_half p {font-size: 16px;}
.one_half h3 {font-size: 18px;}

.last {
	margin-right: 0 !important;
	margin-left:0;
	clear:right;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}


/*========== Map Shortcode ==========*/

.map iframe {
	width: 100%;
}


/*========== Person Shortcode ==========*/

.person-widget {
	height: auto;
	overflow: hidden;
	width: 31%;
	float: left;
	margin: 0 1.1%;
}
.person-widget figure {
	width: 100%;
	height: auto;
	min-height: 180px;
	background-color: #E8E8E8;
	margin-bottom: 20px;
}
.person-widget figure img {
	display: block;
}
.person-widget p.role {
	font-style: italic;
	font-size: 14px;
	margin-bottom: 0;
}
.person-widget p {
	clear: both;
	margin-top: 10px;
}


/*========== Divider Shortcode ==========*/

.horizontal-break {
	height: 1px;
	width: 100%;
	margin: 30px 0;
}


/*========== Client Shortcode ==========*/

.client-box {
	width: 228px;
	height: 150px;
	background-color: #fafafa;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin: 0 2px 7px 5px;
}


/*========== Typography Shortcodes ==========*/

span.highlighted {
	color: #fff;
	padding: 1px 3px;
	border-radius: 5px;
	margin-right: 5px;
}
span.dropcap {
	float: left;
	padding: 9px;
	margin-right: 9px;
	font-size: 34px;
	font-style: italic;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

blockquote {
	border-left: 3px solid transparent;
	padding: 0 0 0 20px;
}


/*========== Gallery Shortcode ==========*/

.gallery {
	padding-top: 10px;
}
.gallery .gallery-item {
	width: auto;
	float: left;
	display: block;
	margin: 0 14px;
	width: 17%;
}
.gallery-item .gallery-icon {
	background: #222 url(images/view-image.png) no-repeat center center;
	width: 100%;
	height: auto;
}
.gallery-item .gallery-icon a {
	display: block;
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity= 100);
}
.gallery-icon a img {
	display: block;
	width: 100%;
	height: auto;
}
.gallery-item .gallery-icon a:hover {
	opacity: 0.1;
	-moz-opacity: 0.1;
	filter:alpha(opacity= 10);
}

/*========== Accordion Shortcode ==========*/

.accordion {
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
	margin-bottom: 20px;
}
.accordion .accordion-header {
	border-top: 1px solid #e8e8e8;
	cursor: pointer;
	padding: 10px;
	font-weight: bold;
	color: #666;
}
.accordion .accordion-header:first-child {
	border-top: none;
}
.accordion .accordion-body {
	border-top: 1px solid #e8e8e8;
	padding: 10px;
	color: #222;
	background-color: #f7f7f7;
}
.accordion .accordion-header.ui-state-active, .accordion .accordion-header.ui-state-focus {
	outline: none;
}
.accordion .accordion-header.ui-state-active {
	color: #000;
}


/*========== Tabs Shortcode ==========*/

.tabbed-asset {
	overflow: hidden;
	margin-bottom: 20px;
}
.tab-content {
	padding: 10px;
	background-color: #f7f7f7;
	color: #222;
}
.tab-content.ui-tabs-hide {
	display: none;
}
ul.tabs {
	margin-bottom: 0;
	border: 0;
}
ul.tabs li {
	height: auto;
}
ul.tabs li a {
	font-size: 14px;
	padding: 10px;
	height: auto;
	line-height: 20px;
	color: #666;
	font-weight: bold;
	border: 0;
}
ul.tabs li.ui-state-default a {
	background-color: transparent;
}
ul.tabs li.ui-state-active a {
	color: #222;
	background-color: #f7f7f7;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.call-for-papers p { font-size:16px;}
#bottom-menu ul.menu { margin-left:-15px;  height:17px; margin-bottom:10px;}
#bottom-menu ul.menu li { display: inline-block; line-height:12px; border-left: 1px solid #000; 
padding-left:0px; padding-right:0px; font-size:12px; text-transform:none; }
#bottom-menu ul.menu li:before {
	content: "";
}
#bottom-menu ul.menu li:first-child { border-left: none;}
#bottom-menu ul.menu li:before { content:none;}
.customcopyright { display:block; float:left; font-size:12px; margin-right:40px;}
.customieee-logo { float:left; margin-bottom:15px; }
.customieee-logo img { margin-left:40px;}
.customcopyright p {font-size:12px;}
.big-bottom {  background:#B2B2B2; padding-top:15px; padding-bottom:15px; overflow:hidden; color: #fff; }
.noprint { display:none;}
.about-title { font-size:20px; margin-left:10px;}

.people-leftcol {
	width:31%; 
	float:left;
	margin-left:2% !important;
	word-break:break-all;
}
.call-for-papers {
	width:65%; 
	float:left;
	margin-left:2%;
}

img { max-width: 100%; }

#clockbox {
	color: #54a274;
	font-size: 25px;
	line-height: 30px;
    margin: 10px;
    font-weight: bold;
}

/* IE */
html.ie7 body,
html.ie8 body {
  font-family: 'Lato', sans-serif;
  line-height: 140%;
}

html.ie7 h1,
html.ie8 h1,
html.ie7 h2,
html.ie8 h2,
html.ie7 h3,
html.ie8 h3,
html.ie7 h4,
html.ie8 h4,
html.ie7 h5,
html.ie8 h5,
html.ie7 h6,
html.ie8 h6 {
  font-family: 'Lato', sans-serif;
}
html.ie7 .section-heading h1 {
  float: left;
}
html.ie7 h2,
html.ie8 h2 {
  font-size: 22px;
  line-height: 120%;
}

html.ie8 .nav-wrap,
html.ie7 .nav-wrap {
  width: 900px !important;
}
html.ie7 #menu-main-menu > li {
  background: url("../images/ie7-menu-item-bg.png") no-repeat 0 2px;
  padding-left: 20px;
}
html.ie7 #menu-main-menu > li:first-child {
  background: none;
  padding-left: 0;
}
html.ie7 .section-heading-content {
  border-bottom: solid 4px #e8e8e8;
  height: 50px;
  padding-bottom: 12px;
}
html.ie7 .sub-heading {
  display: none;
}
html.ie7 .section-heading {
  margin-bottom: 30px;
}

html.ie7 .generic-top {
  top: -10px;
}
html.ie7 .generic-top .nav {
  top: 15px;
}
html.ie7 .generic-top .nav li {
  display: block;
  float: left;
}

.floor-plan { position:absolute; margin-top:-120px;}
.exhibit-application  { position:absolute; margin-top:-95px;}
.call-pdf  { position:absolute; margin-top:-70px;}
a.pdf-link { position:absolute; margin-top:-125px; right:0px; color:#2285f3; text-decoration:underline; }
a.pdf-link:hover { text-decoration: none;}
a.pdf-link:visited { color:#2285f3; }


.recent-shoots-list {
    text-align: center;
}

.recent-shoots-list li {
    display: inline-block;
    padding: 0 25px;
    width: 180px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
    text-align: left;
	min-height: 270px;
}
.media-icons {
    padding: 0px !important;
	max-width: 765px;
	display: block;
	margin: 0 auto;
}
.media-icons li {
        margin: 0px 40px;
        width: 70px;
        height: 70px;
        list-style: none;
		display: inline-block;
}
.media-icons li .inner-list li{
	display: block;
}
.media-icons div.row{
	margin: 50px 0;
}
.media-icons li.first {
	visibility: hidden;
	width: 0;
	margin: 0;
}
.media-icons li.text-link,
.media-icons li.text-link a {
	font-size:16px;
	color:  #999;
	width: auto;
	clear: both;
}

.media-icons li img {
        width: 70px;
        height: 70px;
}

.media-icons li .inner-list-main { padding:0!important; margin: 0; width: auto; height: auto; }

.media-icons li .inner-list { margin: 0 0 0 10px !important; padding: 5px !important;  width: auto; height: auto; }
.media-icons li .inner-list-main li,
.media-icons li .inner-list li { font-size: 14px; margin: 0 0 10px 0; width: auto; height: auto; float: none !important; white-space:nowrap; }

.media-icons li .inner-list-main li:last-child,
.media-icons li .inner-list li:last-child { margin: 0; }

.media-icons li .inner-list-main li a,
.media-icons li .inner-list li a { color: #337ab7; }

.media-icons li .inner-list-main li a:hover,
.media-icons li .inner-list li a:hover { color: #333; }

.media-icons li .width-fixes .inner-list-main li,
.media-icons li .width-fixes .inner-list li { white-space:normal; }

.media-icons li.open>.dropdown-menu h4 { margin-top: 0 !important; }
.media-icons li.dropdown:hover >.dropdown-menu img,
.media-icons li.open>.dropdown-menu img { width: auto !important; height: auto !important; }

h4 {font-weight: bold !important;
    line-height: 140% !important;
    position: relative; }

h4 span {
    display: inline-block;
	font-family: 'Assistant';
}
h4 img {
        margin-left: 225px;
        position: absolute;
        top: 0; }

#clients{
	padding-top: 50px;
	height: 90vh;
}
#clients .section-content .testimonial-item {
    padding-right: 50%;

}
@media only screen and (max-device-width: 480px) and (min-device-width: 320px)  {
    #clients .section-content .testimonial-item {
        padding-right: 0%;
    }
}


.quote {
    padding-top: 60px;
    font-size: 22px;
    color: #878787;
    line-height: 33px;
}

hr {
    border-top: 1px solid #B2B2B2 !important;
}

ul.recent-shoots-list {
    margin: 0 -25px;
    position: relative;
}
ul.recent-shoots-list li {
    display: block;
    padding: 0;
    margin: 0 25px;
    float: left;
    max-width: 180px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
.moscow__bcg {
	position: relative;	
	margin: auto;
	background-repeat: no-repeat;
	/*max-width: 1112px;*/
	/*height: 594px;*/
	background-size: cover;
}
.moscow__bcg img {
	width: 100%;
}
/*.slogan {*/
/*    position: absolute;*/
/*    top: 6%;*/
/*    left: 3%;*/
/*    z-index: 3;*/
/*    font-style: normal;*/
/*}*/
.slogan p.header1 {
	font-size: 54px;
	line-height: 54px;
	color: #337ab7;
	margin: 0 0 5px 0;
	font-weight: 700;
	font-style: normal;
}

.slogan p {
	font-weight: 600;
	color: white;
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
	margin-bottom: 0;
}

.slogan p a {
	font-size: 26px;
	font-style: normal;
	color: #878787;
}

.testimonial-item {
    margin-top: 35px;
}
.slogan span { 
	color: #878787;
	padding: 0 10px;
	background: transparent;
}

.slogan p span { padding: 2px 10px;  }

.modal-body .bott1 {margin-top: 15px;}

.bott1 a { text-decoration: underline; }
.bott1 a:hover { text-decoration: none; }

.container .one.column,
.container .two.columns,
.container .three.columns,
.container .four.columns,
.container .five.columns,
.container .six.columns,
.container .seven.columns,
.container .eight.columns,
.container .nine.columns,
.container .ten.columns,
.container .eleven.columns,
.container .twelve.columns,
.container .thirteen.columns,
.container .fourteen.columns,
.container .fifteen.columns,
.container .sixteen.columns,
.container .one-third.column,
.container .two-thirds.column  { width:100% !important; }

/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}
.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}

/** videoModal **/
#videoModal {
  border-radius: 0;
  max-width: 870px;
  margin:30px auto;
  padding: 40px 0 20px 0;
  background: white;
  outline: none;
}
  #videoModal .modal-header {
    border: 0;
    position: relative;
		  height:35px; }
    #videoModal .modal-header h3 {
      font-size: 18px;
      line-height: 22px;
	  font-family: 'Lato', sans-serif;
	  padding:5px;}
  #videoModal .modal-body {
    padding: 0;
    max-height: none;
    overflow: hidden;
	margin: 0 auto;
}
  #videoModal .modal-body .jwplayer {
	margin: 0 auto;
}
#videoModal .close {
    background: #333;
    color: #fff;
    font-size: 24px;
    margin: 0;
    opacity: 0.8;
    position: absolute;
    right: 10px;
    text-shadow: none;
    top: 0;
    width: 26px;
}
#videoModal .close:hover {
    opacity: 0.3;
}
.modal-backdrop {
	display: none;
}

.underline-link {
	text-decoration: underline;
}
.underline-link:hover {
	text-decoration: none;
}
.categories ul,
.categories ol {
	margin: 0;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
}
ol.type li a {
	background: #337ab7;
	color: #fff;
	padding: 6px 14px;
	font-size: 1.5em;
}
ol.type li a.active {
	background: #121d1f;
	color: #fff;
}
ol.type li a:hover,
ol.type li a:focus {
	background: #121d1f;
	color: #fff;
	text-decoration: none;
}
.portfolio-item {
	margin: 15px 0;	
}
.portfolio-item .hover-bg img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-item:hover .hover-bg img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.portfolio-item .hover-bg {
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #0000007a;
}
.portfolio-item .hover-bg .patriarch {
	position: absolute;
	top: 10px;
	left: 5px;
}
.portfolio-item.terry {
	padding-left: 0;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	font-weight: 400;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.portfolio-item .modal-dialog {
    width: 50%!important;
	margin: 30px auto;
	min-width: 680px;
}
.modal-dialog button.close {
	-webkit-appearance: none;
	appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	margin-right: 10px;
	margin-top: 5px;
	position: relative;	
	z-index: 1000;
}
.modal-dialog .modal-body {
	padding: 40px 20px 20px;
}
.modal-dialog .modal-body > div {
	margin: 0 auto;
}
.modal-dialog .modal-body .bott1 img {
	width: auto;
}

/**Testimonials**/

#testimonial4{
	overflow: hidden;
	min-height: 300px;
	position: relative;
	background: transparent;
  }
  #testimonial4 .carousel-inner{
	width: 99%;
	margin: auto;
  }
  #testimonial4 .carousel-inner:hover{
	cursor: -moz-grab;
	cursor: -webkit-grab;
  }
  #testimonial4 .carousel-inner:active{
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
  }
  #testimonial4 .carousel-inner .item{
	overflow: hidden;
  }
  
  .testimonial4_indicators .carousel-indicators{
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 0;
	height: 20px;
	bottom: 0;
	padding: 0 5px;
	margin-top: 15px;
	cursor: e-resize;
	overflow-x: auto;
	overflow-y: hidden;
	position: absolute;
	text-align: center;
	white-space: nowrap;
  }
  .testimonial4_indicators .carousel-indicators li{
	padding: 0;
	width: 10px;
	height: 10px;
	border: 1px solid #888;;
	text-indent: 0;
	margin: 2px 3px;
	cursor: pointer;
	display: inline-block;
	background: #ffffff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
  }
  .testimonial4_indicators .carousel-indicators .active{
	padding: 0;
	width: 10px;
	height: 10px;
	border: none;
	margin: 2px 3px;
	background-color: #888;
	-webkit-border-radius: 100%;
	border-radius: 100%;
  }
  .testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
	height: 3px;
  }
  .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
	background: #ccc;
	-webkit-border-radius: 0;
	border-radius: 0;
  }  
  .testimonial4_control_button .carousel-control{
	top: 125px;
	opacity: 1;
	width: 40px;
	bottom: auto;
	height: 40px;
	color: #888;
	font-size: 38px;
	cursor: pointer;
	font-weight: 700;
	overflow: hidden;
	line-height: 38px;
	text-shadow: none;
	text-align: center;
	position: absolute;
	background: transparent !important;
	text-transform: uppercase;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
	transition: all 0.6s cubic-bezier(0.3,1,0,1);
  }
  .testimonial4_control_button .carousel-control.left{
	left: 0;
	right: auto;
	padding: 0 12px 8px 6px;
  }
  .testimonial4_control_button .carousel-control.right{
	right: 0;
	left: auto;
	padding: 0 6px 8px 12px;
  }
  .testimonial4_control_button .carousel-control.left:hover,
  .testimonial4_control_button .carousel-control.right:hover{
	color: #333;
	background: #fff;
  }
  
  .testimonial4_header{
	top: 0;
	left: 0;
	bottom: 0;
	width: 80%;
	min-width: 500px;
	display: block;
	margin: 30px auto;
	text-align: center;
	position: relative;
  }
  .testimonial4_header h4{
	color: #000;
	font-size: 30px;
	font-weight: 600;
	position: relative;
	letter-spacing: 1px;
	text-transform: uppercase;
  }
  
  .testimonial-item{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 80%;
	margin: auto;
	padding: 20px;
	position: relative;
  }
  .testimonial-item h4 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
  }
  .slider__item {
	padding-bottom: 20px;
	display: inline-block;
}
.slider__left {
	float: left;
	width: 20%;
}
.slider__right {
	float: right;
	width: 80%;
	padding-left: 20px;
}
.slider__text .slider__left {
	width: 70%;
}
.slider__text .slider__right {
	width: 30%;
	margin-top: -20px;
}
#clients .section-heading-content {
    padding-top: 0;
}
#clients .testimonial-item {
	height: 400px;
}
#clients .testimonial-item .item__title .item__header {
    flex: 1;
    min-width: 570px;
}
#clients .testimonial-item .item__title {
    display: flex;
    justify-content: space-between;
    margin: 0 15px 15px;
}
#clients .testimonial-item .item__title .item__text .main-text {
    margin-left: 15px;
}
#clients .testimonial-item .item__title .item__text {
	display: flex;
    flex-direction: row-reverse;
}
#testimonial4 .carousel-inner {
    padding-bottom: 25px;
}

/*New design*/
div#header-section .container{
	width: 100%;
}
div#header-section #logo{
	padding-top: 20px;
	padding-left: 40px;
}

.section-content p{
	color: #878787;
	font-size: 20px;
	font-weight: 600;
}
.text-item p, .text-item a{
	color: #b5b5b5;
	font-size: 20px;
	font-weight: 600;
}
section#guideRussia{
	padding-top: 50px;
	height: 75vh;
}
section#clients .portfolio-heading h2, section#guideRussia .portfolio-heading h2{
	font-size: 36px;
	line-height: 44px;
   color: #878787;
}
section#clients .container, section#guideRussia .container{
	max-width: 990px;
	width:100%;
}
section#guideRussia .guideIcons li a img.blue{
	display: none;
}
section#guideRussia .guideIcons li a:hover img.gray{
	display: none;
}
section#guideRussia .guideIcons li a:hover img.blue{
	display: block;
}
section#guideRussia .dropdown-menu.width-fixes{
	top: -414px;
	left: -70px;
}
.cookieNotice {
	display: none;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	color: #FFF;
	background: #b7c4ce;
	padding: 10px 20px;
}
.cookieBtn {
	display: inline-block;
	margin: 10px 6px 4px 6px;
	text-decoration: none;
	position: relative;
	font-size: 12px;
	padding: 4px 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	background:#b7c4ce;
	border: 2px solid #BFE2FF;
	border-radius: 2px;
}
.cookieBtn:hover {
	color: #FFF;
}
.cookieBtn:visited{
	color: #fff;
}
section#contacts{
	margin-top: 50px;
	/*height: 92vh;*/
}
#contacts .contactsName{
	font-size: 26px;
	font-weight: bold;
	color: #878787;
}
#contacts .contactsPhone img{
	margin-right: 5px;
	width: 26px;
	vertical-align: bottom;
}
#contacts .contactsPhone img.blue_icon{
	display: none;
}
#contacts .contactsPhone a{
	font-size: 22px;
	font-weight: bold;
	color: #878787;
}
#contacts .contactsEmail a{
	font-size: 22px;
	font-weight: bold;
	color: #878787;
}

#footer .row{
	margin-bottom: 0;
}
#footer  .menu-footer{
	margin-bottom: 0;
}
/*Contact Form*/
#contacts h2{
	color: #878787;
}
#contacts .downloadFile h2{
	display: inline-block;
	line-height: 55px;
}
#contacts a.downloadLink{
	line-height: 26px;
	display: inline-block;
	margin-left: 15px;
}
#contacts a.downloadLink img{
	max-width: 40px;
	vertical-align: bottom;
}
#contacts a.contactsEmail,
#contacts a.contactsPhone{
	color: #337ab7;
}
#contacts input[type="text"], #contacts input[type="email"],
#contacts input[type="tel"], #contacts textarea{
	background-color: #fff;
	border: 2px solid #90b7d8;
	border-radius: 4px;
	color: #337ab7;
	width: 100%;
	font-size: 20px;
}
#contacts input[type="tel"]{
	outline: none;
	margin-bottom: 20px;
}
#contacts input[type="text"]::placeholder, #contacts input[type="email"]::placeholder, #contacts input[type="tel"]::placeholder, #contacts textarea::placeholder{
	color: #337ab7;
	font-size: 20px;
	opacity: 0.8;
}
#contacts input{
	height: 42px;
}
#contacts p.hidden-message{
	text-align: center;
	color: #337ab7;
	font-size: 20px;
	display: none;
}
#contacts .downloadSubmit{
	display: flex;
	justify-content: end;
	align-items: center;
}
#contacts button{
	background: none;
	background-color: #90b7d8;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	border: 2px solid #337ab7;
	border-radius: 4px;
	display: inline-block;
	height: 40px;
	margin: 0;
}
#contacts input[type="file"]{
	display: none;
}
.inputWrapper {
	width: 100%;
	max-width: 160px;
	display: inline-block;
	margin: 15px 0;
	text-align: center;
}
.inputFileIconWrapper {
	height: 50px;
	width: 50px;
	margin-right: 15px;
	display: inline-block;
}
.inputFileButton {
	width: 100%;
	max-width: 290px;
	height: 60px;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-radius: 3px;
	cursor: pointer;
	margin: 0 auto;
}
p.developer{
	margin-bottom: 0px;
	margin-top: 10px;
}
p.developer a{
	color: #fff;
	margin: 0 5px;
}

/*End new design*/
@-webkit-keyframes psBoxShadowEffect_2{
	0% {
	  opacity: 0.3;
	}
	40% {
	  opacity: 0.5;
	  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
	  -webkit-transform: scale(1.5);
	  opacity: 0;
	}
}
@keyframes psBoxShadowEffect_2{
	0% {
	  opacity: 0.3;
	}
	40% {
	  opacity: 0.5;
	  box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
	  box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
	  transform: scale(1.5);
	  opacity: 0;
	}
}

/*-----Privacy and Policy page-------*/
.content-page {
	max-width: 1112px;
	margin: 20px auto;
}

.tag-container::before {
	content: '';
	display: block;
	clear: both;
}
.tag-container h2,
.tag-container h3 {
	color: #878787;
	font-size: 22px;
	line-height: 33px;
	font-family: 'Lato', sans-serif;
	margin: 0;
	font-weight: normal;
}

@media only screen and (max-width: 1340px){
	nav .menu li{
		font-size: 16px;
	}
}
@media only screen and (max-device-width: 1280px) and (min-device-width: 768px) {
	.people-leftcol {
		width:34%; 
		float:left;
		margin-left:2% !important;
	}
	.call-for-papers {
		width:62%; 
		float:right;
		margin-left:2%;
	}
	#blog .container { width:100%; }
}
@media only screen and (max-width: 1220px){
	nav .menu li{
		font-size: 15px;
		margin: 0 0 0 5px;
	}
}
@media only screen and (max-device-width: 1280px) and (min-device-width: 720px) {
	.people-leftcol {
		width:20% !important; 
		float:left;
		margin-left:2% !important;
	}
	.call-for-papers {
		width:77% !important;
		float:right !important;
	}
}
+@media only screen and (max-device-width: 1199px) and (min-device-width: 992px) {
	#contacts .downloadFile {
		margin-left: 8%;
	}
}
@media only screen and (max-width: 1199px) {
	#clients .testimonial-item .item__title {
		flex-wrap: wrap;
	}
	nav .menu li a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 980px) {
	.moscow__bcg {
		max-width: 980px;
	}
    .slogan {
        left: 3%;
    }

}

@media(max-width:767px){
	/*nav .menu li { */
	/*	font-size:11px!important;*/
	/*	margin:0 0 0 9px!important;*/
	/*}*/
    .testimonial-item {
        margin-top: 0;
    }
    .testimonial-item h4 img {
        position: relative;
        top:0;
        margin-left: 0 !important;
        padding: 20px 0 0 0;
        display: block;
    }
    .testimonial-item h4 span {
    	width: 100%;
    }
    #clients .section-content .testimonial-item {
        padding-right: 0;
    }
    .one_third {
        width: 100%;
    }
    .quote {
        padding-top: 0;
    }

    .slogan {
        left: 3%;
    }

    .slogan h1 {
        font-size: 32px;
        line-height: 50px;
        margin: 0;
    }
    .slogan p {
        font-size: 20px;
        line-height: 32px;
    }
	.media-icons li{
		margin: 0px 20px;
	}
	#footer  .menu-footer{
		margin-bottom: 20px;
	}
}

/* Ipad */
@media only screen and (max-device-width: 980px) and (min-device-width: 481px)  {	

    .testimonial-item h4 span {
    	width: auto;
    }
    .testimonial-item .item__header span {
    	width: auto;
    }  
	.generic-top { position:relative; padding-left:5%; }
	nav.section-nav > div,
	#main-navigation, #mobile-navigation {
		float: none;
		margin-left:0px!important; margin-right:0px!important;
		/*width:100%!important;*/
	}
	.people-leftcol,
	.call-for-papers { width:auto; margin:0; }
	.customcopyright { width:60%; float:left; margin-right:0px!important;}
	.customieee-logo {width:35%; float:right;}
	.customieee-logo img { margin-left:6%; width:30%; margin-top:4%;}
	.customieee-logo img.mtt-s-logo { width:20%!important;  margin-top:8%!important;}
	.customieee-logo img { width:40%;}
	nav .menu li { font-size:11px!important;
			margin:0 0 0 0!important;}
	nav .menu li:before { content: none!important; }
}


@media (min-width: 768px) and (max-width: 992px){
	#header-section{
		height: 132px;
	}
	div#header-section #logo{
		padding-left: 0;
		left:0;
	}
	div#header-section .row{
		margin-left: 0;
		margin-right: 0;
	}
	#header-section .nav-wrap{
		padding-left: 0;
	}
	#logo h1{
		font-size: 32px;
		line-height: 32px;
		text-align: center;
	}
	#logo  p{
		font-size: 18px;
		line-height: 24px;
		text-align: left;
	}
	#logo p.header1{
		font-size: 28px;
		line-height: 28px;
	}

	nav#main-navigation{
		float:none;
		height: 54px;
		margin: 30px auto 0!important;
		display: block;
	}
	nav .menu li a {
		font-size: 16px;
		line-height: 24px;
	}
	#home .container, #shoots .container, #clients .container, #guideRussia .container, .big-bottom .container{
		padding: 0 20px;
	}
	.section-content p{
		font-size: 18px;
	}
	.text-item p, .text-item a{
		font-size: 16px;
	}
	.testimonial4_control_button .carousel-control.left{
	  left: 5%;
	}
	.testimonial4_control_button .carousel-control.right{
	  right: 5%;
	}
}

@media (min-width: 481px) and (max-width: 768px){
	.container{
		width:100%;
		max-width: 767px;
	}
	#header-section{
		height: 122px;
	}
	div#header-section #logo{
		padding-left: 0;
		left:0;
	}
	#header-section .container{
		margin:0;
	}
	#header-section .nav-wrap{
		padding-left: 0;
	}
	div#header-section .row{
		margin-left: 0;
		margin-right: 0;
	}
	#menu-main-menu.nav .menu li{
		margin-left: 0;
	}
	#logo h1{
		font-size: 28px;
		line-height: 28px;
		text-align: center;
	}
	#logo p.header1{
		font-size: 28px;
		line-height: 28px;
	}
	#logo  p{
		font-size: 18px;
		line-height: 24px;
		text-align: left;
	}

	nav#main-navigation{
		float:none;
		height: 54px;
		margin: 20px 0 0!important;
		display: block;
	}
	nav .menu li a {
		font-size: 16px;
		line-height: 24px;
	}
	#home .container, .section-content.container, #shoots .container, #clients .container, #guideRussia .container, .big-bottom .container, #contacts .container{
		padding: 0 20px;
	}

	.section-content p{
		font-size: 16px;
	}
	.text-item p, .text-item a{
		font-size: 16px;
	}
	.testimonial4_control_button .carousel-control.left{
	  left: 2%;
	}
	.testimonial4_control_button .carousel-control.right{
	  right: 2%;
	}
	.testimonial4_header{
	  width: 95%;
	}
	.testimonial4_slide{
	  width: 98%;
	  padding: 5px;
	}
	#contacts h2{
		font-size: 18px;
		line-height: 20px;
	}

	#contacts input{
		height: 36px;
		margin-bottom: 10px;
	}
	#contacts input[type="tel"]{
		margin-bottom: 10px;
	}
	#contacts textarea{
		height: 150px;
	}
	#contacts button{
		font-size: 16px;
	}
	.portfolio-item .modal-dialog {
		min-width: 480px;
	}
	.jwplayer .jw-preview{
		background-size: contain;
	}

}

@media only screen and (max-width:767px){
	div#header-section .nav-wrap{
		padding-left: 0;
	}
	nav .menu li a {
		font-size: 16px;
		line-height: 24px;
	}

	.slogan h1 {
		font-size: 28px;
		line-height: 36px;
	}
	.slogan p {
		font-size: 18px;
		line-height: 24px;
	}
	.slogan p a {
		font-size: 19px;
	}
	#clockbox {
		font-size: 18px;
		margin: 5px 10px;
		line-height: 22px;
	}
	#clients{
		height: 100%;
	}
	#clients .testimonial-item {
		height: 700px!important;
	}
	#contacts .container .row .col-xs-8{
		margin-left: 16%;
	}
	section#guideRussia, section#contacts, section#clients, section#shoots{
		padding-top: 0;
	}
	section#guideRussia .dropdown-menu.width-fixes{
		left: -150px;
	}
	.slider__left {
		float: none;
		width: 30%;
	}
	.slider__right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
}
@media only screen and (max-width: 610px){
	.media-icons li{
		width: 60px;
		height: 60px;
	}
	.media-icons li img{
		width: 60px;
		height: 60px;
	}
	#clients .testimonial-item {
		height: 730px!important;
	}
}
@media only screen and (max-width: 555px){
	section#guideRussia .portfolio-heading h2{
		margin-bottom: 40px;
	}
	.media-icons div.row{
		margin: 70px 0;
	}
	.media-icons li{
		margin: 0px 10px;
	}
}
@media only screen and (max-width: 485px){
	#clients .testimonial-item {
		height: 780px!important;
	}
}
@media only screen and (max-width: 455px){
.media-icons li{
	margin: 0px 5px;
	width: 50px;
	height: 50px;
}
.media-icons li img {
	width: 50px;
	height: 50px;
}
	#clients .testimonial-item {
		height: 820px!important;
	}
}
/* Mobile and iPhone screen !!!!!!!! */
@media only screen and (max-device-width: 481px) and (min-device-width: 320px)  {
	#header-section{
		height: 122px;
	}
	div#header-section #logo{
		padding-left: 0;
		left:0;
	}
	#header-section .container{
		margin:0;
	}
	div#header-section .row{
		margin-left: 0;
		margin-right: 0;
	}

	#logo h1{
		font-size: 28px;
		line-height: 28px;
		text-align: center;
	}
	#logo  p{
		text-align: left;
	}
	#logo p.header1{
		font-size: 28px;
		line-height: 28px;
	}
	#logo p.sloganText{
		font-size: 18px;
		line-height: 18px;
	}
	.nav-wrap{
		padding: 0;
	}
	nav#main-navigation{
		float:none;
		height: 58px;
		margin: 10px 10px 0!important;
		display: block;
	}
	nav .menu li{
		margin-right: 20px!important;
	}
	nav .menu li a {
		font-size: 16px;
		line-height: 24px;
	}
	#home .container, #shoots .container, #clients .container, #guideRussia .container, .big-bottom .container{
		padding: 0 20px;
	}
	#content p{
		font-size: 17px;
	}
	.section-content p{
		font-size: 17px;
	}
	.text-item p, .text-item a{
		font-size: 17px;
	}
	section#guideRussia .dropdown-menu.width-fixes {
		left: 0;
	}
	#clockbox {
		font-size: 16px;
		margin: 0 10px;
	}
	.testimonial-item h4 span {
    	width: 50%;
    }
    .testimonial-item .item__header span {
    	width: auto;
    }
    .testimonial-item h4 img {
    	position: relative;
    	top: 0;
    	padding: 20px 0 0 0;
    	display: block;
    	margin-left: 0 !important;
    }
	img { max-width: 100% !important; }
	#frame { width: auto !important; }

	body { width: 100% !important; -webkit-text-size-adjust: none; text-size-adjust: none; font-size:1em; }

	.generic-top { position:relative; }

	.people-leftcol,
	.call-for-papers { width:auto !important; margin:0 !important; float:none !important; }

	#main-navigation, #mobile-navigation {
		margin: 20px 0 30px;
	}
	/*#menu-main-menu.menu li:first-child {*/
	/*	margin: 0 !important;*/
	/*}*/
	nav .menu li a {
		text-decoration: none;
		padding: 0px 0 3px 8px;
		padding-left: 0;
	}
	nav .menu li:first-child a {
		padding: 0px 0 3px 3px;
		padding-left: 0;
	}
	.container { width:90%; }
	nav.section-nav > div,
	#main-navigation, #mobile-navigation {
		float: none;
	}
	.customcopyright { width:60%; float:left; margin-right:0px!important;}
	.customieee-logo {width:35%; float:right;}
	.customieee-logo img { margin-left:6%; width:30%; margin-top:4%;}
	.customieee-logo img.mtt-s-logo { width:20%!important;  margin-top:8%!important;}
	.customieee-logo img { width:40%;}
	nav .menu li:before { content: none!important;}
	#contacts h2{
		margin-bottom: 15px;
		font-size: 17px;
		line-height: 26px;
	}
	#contacts .downloadFile h2{
		display: inline;
	}
	#contacts a.downloadLink{
		display: inline;
	}
	#contacts a.downloadLink img{
		max-width: 30px!important;
	}
	#contacts input{
		margin-bottom: 10px;
		height: 36px;
	}
	#contacts input[type="tel"]{
		margin-bottom: 10px;
	}
	#contacts input[type="text"], #contacts input[type="email"], #contacts input[type="tel"], #contacts textarea{
		font-size: 18px;
	}
	#contacts input[type="text"]::placeholder, #contacts input[type="email"]::placeholder, #contacts input[type="tel"]::placeholder, #contacts textarea::placeholder{
		font-size: 18px;
	}
	#contacts textarea{
		height: 120px;
	}
	#contacts button{
		font-size: 14px;
	}
	section#contacts{
		margin-top: 110px;
	}
	section#guideRussia{
		padding-top: 0;
		min-height: 640px;
	}
}

@media only screen and (max-width: 480px){
	.section {
		padding-bottom: 30px;
	}
	section#contacts{
		/*min-height: 600px;*/
		margin-bottom: 30px;
	}

	.quote {
		font-size: 19px;
		line-height: 24px;
	}
	ol.type li a {
		font-size: 1.2em;
	}
	.section-heading h1 {
		font-size: 32px;
    	line-height: 40px;
	}
	.testimonial4_header{
	  width: 95%;
	}
	.testimonial4_header h4{
	  font-size: 20px;
	}
	.testimonial4_slide{
	  width: 98%;
	  padding: 5px;
	}
	.portfolio-item .modal-dialog {
		min-width: 380px;
	}
}

@media only screen and (max-width: 380px) {
	.slogan {
		background: rgba(255, 255, 255, .8);
		padding: 5px;
		border-radius: 10px;
	}
	.portfolio-item .modal-dialog {
		min-width: 320px;
	}
}
@media only screen and (max-width: 400px) {
	section#guideRussia{
		height: 80vh;
	}
}


