@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/IRANSansWeb.eot');
	src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSansWeb.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/IRANSansWeb_Bold.eot');
	src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
}

/********************************/
/*       bases   
/********************************/
.padding-100 {
	padding-top: 100px;
}
.margin-100 {
	margin-top: 100px;
}
.no-padding {
	padding: 0;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	width: 100%;
	font-family: 'IRANSans', sans-serif;
	background: #f3f3f3;
}
p {
	font-family: 'IRANSans', sans-serif;
	color: #555;
	line-height: 1.7;
	font-size: 13px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'IRANSans', sans-serif ;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5, h6  {
	font-size: 15px;
}
a, button, .btn {
	font-family: 'IRANSans', sans-serif;
}
a, a:hover, a:focus, .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
	text-decoration: none;
	outline: none;
}
img {
	max-width: 100%;
}

ol,ul {
	list-style: none;
}
.btn {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	line-height: 1.7;
	margin: 0;
	border-radius: 0;
	background: #f93d66;
	color: #fff !important;
	border: 1px solid #f93d66;
	overflow: hidden;
	position: relative;
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	padding: 7px 20px;
	border-radius: 4px;
}
.btn.hvr-bounce-to-bottom:before {
	background: rgba(255, 255, 255, 0.13);
}
.btn-small {
	line-height: 1.2;
	width: 145px;
	height: 40px;
	margin: 0;
}
.alignleft, a img.alignleft {
    float: left;
    margin: 4px 30px 4px 0;
	height: auto;
}
.alignright, a img.alignright {
    float: right;
    margin: 4px 0 4px 30px;
	height: auto;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 40px auto;
	height: auto;
}

.btn-theme {
	background: #F93D66;
	color: #fff;
	border-color: #F93D66;
	transition: all 0.3s ease;
}
.btn-theme:hover {
	background: #CF133C;
}
.btn-theme-dark {
    background: #103754;
    border-color: #051a2a;
	color: #fff;
	transition: all 0.3s ease;
}
.btn-theme-dark:hover {
	background: #08253b;
}
.btn-themei {
    background: transparent;
    border: 2px solid #fff;
}
.btn-themei:hover {
    background: #fff;
    color: #333 !important;
}
.sbb {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.title {
	text-align:inherit;
}
.heading a {
    color: #f93d66;
}
.heading a:hover {
    color: #cf1f45;
}

.list-check li{
    position: relative;
}
.list-check li:before{
    content: "\f00c";
    font-family: fontawesome;
    color: #00947c;
    margin-left: 10px;
}

li.feature-item {
	position: relative;
}
li.feature-item:before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	background: #cf205b;
	border-radius: 50%;
	transition: all 0.3s ease;
	transform: scale(1);
	margin-left: 7px;
	animation: bom-bom 0.5s infinite;
}
li.feature-item a{
    color: #f94581;
}
@keyframes bom-bom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.5);
    }
}

/************************************* Main *******************************************/
#scroll-top {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	width: 60px;
	height: 60px;
	color: #103754;
	opacity: .7;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	left: 15px;
	text-align: center;
	font-size: 40px;
	cursor: pointer;
	display: none;
}
#scroll-top:hover {
	opacity: 1;
}

.st-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 5000;
}

.st-model-box {
	border-radius: 3px;
	position: fixed;
	background: #FFFFFF;
	padding: 15px;
	width: 90%;
	max-width: 800px;
	z-index: 5001;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	text-align: center;
	max-height: 500px;
	overflow: hidden;
	overflow-y: hidden;
	overflow-y: auto;
}
.st-model-wrapper {
	position: relative;
}
.st-model-wrapper > h3 {
	text-align: right;
	padding-bottom: 15px;
	margin: 0;
	font-size: 15px;
}
.st-model-wrapper > h3 i {
	margin-left: 6px;
	color: #F93D66;
}
.st-model-wrapper #close-model {
	position: absolute;
	left: 0;
	top: -5px;
	color: #333;
	padding: 5px 10px;
	border-radius: 3px;
	cursor: pointer;
}

#close-model:before {
    content: "\f00d";
    font-family: fontawesome;
}













