<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Cooper - intro
  Version: 1.0
  Last change: 12/11/2016 ]
*/
/*-------------Import fonts ---------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i';
@import 'https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i';

/*-------------General Style---------------------------------------*/

html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	background-color:#454545;
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography--------------------------------------*/
h2 {
	font-size: 3.2em;
	font-weight: 300;
}
h3 {
	font-size: 1em;
}

a {
	cursor: pointer !important;
}
 
/*------ loader-------------------------------------------------*/
 .loader-holder {
	 position:fixed;
	 width:50px;
	 height:50px;
	 top:50%;
	 left:50%;
	 margin-top:-20px;
	 margin-left:-20px;
	 z-index:150;
}
.loader-inner {
	top:0;
	left:0;
	position:absolute; 
  	width: 50px;
  	height: 50px;
  	z-index:20;
	-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;
}
.loader {
	float:left;
	width: 50px;
	height: 50px;
	border-left:10px solid #191919;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.loader , .loader:after {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader {
	border-top: 10px solid  #c81429;
	border-right: 10px solid #c81429;
	border-bottom: 10px solid #c81429; 
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	color: #fff;
	background-color:#292929;
	text-align:center;
}
.body-bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../images/bg/bg-body-home2.jpg);
	background-size: cover;
	background-attachment: scroll;
	background-position: center ;
	background-repeat:repeat;
	background-origin: content-box;
	z-index:-1;
}
 
.logo-holder {
	position:absolute
 
 
}
.overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#404040;
	z-index:1;
	opacity:0.5;
	-moz-box-shadow: inset 0 0 0 28px  rgba(255,255,255,0.21);
	-webkit-box-shadow: inset 0 0 0 28px rgba(255,255,255,0.21);
	box-shadow: inset 0 0 0 28px rgba(255,255,255,0.21);
}
 
.logo-holder {
	position:fixed;
	top:0;
	left:0;
	width:30%;
	height:100%;
	z-index:10;
}
.logo-inner {
	position:absolute;
	top:50%;
	left:30%;
	width:80%;
	text-align: left;
}


.logo-inner span {
	position: relative;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
    background-color: #c81429;
    border: 1px solid #c81429;
    top: 0px;
    letter-spacing: 0;
    color: #fff;
    /* padding: 0px 5px 0px 4px; */
    padding: 4px 8px 4px 5px;
}


.logo-inner h3 {
	font-weight: 800 !important;
	font-size:44px;
	padding-top:5px;
	margin-left: -3px;
}

.logo-inner h4 {
	font-size: 18px;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #fff;
	font-weight: 100;
	max-width: 380px;
	margin-left: -10px;
	padding-left: 10px;
	letter-spacing: 2px;
}

.logo-inner img.logo-rs {
	margin-left:-20px;
	margin-top: -10px;
	max-width: 100%;
}


.logo-inner img.logo-nove {
	margin-top: -7px;
    margin-left: 10px;
}

