/*---------------=------------  RomSell Style  --------------------------------

===============================================================================

\\\\\\\\\\\\\\\\\\ Code By Pouriya.Asakereh In OxinVip.com ///////////////////

===============================================================================

------------------------------ Start Css Style ------------------------------*/

/*

Theme Name: RomSell

Theme URI: https://romsell.com

Author: Pouriya.Asakereh

Author URI: https://OxinVip.com

Description: پوسته اختصاصی سایت رام سل؛طراحی شده به دست پوریا عساکره در جنوب سافت

Version: 2.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: پوسته دانلود رام٬ قالب دانلود رام٬ قالب وردپرس٬ طراحی قالب٬ قالب٬ کینگ دیزاین٬ رام سل، دانلود رام، رام

Text Domain: پوسته اختصاصی سایت رام سل؛طراحی شده به دست پوریا عساکره در جنوب سافت

*/

/*

IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com

--------------------------------------------------------------------------------------

This set of fonts are used in this project under the license: (VFT2B)

--------------------------------------------------------------------------------------

*/
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	font-display:swap;
	src: url('media/font.sans/IRANSansWeb.eot');
	src: url('media/font.sans/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('media/font.sans/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('media/font.sans/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('media/font.sans/IRANSansWeb.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	font-display:swap;
	src: url('media/font.sans/IRANSansWeb_Medium.eot');
	src: url('media/font.sans/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('media/font.sans/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('media/font.sans/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('media/font.sans/IRANSansWeb_Medium.ttf') format('truetype');
}
/* GENERAL
----------------------*/
html{overflow-x: hidden;color:#afafaf;background:#f7f7f7;direction:rtl;font-family:IRANSans;font-size:14px;font-weight:bold}
body,div,dl,dt,dd,ul,ol,li,h1,h2,
h3,h4,h5,h6,pre,code,form,fieldset,
legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
a{text-decoration:none;color:#afafaf;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:bold}
ol,ul,li{list-style:none}caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold}
q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}
input,textarea,select{font-family:IRANSans;font-size:14px;font-weight:normal;outline:0}
body,a,li,ul,div,p,i,img,h1,h2,h3,h4,h5,h6,font,span,b,a:before,a:after,li:before,li:after,:after,:before,:hover,:focus,:active{transition: all 0.2s ease-in 0.1s;-moz-transition: all 0.2s ease-in 0.1s;-webkit-transition: all 0.2s ease-in 0.1s;-o-transition: all 0.2s ease-in 0.1s;-ms-transition: all 0.2s ease-in 0.1s;}
/* WRAPPER
----------------------*/
.wrapper {
    display: block;
    width: 96%;
    height: 100%;
    margin: 0 auto;
    clear: both;
}
/* TOOLTIP
----------------------*/
#tooltip{
	display:block;
	font-size:13px;
	text-align:center;
	background:#373737;
	color:#fff;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	position:absolute;
	z-index:9999999999;
	padding:10px;
}
#tooltip:after{
	width:0;
	height:0;
	border-left:2px solid transparent;
	border-right:14px solid transparent;
	border-top:8px solid #373737;
	content:'';
	position:absolute;
	left:85%;
	bottom:-5px;
	margin-left:-10px
}

/* HEADER
----------------------*/
header {
    background: #fff url('media/images/pattern_header.png');
    height: 150px;
}
/* LOGO
----------------------*/
#logo img {
width: 229px;
    height: 81px;
    float: right;
    margin-top: 4px;
}
#logo img:hover {
    animation: rubberBand 1s;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes menu {
  0% {
height :0;
  }

  100% {
height :240px;
  }
}
/* MENU
----------------------*/
ul#menu {
background-color: #009688;
    height: 40px;

    line-height: 40px;
}
ul#menu > li, ul#menu > li > a,ul#menu > li > a > h2{
    display: inline-block;
    height: 40px;
    color: #fff;
    padding: 0 2px;
    border-bottom: 0 solid #1CC0E9;
}
ul#menu > li > a > i{
	font: 20px 'icon';
	float:right;
	line-height:40px;
}
ul#menu > li:hover {
    box-shadow: 0 -40px 0 #08b9a8 inset;
}
/* SOCIALS HEADER
----------------------*/
ul#menu span {
    float: left;
    line-height: 47px;
    height: 40px;
}
ul#menu span > a {
    background: url('media/images/socials.png') no-repeat;
    width: 32px;
    height: 28px;
    display: inline-block;
    margin-top: 5px;
    float: left;
    margin-right: 5px;
}
ul#menu span > a:nth-child(7) {
    background-position-x: -175px;
}
ul#menu span > a:nth-child(6) {
    background-position-x: -148px;
    width: 27px;
}
ul#menu span > a:nth-child(5) {
    background-position-x: -120px;
    width: 28px;
}
ul#menu span > a:nth-child(4) {
    background-position-x: -92px;
    width: 28px;
}
ul#menu span > a:nth-child(3) {
    background-position-x: -64px;
    width: 28px;
}
ul#menu span > a:nth-child(2) {
    background-position-x: -32px;
}
ul#menu span > a:nth-child(1) {
    background-position-x: 0px;
}
ul#menu span > a:hover{
	animation:tada 1s;
}
/* SOCIALS HEADER
----------------------*/
.socials {
    clear: both;
    height: 100px;
}
.socials span {
    display: block;
    text-align: center;
}
.socials a {
    background: url('media/images/socials.png') no-repeat;
    width: 32px;
    height: 28px;
    display: inline-block;
    float: left;
    margin: 8px;
}
.socials h5:nth-child(1) a {
    background-position-x: -175px;
}
.socials h5:nth-child(2) a {
    background-position-x: -148px;
    width: 27px;
}
.socials h5:nth-child(3) a {
    background-position-x: -120px;
    width: 28px;
}
.socials h5:nth-child(4) a {
    background-position-x: -92px;
    width: 28px;
}
.socials h5:nth-child(5) a {
    background-position-x: -64px;
    width: 28px;
}
.socials h5:nth-child(6) a {
    background-position-x: -32px;
}
.socials h5:nth-child(7) a {
    background-position-x: 0px;
    position: relative;
    right: 3px;
}
.socials a:hover{
	animation:tada 1s;
}
.socials h5 {
    width: 44px;
    height: 44px;
    display: inline-block;
    border-radius: 2px;
    background-color: #4c5364;
}
.socials h5:nth-child(1) {
    background-color: #FF0073;
    display: none;
}
.socials h5:nth-child(2) {
    background-color: #FF6060;
    display: none;
}
.socials h5:nth-child(3) {
    background-color: #0052FF;
}
.socials h5:nth-child(4) {
    background-color: #13E42D;
}
.socials h5:nth-child(5) {
    background-color: #C08066;
    display: none;
}
.socials h5:nth-child(6) {
    background-color: #F00;
}
.socials h5:nth-child(7) {
    background-color: #0DD3FF;
}
.socials h3.title.red b {
    margin: 0 auto;
    display: block;
    width: 180px;
    text-align: center;
    bottom: 6px;
    right: 0;
    color: #4C5364;
}
.socials h3.title.red b > i {
    display: none;
}
/* EACH PLACEHOLDER MUST HAVE A DIFFERENT RULE TO WORK
----------------------*/
div[id*="ajaxsearchlite"] .probox .proinput input::-webkit-input-placeholder {
    font-family: IRANSans !important;
    color: #BEBEBE !important;
	opacity: .5 !important;
}
div[id*="ajaxsearchlite"] .probox .proinput input::-moz-placeholder {
    font-family: IRANSans !important;
    color: #BEBEBE !important;
	opacity: .5 !important;
}
div[id*="ajaxsearchlite"] .probox .proinput input:-ms-input-placeholder {
    font-family: IRANSans !important;
    color: #BEBEBE !important;
	opacity: .5 !important;
}
div[id*="ajaxsearchlite"] .probox .proinput input:-moz-placeholder {
    font-family: IRANSans !important;
    color: #BEBEBE !important;
    opacity: .5 !important;
}
div[id*="ajaxsearchlite"] .probox .proinput input.autocomplete {
    font-family: IRANSans !important;
    color: #BEBEBE !important;
    font-size: 14px !important;
    opacity: .5 !important;
}
#centermenu
{
    min-height: 100px;
}
/* AJAX SEARCH LITE
----------------------*/
.search {
width: 340px;
    position: absolute;
    right: 39%;
    top: 62px;
}
div.wpdreams_asl_container[id*="ajaxsearchlite"] {
    width: 340px !important;
    height: 76px;
    display: inline-block;
    float: right;
    margin-top: 29px !important;
}
#ajaxsearchlite1 .probox, div[id*="ajaxsearchlite"] .probox {
    height: 35px !important;
}
div.asl_w .probox .promagnifier{
	    margin-top: -6px !important;
}
#ajaxsearchliteres1{
	top: 150px !important;
}
#ajaxsearchlite1 .probox .proinput, div[id*="ajaxsearchlite"] .probox .proinput {
    font-family: IRANSans !important;
    color: #BEBEBE !important;
    font-size: 14px !important;
}
#ajaxsearchlite1 .probox, div.asl_w .probox
{
	border: 2px solid #009688 !important;
	border-radius: 5px !important;
}
#ajaxsearchlite1 .probox .proinput input, div[id*="ajaxsearchlite"] .probox .proinput input {
    font-family: IRANSans !important;
    color: #BEBEBE !important;
    font-size: 14px !important;
	text-align: right;
	text-indent: 55px;
	width: 331px;
	margin-top: 4px !important;
}
div[id*="ajaxsearchlite"] .probox .promagnifier {
    width: 50px !important;
    height: 50px !important;
    background-image: none !important;
    border: 0px solid rgb(255, 255, 255);
    border-radius: 0px 0px 0px 0px;
    box-shadow: 1px 0px 0px 0px rgba(195, 195, 195, 0.6) inset !important;
    position: absolute;
    opacity: .5;
}
div[id*="ajaxsearchlite"] .mCS-dir-rtl > .mCSBap_inside > .mCSBap_scrollTools, div[id*="ajaxsearchlite"] .mCS-dir-rtl > .mCSBap_outside + .mCSBap_scrollTools {
    display: none !important;
}
div[id*="ajaxsearchlite"] .mCS-dir-rtl > .mCSBap_inside > .mCSBap_container {
    margin-left: 0 !important;
}
div[id*="ajaxsearchliteres"] .results .item .asl_content {
    text-align: center;
}
div.asl_r .results .item
{
background: #12bfaf !important;
}
div.asl_r .results .item:hover
{
background: #009688 !important;
}
div[id*="ajaxsearchliteres"] .results .item .asl_content h3, div[id*="ajaxsearchliteres"] .results .item .asl_content h3 a {
    font-family: IRANsans !important;
    color: #ffffff !important;
}
div.vertical[id*="ajaxsearchliteres"] {
    box-shadow: 0px 11px 12px 9px rgba(0, 0, 0, 0.19) !important;
    width: 332px !important;
    margin-top: -35px !important;
}
div[id*="ajaxsearchlite"] .mCustScr {
    height: 200px !important;
}
div[id*="ajaxsearchliteres"] .resdrg {
    height: 200px !important;
}
div[id*="ajaxsearchlite"] .probox .proloading{
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    top: 3px;
}
div[id*="ajaxsearchlite"] .probox div.asl_loader {
    right: 5px;
    position: absolute;
    top: 5px;
    opacity: .3;
}
.asl_nores_header:before {
    content: '\e9e5';
    font: 50px 'icon';
    display: block;
    text-align: center;
    margin-bottom: 10px;
    color: #FF6F6F;
}
/* LOGIN & REGISTER
----------------------*/
.user {
    float: left;
    display: inline-block;
    height: 83px;
    width: 150px;
    margin-top: 9px;
}
.user a {
    display: block;
    height: 40px;
    line-height: 40px;
        background-color: #34495e;
    color: #fff;
}
.user a:before {
    content: '\e973';
    font: 22px 'icon';
    float: right;
    background-color: rgba(0, 0, 0, 0.06);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
        color: #fff;
    background-color: #2c3e50;
    
}
.user a:nth-child(2) {
    background-color: #34495e;
    margin-top: 3px;
}
.user a:nth-child(2):before {
    content: '\e975';
        color: #fff;
    background-color: #2c3e50;
}
.user a:hover {
    box-shadow: 135px 0 0 rgba(0, 0, 0, 0.06) inset;
}
/* NEWS
----------------------*/
#news {
    background-color: #34495e;
    height: 50px;
        float: right;
    width: 100%;
}
#news span {
    display: inline-block;
    float: right;
    line-height: 50px;
    padding-right: 5px;
    color: #fff;
    cursor:default;
}
#news > .wrapper > a {
    color: #2dc9f4;
    height: 50px;
    line-height: 50px;
    padding-right: 5px;
    font-weight: normal;
}
#news i:hover > a {
    background-color: #1fc9f4;
    animation: none;
}
@-webkit-keyframes caret {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}
@keyframes caret {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}
/* BRAND
----------------------*/
#brand {
    margin-top: 25px;
    display: block;
    float: right;
    width: 100%;
    text-align: center;
}
#brand ul {
    display: inline-block;
    width: 25%;
    margin: 0;
    padding: 0;
    float: right;
    background-color: #fff;
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.05) , 5px 0 0 0 rgb(247, 247, 247) inset;
    height: 135px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
}
#brand ul:nth-child(4) {
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.05) , 0 0 0 0 rgb(247, 247, 247) inset;
}
#brand ul:before {
    content: 'انتخاب برند';
    background-color: #009688;
    box-shadow: 5px 0 0 0 #f7f7f7 inset;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 0 5px 0 0;
}
#brand ul:nth-child(2):before {
    content: 'انتخاب سری';
    background-color: #009688;
}
#brand ul:nth-child(3):before {
    content: 'انتخاب مدل';
    background-color: #009688;
}
#brand ul:nth-child(4):before {
    content: 'انتخاب نسخه';
    background-color: #009688;
    box-shadow:none;
}
#brand li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    font-weight: normal;
}
#brand p {
    color: #B8C0D3;
    cursor: not-allowed;
    margin-top: 20px;
}
#brand i {
    font-size: 30px;
    display: block;
    margin: 5px 0;
}
#brand a {
    display: block;
    box-shadow: 0 0 0 #B8C0D3 inset;
}
#brand a:hover {
    box-shadow: -10px 0 0 #B8C0D3 inset;
    color: #B8C0D3;
}
#loader_s, #loader_m, #loader_n {
    background: url('media/images/loading.svg') no-repeat 0 0 / 80px;
    width: 80px;
    height: 80px;
    display: none;
    margin: 10px auto;
    opacity: .2;
}
.nicescroll-rails {
    margin-left: 7px;
}
/* TITLE
----------------------*/
h3.title {
    background: url('media/images/dot_.png') 0 0 / 4px;
    height: 11px;
    clear: both;
    margin: 50px 0 20px;
    display: block;
    float: right;
    width: 100%;
}
h3.title b {
    display: inline;
    background-color: #F7F7F7;
    position: relative;
    bottom: 6px;
    right: 15px;
    padding: 0 9px;
    color: #009688;
}
/* POSTS
----------------------*/
.posts {
    clear: both;
    background-color: #fff;
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e1e0e0;
    width: 100%;
    float: right;
    padding: 5px 3px 2px;
}
.posts ul {
    width: 50%;
    float: right;
    display: inline-block;
}
.posts a {
    height: auto;
    line-height: 40px;
    background-color: #faf9f9;
    box-shadow: -3px 0 0 #FFF inset;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 3px;
    display: block;
    color: #34495e;
    font-weight: normal;
}
.posts li:nth-child(even) a {
    color: #868d9f;
}
.posts a:before {
    content: '\e982';
    float: right;
    font: 25px 'icon';
    margin: 7px 0 0 3px;
    animation: right 2s infinite linear;
    -webkit-animation: right 2s infinite linear;
}
@-webkit-keyframes right {
	0%{-webkit-transform:rotate(0deg);
	transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg);
	transform:rotate(359deg)}
}
@keyframes right {
	0%{-webkit-transform:rotate(0deg);
	transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg);
	transform:rotate(359deg)}
}
.posts li:nth-child(even) a:before {
    animation: left 2s infinite linear;
    -webkit-animation: left 2s infinite linear;
}
@-webkit-keyframes left {
	0%{-webkit-transform:rotate(0deg);
	transform:rotate(0deg)}
	100%{-webkit-transform:rotate(-359deg);
	transform:rotate(-359deg)}
}
@keyframes left {
	0%{-webkit-transform:rotate(0deg);
	transform:rotate(0deg)}
	100%{-webkit-transform:rotate(-359deg);
	transform:rotate(-359deg)}
}
.posts a:after {
    content: '\e01d';
    float: left;
    font: 10px 'icon';
    margin-top: 7px;
    transform: rotate(-115deg);
    margin-left: -7px;
	opacity:0;
}
.posts a:hover:after {
	font-size:25px;
    transform: rotate(0deg);
    margin-left: 0;
	opacity:1;
	color:#009688;
}
.posts a:hover,.posts li:nth-child(even) a:hover{
	color:#009688;
	padding-right:15px;
	box-shadow: -3px 0 0 #009688 inset;
}
/* POSTS TRAINING
----------------------*/
.posts_training{
	clear: both;
}
.posts_training ul {
    display: inline-block;
    width: 20%;
    float: right;
    margin-bottom: 10px;
}
.posts_training li {
    width: 96%;
    background-color: #fff;
    margin: 0 auto;
    height: 375px;
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e1e0e0;
    position: relative;
}
.posts_training h2 > a {
    background-color: #4c5364;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    height: 50px;
    line-height: 50px;
}
.posts_training img {
    width: 96%;
    height: 250px;
    margin: 7px auto;
    display: block;
}
.posts_training li:hover img {
	filter: grayscale(100%);
}
.posts_training li:after {
    content: '';
	background-image: linear-gradient(right top,#e5e5e5 50%,#f7f7f7 50%);
    background-image: -webkit-linear-gradient(right top,#e5e5e5 50%,#f7f7f7 50%);
	width: 24px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 7px 6px #f7f7f7;
}
.posts_training li:hover:after {
	width: 0;
    height: 0;
    box-shadow: 0 0 0 0 #f7f7f7;
}
.posts_training span {
    background: url('media/images/dot.png') 0 0 / 4px;
    height: 11px;
    display: block;
    margin-top: 16px;
}
.posts_training span > a {
    display: block;
    width: 120px;
    height: 30px;
    color: #fff;
    background-color: #1fc9f4;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    margin: 0 auto;
    position: relative;
    bottom: 9px;
}
.posts_training span > a:hover {
    padding-left:10px;
}
.posts_training span a:after {
    content: '\e050';
    font: 20px 'icon';
    transform: rotate(89deg);
    position: absolute;
    bottom: -13px;
	left: 4px;
}
.posts_training span a:hover:after {
    transform: rotate(0deg);
    bottom: 4px;
    left: 1px;
}
/* VIP
----------------------*/
.vip ul {
    display: inline-block;
    width: 20%;
    float: right;
    margin-bottom: 10px;
    margin-top: 40px;
}
.vip li {
    width: 96%;
    background-color: #fff;
    margin: 0 auto;
    height: 275px;
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e1e0e0;
    position: relative;
}
.vip li:hover {
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.40);
	transform: scale(1.1);
	z-index:1;
}
.vip li:before {
    content: '';
    background: url('media/images/dot.png') 0 0 / 4px;
    height: 11px;
    margin-top: 1px;
    position: absolute;
    top: 0;
    width: 100%;
}
.vip h4 {
    width: 90px;
    height: 90px;
    border: 5px solid #f7f7f7;
    background-color: #ff6f6f;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    color: #fff;
    position: relative;
    top: -40px;
    margin-bottom: -30px;
}
.vip h4 > font {
    display: block;
    margin-bottom: -20px;
    margin-top: 5px;
}
.vip li:hover h4 {
    background-color: #4c5364;
    color: #ff6f6f;
}
.vip p {
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px dashed #eee;
    margin-bottom: 2px;
    font-weight: normal;
}
.vip p:nth-child(4){
    border-bottom: 0;
}
.vip p > font {
    color: #1fc9f4;
    font-weight: bold;
}
.vip p:hover > font {
    margin-left: 5px;
}
.vip p:hover {
    font-weight: bold;
}
.vip p > font:before {
    content: '\e7ac';
    font: 25px 'icon';
    margin-left: 5px;
    position: relative;
    top: 5px;
}
.vip p:nth-child(3) > font:before {
    content: '\e7ad';
}
.vip p:nth-child(4) > font:before {
    content: '\e93b';
}
.vip a {
    background-color: #86f268;
    color: #fff;
    width: 120px;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 2px;
    line-height: 30px;
    height: 30px;
    position: relative;
}
.vip a:after {
    content: '\e07a';
    font: 14px 'icon';
    transform: rotate(150deg);
    position: absolute;
    bottom: 7px;
    left: 7px;
	opacity:0;
}
.vip a:hover:after {
	transform: rotate(0deg);
    bottom: 7px;
    left: 4px;
	opacity:1;
}
.vip a:hover {
    padding-left: 10px;
}
/* FOOTER
----------------------*/
footer {
    /*background: url(media/images/pattern_footer.png) repeat-x center, #4c5364 url(media/images/footer.png) fixed no-repeat center bottom / 100%;*/
    background-color: #4c5364;
    height: auto;
    margin-top: 30px;
    float: right;
    width: 100%;
    position: relative;
}
.footer {
    width: 54%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 30px;
}
.footer h5 {
    background: url('media/images/dot_c.png') 0 0 / 4px;
    height: 11px;
    margin-top: 18px;
    text-align: center;
}
.footer b {
    background-color: #ff6f6f;
    color: #fff;
    border-radius: 2px;
    padding: 0 10px;
    position: relative;
    bottom: 6px;
}
/* CONTACT US
----------------------*/
.contact p {
font-size: 13px;
    margin: 15px;
    color: #e9e9e9;
    font-weight: 400;
    text-align: justify;
}
.contact span {
    display: inline-block;
    float: right;
    text-align: left;
    color: #e9e9e9;
    font-size: 11px;
    height: 20px;
    line-height: 24px;
    font-weight: normal;
}
.contact span:last-child {
    margin-right: 7px;
}
.contact span:before {
    content: '\e8c3';
    font: 20px 'icon';
    color: #ff6f6f;
    float: left;
    margin-right: 2px;
}
.contact span:nth-child(1):before {
    content: '\e945';
}
.contact:hover span:last-child:before {
    animation: tada 1s infinite linear;
}
.contact div {
    width: 270px;
    margin: 0 auto;
    height: 23px;
}
/* NAMAD
----------------------*/
.namad h5 {
    background: url('media/images/dot_n.png') 0 0 / 4px;
}
.namad b {
    background-color: #1fc9f4;
}
.namad span {
    background-color: #3d414d;
    display: inline-block;
    width: 115px;
    height: 93px;
    vertical-align: top;
    text-align: center;
    margin-top: 17px;
    border-radius: 2px;
    position: relative;
    padding-top: 5px;
    cursor: pointer;
}
.namad img {
	height:88px;
}
/* sabt mobile
-----------------*/
.mobilee h5 {
    background: url('media/images/dot_m.png') 0 0 / 4px;
}
.mobilee b {
   background-color: #27ae60;
}
.mobilee p
{
    margin-top: 40px;
    font-size: 120%;
    color: #fff;
}
.inputmobile
{
    display: inline-block;
    width: 80%;
    border-radius: 5px;
    border: none;
    height: 30px;
    text-align: center;
    margin-top: 20px;
}
.inputsubmobile
{
        display: inline-block;
    width: 80%;
    margin-top: 10px;
    background-color: #009688;
    border: none;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    font-size: 120%;
    cursor: pointer;
}
.inputsubmobile:hover
{
   background-color:#27ae60; 
}
/* COPYRIGHT

----------------------*/
h6.copyright {

    height: 55px;

    position: absolute;

    bottom: 5px;

}
#copyrightt
{
	border-right: 2px solid #fff;
	float: right;
}
#copyrightt h3
{
    padding-right: 10px;
}
#copyrightt h4
{
    padding-right: 10px;
    color: #2d2d2d;
    cursor: not-allowed;
    font-weight: normal;
}
h6.copyright a {

    color: #808186;

    width: 155px;

    display: inline-block;

    height: 42px;

    float: right;

}

h6.copyright a:hover {

	color:#e9e9e9;

}

h6.copyright a:before {

    content: '';

    background: url('media/images/logocopyright1.png');

    width: 150px;

    height: 50px;

    float: right;

}

h6.copyright a:hover:before{

	animation:tada 1s;

}


@-webkit-keyframes tada {

  from {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }



  10%, 20% {

    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);

  }



  30%, 50%, 70%, 90% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

  }



  40%, 60%, 80% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

  }



  to {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}