/************************************* Header *******************************************/
.header-main {
    -webkit-background-image: linear-gradient(to right, #103754 50%, #f93d66 50%);
    -moz-background-image: linear-gradient(to right, #103754 50%, #f93d66 50%);
    -o-background-image: linear-gradient(to right, #103754 50%, #f93d66 50%);
    background-image: linear-gradient(to right, #103754 50%, #f93d66 50%);
	min-height: 40px;
	padding: 6px;
}
.header-main a {
	color: #fff;
	text-decoration: none;
}
.header-main .mini-menu ul {
	margin: 0;
	padding: 3px 0;
	text-align: left;
}
.header-main .mini-menu ul li {
	display: inline-block;
	padding: 0px 12px;
	color: #fff;
	font-size: 12px;
}


.header-main .contact a {
	font-size: 14px;
}
.header-main .contact i {
	height: 26px;
	width: 26px;
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 -9px 8px;
	background: #fff;
	color: #2e343c;
	border-radius: 2px;
	text-align: center;
}





.st-navbar-header {
	position: relative;
}

.st-navbar {
    -webkit-transition: transform .4s ease-in-out 0s;
    -moz-transition: transform .4s ease-in-out 0s;
    -o-transition: transform .4s ease-in-out 0s;
    transition: transform .4s ease-in-out 0s;
    margin: 10px 0;
    margin-left: 15px;
	float: left;
}

.mo .icon-bar:nth-child(1){
    transform: rotate(45deg);
    margin-top: 5px;
}
.mo .icon-bar:nth-child(2) {
	display: none;
}
.mo .icon-bar:nth-child(3){
	transform: rotate(-45deg);
	position: relative;
	right: 0px;
	top: -6px;
}

.st-navbar > li {
	float: right;
	position: relative;
	display: block;
	padding: 10px 0;
}
.st-navbar li a {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: none !important;
	padding: 5px 15px;
}

.st-navbar li a:hover , .st-navbar li.current-menu-item a {
	color: #f93d66
}
.st-navbar-header {
    position: initial;
}



.navbar {
	z-index: 1500;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	height: 70px;
	top: auto;
	margin-bottom: 0;
	background: #fff;
	box-shadow: 0px 6px 2px -7px #103754;
}
.home .navbar{
	background: transparent;
	box-shadow: 0px 10px 10px -7px #103754;
}
.home .navbar a {color: #fff}
.navbar .navbar-brand {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	width: auto;
	height: 70px;
	margin: 0;
	margin-right: 0 !important;
	padding: 2px;
	position: relative;
}

.navbar .navbar-brand img {
	width: auto;
	height: 100%;
}
.navbar .navbar-brand img.logo-base {
	display: none;
}
.navbar .navbar-nav {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	margin: 10px 0;
}
.navbar .navbar-nav li {
	cursor: pointer;
}
.navbar .navbar-nav li a {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: none !important;
}
.home .navbar .navbar-nav li a {
	color: #fff;
}
.navbar .navbar-nav li:last-of-type a {
	margin-left: 0;
}


.fixed.navbar {
    position: fixed;
    left: 0;
    right: 0;
	height: 60px;
	background: #fff;
	box-shadow: 0 0 9px 1px rgba(51, 51, 51, 0.36);
	top: 0;
	border-radius: 0;
}
.fixed.navbar .navbar-nav {
	margin: 8px 0;
}
.fixed.navbar .navbar-brand {
	width: auto;
	height: 60px;
	padding: 4px;
}
.fixed.navbar .navbar-brand .logo-white {
	display: none;
}
.fixed.navbar .navbar-brand .logo-base {
	display: block;
}
.fixed.navbar a {
	color: #333 !important;
	padding: 0px 10px;
	letter-spacing: 0;
}
.fixed.navbar .search-header {top:20px;}

.nav-wrapper {
	position: relative;
	transition: all 0.3s ease-in;
}
.nav-wrapper.hide {
	display: none;
}





/* sub Menu */
.sub-menu {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.ds .big-menu-wrapper {
    display: none;
	position: absolute;
	padding: 16px 2px 0;
	right: 0;
	top: 45px;
	border-radius: 4px;
	z-index: 100;
	overflow: hidden;
	-webkit-transition: 0.25s left ease-out, 0.25s height ease-out, 0.25s width ease-out;
	-moz-transition: 0.25s left ease-out, 0.25s height ease-out, 0.25s width ease-out;
	-o-transition: 0.25s left ease-out, 0.25s height ease-out, 0.25s width ease-out;
	transition: 0.25s left ease-out, 0.25s height ease-out, 0.25s width ease-out;
	-webkit-animation: fade-in 0.25s ease-in 1;
	-moz-animation: fade-in 0.25s ease-in 1;
	-ms-animation: fade-in 0.25s ease-in 1;
	animation: fade-in 0.25s ease-in 1;
	width: 600px;
}
.navbar.fixed .ds .big-menu-wrapper {
    top: 34px;
}


.ds .big-menu-wrapper > ul.sub-menu {
	position: relative;
	background: #fff;
	padding: 16px 2px;
	border-radius: 5px;
	display: none;
    width: 100%;
}
.ds .big-menu-wrapper > ul.sub-menu:before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	background: white;
	display: inline-block;
	top: -13px;
	-webkit-transform: rotate(-45deg) translateX(-50%);
	-moz-transform: rotate(-45deg) translateX(-50%);
	-ms-transform: rotate(-45deg) translateX(-50%);
	-o-transform: rotate(-45deg) translateX(-50%);
	transform: rotate(-45deg) translateX(-50%);
	box-shadow: 1px -1px 1px 0 rgba(0,0,0,0.08);
	z-index: 2;
	right: 60px;
}
.ds .big-menu-wrapper a {font-size: 12px !important;color: #333 !important;}

.ds .li-parent {
    position: relative;
    float: right;
    padding-left: 30px;
}
.ds .li-parent:last-child {
    padding-left: 0;
}
.ds .li-parent > a {display: none;}
.ds .li-parent ul li {
	position: relative;
	display: block;
	padding: 10px;
}
.ds .li-rows {
	display: table;
	width: 100%;
	padding: 0 30px;
}
.ds .li-rows > a {display: none;}
.ds .li-rows ul {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.ds .li-rows ul li {
    float: right;
    padding: 15px 10px;
}
.ds .li-parent a {
	color: #333 !important;
	padding: 0;
	font-size: 13px;
}
.ds li:hover .sub-menu{
	display: table;
	visibility: visible;
	opacity:1;
}
.ds li:hover .big-menu-wrapper {
    display: block;
}
.navbar-toggle {margin-top:20px;margin-bottom: 0;}


.st-navbar li.opened > ul, .st-navbar li.opened .big-menu-wrapper > ul {
	display: block;
	visibility: visible;
	opacity: 1;
	padding: 0;
	background: #11204566;
	margin: 10px auto;
}

.li-toggle {display:none;}


@media (max-width:992px) {
   
    .st-navbar {
    	display: block;
    	position: fixed;
    	top: 0;
    	right: 0;
    	left: 0;
    	bottom: 0;
    	background: #103754;
    	margin: 0;
    	padding: 10px;
    	padding-top: 60px;
    	z-index: 999;
    	transform: translate(100%);
    	overflow-y: auto;
    	opacity: 0;
    }
    .st-navbar.opened {
        display: block !important;
        transform: translate(0);
        opacity: 1;
    }
    .li-toggle i {
        transition: all 0.3s ease;
    }
    .menu-item-has-children.opened > .li-toggle i {
        transform: rotate(90deg);
    }
    .navbar .navbar-toggle.mo {
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 15px;
        background: #234f6f;
    }
    .st-navbar li {
        position: relative;
    	display: block;
    	float: none;
    	padding: 10px;
    } 
    .st-navbar li a, .fixed.navbar a {color: #fff !important;}
    .st-navbar li a:hover, .fixed.st-navbar a:hover {color: #f93d66 !important;}
    
    .li-toggle {
    	display: block;
    	position: absolute;
    	color: #fff;
    	left: 30px;
    	top: 12px;
    	font-size: 20px;
    	cursor: pointer;
    }
    
}




























.short-menu {
	margin-left: 15px !important;
}

.navbar-logo {
	float: right;
}

.navbar-header {
    float: left;
    position: relative;
}
.search-header {
	position: absolute;
	top: 25px;
	left: 15px;
}
.search-icon {
    cursor: pointer;
}
.home .search-icon {color: #fff;}
.fixed .search-icon {
    color: #333;
}
.search-w {
	background: #fff;
	position: relative;
	z-index: 99;
	padding: 20px 0px;
	transition: all 0.3s ease-in;
}
.search-w.opened {
	display: block;
}
.search-w .search-icon {
	position: absolute;
	left: 0;
	top: 25px;
}
.search-w p {
	font-size: 13px;
	text-align: right;
	color: #666;
}
.search-w .search-box .form-control {
	float: right;
	width: 90%;
	height: auto;
	box-shadow: none !important;
	border: 1px solid #ddd;
	padding: 10px;
	line-height: 1.8;
	border-radius: 0 3px 3px 0;
	border-left: 0;
}
.search-w .search-box .form-control:focus {
	border-color: #F93D66 !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-w .search-box .btn-search {
	float: right;
	width: 10%;
	line-height: 1.7;
	padding: 10px;
	border-radius: 3px 0 0 3px;
}










.search-header {
}
.search-header .seaarch-icon {
}
.search-header .widget-search {
    display: none;
}













.main-box-header {
	position: relative;
	background-attachment: fixed;
	height: 350px;
	overflow: hidden;
}
.main-box-header img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
}
.main-box-header .overlay {
	position: relative;
	background: rgba(16, 55, 84, 0.8);
	height: 100%;
}


.sub-menu-wrapper {
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: 1;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	background: #103754;
}
.sub-menu-close {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 20px;
	z-index: 99;
}
.sub-menu-close i {
    color: #fff;
    font-size: 30px;
	cursor: pointer;
}
.sub-menu-close i:hover {
    color: #f93d66;
}




.sub-menu-content {
	position: relative;
	padding: 40px;
}

.sub-menu-menu ul {
    text-align: center;
    margin-top: 200px;
}

.sub-menu-menu ul li {display:block;position:relative;}

.sub-menu-menu ul li.active a, .sub-menu-menu ul li a:hover {
    background: #0000004d;
    border-radius: 3px;
}

.sub-menu-menu ul li a {
	color: #eee;
}

.sub-menu-body {
    margin-top: 200px;
}

.lmenu-body{
	display:none;
}
.lmenu-body.opened{display:block;}

/***************************************** FOOTER ***************************************************************/

.footer-main {
	position: relative;
	background: #3c3c45;
}

.footer-main p{
    color: #eee;
}
.footer-middle {
	background: #0b2132 url(../img/footer-bg.png) no-repeat;
	padding: 20px 0;
}

.footer-middle .social {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	padding: 5px 0;
	height: 38px;
	overflow: hidden;
	position: relative;
}
.footer-middle .social ul  {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:center;
}
.footer-middle .social ul li {
	display: inline-block;
	color: #fff;
	margin-left: 5px;
}
.footer-middle .social ul li a {
	color: #fff;
	background: #051420;
	padding: 2px 15px;
	border-radius: 3px;
}
.footer-middle .social ul li a:hover {
	color: #e3e000;
}
.copyright {
	padding: 15px 0;
	background: #071b2a;
	position: relative;
}
.copyright span {
	color: #fff;
	font-size: 13px;
}

.fwidget-title {
	font-size: 15px;
	color: #eee;
	position: relative;
}
.fwidget-title:before {
	content: '';
	position: absolute;
	width: 90px;
	height: 2px;
	right: 0;
	bottom: 0;
	top: 25px;
	background: #ddd;
	border-radius: 0 3px 3px 0;
}
.fwidget-title:after {
	content: '';
	position: absolute;
	width: 35px;
	height: 2px;
	right: 56px;
	bottom: 0;
	top: 25px;
	background: #e30078;
	border-radius: 5px;
	transition: all 0.3s ease-in;
}
.footer-widget:hover .fwidget-title:after {
    width: 100%;
	right:0;
}
.fwidget-menu {
	list-style: none;
	padding: 10px 0;
	margin: 15px 5px 0;
}
.fwidget-menu li {
	display: block;
	margin: 0 12px;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.fwidget-menu li a {
    color: #fff;
    line-height: 1.8;
	transition: all 0.2s ease-in;
}
.fwidget-menu li a:hover {
	padding-right: 15px;

}
.fwidget-menu li a:before {
	content: "◈";
	color: #fff;
	right: -12px;
	position: absolute;
	top: 5px;
	transition: all 0.2s ease-in;
}
.fwidget-menu li a:hover:before {
	color: #e3e000;
	right: 0px;

}



.border-b {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
}
/******************************** Single ****************************/
.article-content {
	margin-top: 10px;
	background: #fff;
	padding: 15px;
	color: #000;
	border: 1px solid #f3f3f3;
	box-shadow: 0 1px 2px #ccc9c9;
}
.article-content p {
	font-size: 13px;
	padding: 0;
	color: #333;
	line-height: 2;
	text-align: justify;
}
.article-content a {
	font-size: 13px;
	color: #333;
}
.article-content a:hover {
	color: #000;
}
.article-content li{
    line-height: 2;
}
.post-preview {
	margin-bottom: 20px;
	border: 1px solid #ddd;
	background: #f7f7f7;
	padding: 20px 10px;
}
.post-full a {
	color: #ed0034;
	font-weight: bold;
	color: #333;
}
.post-full ol {
    list-style: persian;
}
.post-full ul{
    list-style: initial;
}
.post-full img {
	border-radius: 3px;
}

.single_blog_meta_div time {
}
.single_blog_meta_div a {
	color: #eee;
}
.single_blog_meta_div a:hover {color: #fff;}








.post-tags {
	margin: auto;
	position: relative;
	clear: both;
	padding-top: 15px;
}
.post-tags span {
	font-size: 12px;
	color: #999;
}
.post-tags a {
	display: inline-block;
	margin-top: 8px;
	margin-right: 8px;
	padding: 6px 18px;
	border: 2px solid #ebebeb;
	color: #454545;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.1s ease-in;
	border-radius: 5px;
	font-size: 11px;
}
.post-tags a:hover {
	border-color: #e30078;
	background: #e30078;
	color: #fff;
}





.comments-wrap {
    margin-top: 55px;
    margin-bottom: 40px;
}

.comment-list {
    position: relative;
	list-style: none;
	padding: 0;
}
.comment-list > .comment, .comment-list > li {
	background: #fff;
    padding: 30px 30px;
    border-bottom: 1px solid #f2f2f2;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 3px #eee;
	border-radius: 3px;
}
.comment-list .comment-avatar {
    float: right;
    margin-left: 22px;
}
.comment-list .comment-avatar img {
    border-radius: 50%;
}
.comment-list .comment-meta {
    overflow: hidden;
    vertical-align: top;
}
.comment-list .comment-author {
	font-family: soleil,Raleway,sans-serif;
	font-weight: 700;
	letter-spacing: -.015em;
	color: #000;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 0;
	font-size: 15px;
}
.comment-list .comment-time, .comment-list .comment .edit-link {
	color: #b4b4b4;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .06em;
	text-transform: uppercase;
}
.comment-list .comment-reply-link {
	margin-top: -18px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .07em;
	-webkit-font-smoothing: antialiased;
}
.comment-list .text {
	display: block;
	width: 100%;
	clear: both;
	margin-top: 30px;
	font-size: 15px;
	line-height: 1.73;
}
.comment-list .comment p:last-child {
	margin-bottom: 0;
}
.comment-list li .children {
	padding: 20px 40px 0 0;
}
.comment-list li .children li{
	padding: 20px 0px 0;
	border-top: 1px solid #f2f2f2;
}
.comment-list .reply {
	float: left;
}
.comment-list .btn.reply a {color: #fff;}
.comment-details, .comment-content {
    display: table;
    width: 100%;
	font-size: 14px;
}

.comment-respond {
    margin-top: 20px;
}
#respond .comment-form {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 1px 3px #eee;
	border-radius: 3px;
	padding: 20px;
}
#commentform a {
    color: #333;
}
.title-bbt > small a {
	color: #fff;
	margin-right: 10px;
	font-size: 13px;
	background: #e30078;
	border-radius: 3px;
	padding: 5px 10px;
}








.feature-us {
    text-align: center;
    margin: 40px 0;
    padding: 15px;
	background: #fff;
}
.feature-us .fa {
	padding: 15px;
	background: rgba(16, 55, 84);
	border-radius: 50%;
	color: #ffff;
	font-size: 18px;
}
.feature-us p {
    font-size: 14px;
    color: #666;
}


.feature-one .feature-icon {
    text-align: center;
    margin-bottom: 20px;
	padding-top: 30px;
}
.feature-one .feature-icon i {
	font-size: 30px;
    background: #e30078;
    color: #fff;
    padding: 30px;
    border-radius: 50px;
}
.feature-one .feature-text p {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #666;
}



.box_banner {
    background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    height: 525px;
}

.production_banner_content::before {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.banner_heading_button_wrapper h2 {
	font: 30px/68px "IRANSans",Arial;
	color: #FFFFFF;
	margin-bottom: 6px;
}
.banner_heading_button_wrapper p {
    height: 100px;
    font: 16px/38px "IRANSans",Arial;
    color: #FFFFFF;
}












/******************************* Elements ******************************/




.section-main {
	position: relative;
}
.section-title h2,.title-bbt {
	position: relative;
	text-align:center;
	font-family: 'IRANSans', arial;
	padding-bottom: 20px;
	margin: 0 0 30px 0;
}
.section-title h2:before,.title-bbt:before {
	content: '';
	position: absolute;
	right: 48%;
	bottom: -5px;
	background: #f93d66;
	width: 7%;
	height: 2px;
}
.section-title h2:after,.title-bbt:after {
	content: '';
	background: #103754;
	position: absolute;
	width: 7%;
	height: 2px;
	left: 49%;
	bottom: 0;
}
.title-bbt span {
	color: #e30078;
}


.section-title.t-right h2 {
	text-align: right;
}
.section-title.t-right h2:before {
	right: 0;
}
.section-title.t-right h2:after {
	left: auto;
	right: 3%;
}
.section-title.t-left h2 {
	text-align: left;
}
.section-title.t-left h2:before {
	right: auto;
	left: 0;
}
.section-title.t-left h2:after {
	left: 0;
}





.section-body {
	position:relative;
}







.cs-feature {
	margin-bottom: 30px;
	text-align: center;
	background: #ffffff1a;
	padding: 20px;
	border-radius: 3px;
	height: 200px;
}
.cs-features .section-title h2:after, .cs-features .title-bbt:after {
    background: #cdcfd1;
}
.cs-features:before {
	content: "";
	background: rgba(16, 55, 84, 0.8);
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.cs-feature i {
	background: #f93d66;
	font-size: 30px;
	color: #fff;
	padding: 10px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 1.37;
}
.cs-feature h4 {
	margin: 15px 0 10px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}
.cs-feature p {
    color: #e4e4e4;
    font-size: 13px;
}
.cs-controls a {
	position: absolute;
	top: 0;
	background: transparent;
	border: medium none;
	height: auto;
	line-height: 30px;
	padding: 0 14px;
	width: auto;
	text-indent: 0;
	z-index: 0;
	color:#f93d66;
	border: 1px solid #E66D00;
}
.cs-controls .cs-next {
	left: 40px;
}
.cs-controls .cs-prev {
	left: 0;
}




.set-message {
    background: #fd4326;
    padding: 35px 0 30px;
}
.set-message h3 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    line-height: 38px;
    font-weight: 600;
}
.set-message h3 span {
    display: block;
	margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
}

.recents-blog .item {
	text-align: center;
	margin-bottom: 60px;
}
.recents-blog .item .st-posthumb {padding: 0}
.recents-blog .item figure img{width:100%;}
.recents-blog .item .title {
	font-size: 13px;
	letter-spacing: 0.32px;
	padding: 10px;
	text-transform: uppercase;
	margin: 0;
}
.recents-blog .item .title a {
	color: #1e1e1e;
}
.recents-blog .item .blog-info {
	text-align: right;
	color: #999999;
	font-size: 13px;
	border-top: 1px solid #eeeeee;
	padding: 10px;
	display: none;
}
.recents-blog .item .blog-info .category {
    padding-left: 20px;
    color: #999;
}
.recents-blog .item .blog-info i {
    padding-left: 5px;
    color: #999999;
}





.features {
	height: 500px;
	overflow: hidden;
}
.features img, .features .feature {
	min-height: 500px;
}
.features img {
	width: 100%;
}
.features .feature {
	background: #103754;
	padding: 40px 40px;
}
.features .feature .title {
	text-align: right;
}
.features .feature .title h2 {
	color: #fff;
	font-size: 28px;
	line-height: 45px;
	text-transform: capitalize;
}
.features .feature .title h2:before {
	right: 15px;
}
.features .feature .title h2:after {
	left: 93%;
	background: white;
}
.features .feature .description {
	color: #f2f2f2;
	font-size: 13px;
	margin-bottom: 25px;
	text-align: right;
	max-width: 100%;
}
.features .feature ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.features .feature ul li {
	font-family: 'IRANSans', sans-serif !important;
	padding: 10px 0;
	color: #fff;
	width: 50%;
	font-size: 14px;
	line-height: 5;
}
.features .feature ul li i {
	margin-left: 10px;
    background: #64686b4d;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}












#features-links-holder {
    position: relative;
    perspective: 1000px;
    margin-top: 50px;
}
#features-links-holder .icons-axis {
	position: absolute;
	width: 194px;
	height: 194px;
	right: 0;
	top: 50%;
	margin-top: -97px;
	border-radius: 200px;
	text-align: center;
	padding-top: 58px;
	background-color: #13324d;
	-webkit-box-shadow: 0 4px 5px rgba(21, 46, 72, 0.33);
	box-shadow: 0 4px 5px rgba(21, 46, 72, 0.33);
}
#features-links-holder .icons-axis img {
    width: 98px;
}


#features-links-holder .feature-icon-holder {
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 100px;
    background-color: #103754;
    text-align: center;
    padding-top: 8px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#features-links-holder .feature-icon-holder1 {
    top: 0;
    right: 50px;
}
#features-links-holder .feature-icon-holder2 {
    top: 54px;
    right: 182px;
}
#features-links-holder .feature-icon-holder3 {
    top: 50%;
    margin-top: -31px;
    right: 234px;
}
#features-links-holder .feature-icon-holder4 {
    bottom: 54px;
    right: 182px;
    padding-top: 12px;
}
#features-links-holder .feature-icon-holder5 {
    bottom: 0;
    right: 50px;
}
#features-links-holder .feature-icon-holder:hover,#features-links-holder .feature-icon-holder.opened {
    background-color: #f93d66;
}

#features-links-holder .feature-icon-holder .feature-icon {
	color: #ffffff;
	font-size: 26px;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
#features-links-holder .feature-icon-holder .feature-title {
	position: absolute;
	color: #3f3d59;
	font-size: 13px;
	font-weight: 700;
	right: 75px;
	top: 50%;
	width: 150px;
	text-align: right;
	transform: translatey(-50%);
}

#features-holder {
    position: relative;
    perspective: 1000px;
    margin-top: 50px;
}


#features-holder .feature-box {
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px 50px;
    background-color: #103754;
    border-radius: 10px;
    -webkit-transform: rotateX(60deg) scale(0.5) translateY(50px);
    -moz-transform: rotateX(60deg) scale(0.5) translateY(50px);
    -ms-transform: rotateX(60deg) scale(0.5) translateY(50px);
    transform: rotateX(60deg) scale(0.5) translateY(50px);
    opacity: 0;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
#features-holder .feature-box.show-details {
    -webkit-transform: rotateX(0deg) scale(1) translateY(0px);
    -moz-transform: rotateX(0deg) scale(1) translateY(0px);
    -ms-transform: rotateX(0deg) scale(1) translateY(0px);
    transform: rotateX(0deg) scale(1) translateY(0px);
    opacity: 1;
}
#features-holder .feature-box .feature-title-holder {
    margin-bottom: 50px;
}
#features-holder .feature-box .feature-title-holder .feature-title {
    color: #ffffff;
    font-size: 20px;
}
.feature-title-holder .feature-icon i {
	color: #fff;
	font-size: 20px;
	margin-left: 10px;
	background: #b1bfc94d;
	padding: 10px;
	border-radius: 50%;
}
#features-holder .feature-box .feature-details {
    color: #c0bbf9;
    font-size: 17px;
    font-weight: 300;
}
#features-holder .feature-box .feature-details p {
	color: #c4d3de;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
}