.btn{
	display:inline-table;
 
	margin-top:30px;
	font-size: 14px;
	color: #000;
	margin-right:10px ;
	text-align: center;
	width: auto;
	letter-spacing: normal;
	position: relative;
	-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
	background:#c81429;
    outline: none;
	padding: 15px 18px;
    display: inline-block;
	border-radius:4px;
}
.btn i{
	padding-right: 10px;
	font-size: 15px;
	background:#414146;
	padding: 14px 20px;
	position: absolute;
	top: -2px;
	left: 0;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.btn.hide-icon span {
	padding: 0 33px;
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	font-family: 'Montserrat', sans-serif;
	font-size:10px;
	text-transform:uppercase;
}
.btn.hide-icon i {
	padding: 11px 20px 10px;
	left: -60px;
	height: 100%;
	line-height: 25px;
	display: inline-block;
	position: absolute;
	color:#fff !important;
	top: 0;
}
.btn.hide-icon:hover i{
	left: 0;
}
.btn.hide-icon:hover span {
	padding-left: 59px;
	padding-right: 11px;
}
.content {
	float:left;
	width:70%;
	margin-left:30%;
	position:relative;
	height:100%;
}
.container{
	max-width: 1224px;
	width:92%;
	margin:0 auto;
	position: relative; 
	z-index:2;
	height:100%;
}
.box-inner{
	width:100%;
	position:absolute;
	left:0;
	top:50%;
}
.box {
	float:left;
	width:33.333333%;
	position:relative;
	padding:30px;

}

.box:hover {
	cursor: pointer !important;
}

/* 
.box:hover h4 {
	color: #c81429;
}

.box:hover ul li a {
	color: #c81429;
}

*/

.box:hover img {
	opacity: .7 !important;	
}

.box.offline:hover h4,
.box.offline:hover ul li a {
	color: #fff;
}

.box.offline:hover img {
	opacity: 1 !important;	
}

.box h4 {
	float:left;
	width:100%;
	color:#fff;
	font-size:22px;
	padding-bottom:20px;
	font-weight:800; 
	text-transform: uppercase letter-spacing:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.box div.icon {
	background: #000;
	float: left;
}


.box img {
	width:100%;
	height:auto;
	cursor: pointer !important;
	background: #c81429;
	text-transform: uppercase letter-spacing:2px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	
}
.box ul {
	float:left;
	width:100%;
	margin-top:5px;
}
.box ul li {
	display:inline-block;
	padding:6px;
}
.box ul li a {
	color:#fff;
	font-size:18px;
	font-weight:600;
	text-transform: uppercase
	letter-spacing:2px;
		-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}


.box ul li a:hover {
	color:#c81429;
}
.nav-decor {
	position:fixed;
	z-index:2;
	width:50px;
	height:50px;
}
.nav-decor:before , .nav-decor:after {
	content:'';
	position:absolute;
	background:#c81429;
}
.nav-decor-tl {
	left:50px;
	top:50px;
}
.nav-decor-tl:before , .nav-decor-tl:after {
	left:0;
	top:0;
}
.nav-decor-tl:before{
	height:2px;
	width:50px;
	left:2px;
}
.nav-decor-tl:after{
	height:50px;
	width:2px;
}
.nav-decor-br {
	right:50px;
	bottom:50px;
}
.nav-decor-br:before , .nav-decor-br:after {
	right:0;
	bottom:0;
}
.nav-decor-br:before{
	height:2px;
	width:50px;
	right:2px;
}
.nav-decor-br:after{
	height:50px;
	width:2px;
}
 
@media only screen and  (max-width: 1036px) {
.content {
	margin-left:0;
	 width:100%;
	 height:auto;
}

.nav-decor-tl {
	display: none;
}
.logo-inner {
	left: 10px;
	margin-top: 12px;
}


.logo-holder {
	position:relative;
	 width:100%;
	 height:auto;
	 padding:50px;
}
.box-inner  , .logo-inner{
	position:relative;
	top:0!important;
	margin-top:0 !important
}

}
@media only screen and  (max-width: 736px) {
.box {
	width:50%;
}
}
@media only screen and  (max-width: 540px) {
.box {
	width:100%;
}

.logo-holder {
	padding-top: 60px;
}
.logo-inner {
	left: 0;
	width: 100%;
	top: 20%;
}

.logo-inner img.logo-rs {
	margin-top: -5px;
	margin-left: -10px;
}

.logo-inner h4 {
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px;
    margin-top: 10px;
    font-size: 13px;
}

.logo-inner h3 {
	font-size: 33px;
}


.logo-inner img {
	width: 100%;
}

.logo-inner img.logo-nove {
    margin-left: 5px;
	margin-top: -5px;
    width: 70px;
}


.nav-decor-tl,
.nav-decor-br {
	display: none;
}



}</pre></body></html>