@keyframes tada {

  from {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }



  10%, 20% {

    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);

  }



  30%, 50%, 70%, 90% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);

  }



  40%, 60%, 80% {

    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);

  }



  to {

    -webkit-transform: scale3d(1, 1, 1);

    transform: scale3d(1, 1, 1);

  }

}
/* Single
----------------------*/
#single {
    background-color: white;
    margin-top: 20px;
    float: right;
    font-weight: normal;
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e1e0e0;
	width:100%;
	min-height:300px;
color:#757575;
}
#single h1 {
background-color: #009688;
    height: auto;
    color: #fff;
    text-align: center;
    padding: 10px;
}
#single iframe {
    max-width: 800px;
}
/* CONTENT SINGLE
----------------------*/
.content {
    padding: 10px;
	font-size: 14px;
}
.content p
{
line-height: 3;
text-align: justify;
   font-size: initial;
}
.content > h2 {
border-left: 10px solid #009688;
    border-right: 10px solid #009688;
    margin: 20px auto;
    background-color: #2980b926;
    width: 90%;
    height: auto;
    line-height: 40px;
    border-radius: 10px;
    color: #009688 !important;
    font-family: IRANSans;
    font-size: 170%;
    font-weight: 700;
    text-align: center;
    direction: rtl;
    padding: 8px 5px;
}
.content figcaption
{
text-align: center;
}
.content a
{
color: #009688;
}
.content > ul {
    display: block;
    width: 100%;
    float: right;
    margin-bottom: 10px;
}
.content img{
	    margin: 0 auto;
    display: block;
    border-radius: 10px !important;
    max-width: 96% !important;
    max-height: 96% !important;
}
.content > ul > li {
    background-color: #faf9f9;
    display: inline-block;
    float: right;
    box-shadow: 10px 0 0 #fff inset;
    padding: 0 10px 0 20px;
    height: 40px;
    line-height: 40px;
}
.content > ul > li > ul,.content > ul > li > ul > li {
    display: inline-block;
}
.content > ul > li > ul > li:after {
    content: '\e7c2';
    font: 17px 'icon';
    position: relative;
    top: 9px;
    float: left;
}
.content > ul > li > ul > li:last-child:after {
    display:none;
}
.content > ul > li i {
    font-size: 20px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 5px;
}
.content > ul > li a{
	color:#afafaf;
	font-size: 14px;
}
/* INFORMATINO ROM
----------------------*/
.information {
    width: 100%;
    margin: 20px 0;
}
.informationrom {
    width: 96%;
    margin: 20px auto;
}
.information tr:first-child {
    background-color: #4c5364;
    height: 50px;
    color: #b8c0d3;
    line-height: 50px;
}
.informationrom tr:first-child {

    height: 50px;
    color: #b8c0d3;
    line-height: 50px;
}
.information td {
    background-color: #dde1eb;
    height: 40px;
    line-height: 40px;
    color: #4C5364;
}
.informationrom td {
    background-color: #dde1eb;
    height: 40px;
    line-height: 40px;
    color: #4C5364;
}
.information tr {
    margin-top: 1px;
    display: block;
    height: 40px;
}
.informationrom tr {
    margin-top: 1px;
    display: block;
    height: 40px;
}
.information th,.information td {
    width: 20%;
    float: right;
    text-align: center;
    box-shadow: 1px 0 0 #fff;
}
.informationrom th {
	background-color: #4c5364;
    width: 20%;
    float: right;
    text-align: center;
    border: 1px solid #fff;
}
.informationrom td{
	    width: 20%;
    float: right;
    text-align: center;
    border: 1px solid #fff;
}
.android {
    width: 11% !important;
}
.bildnumber{
width: 17% !important;
}
.datatolid{
	width: 8% !important;
}
.Region {
    width: 10% !important;
}
.farsi {
    width: 10% !important;
}
.Volume {
    width: 10% !important;
}
.tbnosabt{
width: 7% !important;
}
.paydownload {
    width: 14% !important;
}