.bx-white {
	background: #fff;
	padding: 15px;
	box-shadow: 0 1px 3px #ddd;
	border: 1px solid #eee;
	color: #333;
}
/******************** About us *********************/
.what_heading {
	line-height: 3;
	font-size: 36px;
	font-weight: normal;
	color: #262626;
	margin: 0 auto;
	text-align: center;
}
.abh_streaming_wrapper {
	position: relative;
	padding: 36px 0;
	margin: 0px auto;
}
.heading {
	text-align: center;
	padding: 36px 0;
	margin: 0px auto;
	font-size: 24px;
	line-height: 40px;
}
.ab_description {
	padding: 30px 0;
    text-align: center;
	font-size: 17px;
	line-height: 32px;
	color: #737373;
}

.btd-bg {
    padding: 90px 0 50px;
}
.btd-bg:before {
    content: "";
	background: url(../../../../uploads/2017/11/play.png) no-repeat center;
	position: absolute;
	top: -80px;
	right: 0;
	left: 0;
	bottom: 0;
}

.mission_section {
	background: #0B2132;
	margin: 0px auto;
	text-align: center;
	color: #fff;
	padding: 50px 0;
}
.mission_section .heading {
	font-size: 28px;
	color: #f7f7f7;
	padding: 10px 0 30px 0;
}
.sub_heading {
	font-size: 16px;
	line-height: 40px;
	color: #d9d9d9;
	margin: 0px auto;
}
.ab_cust {
	background: #AA025B;
	color: #fff;
	padding: 30px 0;
	margin-top: 40px;
}
.cust_counter .cust_text, .cust_counter .cust_num {
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
}
.cust_counter .cust_num {
    font-size: 30px;
}



