/*
Theme Name: RC - Mail Claint
Theme URI: https://sarkware.com
Author: SARK PJ
Author URI: https://sarkware.com/
Description: Open source mail claint downloade page, using color black, white sky blue
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Roller Coaster
Tags: ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
	font-family: penna;
	src: url(assets/font/penna/penna.eot);
	src: url(assets/font/penna/penna.otf);
	src: url(assets/font/penna/penna.woff);
	src: url(assets/font/penna/penna.ttf);
}

@font-face {
	font-family: comme;
	src: url(assets/font/comme/comme.eot);
	src: url(assets/font/comme/comme.otf);
	src: url(assets/font/comme/comme.woff);
	src: url(assets/font/comme/comme.ttf);
}

@font-face {
	font-family: quicksand-regular;
	src: url(assets/font/quicksand-regular/quicksand-regular.eot);
	src: url(assets/font/quicksand-regular/quicksand-regular.otf);
	src: url(assets/font/quicksand-regular/quicksand-regular.woff);
	src: url(assets/font/quicksand-regular/quicksand-regular.ttf);
}

html {
	font-family: comme;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	margin: 0 !important;
	padding: 0;
}

head{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
}

.rc_banner {	
	background: #000;	
	text-align: center;
}

.rc_logo_container {		  		
  	height: 350px;
  	line-height: 500px;
  	vertical-align: middle;
  	margin: auto;
	display: inline-block;
}

.rc_logo_container div{
	float:left;
}

.rc_logo_positioning {	
	height: 250px;
	display:inline-block;
}

.rc_text img {
	margin-bottom: 4px;
}

.rc_logo_positioning .rc_logo img {
	margin-right: 20px;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}

.rc_logo_positioning:hover .rc_logo img{
	 transform: translate( 20px,0 );
	 -webkit-transform: translate( 20px, 0 );
	 -moz-transform: translate( 20px, 0 );
	 -o-transform: translate( 20px, 0 );
	 -ms-transform: translate( 20px, 0 );
}

.rc_down_round {
	font-size: 20px !important;
	color: #1597c8;
}

.menu_hover {
	display: inline-block;
	position: fixed;
	top: 20px;
	z-index: 99;
	left: 20px;
	cursor: pointer;
}

.menu_hover_open {
	-moz-transform: rotate(90deg) translate(50%);
    -webkit-transform: rotate(90deg) translate(50%);
    -o-transform: rotate(90deg) translate(50%);
    -ms-transform: rotate(90deg) translate(50%);
    -khtml-transform: rotate(90deg) translate(50%);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -khtml-transition: all 1s ease;
}

.menu_hover_close {
	-moz-transform: rotate(0deg) translate(0%);
    -webkit-transform: rotate(0deg) translate(0%);
    -o-transform: rotate(0deg) translate(0%);
    -ms-transform: rotate(0deg) translate(0%);
    -khtml-transform: rotate(0deg) translate(0%);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -khtml-transition: all 1s ease;
}

.menu_container{
	background-color: #1597c8;
	position: fixed;
	top: 25px;
	left: 40px;
	z-index: 9;
	display: none;	
	text-align: left;
}

.menu_container ul li a {
	text-decoration: none;	
	color: #fff;
}

.menu_container ul li:hover {
    background-color: #3eaec6;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;    
}

.menu_container ul{
	list-style: none;
	overflow: hidden;
	margin: 0px;
	border-left: 2px solid #fff;
	padding-left: 18px;
}

.menu_container ul li{
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #3fa0c7;
	width: 100%;
}

.menu_container ul li:last-child {
	border: 0px;
}

a.rc_social {
	z-index: 1;
	position: absolute;
	left: 30px;
	color: #fff;
	display: inline-block;
}

a.rc_fb{
	top: 290px;
}

a.rc_tw{
	top: 340px;
}

a.rc_ph{
	top: 390px;
}

.svg-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 7em;
  transform: translate3d(-50%, -50%, 0);
}
.svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.symbol {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1.5px;
  stroke-dasharray: 1600;
  stroke-miterlimit: 10;
  stroke-dashoffset: 1600;
  transition: stroke-width 8s linear;
  transition: stroke 15s linear;
  transition: stroke-dasharray 8s linear;
  transition: stroke-miterlimit 8s linear;
  transition: stroke-dashoffset 8s linear;
}
a.rc_social:hover + .svg-container .symbol {
  stroke-dashoffset: 0;
}

.rc_triangles {
	width: 50%;
	float: left;
	height: 80px;
}

.rc_download_btn_container {
	position: absolute;
	top: 40px;
	right: 0px;
}

.rc_download_btn_container button{
	font-family: arial;
	font-size: 15px;
	border-radius: 3px 0px 0px 3px;
	background-color: #409603;
	color: #fff;
	padding: 10px;
	border: 0;
	cursor: pointer;
}

.rc_download_btn_container button:hover {
	box-shadow: 0px 0px 20px #fff;
	background-color: #97de65;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}

.rc_logo img:hover {
	 transform: translate( 20px,0 );
	 -webkit-transform: translate( 20px, 0 );
	 -moz-transform: translate( 20px, 0 );
	 -o-transform: translate( 20px, 0 );
	 -ms-transform: translate( 20px, 0 );
}


.rc_down_version {
	color: #e9ebeb;
	font-size: 10px;
}

.rc_feature_section h1{
	display: table;
    margin: auto;
	font-family: comme;
	text-align: center;
}

.rc_feature_section_wrapper {
	display: inline-block;
}

.rc_feature_section ul {
	list-style: none;
	width: 45%;
	margin-top: 80px;
	display: inline-block;
	float: left;
}

.rc_main_wrapper h1 {
	font-size: 40px;
	font-weight: normal !important;
}

.rc_feature_section ul li {
	color: #444;
    display: block;
    float: left;
    font-family: quicksand-regular;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-right: 1px;
    background-image: url(assets/img/list.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 20px;
    margin-top: 10px;
}

.rc_about_container {
	margin: 40px 0;
	padding:40px;
	background-color: #6a6a6a;
	display: block;
	clear: both;
	text-align: center;
}

.rc_about_container h1 {
	color: #fff;	
	display: inline-block;
 	position: relative; 
 	
}

.rc_about_container h1:before,
.rc_about_container h1:after {
  content: "";
  position: absolute;
  height: 25px;
  border-bottom: 1px solid white;
  top: 0;
  width: 100px;
}

.rc_about_container h1:before {
  right: 100%;
  margin-right: 15px;
}

.rc_about_container h1:after {
  left: 100%;
  margin-left: 15px;
  text-align: center;
}

.rc_about_header {
	font-family: quicksand-regular;
	font-size: 30px;
}

.rc_about_content {
	font-family: penna;
	padding: 40px 0;
	margin: auto;
	color: #fff;
	font-size: 28px;
	width: 40%;
}

.rc_screenshot_section {
	margin: 40px 0;
}

.rc_screenshot_section h1 {
	text-align: center;
}

.rc_screenshot_preview {
	float: left;	
	display: block;	
	margin: 0px 40px 40px 40px;
}

.rc_screenshot_preview img {
	padding: 10px;
	background-color: #ebebeb;
}

.rc_screenshot_preview_cntnr {
	margin: auto;
	width: 80%;
}

.rc_screenshot_preview_title {
	background-color: #fff;
	font-family: quicksand-regular;	
	font-size: 20px;
	padding: 10px;
}

.rc_screenshot_more a{
	color: #1da1f2;	
	float: right;
	text-decoration: none;
}

.rc_footer {
	background-color: #111111;
	padding: 20px;
	clear: both;
	color: 	#989898;
}

.rc_footer_copy {
	font-weight: bold;	
	padding-left: 60px;
	font-size: 20px;
	width:42%;
    display: inline-block;
}

.rc_footer_copy i {
	font-size: 20px;
}

.rc_footer_power {	
	font-size: 16px;
	width:42%;
	display: inline-block;
	font-size: 10px;
    font-family: sans-serif;
}

.rc_footer_copy_right{
	text-align: right;
}

.rc_footer_copy_right a{
	color: #989898;
	text-decoration: none;
}

.rc_screenshot_more a i{
	margin-right: 10px;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}

.rc_screenshot_more a:hover i {
	transform: translate( 5px,0 );
	 -webkit-transform: translate( 5px, 0 );
	 -moz-transform: translate( 5px, 0 );
	 -o-transform: translate( 5px, 0 );
	 -ms-transform: translate( 5px, 0 );
}

.rc_foot_sark_contaoner .footer_sark_logo  img {
	width: 50px;
    margin-bottom: -15px;
	 transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}

.rc_foot_sark_contaoner:hover .footer_sark_logo  img {	
	
	-webkit-filter: drop-shadow(0px 0px 1px #fff);
    filter:         drop-shadow(0px 0px 1px #fff);    
}