/*
Theme Name: seosite98.ir
Theme URI: http://www.seosite98.ir
Description: seosite98.ir Theme Exclusive to Specialist seosite98.ir Website
Version: 1.0.0
Author: Tarah98.com
Author URI: http://www.tarah98.com
Author Email: info@tarah98.com
*/
* {
    margin: 0 auto;
    padding: 0;
    border: 0;
}
@font-face {
    font-family: "yekan";
    src: url(fonts/Yekan.eot);
    src: url(fonts/Yekan.eot?#iefix) format("embedded-opentype"), url(fonts/Yekan.woff) format("woff"), url(fonts/Yekan.ttf) format("truetype"), url(fonts/Yekan.svg#BYekan) format("svg");
    font-weight: normal;
    font-style: normal;
}
body {
    background: #f5f5f5 url(images/bg.png) no-repeat center top;
    color: #4d4d4d;
    direction: rtl;
    font-family: tahoma;
    font-size: 12px;
}
li {
    list-style-position: inside;
    list-style: none;
}
a {
    text-decoration: none;
    color: #777;
    outline: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover { color: coral }
.center { text-align: center }
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'yekan',tahoma,arial;
    margin: 0;
    padding: 0;
}
h1 {font-size: 36px;font-weight: normal;}
h2 {font-size: 22px;font-weight: normal;}
h3 {font-size: 17px;font-weight: normal;}
h4 {font-size: 16px;font-weight: normal;}
h5 {font-size: 14px;font-weight: normal;}
h6 {font-size: 11px;font-weight: normal;}
input[type="password"],
input[type="text"],
input[type="email"],
textarea,
select {
    display: block;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus {
    outline: none;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.07) , 0px 3px 0 rgba(0, 0, 0, 0.02);
}
input[type="submit"] {
    -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
    /* easeOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    /* easeOutQuint */
    background: #A9CF46;
    font-family: yekan,arial;
    color: #fff;
    padding: 4px 12px;
    border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.14);
    border-bottom: 3px solid rgba(0, 0, 0, 0.14);
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
input[type="submit"]:hover,
input[type="submit"].current {
    background-color: #29C438;
    color: #ffffff;
}
input[type="submit"]:focus { outline: none }
input,
select {
    margin: 1px;
    padding: 3px 5px;
}
input,
select,
textarea {
    font-size: 14px;
    border-radius: 0px;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input,
textarea { box-sizing: border-box }
article dl dt { padding: 6px }
article dl dd { padding: 3px 3px 3px 20px }
article table { margin-bottom: 25px }
article table th,
article table td {
    padding: 8px;
    border: 1px solid #E2E2E9;
    vertical-align: top;
}
article address {
    border-left: 7px solid #dedede;
    background-color: #ededed;
    padding: 15px;
    margin: 0  20px 25px;
}
article label {
    color: #c8c9d0;
    font-size: 12px;
    font-family: yekan;
    text-align: right;
    margin-bottom: 18px;
    display: block;
}
#navigationMenu {
    left:0;
    top:100px;
    position:fixed;
}
#navigationMenu li{
	list-style:none;
	height:39px;
	padding:2px;
	width:40px;
}

#navigationMenu span{
	/* Container properties */
	width:0;
	left:38px;
	padding:0;
	position:absolute;
	overflow:hidden;
	/* Text properties */
	font-family:yekan;
	font-size:14px;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:39px;
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}

#navigationMenu a{
	background:url('images/navigation.jpg') no-repeat;
	height:39px;
	width:38px;
	display:block;
	position:relative;
}

/* General hover styles */

#navigationMenu a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#navigationMenu a:hover{
	text-decoration:none;
}

/* Green Button */

#navigationMenu .home {	background-position:0 0;}
#navigationMenu .home:hover {	background-position:0 -39px;}
#navigationMenu .home span{
	background-color:#7da315;
	color:#3d4f0c;
	text-shadow:1px 1px 0 #99bf31;
}

/* Blue Button */

#navigationMenu .about { background-position:-38px 0;}
#navigationMenu .about:hover { background-position:-38px -39px;}
#navigationMenu .about span{
	background-color:#1e8bb4;
	color:#223a44;
	text-shadow:1px 1px 0 #44a8d0;
    margin-top:-10px;
}

/* Orange Button */