.main:before, .main:after, .section:before, .section:after {
	content:"";
	display: table;

}
.main:before, .section:after {
	clear: both;
}
.main {
    padding: 40px 0;
}


/********************** service *************************/
.cover-background {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.st-services {
	padding: 100px 0;
	width: 100%;
}
.st-all-services {
	padding: 44px;
	width: 100%;
	background-color: #f2f2f2;
}
.st-service-subtitle {
	color: #676767;
	font-weight: 600;
	font-size: 17px;
	line-height: 28px;
	margin: 0;
}
.st-service-title {
	margin-bottom: 30px;
	color: #103754;
	font-weight: bold;
	font-size: 20px;
	line-height: 60px;
	margin-top: 10px;
}

.display-table {
    display: table;
}
.individual-service {
    padding-bottom: 40px;
    padding-right: 30px;
}
.service-icon {
    width: 60px;
    margin-left: 15px;
    display: table;
    float: right;
    font-size: 55px;
    color: #ff841b;
}
.individual-service h5 {
    margin-top: 5px;
    margin-bottom: 14px;
    color: #001a53;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}

.service-content h5 {
    margin-top: 5px;
    margin-bottom: 14px;
    color: #103754;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.service-content p {
	padding-right: 10px;
	color: #676767;
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
}


.si-icon:before {
    content : '';
    background: url(../img/service-icons.png);
    width: 65px;
    height: 65px;
    float: right;
}
.si-vod:before {
    background-position: -56px 0;
}
.si-platform:before {
    background-position: 67px 0;
}
.si-production:before {
    background-position: -111px 0;
}
.si-advice:before {
    background-position: -167px 0;
}
.si-education:before {
    background-position: 124px 0;
}

.services-section-banner {
    position: relative;
    padding: 80px 0;
}
.sec-title-four {
    position: relative;
    text-align: center;
}
.sec-title-four h2 {
	position: relative;
	color: #103754;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4em;
	margin: 0;
	padding: 15px 0;
}
.services-section-banner p {
	font-size: 15px;
	color: #444;
	line-height: 1.8em;
	font-weight: 400;
	padding: 10px 40px;
}




.heading_banner {
	height: 100%;
	background: rgba(9,10,9,0.5);
	padding: 90px 50px;
	text-align: center;
}
.heading_banner h1 {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    line-height: 64px;
    padding: 0;
}
.heading_banner h2{
    color: #FFF4F6;
    font-size: 18px;
    padding-top: 12px;
    font-weight: normal;
}


.sc-color-overlay {
	background-color: rgba(0, 25, 76, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.box360{
    padding: 100px 0;
}
.box360 .heading {
	color: #fff;
	padding: 0;
	margin-bottom: 40px;
}
.box360 p {
	color: #fff;
	line-height: 2;
	font-size: 15px;
}


.vision-block {
	position: relative;
	padding: 30px 50px 10px;
	-webkit-transition: 0.5s all linear;
	-moz-transition: 0.5s all linear;
	transition: 0.5s all linear;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #ddd;
	overflow: hidden;
}

.vision-block:before {
	position: absolute;
	top: 0;
	font-family: "fontawesome";
	color: rgba(0, 0, 0, 0.08);
	opacity: 0;
	content: "\f2ce ";
	font-size: 142px;
	left: 0;
	-webkit-transition: 0.5s all linear;
	-moz-transition: 0.5s all linear;
	transition: 0.5s all linear;
	font-size: 0;
}
.vision-block:hover:before {
	opacity: 1;
	top: 0;
	left: -80px;
	font-size: 191px;
}

.vision-block .vision-icon {
	font-size: 40px;
	color: #ff841b;
}
.vision-block h5 {
	margin-bottom: 12px;
	font-size: 18px;
	color: #ff841b;
	font-weight: 600;
	line-height: 28px;
	margin-top: 0;
}
.vision-block p {
	color: #676767;
	font-weight: 400;
	font-size: 13px;
	line-height: 26px;
}

.section-tis {
	border-bottom: 1px solid #ddd;
	display: table;
	width: 100%;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
.section-text h2 {
    display: block;
    margin-bottom: 20px;
}
.section-text p {
	color: #666;
	line-height: 1.8;
}
.section-img {
	width: 100%;
	max-width: 500px;
	box-shadow: 0px 8px 6px #333;
}

.bx-title {
    margin-bottom: 15px;
}
.bx-title i{
	background-color: #103754;
	color: #fff;
	width: 62px;
	height: 62px;
	text-align: center;
	font-size: 26px;
	padding: 18px;
	float: right;
	margin-left: 15px;
	border-radius: 50px;
}
.bx-title h2 {
    float: right;
}
.brands .item img {
    width: auto;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 10px;
}







.bgimg {
	background-image: url(http://stream1.ir/wp-content/uploads/2017/12/bb.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	height: 627px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.bgimg:before {
	content: "";
	background: rgba(16, 55, 84, 0.44);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgimg .heading_wrapper {
    position: relative;
    padding: 166px 0 0 0;
    width: 60%;
    margin: 0 auto;
}

.bgimg .heading_container {
	background-color: rgba(9,10,9,0.5);
	height: auto;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px 50px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#7F000000', EndColorStr='#7F000000');
}
.heading_container .heading {
    color: #ffffff;
    font-size: 41px;
    font-weight: normal;
    line-height: 64px;
    text-align: right;
    padding: 0;
}
.sub_heading {
    color: #ffffff;
    font-size: 18px;
    padding-top: 12px;
    font-weight: normal;
}
.buttons_container {
    position: relative;
    padding: 43px 0 0 5px;
}


.some-feature .cs-feature h4 { color: #333;}
.some-feature .cs-feature p { color: #666;}
.some-feature .cs-feature i {
	font-size: 58px;
	width: 100px;
	height: 100px;
}

.heading-center {
	clear: both;
	font: normal 25px 'IRANSans';
	margin: 30px auto;
	text-align: center;
}

.steps_content {
    background: url(../../steps.jpg) no-repeat top center;
    display: block;
    margin: 0 auto;
    min-height: 100px;
    text-align: center;
    width: 100%;
}
.steps_content .step_flow {
    float: left;
    font-size: 19px;
    margin-top: 59px;
    min-width: 100px;
    min-height: 100px;
}
.steps_content .step1 {
    margin-left: 132px;

}
.steps_content .step2, .steps_content .step3 {
    margin-left: 287px;
}


.st-production-banner {
	background-color: #000000;
	background-image: url(http://stream1.ir/wp-content/themes/livestream1/assets/img/customers-foot-bg1.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.production-banner-content {
	margin: auto;
	text-align: right;
	height: 100%;
	padding: 60px 0;
}

.production-banner-content h2 {
	font: 32px/68px "IRANSans",sans-serif;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 0;
}
.production-banner-content p {
    font-size: 15px;
    margin-bottom: 30px;
}


/********************** New Page *************************/

.page-title-w {
    position: relative;
	background: url(../img/hero-streaming-manager.jpg);
	height: 220px;
}
.page-title-title {
	padding: 30px 0;
}
.page-title-title h1,.page-title-title h2 {
    font-size: 22px;
    color: #fff;
}
.page-title-top {
	background-color: #10375480;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 0;
}
.page-title-top p {
    color: #fff;
    font-size: 12px;
}
.page-meta-right-box {
	padding: 7px 0;
}
.breadcrumbs {
    margin: 30px 0 0;
    padding: 0;
}
.breadcrumbs > span > span > span, .breadcrumbs > span > span a {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}
.breadcrumbs > span > span > span, .breadcrumbs > span > span  a {
	font-size: 13px;
	color: #F3F3F3;
}
.breadcrumbs > span > span > span:first-child:before , .breadcrumbs > span > span  a:first-child:before {
	display: none;
}
.breadcrumbs i {
	color: #fff;
	position: relative;
	top: 1px;
	margin: 0 5px;
}

.breadcrumbs > span > span span{
	font-weight: bold;
}
.page-meta-right-box h2 {
	margin: 0;
	padding: 40px 0 0;
}
.ab_history {
    padding: 0;
}
.ab_history li {
	margin-bottom: 30px;
	line-height: 2;
	background: #f5fbff;
	padding: 5px 0;
	position: relative;
}
.abh_thime {
	background: #103754;
	padding: 5px 10px;
	color: #fff;
	margin-left: 15px;
	transform: skewX(10deg);
	float: right;
	margin-top: -6px;
}

  
.post-stat {
	float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.post-stat > li {
	background-color: #f5f5f54d;
    border: 1px solid #f5f5f500;
	border-radius: 5px;
	float: left;
	margin: 0px 9px 10px 0;
	padding: 0;
	cursor: pointer;
}
.post-stat > li > a {
	float: right;
	margin-right: -2px;
	padding: 6px 21px 6px 20px;
	font-size: 12px !important;
	color: #fff;
}
.post-stat > li > a i {
    margin-left: 5px;
}
.post-stat > li > a span.email-icon {
    color: #fff;
    margin-top: 0;
}
.order-section {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 10px 0 0 0;
    vertical-align: top;
}
.order-section > span {
	color: #b3afaf;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	margin-top: 5px;
	padding-left: 10px;
	text-align: right;
	vertical-align: top;
}
.order-section .btn {
	padding: 7px 15px;
	font-size: 14px;
}
.order-section .btn i {
    margin-left: 5px;
}



.post-socials {
	display: none;
	position: absolute;
	top: -5px;
	left: 0;
	background: #eee;
	padding: 5px 10px;
	width: 100%;
	z-index: 99;
}
.post-socials.opened {
	display: block;
}
.post-socials > li {
	float: left;
	padding: 5px 0;
}

.post-socials > li a {
	background: #F93D66;
	color: #fff;
	padding: 0 7px;
}
.post-socials > li a:hover {
	background: #CF2348;
}
.post-socials li.close-box {
	color: #333;
	background: none;
	border: none;
	border-radius: 0;
	float: right;
	padding: 5px;
}






.st-posts {
	background: #fff;
	padding: 0;
	box-shadow: 0 1px 4px #ddd;
}
.st-post {
	border-bottom: 1px solid #eee;
}
.st-post .st-posthumb {
    position: relative;
	padding: 15px;
}
.st-posthumb img {
	max-width: 100%;
	height: auto;
	border-radius: 3px;
}
.st-post-body {padding: 15px;

}
.st-postmeta {
    background: #eee;
    padding: 5px 10px;
}
.st-postauthor, .post-categories, .st-postime {
    display: inline-block;
	margin: 0 0 0 10px;
}
.single .post-categories {
	display: block;
	padding: 0;
	margin-top: 20px;
	margin-left: 15px;
}
.post-categories::before {
	content: "\f115";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 10px;
}
.st-postauthor {font-size: 13px;}
.st-postauthor a {
	font-size: 13px;
	color: #998;
}
.st-postmeta .post-categories {
	padding: 0;
}
.post-categories li {
	display: inline-block;
}

.st-postmeta time {
}
.st-postitle {
	margin: 10px 0 20px;
	font-size: 20px;
}
.st-post a { color: #311;}
.st-postcontent p {
	color: #666;
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
	margin: 10px 0;
	padding: 0;
	line-height: 2;
}
.more-link {
    font-size: 13px;
    padding: 5px 10px;
	float: left;
}


.stream-type {
	position: relative;
	top: -110px;
	right: 35%;
	width: 32%;
}
.st-box-w {
    background: #fff;
    padding: 30px 15px;
    box-shadow: 0 1px 4px #ddd;
    position: relative;
}




/*************** Sidebar *******************/
.widget {
	background: #fff;
	border: 1px solid #eee;
	box-shadow: 0 1px 3px #ddd;
	margin-bottom: 20px;
	padding: 0;
}
.widget a, .widget p {color: #333;}
.widget a:hover {color:#000;}
.widget-title h4 {
	font-size: 16px;
	padding: 15px;
}

.widget-title h4 {
	font-size: 15px;
	padding: 10px;
	margin: 0;
	background: #e30078;
	color: #fff;
	line-height: 1.6;
}
.widget-title h4 a {
	color: #fff;
}

.widget > div:nth-child(2), .widget >ul, .widget >form {
    padding: 15px;
}
.widget > ul li {
    display: block;
    padding: 5px 0;
}

.st-last-posts > ul,.st-last-posts > ul li {padding: 0;position: relative;}


.st-last-posts .post-img img {width: 100%;}
.posts-detial {
    padding: 10px;
}
.widget-time {
	float: left;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	background: #f7f7f74d;
	padding: 5px 10px;
	border-radius: 2px;
}

.sub-navTop{
      -webkit-background-image: linear-gradient(to right,  #103754 50%,  #f93d66 50%);
  -moz-background-image:linear-gradient(to right, #103754 50%,  #f93d66 50%);
  -o-background-image:linear-gradient(to right,  #103754 50%,  #f93d66 50%);
  background-image:linear-gradient(to right, #103754 50%,  #f93d66 50%);
}

.navbar .navbar-nav .active > a,.navbar .navbar-nav li a:hover,
.title h2 span,.services .service .detalies a,
.portfolio .portfolio-item .portfolio-title i,
.client-testimonials .name-testimonials h4,
.team .team-member .team-details ul a:hover,.blog .card .card-block a:hover,
.copyright span a
{
    color: #f93d66 !important
}


.contact-us .input-group-addon i {
    color: #103754;
}

.slc {
	position: relative;
	margin: 10px 0;
	border-top: 1px dashed #999;
	padding: 20px 0;
	text-align: center;
}
.slc li {
	display: inline-block;
	margin: 0 5px 30px 5px;
}
.slc li a {
	background: #F93D66;
	width: 60px;
	height: 60px;
	color: #fff;
	border-radius: 4px;
	padding: 5px 10px;
	text-align: center;
}
.slc li a:hover {
    color: #fff;
    background: #CF133C;
}



/*** SHOP ***/
@charset "UTF-8";
.edd-icon {
	display: inline-block;
	fill: currentColor;
	position: relative;
	top: -.0625em;
	vertical-align: middle;
	width: 1em;
	height: 1em
}
.edd-icon-lock {
	top: -.125rem
}
.edd-icon-spin {
	display: inline-block;
	-moz-animation: edd-icon-spin 2s infinite linear;
	-o-animation: edd-icon-spin 2s infinite linear;
	-webkit-animation: edd-icon-spin 2s infinite linear;
	animation: edd-icon-spin 2s infinite linear
}
@-moz-keyframes edd-icon-spin {
0% {
-moz-transform:rotate(0)
}
100% {
-moz-transform:rotate(359deg)
}
}
@-webkit-keyframes edd-icon-spin {
0% {
-webkit-transform:rotate(0)
}
100% {
-webkit-transform:rotate(359deg)
}
}
@-o-keyframes edd-icon-spin {
0% {
-o-transform:rotate(0)
}
100% {
-o-transform:rotate(359deg)
}
}
@-ms-keyframes edd-icon-spin {
0% {
-ms-transform:rotate(0)
}
100% {
-ms-transform:rotate(359deg)
}
}
@keyframes edd-icon-spin {
0% {
transform:rotate(0)
}
100% {
transform:rotate(359deg)
}
}
.edd_clearfix:after {
	display: block;
	visibility: hidden;
	float: none;
	clear: both;
	text-indent: -9999px;
	content: "."
}
#edd_checkout_cart {
	text-align: right;
	width: 100%;
	border: none;
	margin: 0 0 21px;
	table-layout: auto
}
#edd_checkout_cart td, #edd_checkout_cart th {
	text-align: right;
	border: 1px solid #eee;
	color: #666;
	padding: .5em 1.387em
}
#edd_checkout_cart .edd_cart_header_row th {
	background: #fafafa;
	padding: 1.387em
}
#edd_checkout_cart .edd_cart_discount_row th, #edd_checkout_cart .edd_cart_tax_row th {
	background: 0 0
}
#edd_checkout_cart th {
	font-weight: 700
}
#edd_checkout_cart td {
	line-height: 25px;
	vertical-align: middle;
	background: #fff
}
#edd_checkout_cart td.edd_cart_actions, #edd_checkout_cart td:last-child, #edd_checkout_cart th.edd_cart_actions, #edd_checkout_cart th.edd_cart_total, #edd_checkout_cart th:last-child {
	text-align: left
}
#edd_checkout_cart td img {
	float: right;
	margin: 0 0 0 8px;
	background: 0 0;
	padding: 0;
	border: none
}
#edd_checkout_cart input.edd-item-quantity {
	width: 3em;
	padding: 2px
}
#edd_checkout_cart .edd_discount {
	display: inline-block;
	margin-right: 5px
}
.edd_discount_remove {
	display: inline-block;
	width: 10px;
	height: 11px;
	background: url(images/xit.gif ) 0 0 no-repeat;
	position: relative;
	top: 3px
}
.edd_discount_remove:hover {
	background-position: -10px 0
}
#edd_checkout_cart br {
	display: none
}
#edd_checkout_cart a.edd-cart-saving-button {
	font-weight: 400;
	text-decoration: none
}
#edd_checkout_form_wrap legend {
	display: block;
	font-size: 120%;
	line-height: 1;
	font-weight: 700;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}
#edd_checkout_form_wrap label {
	font-weight: 700;
	display: block;
	position: relative;
	line-height: 100%;
	font-size: 95%;
	margin: 0 0 5px
}
#edd_checkout_form_wrap label:after {
	display: block;
	visibility: hidden;
	float: none;
	clear: both;
	height: 0;
	text-indent: -9999px;
	content: "."
}
#edd_checkout_form_wrap span.edd-description {
	color: #666;
	font-size: 80%;
	display: block;
	margin: 0 0 5px
}
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input {
	display: inline-block;
	width: 70%;
	border: 0;
	box-shadow: none;
	background: #f2f2f2;
	height: 50px;
	padding: 0 12px !important;
	font-size: 13px;
	border-radius: 4px;
}
#edd_checkout_form_wrap select.edd-select {
	display: block;
	width: 60%
}
#edd_checkout_form_wrap select.edd-select.edd-select-small {
	display: inline;
	width: auto
}
#edd_checkout_form_wrap input.edd-input.error, #edd_checkout_form_wrap textarea.edd-input.error {
	border-color: #c4554e
}
#edd_checkout_form_wrap>p {
	margin: 0 0 21px
}
#edd_checkout_form_wrap span.edd-required-indicator {
	color: #b94a48;
	display: inline
}
#edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap input[type=tel], #edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap textarea {
	padding: 4px 6px
}
#edd_checkout_form_wrap input[type=radio] {
	border: none;
	margin-left: 5px
}
#edd_checkout_form_wrap input[type=checkbox] {
	display: inline-block;
	margin: 0 0 0 5px
}
#edd_checkout_form_wrap input[type=checkbox]+label, #edd_checkout_form_wrap input[type=checkbox]+label:after {
	display: inline
}
#edd_checkout_form_wrap .edd-payment-icons {
	height: 32px;
	display: block;
	margin: 0 0 8px
}
#edd_checkout_form_wrap .edd-payment-icons img.payment-icon {
	max-height: 32px;
	width: auto;
	margin: 0 0 0 3px;
	float: right;
	background: 0 0;
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
#edd_checkout_form_wrap #edd-payment-mode-wrap label {
	display: inline-block;
	margin: 0 0 0 20px
}
#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label {
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin-bottom: 5px
}
#edd_checkout_form_wrap fieldset {
	border: none;
	padding: 1.387em;
	margin: 0 0 21px
}
#edd_checkout_form_wrap #edd_discount_code, #edd_checkout_form_wrap #edd_purchase_submit, #edd_checkout_form_wrap #edd_register_account_fields {
	padding: 0;
	border: none
}
#edd_checkout_form_wrap fieldset fieldset {
	margin: 0;
	border: none;
	padding: 0
}
#edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount, #edd_checkout_form_wrap .edd-cart-adjustment {
	background: #fafafa;
	color: #666;
	padding: .5em 1.387em
}
#edd_checkout_form_wrap #edd-discount-code-wrap, #edd_checkout_form_wrap #edd_final_total_wrap, #edd_checkout_form_wrap #edd_show_discount {
	border: 1px solid #eee
}
#edd_checkout_form_wrap .edd-cart-adjustment {
	padding: 1.387em
}
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input, #edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
	display: inline-block
}
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-submit {
	padding: 3px 12px;
	margin-bottom: 2px
}
#edd_checkout_form_wrap #edd-discount-error-wrap {
	width: 100%;
	display: inline-block;
	margin: 1em 0 0
}
#edd_checkout_form_wrap #edd-login-account-wrap, #edd_checkout_form_wrap #edd-new-account-wrap {
	margin: -1.387em -1.387em 21px;
	border-left: none;
	border-right: none;
	border-top: none
}
#edd_checkout_form_wrap #edd_payment_mode_select {
	margin-bottom: 21px
}
#edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info {
	margin-bottom: 21px
}
#edd_checkout_form_wrap fieldset#edd_register_account_fields legend {
	padding-top: 11px
}
#edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_login_password, #edd_checkout_form_wrap fieldset#edd_register_account_fields p.edd_register_password {
	margin: 0
}
#edd_checkout_form_wrap fieldset#edd_cc_fields {
	border: 1px solid #f0f0f0;
	background: #f9f9f9;
	position: relative
}
#edd_checkout_form_wrap fieldset#edd_cc_fields legend {
	border: none;
	padding: 0
}
#edd_checkout_form_wrap fieldset p:last-child {
	margin-bottom: 0
}
#edd_checkout_form_wrap fieldset#edd_cc_fields #edd-card-number-wrap {
	margin-top: 5px
}
#edd_checkout_form_wrap #edd_purchase_final_total {
	margin: 21px 0
}
#edd_checkout_form_wrap #edd_purchase_final_total p {
	margin: 0
}
#edd_secure_site_wrapper {
	padding: 4px 0 4px 4px;
	font-weight: 700
}
#edd_checkout_form_wrap input.edd-input.card-number.valid {
	background-image: url(images/tick.png);
	background-repeat: no-repeat;
	background-position: 98% 50%
}
#edd_checkout_form_wrap span.exp-divider {
	display: inline
}
#edd_checkout_form_wrap span.card-type {
	position: absolute;
	top: -2px;
	left: 0;
	width: 43px;
	height: 32px;
	background-size: 43px 32px!important
}
#edd_checkout_form_wrap span.card-type.off {
	display: none
}
#edd_checkout_form_wrap span.card-type.visa {
	background: url(images/icons/visa.png ) no-repeat
}
#edd_checkout_form_wrap span.card-type.mastercard {
	background: url(images/icons/mastercard.png ) no-repeat
}
#edd_checkout_form_wrap span.card-type.discover {
	background: url(images/icons/discover.png ) no-repeat
}
#edd_checkout_form_wrap span.card-type.amex {
	background: url(images/icons/americanexpress.png ) no-repeat
}
#edd_checkout_form_wrap .edd-cart-ajax {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.edd-amazon-profile-wrapper {
	font-size: 12px
}
.edd-amazon-profile-name {
	font-weight: 600
}
.edd-amazon-logout {
	font-size: 10px;
	line-height: 12px
}
.edd-amazon-logout a {
	cursor: pointer
}
#edd-amazon-address-box, #edd-amazon-wallet-box {
	height: 228px;
	width: 350px
}
#edd-amazon-address-box {
	margin-bottom: 15px
}