.information td > a {
    background-color: #009688;
    color: #fff;
    display: block;
}
.information td > a:hover {
    background-color: #08b9a8;
}
.informationrom td > a {
    background-color: #009688;
    color: #fff;
    display: block;
}
.informationrom td > a:hover {
    background-color: #08b9a8;
}
#information th:first-child,#information td:first-child {
    width: 60%;
}
#information th:nth-child(3),#information td:nth-child(3) {
    width: 15%;
}
#information th:last-child,#information td:last-child {
    width: 25%;
}
.training tr{
    width: 280px;
}
.training tbody {
    width: 280px;
    margin: 0 auto;
    display: block;
}
.training th:first-child, .training td:first-child {
    width: 80px;
}
.training th:last-child, .training td:last-child {
    width: 200px;
}
.training_page th:first-child,.training_page td:first-child {
    width: 48%;
}
.training_page th:nth-child(3),.training_page td:nth-child(3),
.training_page th:nth-child(4),.training_page td:nth-child(4) {
    width: 10%;
}
.training_page th:last-child,.training_page td:last-child {
    width: 12%;
}
.training_page h2 > a {
    font-weight: normal;
	color:#4C5364;
}
/* TITLE RED
----------------------*/
h3.title.red {
    background: url('media/images/dot.png') 0 0 / 4px;
	margin: 25px 0 20px;
}
h3.title.red b {
    background-color: #fff;
    color: #ff6f6f;
    bottom: 10px;
}
h3.title.red i {
    color: #ff6f6f;
    margin-left: 5px;
    font-size: 20px;
    position: relative;
    top: 3px;
}
/* BUTTON
----------------------*/
.content > h4 {
    margin: 0 auto;
    width: 250px;
}
.content > h4 a {
    display: inline-block;
    width: 120px;
    background-color: #009688;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
}
.content > h4 a:hover {
    background-color: #4c5364;
}
.content > h4 a:before {
    content: "\e904";
    float: right;
    font: 20px 'icon';
    margin: 4px 9px;
}
.content > h4 a:last-child:before {
    content: "\e92e";
}
/* TAGS POST
----------------------*/
.tags_post {
    clear: both;
}
.tags_post a {
    background-color: #faf9f9;
    padding: 0 5px;
    margin: 1px;
    display: inline-block;
    font-size: 12px;
	border-radius: 2px;
}
.tags_post a:hover {
    background-color: #ff6f6f;
    color: #fff;
    border-radius: 5px;
}
/* COMMENTS
----------------------*/
.comments_page {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
.commentlist {
    clear: both;
}
#commentform input[type="text"] {
    border: 0;
    background-color: #faf9f9;
    display: inline-block;
    float: right;
    width: 33%;
    margin-left: 5px;
    height: 40px;
    text-indent: 8px;
    color: #afafaf;
}
#commentform input[type="text"]:focus {
    box-shadow: 0 0 0 20px #eee inset;
}
#url{
    margin-left:0 !important;
}
#commentform textarea {
    border: 0;
    background-color: #faf9f9;
    width: 100%;
    margin-top: 5px;
    resize: none;
	text-indent: 6px;
    color: #afafaf;
}
#commentform textarea:focus {
    box-shadow: 0 0 0 70px #eee inset;
}
#commentform input[type="submit"] {
    border: 0;
    width: 100px;
    height: 40px;
    background-color: #ff6f6f;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px 2px 2px 0;
    float: left;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}
