/**
  * Name: Cosine
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("font-awesome.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("revolution-slider.css");
@import url("magnific-popup.css");
@import url("justifiedGallery.css");
@import url("jquery.fancybox.css");
 
/** 
  * Reset
  * Repeatable Patterns
  * a Link
  * Top 
  * Header
  * Mobile navigation
  * Flat header information
  * Flat search
  * Widget
  * Page header
  * Page title
  * Blog post
  * Blog single
  * Navigation
  * Flat search result
  * 404
  * Boxed
  * Switcher
  * GoTop Button
  * Footer
  * Parallax
  * Revolution Slider
  * Preload
*/

/* Reset
-------------------------------------------------------------- */
	 
	 
	                          
	ol, ul {
		list-style: none;
	}

	 

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	 

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	
/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
 

@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }

/* bootstrap resetting elements */
 

@media (min-width: 1200px) {
  	.container {
    	width: 1230px;
  	}
}

/* a link
---------------------------------------------------------------*/
a.link {
	color: #F76B6A;
    border-bottom: 2px solid;
    font-weight: bold;
}

a.link2 {
	font-weight: bold;
    text-transform: uppercase;
}

a.link2 i {
    font-size: 14px;
    font-weight: normal;
    margin: 0 10px;
}

a.link:hover {
	color: #787878;
}

.view-all-testimonial {
    border-top: 1px solid rgba(54,70,115,0.08);
	padding-top: 35px;
	text-align: center;
}

/* Widget
-------------------------------------------------------------- */
/* Widget search */
.widget.widget_search {
	margin-bottom: 0;
}

.widget.widget_search .search-form {
    position: relative;
}

.widget.widget_search .search-form:after {
	position: absolute;
	top: 13px;
	right: 35px;
	content: "";
	width: 1px;
	height: 20px;
	background-color: rgba(0, 0, 0, 0.4);
}

.widget.widget_search .search-form .search-field {
	width: 100%;
	font-size: 14px;
	position: relative;
}

.top-search .widget.widget_search .search-form:after {
	top: 10px;
}

.top-search .widget.widget_search .search-form input[type="search"] {
	height: 40px;
}

.top-search .widget.widget_search .search-form .search-submit {
	height: 40px;
}

.widget.widget_search .search-form .search-submit {
	background-image: url(../images/icon/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 45px;
    padding: 0;
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 0;
    -webkit-opacity: 0.3;
    -khtml-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity=30);
}

.widget.widget_search .search-form .search-submit:hover {
	background-color: transparent;
	-webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
}

.widget.widget_search .search-form input[type="submit"] {
	color: #ffffff;
    height: 45px;
    line-height: 40px;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    display: inline-block;
    font-weight: bold;
    font-size: 0;
}

/* Page header
-------------------------------------------------------------- */
.flat-page-header {
	padding: 50px 0;
    text-align: center;
    position: relative;
}

.flat-page-header .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #F76B6A;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
       opacity: 0.5;
        filter: alpha(opacity=50); 
}