@media only screen and (min-width:768px) {
#edd-amazon-address-box, #edd-amazon-wallet-box {
	width: 100%;
	height: 228px
}
}
.edd_purchase_submit_wrapper {
	position: relative
}
.edd_purchase_submit_wrapper a.edd-add-to-cart {
	text-decoration: none;
	display: none;
	position: relative;
	overflow: hidden
}
.edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js {
	display: inline-block
}
.edd_purchase_submit_wrapper .edd-cart-ajax {
	display: none;
	position: relative;
	right: -35px
}
.edd-submit.button.edd-ajax-loading {
	padding-left: 30px
}
.edd-add-to-cart .edd-add-to-cart-label {
	opacity: 1
}
.edd-loading, .edd-loading:after {
	border-radius: 50%;
	display: block;
	width: 1.5em;
	height: 1.5em
}
.edd-loading {
	-webkit-animation: edd-spinning 1.1s infinite linear;
	animation: edd-spinning 1.1s infinite linear;
	border-top: .2em solid rgba(255,255,255,.2);
	border-left: .2em solid rgba(255,255,255,.2);
	border-bottom: .2em solid rgba(255,255,255,.2);
	border-right: .2em solid #fff;
	font-size: .75em;
	position: absolute;
	right: calc(50% - .75em);
	top: calc(50% - .75em);
	opacity: 0;
	-ms-transform: translateZ(0);
	transform: translateZ(0)
}
.edd-discount-loader.edd-loading, .edd-loading-ajax.edd-loading, a.edd-add-to-cart.white .edd-loading {
	border-top-color: rgba(0,0,0,.2);
	border-left-color: rgba(0,0,0,.2);
	border-bottom-color: rgba(0,0,0,.2);
	border-right-color: #000
}
.edd-loading-ajax.edd-loading {
	display: inline-block;
	position: relative;
	top: 0;
	right: .25em;
	vertical-align: middle
}
#edd_checkout_form_wrap .edd-cart-adjustment .edd-apply-discount.edd-submit {
	display: inline-block
}
.edd-discount-loader.edd-loading {
	display: inline-block;
	position: relative;
	right: auto;
	vertical-align: middle;
	width: 1.25em;
	height: 1.25em
}
.edd-loading-ajax.edd-loading {
	opacity: 1
}
@-webkit-keyframes edd-spinning {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes edd-spinning {
0% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.edd-loading, a.edd-add-to-cart .edd-add-to-cart-label {
	-webkit-transition: .1s opacity!important;
	-moz-transition: .1s opacity!important;
	-ms-transition: .1s opacity!important;
	-o-transition: .1s opacity!important;
	transition: .1s opacity!important
}
.edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label {
	opacity: 0
}
.edd-add-to-cart[data-edd-loading] .edd-loading, .edd-discount-loader.edd-loading {
	opacity: 1
}
.edd-cart-added-alert {
	color: #567622;
	display: block;
	position: absolute
}
.edd_form input.edd-input.required, .edd_form select.edd-select.required {
	color: #000
}
body.edd_receipt_page {
	background-color: #fff;
	color: #141412;
	margin: 0;
	font-size: 12px
}
body.edd_receipt_page:before {
	position: relative
}
body.edd_receipt_page #edd_receipt_wrapper {
	width: 660px;
	margin: 0 auto;
	padding: 50px 0
}
body.edd_receipt_page table {
	display: table;
	width: 100%;
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px
}
body.edd_receipt_page td, body.edd_receipt_page th {
	display: table-cell;
	text-align: right;
	border-top: 1px solid #ededed;
	padding: 6px 10px;
	font-weight: 400
}
body.edd_receipt_page th {
	font-weight: 700;
	text-transform: uppercase
}
body.edd_receipt_page h3 {
	font-size: 22px;
	margin: 40px 0 5px;
	clear: both;
	display: block;
	font-weight: 700
}
body.edd_receipt_page li {
	list-style: none
}
table#edd_purchase_receipt, table#edd_purchase_receipt_products {
	width: 100%
}
table#edd_purchase_receipt td, table#edd_purchase_receipt th, table#edd_purchase_receipt_products td, table#edd_purchase_receipt_products th {
	text-align: right
}
table#edd_purchase_receipt .edd_receipt_payment_status.cancelled, table#edd_purchase_receipt .edd_receipt_payment_status.failed, table#edd_purchase_receipt .edd_receipt_payment_status.pending, table#edd_purchase_receipt .edd_receipt_payment_status.revoked {
	color: #f73f2e
}
table#edd_purchase_receipt_products li {
	list-style: none;
	margin: 0 10px 8px 0
}
table#edd_purchase_receipt ul, table#edd_purchase_receipt_products ul.edd_purchase_receipt_files {
	margin: 0;
	padding: 0
}
table#edd_purchase_receipt li.edd_download_file {
	list-style: none;
	margin: 0 0 8px 0
}
table#edd_purchase_receipt_products .edd_purchase_receipt_product_notes {
	font-style: italic
}
table#edd_purchase_receipt_products .edd_purchase_receipt_product_name {
	font-weight: 700
}
table#edd_purchase_receipt_products .edd_bundled_product_name {
	font-style: italic;
	font-weight: 700
}
#edd_user_history {
	text-align: right;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	border-bottom: none
}
#edd_user_history td, #edd_user_history th {
	text-align: right;
	padding: 5px 10px;
	border-bottom: 1px solid #f0f0f0;
	border-top: none;
	font-size: 13px;
}
#edd_user_history th {
    font-weight: 700;
    background: #103754;
    color: #fff;
    padding: 10px 10px;
    border-left: 1px solid #fff;
}
#edd_user_history th:first-child {
    border-radius: 0 4px 0 0;
}
#edd_user_history th:last-child {
    border-radius: 4px 0 0 0;
}
#edd_user_history td {
	line-height: 25px;
	vertical-align: middle
}
#edd_user_history .edd_purchase_status.cancelled, #edd_user_history .edd_purchase_status.failed, #edd_user_history .edd_purchase_status.pending, #edd_user_history .edd_purchase_status.revoked {
	color: #f73f2e
}
#edd_login_form legend, #edd_register_form legend {
	font-size: 120%;
	margin-bottom: 1em
}
#edd_login_form fieldset, #edd_register_form fieldset {
	border: none
}
#edd_login_form .edd-input, #edd_register_form .edd-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#edd_login_form label, #edd_register_form label {
	cursor: pointer
}
#edd_profile_editor_form p {
	margin-bottom: 8px
}
#edd_profile_editor_form label {
	display: inline-block
}
#edd_profile_editor_form .edd-profile-emails {
	list-style-type: none;
	display: inline-table;
	margin-left: 0;
	margin-bottom: 0
}
#edd_profile_editor_form .edd-profile-email {
	width: auto
}
#edd_profile_editor_form .edd-profile-email .actions {
	display: none
}
#edd_profile_editor_form .edd-profile-email:hover>span {
	display: inline-block
}
.edd_added_to_cart_alert {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #046a9e;
	background: #9ecce2;
	color: #333;
	margin: 8px 0
}
.edd_added_to_cart_alert a.edd_alert_checkout_link {
	color: #000!important
}
input.edd_submit_plain {
	background: 0 0!important;
	border: none!important;
	padding: 0!important;
	display: inline;
	cursor: pointer
}
.single-download .edd_download_purchase_form {
	margin-bottom: 1.387em
}
.edd_download_purchase_form .edd_download_quantity_wrapper {
	margin: 0 0 .5em
}
.edd_download_purchase_form .edd_download_quantity_wrapper .edd-item-quantity {
	width: 75px
}
.edd_download_purchase_form .edd_price_options {
	margin: 0 0 15px
}
.edd_download_purchase_form .edd_price_options ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.edd_download_purchase_form .edd_price_options li {
	display: block;
	padding: 0;
	margin: 0
}
.edd_download_purchase_form .edd_price_options span {
	display: inline;
	padding: 0;
	margin: 0
}
.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper {
	padding-right: 18px
}
.edd_download_purchase_form .edd_price_options .edd_download_quantity_wrapper * {
	font-size: 80%
}
.edd_download_purchase_form .edd_price_options input.edd-item-quantity {
	display: inline;
	width: 50px;
	max-width: 90%
}
#edd-purchase-button, .edd-submit, [type=submit].edd-submit {
	display: inline-block;
	padding: 6px 12px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background: #F93D66;
    color: #fff;
    transition: all 0.3s ease;
    border-color: #F93D66 !important;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}