#navigationMenu .services { background-position:-76px 0;}
#navigationMenu .services:hover { background-position:-76px -39px;}
#navigationMenu .services span{
	background-color:#c86c1f;
	color:#5a3517;
	text-shadow:1px 1px 0 #d28344;
}

/* Yellow Button */

#navigationMenu .portfolio { background-position:-114px 0;}
#navigationMenu .portfolio:hover{ background-position:-114px -39px;}
#navigationMenu .portfolio span{
	background-color:#d0a525;
	color:#604e18;
	text-shadow:1px 1px 0 #d8b54b;
}

/* Purple Button */

#navigationMenu .contact { background-position:-152px 0;}
#navigationMenu .contact:hover { background-position:-152px -39px;}
#navigationMenu .contact span{
	background-color:#af1e83;
	color:#460f35;
	text-shadow:1px 1px 0 #d244a6;
}
/** Header **/
.logo {
    float: center;
    font-family: yekan;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: 0px 1px #fff;
    margin-bottom:20px;
    margin-top:80px;
}
.logo h1 {
    font-size:24pt;
    color:#004002;
}
.logo h2 {
    font-size:12pt;
    color:#ff1702;
}
p.date {
    position: absolute;
    top: 0;
    margin: 20px 0;
    background: #f39c12;
    border-radius:4px;
    padding: 4px 10px;
    color: #fff;
    text-shadow:none;
    font: normal 12px tahoma;
}
p.speak {
    position: absolute;
    top: 0;
    margin: 50px 0;
    background: #c11c12;
    border-radius:4px;
    padding: 4px 10px;
    color: #fff;
    text-shadow:none;
    font: normal 12px tahoma;
}
/** Main Nav **/
.main-menu {
    background: #E8143F;
    padding: 4px 5px;
    font: 13px/2 'yekan',tahoma;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.main-menu ul li {
    float: right;
    margin: 5px 0px;
}
.main-menu ul li a {
    color: #FCFCFC;
    padding: 10px 10px 10px;
}
.main-menu ul li a:hover { box-shadow: inset 0 -46px 0 #C61D3F }
.main-menu ul li:hover > a { color: #ffffff }
.main-menu ul li:hover > ul { display: block }
.main-menu ul li a:focus { outline: none }
.main-menu ul li ul {
    display: none;
    position: absolute;
    top: 258px;
    z-index: 888;
    width: 202px;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(15, 16, 26, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(15, 16, 26, 0.2);
    box-shadow: 0 3px 5px rgba(15, 16, 26, 0.2);
}
.main-menu ul li ul li { float: none }
.main-menu ul li ul li a {
    display: block;
    color: #888;
    margin-top: -6px;
    padding: 4px 10px;
    border-bottom: 1px solid #ddd;
}
.main-menu ul li ul li ul {
    top: 0px;
    left: 202px;
}
#search {
    width: 280px;
    float: left;
    background: #FFFFFF;
}
#search input {
    border: 0;
    box-shadow: none;
    padding: 6px 8px;
}
.searchtext {
    float: right;
    background: none;
    width: 215px;
    font-family: yekan,arial;
    color: #999;
    text-align: right;
    border: 0;
}
.searchsubmit {
    border: 0;
    cursor: pointer;
    width: 60px;
    height: 34px;
    margin: 2px 2px;
    float: left;
    background: #C61D3F!important;;
    font-family: yekan,arial;
    color: #fff;
    -moz-transition: all ease-out 0.3s;
}
.searchsubmit:hover { background: #D31099!important }
#breadcrumb {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 8px;
    font-size: 11px;
    font-family: yekan,tahoma;
    color: #b36969;
    box-shadow: inset 0 0 5px #f3f3f3;
}
.breadcrumb { display: inline }
.fixed {
    position: fixed;
    top: 0px;
    width: 80%;
}
#content {
    background: #FFF;
    position: relative;
}
.release {
    background: #84576A;
    border-bottom: 3px solid #70384F;
    padding: 4px 10px 4px 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font:14px yekan;
    text-align:center;
    margin-bottom:10px;
}
#main-content { margin: 0 auto }
/** shortcuts**/
.shortcuts {
    border-radius: 4px;
    padding:0 2px;
    overflow: hidden;
    height:300px;
    margin:0 0 10px;
}
.shortcuts h3 {
    font-family:yekan;
    background:#E8143F;
    color:#fff;
    padding:4px 8px 8px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}
.shortcut {
    margin:0 auto;
}
.shortcut a{
	display:block;
	border-radius:4px;
	position:relative;
}

.shortcut .over{
	visibility:hidden;
	opacity:0;
	background:rgba(232, 20, 63,.9) url("images/zoom-ico.png") no-repeat center;
	text-align:center;
	line-height:360px;
	position:absolute;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
	top:0;
	left:0;
	height:264px;
	width:100%;
	color:#fff;
	font-family:'Yekan',Arial
}

.shortcut:hover .over{
	visibility:visible;
	opacity:1;
	transition:opacity .2s linear
}

.shortcut a img{
	width:100%;
	height:264px;
	vertical-align:middle;
}
/** Articles **/
article {
    background: #fff;
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-image: none;
    margin-bottom: 10px;
    color: #555;
    padding-bottom:10px;
}
article header {
    font: 12px/2 'Yekan',tahoma;
    color: #888;
    margin: 0;
}
article header h1,
article header h2,
article header h3,
article header h4,
article header h5 {
  	background: #A9CF46;
    border-bottom:3px solid #9ABF33;
    padding: 8px 10px 8px 5px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    font-size:14px;
}
article header h2 a { color: #fff }
article header .view {
    background: url(images/statistics.png) no-repeat right;
    padding: 0px 22px 0px 0px;
    float: right;
    margin: 0px 0px 0px 15px;
}
article header .commented {
    background: url(images/comment.png) no-repeat right;
    padding: 0px 22px 0px 0px;
    float: right;
    margin: 0px 0px 0px 15px;
}
article header .time {
    background: url(images/calendar.png) no-repeat right;
    padding: 0px 22px 0px 0px;
    float: right;
    margin: 0px 0px 0px 15px;
}
article header .meta {
    background: linear-gradient(90deg,#fff 0,#f5f5f5 100%);
    border-bottom: 1px solid #f9f9f9;
    border-top: 1px solid #f9f9f9;
    margin: 5px 0;
    padding: 5px;
    float: right;
    width: 100%;
}
article header .cat {
    background: url(images/category.png) no-repeat right;
    padding: 0px 22px 0px 0px;
    float: right;
    margin: 0px 0px 0px 15px;
}
.tag {
    background: #fa0;
    padding: 3px 7px;
    font: 13px calibri;
    color: #fff;
    float: left;
}
.new { background: #c84040 }
.readmore {
    background: #2980b9;
    padding: 2px 14px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font: 12px yekan,tahoma;
    color: #fff;
    margin:5px 10px 10px 10px;
}
.readmore:hover {
    background: #74A830;
    padding-right: 22px;
    color: #fff;
}
/** Sidebar **/
#sidebar {
    margin: 0 auto 20px;
    padding-right: 5px;
}
.block {
    background: #fff;
    border-bottom: 1px solid #DDD;
    margin-bottom: 5px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.block h4 {
  	background: #FF4921;
    border-bottom:3px solid #E03411;
    padding: 8px 10px 8px 5px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    color: white;
    font-size:14px;
}
/** Sidebar Tabs **/
.sidebar-tabs { margin-bottom: 25px }
.sidebar-tabs a {
    border-left: 1px solid #E1E3E7;
    display: block;
    background: url(images/star3.gif) #F3F3F3 no-repeat center 0px;
    float: right;
    color: #7A8089;
    width: 33.333%;
    padding: 4px 0;
    font-family: yekan;
    text-align: center;
}
.sidebar-tabs a:hover { background: #fff }
.sidebar-tabs .last { border-left: 1px solid #F3F3F3 }
.sidebar-tabs .last:hover { border-left: 1px solid #fff }
.sidebar-tabs .active {
    background: #E03411;
    border-color: #E03411;
    color: #fff;
}
.sidebar-tabs .active:hover {
    background: #FF4921;
    border-color: #FF4921;
    color: #fff;
}
.content { padding: 10px 0 }
.content-2 {
    font-family: tahoma;
    font-size: 12px;
    line-height: 2;
    padding: 10px;
}
.content-2 img {
    max-width: 99%;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
}
ul.content li a {
    background: url(images/arrow.png) no-repeat right 12px;
    padding: 6px 18px 6px 10px;
    color: #71767B;
    display: block;
    font: normal 12px tahoma;
}
ul.content li a:hover {
    background: #FF4921 url(images/arrowhvr.png) no-repeat right 12px;
    color: white;
}
.similar ul li a {
    background: url(images/arrow.gif) no-repeat right 14px;
    padding: 8px 18px 8px 10px;
    color: #71767B;
    display: block;
    font: normal 12px tahoma;
}
.similar ul li a:hover {
    background: #A9CF46 url(images/arrow.gif) no-repeat right 14px;
    color: white;
}
/** about **/
.about {
    margin:0;
    padding:10px;
}
.about img {
    width:50%;
}
.about p {
    font:normal 12px yekan,tahoma;
    text-align:justify;
}
/** Slider **/
ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
li.bjqs-slide {
    display: none;
}
ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}
ul.bjqs-controls.v-centered li a { position: absolute }
ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -20px;
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
    width: 0;
    height: 0;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-top: -20px;
}
ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
ol.bjqs-markers.h-centered { text-align: center }
ol.bjqs-markers li { display: inline }
ol.bjqs-markers li a { display: inline-block }
p.bjqs-caption {
    display: block;
    width: 100%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}
ul.bjqs-controls.v-centered li a {
    display: block;
    color: transparent;
    text-decoration: none;
}
ul.bjqs-controls.v-centered li a:hover { color: transparent }
ol.bjqs-markers li a {
    padding: 5px 10px;
    background: #000;
    color: #fff;
    margin: 5px;
    text-decoration: none;
    display: none;
}
ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover { background: #999 }
p.bjqs-caption {
    display:none;
    background: rgba(5,5,5,0.4);
    font-family: yekan;
    color: #fff;
    text-shadow: 0 1px 1px #2980B9;
}
/*  Notification */
p .icon-remove {
  float: right;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 15px;
}
p.info {
  border: 1px solid #bbe7f2;
  background-color: #d9f5fc;
  color: #38b6d7;
  padding: 10px 20px;
  margin-bottom: 10px;
  width:96%;
  font-weight: 300;
  font-family:yekan,tahoma;
  position: relative;
}
p.tip {
  border: 1px solid #d5cb61;
  background-color: #f1e884;
  color: #6b6631;
  padding: 10px 20px;
  margin-bottom: 10px;
  width:96%;
  font-weight: 300;
  font-family:yekan,tahoma;
  position: relative;
}
p.success {
  border: 1px solid #6bb53e;
  background-color: #87d05b;
  color: #284b13;
  padding: 10px 20px;
  margin-bottom: 10px;
  width:96%;
  font-weight: 300;
  font-family:yekan,tahoma;
  position: relative;
}
p.error {
  border: 1px solid #CE4B00;
  background-color: #ff6000;
  color: #000000;
  padding: 10px 20px;
  margin-bottom: 10px;
  width:96%;
  font-weight: 300;
  font-family:yekan,tahoma;
  position: relative;
}
/** Comments **/
#send-comment {
    font-size: 12px;
    clear: both;
}
#send-comment h5 {
    background: #f1c40f;
    border-color: #f39c12;
}
#send-comment footer {
    line-height: 21px;
    color: #555;
    background: #fea;
    padding: 10px;
    font-family: yekan,tahoma;
    margin-bottom: 10px;
}
#send-comment span { color: red }
#send-comment input,
textarea {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 5px!important;
    font-family: yekan,tahoma;
}
#send-comment input:focus {
    outline: none;
    box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.07) , 0px 3px 0 rgba(0, 0, 0, 0.02);
}
.comment {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    box-shadow: 0 3px 0 #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.chalt {
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    box-shadow: 0 3px 0 #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.comment .comment { margin: 5px 20px }
.cm-top {
    background: #c4c4c4;
    border-right: 5px solid #b9b9b9;
    padding: 4px 6px;
    color: #333;
    float: right;
    font-family: yekan,tahoma;
    font-size: 12px;
}
.cm-top b {
    color: #888;
    padding: 3px;
}
.cm-meta {
    background: #efefef;
    padding: 2px 5px;
    color: #a0a0a0;
    float: right;
}
.cm-meta b { color: red }
.reply {
    background: #379;
    margin: 5px 0 0 -1px;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    float: left;
    font-family: yekan,tahoma;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.reply:hover {
    background: #349935;
    color: #eee;
}
.cm-content {
    padding: 10px;
    color: #555;
}
.comment-author-admin.comment,
.bypostauthor.comment {
    background: #fffafa;
    border-color: #f4d2d2;
    box-shadow: 0 3px 0 #f5f5f5;
}
.comment-author-admin .cm-top,
.bypostauthor .cm-top {
    background: #f4d2d2;
    border-color: #f1c4c4;
    color: #933;
}
.comment-author-admin .cm-meta,
.bypostauthor .cm-meta {
    background: #fee;
    color: #c77;
}
.comment-author-admin .cm-top b,
.bypostauthor .cm-top b { color: #e44 }
.comment-author-admin .reply,
.bypostauthor .reply { background: #c33 }
#comments {
    background: url(images/bg2.png);
    border-top: 6px solid #97c024;
    margin-top: 30px;
    padding-bottom: 10px;
}
#comments h5 {
    margin-top: 20px;
    font-size: 30px;
    color: #5e767c;
}
/** PN **/
#wp_page_numbers ul,
#wp_page_numbers li,
#wp_page_numbers a {
    padding : 2px 0 0 0;
    margin : 0;
    border : none;
    text-decoration : none;
    font-weight : normal;
    font-style : normal;
    list-style : none;
    text-transform : none;
    text-indent : 0;
    font-variant : normal;
    text-align : left;
    line-height : 12px;
    letter-spacing : 0;
    word-spacing : 0;
}
#wp_page_numbers { width : 100% }
#wp_page_numbers ul { width : 100% }
#wp_page_numbers li {
    float : left;
    display : block;
}
#wp_page_numbers a {
    background : #3498db;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display : block;
    color : #fff;
    font-family : tahoma;
    font-size : 8pt;
    padding : 4px 8px;
    margin : 2px;
}
#wp_page_numbers li a:hover {
    background : #2980b9;
    color : #fff;
}
/**footer**/
#footer-wrapper { margin: 0 auto }
.footer {
    width: 100%;
    height: auto;
    background: linear-gradient(0deg,#E8143F 0,#C61D3F 100%);
    font-family: yekan,tahoma;
    font-size: 11px;
    float: right;
    margin: 10px 0px 0px 0px;
    padding: 5px 10px;
}
.copyright-wrapper {
    width: 100%;
    height: 40px;
    background: #C61D3F;
    font-family: yekan,tahoma;
    font-size: 11px;
    float: right;
    color: #fff;
    margin: 0px 0 0px;
    padding: 14px 20px 0px 0px;
}
.footer-tag {
    height: auto;
    color: #fff;
    padding: 0px 0px 10px 0px;
}
.footer-tag a {
    font-family: Yekan;
    padding: 5px 5px 5px 5px;
    margin: 2px;
    float: right;
    color: #e0e0e0;
    font-size: 12px;
    font-weight: lighter;
    background: #C61D3F;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.footer-tag a:hover { background: #666 }
.footer-tamas {
    height: auto;
    color: #fff;
}
.footer-tamas h2 {
    font-family: Yekan,arial;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    float: right;
    color: #e0e0e0;
    font-size: 12px;
    font-weight: lighter;
    text-align: justify;
}
.footer-title {
    border-bottom: #E5C914 1px solid;
    font-family: Yekan,arial;
    font-size: 14px;
    color: #E5C914;
    padding: 0px 0px 5px 5px;
    margin: 5px 0px 5px 5px;
}
.tarah98 {
    color:#fff;
    padding:2px;
}
.tarah98:hover {
    background:#fff;
    color:#c22;
    padding:0 11px;
}
.footer-bottom-left{float:left;margin:-5px 10px;}
.faicon i{color:#fff;margin-right:5px;font-size:18px;transition:all ease-out 0.5s;-webkit-transition:all ease-out 0.5s;-moz-transition:all ease-out 0.5s;}
.faicon i:hover{color:#567;}
/** colors **/
.blue {
    background: #00A1FF!important;
    border-color:#0493E5!important;
}

.red {
    background: #C4002D!important;
    border-color:#B20329!important;
}

.green {
    background: #58C400!important;
    border-color:#4DAA01!important;
}

.Violet {
    background: #B300EA!important;
    border-color:#A008D3!important;
}

.orange {
    background: #FFAA22!important;
    border-color:#ED9A1E!important;
}

.pink {
    background: #ff2c72!important;
    border-color:#E21657!important;
}