@import url('reset.css');
body {
	font-family: 'Oswald', sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: black;
}
/****loading****/
.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('icons/spinner.gif') 50% 50% no-repeat #000;
}
/****attention****/
.ie8_background {
    display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8010;
	background: url('attentionBG.png');
}
.ie8_sort {
	top: 0;
	left: 0;
	width:200px;
	height: 200px;
	z-index: 100;
	background: url('ie8_sort.png');
}
/****sort****/
.sort {
	height: 40px;
	position: absolute;
	float: left;
	background-color: black;
	z-index: 8009;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.sort span {
	display: inline-block;
	float: left;
	margin-left: 15px;
	margin-top: 9px;
	text-transform: uppercase;
	font-size: 14px;
	color: black;
	top: 8px;
	color: #faaf1b;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.sort span:hover {
	color: white;
}
.sort #close_sort, #open_sort {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
}
.sort #close_sort {
	float: left;
	margin-left: 13px;
	position: relative;
	display: inline-block;
}
#open_sort {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 8009;
	background-color: #faaf1b;
	background-image: url('../css/icons/openSort2.png');
}
#open_sort:hover {
	background-image: url('../css/icons/openSort1.png');
}
.sort #close_sort {
	right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image: url('../css/icons/openSort3.png');
}
.sort #close_sort:hover {
	background-image: url('../css/icons/openSort1.png');
}
a {
	color: #ddd;
	text-decoration: none;
}
.clr {
	clear: both;
}
/****wrapper****/
.ib-main-wrapper {
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: 0px;
	outline: none;/*height dynamic*/
}
.ib-main {
	position: relative;
	width: 1600px;
}
.ib-main ul {
	background-color: black;
	float: left;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.ib-main a {
	float: left;
	width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
	cursor: move;
	margin: 0px 0px 0px 0px;
}
/****mask****/
.mask, .mask1 {
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 1000;
	opacity: 0;
}
.mask {
	background: url(../css/icons/thumb_bg.png) no-repeat center center;
}
.mask1 {
	background: url(../css/icons/openIm.png) no-repeat center center;
}
/****menu****/
.sf-menu li {
	position: relative;
	float: left;
	background-color: #faaf1b;
}
.sf-menu .ibg-menu1 {
	width: 600px;
	height: 200px;
    background: url('icons/sid-logo.png') no-repeat 0 0;
}
.sf-menu .ibg-menu2 {
	width: 200px;
	height: 200px;
}
.sf-menu .ibg-menu2 a {
	-webkit-transition: all 0.43s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.sf-menu li .mini {
	display: inline-block;
	font-family: Oswald;
	position: absolute;
	bottom: 75px;
	right: 25px;
	font-size: 13px;
	color: black;
}
.sf-menu li span {
	display: inline-block;
	font-family: Oswald;
	position: absolute;
	bottom: 10px;
	right: 25px;
	font-size: 52px;
	color: black;
}
.sf-menu .menu1 span {
	font-size: 24px;
	font-weight: bold;
	bottom: 20px;
	right: 25px;
}
.sf-menu .menu1 .openMenu {
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 1005;
	top: 10px;
	right: 10px;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url('icons/plus.png');
}
.sf-menu li a .plus:hover {
	transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5); /* IE 9 */
	-moz-transform: scale(1.5, 1.5); /* Firefox */
	-webkit-transform: scale(1.5, 1.5); /* Safari and Chrome */
	-o-transform: scale(1.5, 1.5); /* Opera */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/****social network****/
#SocialNetwork {
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	bottom: 0;
	right: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 8003;
	background-color: #faaf1b;
	background-image: url('../css/icons/closeSort.png');
}
#SocialNetwork:hover {
	background-image: url('../css/icons/closeSort1.png');
}
.SocialNetworkOpen {
	height: 40px;
	bottom: 0;
	position: absolute;
	background-color: black;
	z-index: 8009;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#closeSocialNetwork {
	float: left;
	width: 40px;
	height: 40px;
	cursor: pointer;
	margin-right: 10px;
	background-image: url('../css/icons/closeSort2.png');
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#closeSocialNetwork:hover {
	background-image: url('../css/icons/closeSort1.png');
}
.SocialNetworkOpen a div {
	width: 21px;
	height: 17px;
	top: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.SocialNetworkOpen a {
	float: left;
	margin-right: 10px;
	margin-top: 12px;
}
.SocialNetworkOpen span {
	right: 10px;
	top: 10px;
	font-family: 'Oswald';
	font-size: 14px;
	text-transform: uppercase;
	color: #9e9e9e;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right: 10px;
	margin-top: 11px;
	margin-left: 10px;
	float: right;
}
.SocialNetworkOpen #twitter {
	background: url('SocialN/t1.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #twitter:hover {
	background: url('SocialN/t2.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #facebook {
	background: url('SocialN/fac1.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #facebook:hover {
	background: url('SocialN/fac2.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #google {
	background: url('SocialN/g1.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #google:hover {
	background: url('SocialN/g2.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #pinterest {
	background: url('SocialN/p1.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #pinterest:hover {
	background: url('SocialN/p2.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #in {
	background: url('SocialN/in1.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #in:hover {
	background: url('SocialN/in2.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #be {
	background: url('SocialN/be1.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #be:hover {
	background: url('SocialN/be2.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #vimeo {
	background: url('SocialN/v1.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #vimeo:hover {
	background: url('SocialN/v2.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #youtube {
	background: url('SocialN/y1.png') center center no-repeat;
	background-size: 21px 17px;
}
.SocialNetworkOpen #youtube:hover {
	background: url('SocialN/y2.png') center center no-repeat;
	background-size: 21px 17px;
}

.mf-services-text{
    max-height: 400px;
    overflow-y: auto;
    padding-bottom: 20px;
}