#edd-purchase-button:hover, .edd-submit:hover, [type=submit].edd-submit:hover , #edd-purchase-button:focus, .edd-submit:focus, [type=submit].edd-submit:focus{
    background: #CF133C;
}

.edd-submit.button:focus, [type=submit].edd-submit:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.edd-submit.button:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.edd-submit.plain {
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}
.edd-submit.button, .edd-submit.button.gray, .edd-submit.button:visited {
	color: #333;
	background: #f0f0f0;
	border-color: #ccc
}
.edd-submit.button.gray:active, .edd-submit.button.gray:focus, .edd-submit.button.gray:hover, .edd-submit.button:active, .edd-submit.button:focus, .edd-submit.button:hover {
	color: #333;
	background: #ebebeb;
	border-color: #adadad
}
.edd-submit.button.gray:active {
	background-image: none
}
.edd-submit.button.white {
	color: #333;
	background: #fff;
	border-color: #ccc
}
.edd-submit.button.white:active, .edd-submit.button.white:focus, .edd-submit.button.white:hover {
	color: #333;
	background: #ebebeb;
	border-color: #adadad
}
.edd-submit.button.white:active {
	background-image: none
}
.edd-submit.button.blue {
	color: #fff;
	background: #428bca;
	border-color: #357ebd
}
.edd-submit.button.blue.active, .edd-submit.button.blue:focus, .edd-submit.button.blue:hover {
	color: #fff;
	background: #3276b1;
	border-color: #285e8e
}
.edd-submit.button.blue.active {
	background-image: none
}
.edd-submit.button.red {
	color: #fff;
	background: #d9534f;
	border-color: #d43f3a
}
.edd-submit.button.red:active, .edd-submit.button.red:focus, .edd-submit.button.red:hover {
	color: #fff;
	background: #d2322d;
	border-color: #ac2925
}
.edd-submit.button.red:active {
	background-image: none
}
.edd-submit.button.green {
	color: #fff;
	background: #5cb85c;
	border-color: #4cae4c
}
.edd-submit.button.green:active, .edd-submit.button.green:focus, .edd-submit.button.green:hover {
	color: #fff;
	background: #47a447;
	border-color: #398439
}
.edd-submit.button.green:active {
	background-image: none
}
.edd-submit.button.yellow {
	color: #fff;
	background: #f0ad4e;
	border-color: #eea236
}
.edd-submit.button.yellow:active, .edd-submit.button.yellow:focus, .edd-submit.button.yellow:hover {
	color: #fff;
	background: #ed9c28;
	border-color: #d58512
}
.edd-submit.button.yellow:active {
	background-image: none
}
.edd-submit.button.orange {
	color: #fff;
	background: #ed9c28;
	border-color: #e3921e
}
.edd-submit.button.orange:active, .edd-submit.button.orange:focus, .edd-submit.button.orange:hover {
	color: #fff;
	background: #e59016;
	border-color: #d58512
}
.edd-submit.button.orange:active {
	background-image: none
}
.edd-submit.button.dark-gray {
	color: #fff;
	background: #363636;
	border-color: #222
}
.edd-submit.button.dark-gray:active, .edd-submit.button.dark-gray:focus, .edd-submit.button.dark-gray:hover {
	color: #fff;
	background: #333;
	border-color: #adadad
}
.edd-submit.button.dark-gray:active {
	background-image: none
}
.edd_downloads_list:after {
	content: "";
	display: table;
	clear: both
}
.edd_download {
	float: right
}
.edd_download_columns_1 .edd_download {
	width: 100%
}
.edd_download_columns_2 .edd_download {
	width: 50%
}
.edd_download_columns_0 .edd_download, .edd_download_columns_3 .edd_download {
	width: 33%
}
.edd_download_columns_4 .edd_download {
	width: 25%
}
.edd_download_columns_5 .edd_download {
	width: 20%
}
.edd_download_columns_6 .edd_download {
	width: 16.6%
}
.edd_download_inner {
	padding: 0 8px 8px;
	margin: 0 0 10px
}
.edd_download_columns_2 .edd_download:nth-child(2n+1), .edd_download_columns_3 .edd_download:nth-child(3n+1), .edd_download_columns_4 .edd_download:nth-child(4n+1), .edd_download_columns_5 .edd_download:nth-child(5n+1), .edd_download_columns_6 .edd_download:nth-child(6n+1) {
	clear: right
}
.edd_download_image {
	max-width: 100%
}
.edd_download .edd_price {
	margin-bottom: 10px
}
#edd_download_pagination {
	clear: both
}
.edd-hide-on-empty.cart-empty {
	display: none
}
edd-hide-on-empty.cart-not.empty {
	display: block
}
.edd-cart-ajax {
	margin: 0 4px 0 8px;
	position: relative;
	top: 2px;
	background: 0 0;
	border: none;
	padding: 0
}
.edd-cart-number-of-items {
	font-style: italic;
	color: grey
}
.edd-cart-meta.edd_subtotal {
	font-weight: 700;
	font-style: italic
}
.edd-cart-meta.edd_cart_tax {
	font-size: 1em;
	font-style: italic
}
.edd-cart-meta.edd_cart_tax::before {
	font-style: normal
}
.edd-cart-meta.edd_total {
	font-weight: 700
}
.edd-cart-meta {
	padding: 2px 5px
}
.edd-cart-meta.edd_subtotal, .edd-cart-meta.edd_total {
	background-color: #f9f9f9
}
.edd_errors:not(.edd-alert) {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #e6db55;
	margin: 0 0 21px;
	background: #ffffe0;
	color: #333
}
.edd_error {
	padding: 10px
}
p.edd_error {
	margin: 0!important
}
.edd_success:not(.edd-alert) {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #b3ce89;
	margin: 20px 0;
	background: #d5eab3;
	color: #567622;
	padding: 6px 8px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.7)
}
.edd-alert {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid transparent;
	vertical-align: middle;
}
.edd-alert p {
	padding: 0
}
.edd-alert p:not(:last-child) {
	margin-bottom: 5px
}
.edd-alert p:last-child {
	margin-bottom: 0
}
.edd-alert-error {
    text-align: center;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}