#commentform input[type="submit"]:hover {
    background-color: #9FFB8D;
	color:#505050;
}
.comment-body {
    background-color: #fcfcfc;
    padding: 10px;
    border-right: 3px solid #efefef;
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}
.comment-body:hover {
    border-right: 8px solid #efefef;
}
.comment-author-ali > .comment-body{
    border-right: 3px solid #efefef;
}
.comment-body a {
    color: #B1B0B0;
    font-weight: bold;
}
.comment {
    padding: 2px 0px;
}
.children {
    padding-right: 15px;
}
.comment.odd > .comment-body {
    background-color: #f5f5f5;
}
.comment-author-ali > .comment-body {
    background-color: #BBC0CC !important;
    color: #fff !important;
	border-right: 3px solid #AAB0BF;
}
.comment-author-ali > .comment-body:hover {
	border-right: 8px solid #AAB0BF;
}
.comment-author-ali > .comment-body a{
    color: #fff !important;
}
.comment-body:before {
    content: "\e9e2";
    float: right;
    color: #bfbfbf;
    font: 63px 'icon';
    margin: 3px 0 3px 10px;
}
.comment-author-ali > .comment-body:before {
    content: "\e9ec";
    color: #fff;
}
.comment-author {
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 73px;
}
.comment-author-ali > .comment-body .comment-author {
    border-color: #fff;
}
.comment-reply-link {
    background-color: #fff;
    float: left;
    width: 100px;
    text-align: center;
    border-radius: 1px;
	color:#fff;
}
.comment-author-ali > .comment-body .comment-author > .comment-reply-link {
	color:#505050 !important;
}
.comment-awaiting-moderation {
    background-color: #fcb03c;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}
.nocomments{
    display: block;
    text-align: center;
    color: #ff6f6f;
    font-weight: bold;
}
.nocomments:before {
    content: '\e9f2';
    font: 50px 'icon';
    display: block;
}
/* CATEGORY
----------------------*/
.cetegory {
    padding-top: 25px;
}
.cetegory ul {
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e1e0e0;
    background-color: #fff;
    display: inline-block;
    width: 49.5%;
    float: right;
    margin-bottom: 1%;
    position: relative;
}
.cetegory ul:nth-child(2n+1) {
    margin-left: 1%;
}
.cetegory h2 {
    height: auto;
    line-height: 40px;
    color: #4C5364;
    overflow: hidden;
    padding: 0 5px;
    width: 83%;
}
.cetegory h2 > a{
    color: #4C5364;
}
.cetegory h2 > i {
    font-size: 25px;
    margin: 5px 0 0 2px;
    float: right;
}
.cetegory hr {
    background: url('media/images/dot.png') 0 0 / 4px;
    border: 0;
    height: 11px;
    margin: 0;
}
.cetegory li {
    display: inline-block;
    padding: 0 5px 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    border-left: 1px dashed #f8f8f8;
    margin: 7px 0;
    font-weight: normal;
}
.cetegory li > i {
    font-size: 16px;
    margin: 6px 0 0 3px;
    float: right;
}
.cetegory ul > a {
    float: left;
    background-color: #009688;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 0 15px 0 0;
}
.cetegory ul:hover > a {
    border-radius: 0 2px 0 0;
}
.cetegory ul:hover > h2,.cetegory ul:hover > h2 a{
    color: #009688;
}
/* PAGE NAVI
----------------------*/
.wp-pagenavi {
    height: 32px;
    padding: 10px;
    background-color: #FFF;
    margin-top: 10px;
	box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e1e0e0;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 0 10px !important;
    margin: 1px !important;
    float: right;
    height: 30px;
    line-height: 30px;
    background-color: #4c5364 !important;
    border-radius: 2px;
    color: #fff !important;
    border: none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #ff6f6f !important;
    color: #4c5364 !important;
    border: none !important;
}
.wp-pagenavi > .nextpostslink {
    background-color: #1FC9F4 !important;
}
.wp-pagenavi > .last , .wp-pagenavi > .first {
    background-color: #ff6f6f !important;
}
.wp-pagenavi > .previouspostslink {
    background-color: #1FC9F4 !important;
}
/* PISHNIAZ
----------------------*/
.pishniaz {
    margin: 0 0 3px 0;
}
#tabs {
	background-color: #fff;
    margin-bottom: 10px;
}
.tabs-title h2 {
    cursor: pointer;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #4c5364;
    font-weight: bold;
    background-color: #faf9f9;
}
.tabs-title h2:before {
    content: '\e6df';
    font: 33px 'icon';
    float: right;
    line-height: 38px;
    margin-left: 6px;
}
.tabs-title.tabs-closed h2:after {
    content: '\e7c2';
    font: 20px 'icon';
    float: left;
    line-height: 38px;
}
.tabs-open h2{
    background: #4c5364;
    color: #fff;
}
.tabs-title.tabs-open h2:after {
    content: '\e7c1';
    font: 20px 'icon';
    float: left;
    line-height: 38px;
}
.tabs-content {
    height: 100%;
	animation: fadeInUp .1s;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.tabs-item {
    margin: 3px 0 15px 0;
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e1e0e0;
}
.pishniaz th:first-child,.pishniaz td:first-child {
    width: 78%;
}
.pishniaz th:nth-child(2),.pishniaz td:nth-child(2) {
    width: 11%;
}
.pishniaz th:last-child,.pishniaz td:last-child {
    width: 11%;
}
.pishniaz h3 {
    font-weight: normal;
}
/* ROM
----------------------*/
.gform_wrapper form{
	text-align: right !important;
}
.medium{
	width: 200px !important;
	    border: none;
    background-color: #009688;
    color: #fff;
    text-align: center;
}
.textarea{
	width: 100% !important;
	text-align: right;
}
.button
{
background-color: #37beb1;
    color: #fff;
    font-size: 125% !important;
    font-family: 'IRANSans';
    border: none;
    padding: 5px 10px;
	cursor: pointer;
}
/* ADS
----------------------*/
.ads {
    clear: both;
    padding-top: 25px;
    display: block;
    text-align: center;
    float: right;
    width: 100%;
}
.ads img {
    max-width: 100%;
    height: auto;
}
/* receipt edited by mrdev */

#edd_purchase_receipt thead {
    background-color: #eee;
    line-height: 38px;
}
#edd_purchase_receipt td , #edd_purchase_receipt_products  td { width:50% }