.flat-page-header .page-header-title .title {
	margin: 0;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    z-index: 99999;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Page title
-------------------------------------------------------------- */
.page-title {
	border: none;
    background: #f8f8f8; padding:10px; text-align:center;
}

.page-title.style1 {
	background-color: #fff;
	border-bottom: 1px solid rgba(54, 70, 115, 0.08);
}

.page-title .breadcrumbs {
	padding: 15px 0;
}

.page-title .breadcrumbs ul.trail-items li {
	display: inline-block;
	color: #787878;
	margin-right: 6px;
	position: relative;
}

.breadcrumbs ul.trail-items li.trail-item {
	margin-right: 0;
}

.breadcrumbs ul.trail-items li.trail-item:after {
    background: #b9c1cf;
    padding: 0;
    display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
    margin: -1px 12px 0 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-title .breadcrumbs ul.trail-items li a {
	color: #787878;
}

.page-title .breadcrumbs ul.trail-items li a:hover {
	color: #F76B6A;
}

.page-title .breadcrumbs ul.trail-items li.trail-end {
	color: #b9c1cf;
}

/* Blog post
-------------------------------------------------------------- */
.blog {
	padding: 50px 0;
}



.main-content {
	position: relative;
	padding: 0 30px 0 15px;
	width: 70%;
	float: left;
}

 

/* Sidebar */
.sidebars {
    width: 30%;
    position: relative;
    float: left;
    padding: 0 15px 0 30px;
}

/* Widget */
.widget {
    margin-bottom: 60px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 40px 0 0 0;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.1;
}

.widget .widget-title:before {
	width: 11px;
    height: 11px;
    background-color: #F76B6A;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.widget .widget-title:after {
    width: 200%;
    height: 1px;
    background: rgba(54, 70, 115, 0.08);
    content: "";
    position: absolute;
    top: 5px;
    left: 25px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

/* Widget recent news */
.widget.widget_recent_entries ul li {
    padding: 15px 0;
    border-bottom: 1px dotted rgba(54, 70, 115, 0.1);
}

.widget.widget_recent_entries ul li:first-child {
    padding-top: 0;
}

.widget.widget_recent_entries a {
    font-weight: bold;
    display: block;
    color: #787878;
}

.widget.widget_recent_entries a:hover {
	color: #F76B6A;
}

.widget.widget_recent_entries .post-date {
    display: block;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
    color: #b9c1cf;
}

.widget.widget_recent_entries .post-date:before {
    content: "\f017";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 10px;
}

.widget.widget_recent_entries li:last-child {
    padding-bottom: 0;
    border: none;
}

/* Widget categories */
.widget.widget_categories ul li, 
.widget.widget_pages ul li, 
.widget.widget_meta ul li {
    margin-bottom: 5px;
}

.widget.widget_archive ul li, 
.widget.widget_categories ul li {
    color: #b9c1cf;
}

.widget.widget_categories ul li a, 
.widget.widget_pages ul li a, 
.widget.widget_meta ul li a {
    position: relative;
}

.widget.widget_categories ul li a:before, 
.widget.widget_pages ul li a:before, 
.widget.widget_meta ul li a:before {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #F76B6A;
    content: "";
    vertical-align: middle;
    margin: -1px 10px 0 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Widget text */
.widget.widget_text .textwidget .content-text {
	padding: 30px;
    background: #f1f2f8;
}

.widget.widget_text .textwidget .content-text .title {
	font-size: 20px;
	margin-top: 0;
	font-weight: 700;
	line-height: 1.1;
}

/* Widget tag cloud */
.widget.widget_tag_cloud .tagcloud {
    overflow: hidden;
}

.widget.widget_tag_cloud .tagcloud a {
    background-color: #222;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0 5px 5px 0;
    float: left;
    position: relative;
    font-size: 14px !important;
}

.widget.widget_tag_cloud .tagcloud a:hover {
	background-color: #F76B6A;
}

 

/* Flat search result
-------------------------------------------------------------- */
.search-results {
    margin: 30px 0 0 0;
}

.search-results article {
    padding: 30px 0 30px 75px;
    position: relative;
    border-bottom: 1px dotted rgba(54, 70, 115, 0.1);
    text-align: inherit;
}

.search-results article .counter {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #F76B6A;
    line-height: 50px;
    text-align: center;
    top: 30px;
    left: 0;
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.search-results article .entry-title {
    font-size: 20px;
    margin: 0 0 10px 0;
}

.search-results article .entry-date {
    margin-bottom: 10px;
    color: #b9c1cf;
}

.search-results article .entry-date:before {
    content: "\f017";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 5px 0 0;
}

.search .navigation {
    margin-top: 30px;
}

/* 404
-------------------------------------------------------------- */
.page-404 {
	margin: 50px 0;
}

.heading-404 {
    margin-bottom: 50px;
    text-align: center;
}

.content-404 {
    margin: 0 auto;
    width: 50%;
    text-align: center;
}

.content-404 h3 {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 24px;
}

/* Boxed
-------------------------------------------------------------- */
.boxed {
    overflow-x: hidden;
}

.home-boxed .boxed {
	width: 92.708%;
	margin: 0 auto;
	position: relative;	
	background: #fff;
	height: 100%;
  	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
         -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    		box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
   position: fixed;
   left: -220px;
   top: 80px;
   width: 220px;
   background-color: #000;
   z-index: 99999999;
}

.switcher-container h2 {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
    text-transform: uppercase;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 30px;
	margin: 0;
}

.switcher-container h2 a {
   background-color: #000;
   display: block;
   position: absolute;
   right: -45px;
   top: 0;
   width: 45px;
   height: 45px;
   line-height: 45px;
   text-align: center;
   outline: 0;
   color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 a.active {
	right: 0;
}

.switcher-container h2 a.active:after {
	position: absolute;
	right: 21px;
	top: 0;
	content: "\f104";
	font-family: "FontAwesome";
	color: #18bc60;
	font-size: 22px;
}

.switcher-container h2 a.active i {
	display: none;
}

.switcher-container h2 a:hover,
.switcher-container h2 a:focus {
   text-decoration: none;
}

.switcher-container h2 i {
   	margin-top: 10px;
   	font-size: 25px;
   	color: #999;
    -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear; 
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.switcher-container h2 i:hover {
	color: #fff;
}

.switcher-container h3 {
   font-size: 12px;
   font-weight: 700;
   color: #fff;
   margin: 0;
   line-height: 22px;
   margin-bottom: 10px;
}

.switcher-container .selector-box {   
   color: #fff;
   overflow: hidden;
}

.switcher-container .layout-switcher {
   margin: 0 0 10px 0;
   overflow: hidden;
}

.switcher-container .layout-switcher a.layout {
   float: left;
   display: block;
   cursor: pointer;
   text-align: center;
   font-weight: 700;
   padding: 10px 20px;
   margin-left: 10px;
}

.switcher-container .layout-switcher a.layout:first-child {
   margin-left: 0;
}

.switcher-container .layout-switcher a.layout:hover {
   color: #fff;
   cursor: pointer;
}

.switcher-container .color-box {
   height: auto;
   overflow: hidden;
   margin-bottom: 6px;
}

.switcher-container .styleswitch {
    margin-bottom: 10px;
}

.sw-odd {
	background-color: #272727;
	padding: 21px 0 30px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even {
	background-color: #191919;
	padding: 21px 0 25px 20px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		 -o-transition: all 0.3s;
			transition: all 0.3s;
}

.sw-even a {	
	font-family: "Karla", sans-serif;
    text-transform: uppercase;
	font-size: 12px;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	margin-right: 10px;
	letter-spacing: 1.8px;
}

.sw-even a:hover {
	background-color: #222;
	border: 1px solid #222;
	color: #fff !important;
}

.sw-light {
	background-color: #fff;
	color: #000 !important;
}

.sw-odd a {	
	font-size: 14px;
	color: #fff;
	width: 100%;
	display: inline-block;
	line-height: 17px;
	width: 100%;
	position: relative;
	padding-left: 47px;
}

.sw-odd .ws-colors a:before {
	background: none;
}

.sw-odd .ws-colors a {
	position: relative;
	width: auto;
	padding: 0;	
	width: 30px;
	height: 30px;
	background-color: #222;	
	display: inline-block;
	margin-right: 5px;	
}

.sw-odd .ws-colors a.current:before {
	position: absolute;
    left: 8px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	z-index: 999;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

.sw-odd .ws-colors a:after {
	position: absolute;
    right: -3px;
    top: 2px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #F76B6A;
    transform: rotate(45deg);
}

.sw-odd #color2 {
	background-color: #243182;
}

.sw-odd .ws-colors a#color2:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #ffe71e;
}

.sw-odd #color3 {
	background-color: #0d404f;
}

.sw-odd .ws-colors a#color3:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #e6694a;
}

.sw-odd #color4 {
	background-color: #34314c;
}

.sw-odd .ws-colors a#color4:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #47b8e0;
}

.sw-odd #color5 {
	background-color: #008c9e;
}

.sw-odd .ws-colors a#color5:after {
	border-bottom: 21px solid transparent;
    border-top: 21px solid transparent;
    border-left: 21px solid #1cbac8;
}

.sw-even h3 {
	margin-bottom: 6px;
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 20px 0 30px 20px;
}

.sw-pattern.pattern a {	
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	font-family: FontAwesome;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 20px;   
   	width: 40px; padding-top:10px;
   	height: 40px;
   	cursor: pointer;   
    background-color: #222;
   	line-height: 40px;
   	text-align: center;   	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
    
}

.go-top.show {
	right: 25px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	padding-bottom: 3px;	
}

.go-top:hover {
    background-color: #F76B6A;
}

.go-top:hover i {
	color: #fff;
}

/* Footer
-------------------------------------------------------------- */
 

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
    background-size: cover;
}