.edd-alert-error > i {
	display: block;
	font-size: 36px;
	margin-bottom: 15px;
}
.edd-alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}
.edd-alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}
.edd-alert-warn {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}


.purchase-success {
    margin-bottom: 30px;
}
.purchase-icon {
	width: 100%;
	text-align: center;
	font-size: 80px;
	color: #009c00;
}
.purchase-icon h2 {
	margin-top: 0;
	font-weight: bold;
	font-size: 18px;
}

.purchase-order-number {
    margin-top: 20px;
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.purchase-order-number>span {
    display: inline-block;
    margin: 0 10px;
}
.purchase-order-number>span span.p-number {
  color: #333;
  font-weight: bold;
}
.purchase-order-number span.status-label {
	background: #666;
	color: #fff;
	padding: 2px 10px;
	border-radius: 3px;
}
.bg-pending{
    background: #df8040 !important;
}
.bg-publish{
    background: #006300 !important;
}
.bg-refunded{
    background: #800001 !important;
}
.bg-failed{
    background: #cc0001 !important;
}
.bg-abandoned{
    background: #999 !important;
}
.bg-revoked{
    background: #660101 !important;
}
.bg-processing{
    background: #7cd17c !important;
}

.purchase-details span {
	display: block;
	text-align: center;
}
.purchase-details span.label > span, .purchase-details span.value > span{
    margin-bottom: 20px;
}

.purchase-details span.label > span {
	color: #777;
	padding: .2em .6em .3em;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.purchase-details span.value > span {
  color: #333;
  font-size: 13px;
}
.purchase-details span.value .price {
	font-size: 16px;
	font-weight: bold;
}

.c-pending{
    color: #df8040;
}
.c-publish{
    color: #006300;
}
.c-refunded{
    color: #800001;
}
.c-failed{
    color: #cc0001;
}
.c-abandoned{
    color: #999;
}
.c-revoked{
    color: #660101;
}
.c-processing{
    color: #7cd17c;
}

/*** SHOP ***/








.pt-col {
	background-color: #fff;
	box-shadow: 0 2px 4px #ddd;
}
.title-text {
	padding: 30px;
}
.title-text h3 {
	color: rgb(23, 25, 26);
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
}
.pt-info-item li {
    color: rgb(23, 25, 26);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    width: 100%;
    padding: 10px 32px 8px 32px;
}
ul.pt-item {padding:0;}
.pt-item li:nth-child(2n-1):after {
	content: "";
	background-color: rgb(23, 25, 26);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	pointer-events: none;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pt-item li .tooltip {
	cursor: pointer;
	position: absolute;
	top: 6px;
	left: 7px;
	font-size: 16px;
}

.tooltip .tooltip-icon {
    fill: rgb(23, 25, 26);
    opacity: 0.4;
    display: block;
}
.tooltip .tooltip-content {
	color: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.25, 0.1, 0.11, 1.29);
	z-index: 3;
	transform: translateY(5px) translateX(-50%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	word-break: break-word;
	width: 85%;
	padding-top: 28px;
	margin-top: -28px;
	pointer-events: none;
	text-align: center;
}

.pricing-table-col {
    position: relative;
	background-color: rgb(16, 55, 84);
	box-shadow: 0 0 0 1px rgba(0,0,0,.05);
	text-align: center;
	padding: 0;
	margin-bottom: 20px;
}

.pricing-table-col .title-text {
    padding: 20px;
    background: #fff;
}
.pricing-table-col .title-text h3 {
    color: rgb(211, 0, 0);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-table-col .title-text span{
    margin-top: 4px;
    color: rgba(23,25,26,0.7);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.pricing-table-col .pt-info-item {
	display: block;
	position: relative;
	margin: 32px 0;
}
.pricing-table-col .pt-item li:nth-child(2n-1):after {
    background-color: rgb(255, 255, 255);
}
.pricing-table-col .pt-item li {
    color: #fff;
}
.pt-item li span i {
    margin-left: 7px;
    position: relative;
    top: -1px;
}

.pt-price-wrapper {
	padding-left: 32px;
	padding-right: 32px;
}
.pt-price-text {
	display: inline-block;
	line-height: 28px;
	font-size: 32px;
	font-weight: 600;
	color: rgb(255, 255, 255);
}
.pt-price-fix {
	color: rgb(255, 255, 255);
	opacity: 0.7;
	font-size: 15px;
}
.pt-info-item .btn {
    border-color: rgb(249, 61, 102);
    color: rgb(249, 61, 102) !important;
    background: transparent;
}
.pt-info-item .btn:hover {
	background: #fff;
	border-color: #fff;
	color: rgb(249,61,102) !important;
}
.pt-column-featured .title-text {
    padding: 25px 25px 11px;
}
.pt-column-featured .title-text h3 {
	margin-bottom: 19px;
}
.pt-column-featured {
	margin-top: -20px;
	padding-bottom: 20px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.15);
	z-index: 1;
}
.pt-column-featured .btn {
    color: #fff !important;
    background: rgb(249, 61, 102);
}

.li-rows ul li a {
    padding: 5px;
}
.li-rows ul li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	position: relative;
	top: 2px;
}
.li-rows ul li:nth-child(1):before {
	content: "\f1eb";
}
.li-rows ul li:nth-child(2):before {
	content: "\f2ce";
}
.li-rows ul li:nth-child(3):before {
	content: "\f16a";
}
.li-rows ul li:nth-child(4):before {
	content: "\f021";
}
.pagination {
  text-align: left;
  display: block;
  padding: 0 10px;
}
.page-numbers li span, .page-numbers li a {
  float: left;
  background: #f93d66;
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 10px;
  color: #fff;
  transition: all 0.3s ease;
}
.page-numbers li span, .page-numbers li a:hover {
  background: #0b2132;
}

.pricing-table-labels{
    margin-bottom: 20px;
}

@media(min-width:1200px){
    .pricing-table-col{
        width: 18.12%;
    }
    .pricing-table-labels{
        padding-left: 0;
    }
}

@media(max-width:768px){
    .pricing-table-col{
        margin-right: 15px;
        margin-left: 15px;
        padding-bottom: 20px;
    }
    .pt-column-featured{
        margin-top: 0;
    }
    
}