@media (min-width:800px){
#edd_purchase_receipt , #edd_purchase_receipt_products { max-width: 50%; margin:0 auto }
}
#edd_purchase_receipt *,#edd_purchase_receipt_products *{  text-align:center!important}
#edd_purchase_receipt td, edd_purchase_receipt th, #edd_purchase_receipt_products td, #edd_purchase_receipt_products th {
    text-align: center !important;
    line-height: 38px;
    border: 1px solid #eee;
}


#edd_purchase_receipt {  margin-bottom: 20px !important;}
#edd_purchase_receipt_products {  margin-top: 20px !important;}#edd_purchase_receipt_products thead th {  font-weight: bold;  font-size: 16px;  text-align: center !important;}#edd_purchase_receipt_products tbody td,#edd_purchase_receipt_products .edd_purchase_receipt_files li,#edd_purchase_receipt_products .edd_purchase_receipt_product_name{  text-align: center !important;}

#edd_checkout_cart td, #edd_checkout_cart th {
    text-align: center !important;
}

.edd_cart_total {  color:#5cb85c !important; }
.edd_cart_remove_item_btn {color:red !important }
#edd_checkout_form_wrap input[type="radio"] { margin-left:5px }
#edd_purchase_form_wrap input {
    max-width: 300px;
    margin-bottom: 20px;
}
#edd_checkout_user_info { padding-right:20px }

