.follow-box {
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* [disabled]background-color: #286288; */
	/* [disabled]z-index: 55; */
	height: 17px;
	width: 100%;
	position: relative;
	background-image: url(../images/clouds_03.jpg);
	background-position: center bottom;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #777777;
}
/*-----menu-----*/
.menuBox {
	padding: 27px 0;
	background-color: #FFFFFF;
}
 header {
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
#stuck_container {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	box-shadow: 0px 0px 8px 0px #000000;
	-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	background-image: url(../images/clouds_03.jpg);
	background-position: center bottom;
}

.isStuck {
		-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
        background:none !important;
        -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
        box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.isStuck nav.tm_navbar {

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;;  
}
.isStuck .menuBox {

    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 991px) {
    .isStuck {
        background: transparent !important;
    }
	#stuck_container {
		position: relative !important;
		box-shadow: none;
	}
	.pseudoStickyBlock {
		height: 0 !important;
	}
}
.left-part-info {
	float: left;
	width: 33.3333%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	opacity: 0;
	box-sizing: 100;
	background-image: url(../images/part-title_03.png);
	background-position: center 0%;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 28%;
	padding-left: 0px;
	-webkit-background-size: 58% auto;
	-moz-background-size: 58% auto;
	-o-background-size: 58% auto;
	background-size: 58% auto;
	display: inline-block;
	line-height: 0%;
	text-shadow: 1px 1px 2px #000000;
}
.middle-part-info {
	float: left;
	width: 33.3333%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	opacity: 0;
	box-sizing: 100;
	background-image: url(../images/part-title_03.png);
	background-position: center 0%;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 32%;
	padding-left: 0px;
	-webkit-background-size: 67% auto;
	-moz-background-size: 67% auto;
	-o-background-size: 67% auto;
	background-size: 67% auto;
	display: inline-block;
	line-height: 0%;
	text-shadow: 1px 1px 2px #000000;
}
.middle-part-info:hover,.left-part-info:hover {
	opacity: 100;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-image: url(../images/part-title_03.png);
	background-position: center 10%;
}
.part-info-container {
	width: 100%;
}
