/**************** CSS RESET  ****************/


*{
    margin: 0 ;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
img {
    border: none;
}

#cursor {
    width: 34px;
    height: 33px;
    position: fixed;
    top: 150px;
    left: 150px;
    z-index: 99999999999999999;
}

#main_slider {

    background-size:100%  100% ;
	-moz-background-size:100% 100%;
	-ms-background-size:100% 100% ;
	-o-background-size:100% 100% ;
	-webkit-background-size:100% 100% ;
    position: relative;
    overflow: hidden;
z-index:0;
}
#main_slider .mask {
    position: absolute;
    background:url(../images/slider-pattern.png) !important; 
    background-repeat: repeat;
    background-position: 50% -6px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: 9999 !important;
}
#main_slider .mask .mask_boxes_container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
/*  background: -moz-linear-gradient(top,  rgba(0, 65, 174, 0.4) 0%,rgba(21, 64, 176, 0.4) 100%); /* FF3.6+ 
background: -webkit-gradient(linear, lef`t top, left bottom, color-stop(0%,rgba(0, 65, 174, 0.4)), color-stop(100%,rgba(21, 64, 176, 0.4))); /* Chrome,Safari4+ 
background: -webkit-linear-gradient(top,  rgba(0, 65, 174, 0.4) 0%,rgba(21, 64, 176, 0.4) 100%);  Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, rgba(0, 65, 174, 0.4) 0%,rgba(21, 64, 176, 0.4) 100%) /* Opera 11.10+ 
background: -ms-linear-gradient(top,  rgba(0, 65, 174, 0.4) 0%,rgba(21, 64, 176, 0.4) 100%) /* IE10+ 
background: linear-gradient(to bottom,  rgba(0, 65, 174, 0.4) 0%,rgba(21, 64, 176, 0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99004fd3', endColorstr='#990982aa',GradientType=0 ); /* IE6-9 */
}
#main_slider .mask .boxes {
    position: absolute;
    top: -49px;
    left: -522px;
    width: 1995px;
    height: 1995px;
    z-index: 9999 !important;
}
#main_slider .mask .click_mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}
#main_slider .mask .boxes canvas.box {
    width: 95px;
    height: 95px;
    float: left;
    margin: 0;
    background-color: #707372;
    opacity: 0.0001;
}

/*big boxes*/
 .tile {
    position: absolute;
    height: 189px;
    background-color: rgba(255,255,255,0.45);
    z-index: 3;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
	margin-right:10px !important;	
}

.slider_content  .tile:hover {
	
    background-color: rgba(243, 240, 235, 0.3);
}

.slider_content  .tile>a {
    position: absolute;
    box-sizing: border-box;
	width:80%;
    padding: 10px;
    display: block;
    font-family: 'BYekan';
    color: #fff;
    font-size: 13px;
    z-index: 4;
	text-align:right !important;
	text-decoration:none !important;
	
}
.slider_content  .tile>a:hover {
	color:#b3e6f9;
	font-size:14px;
	font-weight:bold;
	 -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
 .slider_content  .tile .sub_tiles .subtile {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 13px;
    font-family: 'BYekan';
    padding: 10px;
    box-sizing: border-box;
}

.mouse_top {
    position: absolute;
    height: 1000px;
    width: 1px;
    display: block;
    background-color: #DDD;
    z-index: 9999999999;
    opacity: 0.6;
}
.mouse_bottom {
    position: absolute;
    height: 1000px;
    width: 1px;
    display: block;
    background-color: #DDD;
    z-index: 9999999999;
    opacity: 0.6;
}
.mouse_right {
    position: absolute;
    width: 3000px;
    height: 1px;
    display: block;
    background-color: #DDD;
    z-index: 9999999999;
    opacity: 0.6;
}
.mouse_left {
    position: absolute;
    width: 3000px;
    height: 1px;
    display: block;
    background-color: #DDD;
    z-index: 9999999999;
    opacity: 0.6;
}
.mouse_pos {
    position: absolute;
    color: #DDD;
    z-index: 9999999999;
    opacity: 0.6;
}
.mouse_pointer {
    display: none;
}
#magicTiles{
	margin-top:-10px;
	height:300px !important;
}