#edd-purchase-button {
  margin: 20px auto 0 !important;
  display: block !important;
  min-width: 120px;
  min-height: 40px;
}
#edd_payment_mode_select { padding:5px !important ;text-align:center !important}
#edd_checkout_form_wrap legend {
 line-height: 40px !important;
 margin: -20px 0 25px  !important;

}

#edd_checkout_user_info {
max-width: 400px;
text-align: center;
margin: 10px auto 20px !important;
}
#edd_final_total_wrap {text-align:center !important;}

#edd_purchase_receipt + h3 { text-align:center !important;}

#edd_user_history * {
    text-align: center !important;
}

.form.myCRED-buy-form {
 max-width:320px ;
margin:0 auto; 
text-align: center !important;
border:1px solid #eee;
padding:20px;
}
.form.myCRED-buy-form > .form-group > label {
float:left;}
.form.myCRED-buy-form .form-control {
margin-bottom:20px;
}
.form.myCRED-buy-form input[name=amount] {
text-align:left !important;
padding : 0 5px ;
font-size:12px;
line-height: 30px;
width: calc(100% - 80px );
}
.form.myCRED-buy-form  .btn{
color: #fff;
background: #5cb85c;
border-color: #4cae4c;
border:0 ;
padding:5px 15px;
cursor:pointer
}
.edd_download_file_link {
position:relative;
color:#4cae4c;
}
.edd_download_file_link:before {
    content: "\e960";
    font-family: d;
    font-family: 'icon';
    margin-left: 5px;
    right: -20px;
    position: absolute;
    top: -10px;
}
.h1index
{
font-size: 130%;
    line-height: 3;
    text-align: center;
    color: #009688;
}
.pindex
{
    padding: 0 12px;
    text-align: justify;
    line-height: 3;
}
 /*#mobile_menu_icon{display:none;}*/
 
 
 #notice_box{    
	 width: 100%;
    min-height: 100px;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    max-width: 1366px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