.parallax1 { background-image: url(../images/parallax/bg-parallax1.jpg); }

.parallax2 { background-image: url(../images/parallax/bg-parallax2.jpg); }

.parallax3 { background-image: url(../images/parallax/bg-parallax3.png); }

.parallax4 { background-image: url(../images/parallax/bg-parallax4.jpg); }

.parallax5 { background-image: url(../images/parallax/bg-parallax5.png); }

.bg-contact { 
	background-image: url(../images/parallax/bg-parallax5.jpg);
    background-repeat: no-repeat;
    background-position: center center;    
}

.bg-playvideo { background-image: url(../images/parallax/bg-parallax2.jpg); } 
.bg-playvideo { background-size: cover; }

/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	max-height: 600px !important;height: 600px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
}

.tp-bullets.simplebullets.navbar {
	height: 25px;
	padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: #fff !important;	
	width: 5px !important;
	height: 5px !important;	
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
       filter: alpha(opacity=60);
      opacity: 0.6;	
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	margin-right: 5px !important;
	-webkit-border-radius: 50%;	
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	   -moz-transition: background-color 0.2s, border-color 0.2s;
	     -o-transition: background-color 0.2s, border-color 0.2s;
	    -ms-transition: background-color 0.2s, border-color 0.2s;
			transition: background-color 0.2s, border-color 0.2s;
	float:none !important;
}

.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	background: #20242E !important;
	width: 5px !important;
	height: 5px !important;
	-webkit-border-radius: 50%;	
	   -moz-border-radius: 50%;
	     -o-border-radius: 50%;
	    -ms-border-radius: 50%;
			border-radius: 50%;	
}

.tp-bullets.preview4 .bullet.selected,
.tp-bullets.preview4 .bullet:hover {
	border: 4px solid #20242E !important;
}

/* Preload
-------------------------------------------------------------- */
.page-loading .loading-overlay {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    display: block;
    visibility: visible;
}

.loading-overlay {
	position: fixed;
    background: #ffffff;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    visibility: hidden;
    display: none;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
}

.loading-overlay:after {
    position: fixed;
    content: "";
    width: 64px;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
    background: url(../images/icon/preloader.gif);
}