#notice_image{    
	width: 50%;
    height: 100%;
    display: block;
    float: right;
    border-radius: 5px;
    background: #eee;
    min-height: 75px;
}
#notice_text{
	width: calc(50% - 10px);
    height: 100%;
    min-height: 75px;
    display: block;
    float: right;
    border-radius: 5px;
    background: #e4f1f4;
    margin-right: 10px;
    padding: 5px;
    box-sizing: border-box;
    line-height: 3;
}

.hamburger{
display:none;
}
#bgmenu{
background-color: #009688;
}
.boxbouton
{
   width: 50%;
    display: inline-block;
    float: right;
    margin-top: 18px; 

}
.boxbouton li
{
    padding: 5px 0;
    background-color: #009688;
    margin: 5px;
    border-radius: 5px;
}
.boxbouton a
{
    color: #fff;
    text-align: center;
}
.boxbouton li:hover
{
   background-color: #ff6f6f;
}
.menudownrom li
{
display: block;
    position: relative;
}
.menudownrom a:hover > .menudownromz
{
display: block;
}
.menudownrom a
{
    color: #fff;
    font-size: 18px;
    padding: 10px;
    display: block;
    float: right;
    background-color: #009688;
    }
.menudownromz
{
    display: none;
    background-color: #009688;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 2000;
    border-top: 1px #fff dashed;
}
.menudownromz li
{
    height: 25px;
    display: block;
    padding: 5px 12px;
    border-bottom: 1px #fff dashed;
}
.menudownromz a
{
color: #fff;
    font-size: 14px;
    padding: 0;
    background-color: transparent;
    text-align: center;
    float: none;
}
.menudownromz li:hover
{
background-color: #ff6f6f;
}
.menudownrom h2
{
float: right;
}
.menudownrom i
{
display: inline-block;
    float: right;
    font-size: 30px;
    color: #fff;
    background-color: #009688;
    width: 50px;
    height: 50px;
    line-height: 49px;
    cursor: pointer;
}
.Tbligh
{
margin-top: 10px;
    display: block;
    color: #fff;
}
/*Box Download Bn
*******************/
.bnfile{
width: 30% !important;
}
.bnfilev{
    width: 15% !important;
}
.bnfilesize{
    width: 14% !important;
}
.bnfileexe{
width: 25% !important;
}
.bnlinkefile
{
width: 14% !important;
}
/*Box Download Rom
********************/
#boxdownloadrom
{
max-width: 1260px;
    margin: 0 auto;
}
.boxdownload
{
    width: 200px;
    height: 230px;
    position: relative;
    float: right;
    margin: 0 5px;
}
.boxdownload img
{
    position: absolute;
    right: 34px;
    top: 0;
    z-index: 1000;
    max-width: 130px;
    max-height: 130px;
}
.bgboxromdownload
{
width: 100%;
    background-color: #fff;
    display: flex;
    position: relative;
    height: 150px;
    top: 68px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
        overflow: hidden;
}
.bgboxromdownload span
{
position: absolute;
    inset: 3px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 1;
}
.bgboxromdownload::after
{
    background-image: conic-gradient(transparent,transparent,transparent,#c0392b);
    position: absolute;
    width: 500px;
    height: 500px;
    content: '';
    animation: animat 4s linear infinite;
    animation-delay: -2s;
}
.bgboxromdownload::before
{
    background-image: conic-gradient(transparent,transparent,transparent,#009688);
    position: absolute;
    width: 500px;
    height: 500px;
    content: '';
    animation: animat 4s linear infinite;

}
@keyframes animat
{
0%
{
transform: rotate(0deg);
}
100%
{
transform: rotate(360deg);
}
}
.bgboxromdownload h2
{
    margin-top: 59px;
    text-align: center;
    color: #34495e;
    padding: 0 7px;
    position: relative;
    z-index: 2000;
}
.bgboxromdownload p
{
    text-align: center;
    color: #009688;
}
#boxdownloadrom a:hover > .bgboxromdownload::after
{
animation: animat 1s linear infinite;
}
.romdownloadh1
{
text-align: center;
    font-size: 150%;
    color: #fff;
    background-color: #009688;
    margin: 10px 0;
    display: block;
    float: right;
    width: 100%;
    border-radius: 5px;
    padding: 10px 0;
}
/* PAGE NAVI
----------------------*/
.wp-pagenavi {
    height: 32px;
    padding: 10px;
    background-color: #FFF;
	box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e1e0e0;
	    margin: 0 auto;
    display: table;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 0 10px !important;
    margin: 1px !important;
    float: right;
    height: 30px;
    line-height: 30px;
    background-color: #4c5364 !important;
    border-radius: 2px;
    color: #fff !important;
    border: none !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background-color: #17a2b8 !important;
    color: #ffffff !important;
    border: none !important;
}
.wp-pagenavi > .nextpostslink {
    background-color: #17a2b8 !important;
}
.wp-pagenavi > .last , .wp-pagenavi > .first {
    background-color: #ff6f6f !important;
}
.wp-pagenavi > .previouspostslink {
    background-color: #1FC9F4 !important;
}