/*
theme name: Salamat-theme
version: 1.0
Author: 2sweb.ir
Author URI: http://2sweb.ir
Desctiption: Dedicated Professional and full option clean Wordpress Template
*/

body {
	font-family: 'tw-yekan';
	background: #fff;
    color:#333;
}
:focus {
    outline: 0;
}
a {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}
a:hover {
    text-decoration: none;
}
a:active,a:visited,a:focus {
    background: transparent;
    text-decoration: none;
}
/*
=go up
------------------------------------------------*/
#gotop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    border-radius: 3px;
    background-color: #62c6f8;
    cursor: pointer;
    width: 34px;
    height: 32px;
    z-index: 999999;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#gotop:after {
    content:"\f077";
    position: absolute;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    line-height: 30px;
}
div#gotop:hover {
    opacity: .9;
}
/*
= color default
-----------------------------------*/
.nav-slide {
    padding: 0;
}
.wrap-header {
    padding-bottom: 13px;
    border-bottom: 2px solid #777;
    min-height: 500px;
}
/*
=nav
-------------------------------------------*/
#navigation {
    border-top: 3px solid #62c6f8;
    border-radius: 0;
    border-bottom: 2px solid #ef4a4a;
    padding: 0;
    margin: 0;
    border-left: 0;
}
#navigation .navbar-toggle {
    float: right;
}
#navigation .navbar-toggle span {
    color: #62c6f8;
}
#navigation ul.nav li a {
    color: #555555;
    font-size: 13px;
    padding-right: 25px;
}
#navigation ul.nav ul li a {
    color: #555555;
    font-size: 12px;
    padding-right: 25px;
}
#navigation .navbar-nav > li > .dropdown-menu {
    margin-top: 1px;
}
#navigation .navbar-nav > li > a {
    position: relative;
}
#navigation .navbar-nav > li > a:before{
    content: "";
    position: absolute;
    right: 9px;
    bottom: 19px;
    width: 10px;
    height: 9px;
    background: url(images/sprites_icons.png) no-repeat;
    background-position: 0 -28px;
    z-index: 10;
}

#navigation ul.nav li a:hover {
/*    background: #62c6f8;*/
    color: #fff;
}
#navigation ul.nav > li > a:hover:before,#navigation ul > li > a.active-hover:before {
       background: url(images/sprites_icons.png) no-repeat;
       background-position: -25px -28px;

}
#navigation ul.nav ul.dropdown-menu li a {
    padding: 10px;
    border-bottom: 1px dashed #eee;
    
}
#navigation ul > li > a.active-hover{
/*    background: #62c6f8;*/
    color: #fff;
}

.wrap-social {
    margin: 0;
}
/************ search header ************/
#search-form {
    float: right;
    margin: 3px 5px;
    -webkit-background: linear-gradient(#fff,#f7f7f7);
    -moz-background: linear-gradient(#fff,#f7f7f7);
    -o-background: linear-gradient(#fff,#f7f7f7);
    background: linear-gradient(#fff,#f7f7f7);
    border-radius: 2px;
}
#search-form input {
    border: none;
    background: none;
}
#search-form #search-text {
    height: 31px;
    padding: 3px 4px;
    line-height: 25px;
    width: 171px;
    float: right;
    color: #777;
    font-size: 12px;
    font-weight: normal;
}
#search-form #search-submit {
    background: url('images/parent_sprites.png') no-repeat center center;
    background-position: 0 0;
    width: 32px;
    height: 32px;
    float: right;
    cursor: pointer;
    margin: 2px;
    border-radius: 4px;
}
/***** social-network*****/
.social-network {
    background: #b1e3fc;
    width: 220px;
    border-radius: 0 0 4px 0;
    float: left;
    padding-left: 10px;
}
.social-network ul {
    margin: 0;
}
.social-network ul li {
    list-style: none;
    float: left;
    display: inline-block;
    margin-right: 1px;
}
.social-network ul li a {
    display: block;
    background: url(images/sl_nk_icon.png) no-repeat;
    width: 40px;
    height: 41px;
}
.social-network ul li.facebook_icon a {
background-position: -48px 0px;
}
.social-network ul li.google_icon a {
background-position: -142px 0;
}
.social-network  ul li.telegram_icon a {
    background-position: -189px 0;
}
.social-network  ul li.instagram_icon a {
   background-position: -237px 0;
}
.social-network  ul li.twitter_icon a {
    background-position: -284px 0;
}

.social-network ul li a:hover {
    opacity: .7;
}
.left-header {
    position: relative;
    background:#62c6f8;
    height: 300px;
    padding: 0;

}
.left-header .title-logo {
    padding-top: 30px;
}

.left-header .title-logo h1 a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding-bottom: 10px;
    -webkit-text-shadow: 0 0 3px #333;
    -moz-text-shadow: 0 0 3px #333;
    -o-text-shadow: 0 0 3px #333;
    text-shadow: 0 0 3px #333;
}
.left-header .title-logo h2 {
    text-align: center;
    color: #fff;
    font-size: 14px;
    -webkit-text-shadow: 0 0 3px #000;
    -moz-text-shadow: 0 0 3px #000;
    -o-text-shadow: 0 0 3px #000;
    text-shadow: 0 0 3px #000;
} 
.left-header .image-logo {
    padding-top: 20px;
}
.left-header .image-logo img {
    width: 285px;
    height: 285px;
    border-radius: 100%;
    margin: auto;
    padding: 7px;
    background: rgba(255,255,255,.2);
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
.left-header .image-logo img:hover {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
     background: rgba(255,255,255,.3);
}
.contact-header {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 1px 10px;
    width: 260px;
    margin:110px auto 10px;
}
.contact-header img {
    float: left;
}
.contact-header span {
    position: relative;
    direction: ltr;
    display: inline-block;
    color: #777;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    font-family: 'vazir-number',tahoma;
}
.contact-header span:after {
    content: "";
    position: absolute;
    background: url(images/parent_sprites.png);
    background-position: -39px -1px;
    width: 30px;
    height: 29px;
    left: -47px;
    top: 0;
}
/*
=slider
-------------------------------------------*/
#owl-slider {
}
#owl-slider .item {
    float: right;
}
#owl-slider .caption-item {
    float: right;
    width: 38%;
    padding: 20px 10px;
}
#owl-slider .item img {
    width: 700px;
    height: 400px;
    max-width: 100%;
}
#owl-slider .caption-item h2 a {
    font-size: 20px;
    font-weight: 700;
    color: #444;
    color: #1f629e;
}
#owl-slider .caption-item h2 a:hover {
    color: #333;
}
#owl-slider .caption-item p {
    text-align: justify;
    line-height: 25px;
}
#owl-slider img {
    max-height: 500px;
}
#owl-slider .owl-controls .owl-page span {
    display: block;
    width: 20px;
    height: 10px;
    margin: 0 4px;
    opacity: 0.5;
    border-radius: 1px;
    background: #869791;
}
#owl-slider .owl-controls .active span {
    background: #2F72B0;
    opacity: 1;
}
#owl-slider .owl-buttons .owl-next{
    position: absolute;
     right: 73px;
    bottom: 35px;
    z-index: 1000;
    text-indent: -99999px;
    width: 27px;
    height: 27px;
    background:transparent url(images/parent_sprites.png) no-repeat;
    background-position: 0 -39px;
    border-radius: 1px;
    opacity: .9;
    margin-top: 1px;
}
#owl-slider .owl-buttons .owl-prev {
    position: absolute;
    right: 40px;
    bottom: 35px;
    text-indent: -99999px;
    width: 27px;
    height: 27px;
    border-radius: 1px;
    background:transparent url(images/parent_sprites.png) no-repeat;
    background-position: -38px -39px;
    opacity: .9;
    margin-top: 1px;
    z-index: 1000;
}
#owl-slider .owl-buttons .owl-next:active,#owl-slider .owl-buttons .owl-prev:active {
    margin-top: 3px;
}
#bottom-box {
    width: 100%;
    height: 100px;
    background: transparent url(images/2.png);
    margin-top: -200px;
}
.bottom-nav-slide {
    width: 700px;
    height: 182px;
    max-width: 100%;
    background:transparent url(images/1.png);
    margin-top: -192px;
    position: relative;
    z-index: 30;
}
/*
=services slider
-----------------------------------------*/
#services {
    
}
#services h2.services-title {
    font-size: 20px;
    color: #555;
    padding-bottom: 5px;
    margin-top: 25px;
    font-weight: 700;
}
#tmb-slr .item2{
    margin: 10px;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 2px;
}
#tmb-slr .item2 img{
    display: block;
    width: 400px;
    height: 220px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
       /*border: 1px solid #62c6f8;*/
}
@media screen and (min-width: 768px) {    
#tmb-slr .item2 figure {
    position: relative;
    background-color: #000;
    overflow: hidden;
}
#tmb-slr .item2 figure:after {
    content: "\f15c";
    font-family: FontAwesome;
    position: absolute;
    font-weight: normal;
    left: 0;
    right: 0;
    margin: auto;
    top: 43%;
    font-size: 25px;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    line-height: 40px;
    border: 3px solid #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#tmb-slr .item2:hover figure img {
    opacity: .5;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#tmb-slr .item2:hover figure:after {
    visibility: visible;
    opacity: 1;
}
}

#tmb-slr .owl-buttons {
    position: absolute;
    top: 0;
    left: 6px;
}
#tmb-slr .owl-buttons .owl-next{
    position: absolute;
     left: 33px;
    top: -25px;
    z-index: 1000;
    text-indent: -99999px;
    width: 27px;
    height: 27px;
    border-radius: 1px;
    background:transparent url(images/parent_sprites.png) no-repeat;
    background-position: -38px -39px;
    opacity: .9;
    margin-top: 1px;
}
#tmb-slr .owl-buttons .owl-prev {
    position: absolute;
    left: 0;
    top: -25px;
    text-indent: -99999px;
    width: 27px;
    height: 27px;
    border-radius: 1px;
    background:transparent url(images/parent_sprites.png) no-repeat;
    background-position: 0 -39px;
    opacity: .9;
    margin-top: 1px;
    z-index: 1000;
}
#tmb-slr .owl-buttons .owl-next:hover,#tmb-slr .owl-buttons .owl-prev:hover,#owl-slider .owl-buttons .owl-prev:hover
,#owl-slider .owl-buttons .owl-next:hover {
    opacity: 1;   
}
#tmb-slr .item2 .caption-item2 {
    padding: 8px;
    background: #eee;
}
#tmb-slr .item2 .caption-item2 h3 a {
    font-size: 17px;
    display: block;
    text-align: center;
    color: #444;
    padding: 5px 0;
}
#tmb-slr .item2 .caption-item2 h3 a:hover {
    color: #62c6f8;
}
#tmb-slr .item2 .caption-item2 p {
    color: #666;
    font-size: 13px;
    text-align: justify;
    padding: 2px 15px;
}
#tmb-slr .item2 a.more-services {
    display: block;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    border-radius: 4px;
    margin: 10px 10px 0 0;
    font-size: 14px;
    background: #62c6f8;
}

/*
=connect-me
--------------------------------------*/
#connect-me {
/*    padding: 0 37px;
*/}

.wrap-post-index,.wrap-connect-me {
     float:right;
	 width:100%;
     background: #fdfdfd;
    border-radius: 3px;
    padding: 10px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 12px #ddd;
    -moz-box-shadow: 0 0 12px #ddd;
    -o-box-shadow: 0 0 12px #ddd;
    box-shadow: 0 0 12px #ddd;
    
}

#connect-me h5.title-frm,h5.title-post-index {
    font-size: 18px;
    color: #3e7ec2;
    margin-bottom: 10px;
}

/*
=post index
---------------------------------------*/
#post-index .row-post {
    clear: both;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-top: 15px;
}
#post-index .row-post .post-thumb {
    float: right;
    margin-left: 10px;
    overflow: hidden;
}
#post-index .row-post .post-thumb img {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 100%;
    padding: 5px;

}
#post-index .row-post .post-thumb img:hover {
    border: 1px solid #35ace8;

}
#post-index .row-post .post-content h2 a {
    font-size: 16px;
    color: #666;
}
#post-index .row-post .post-content h2 a:hover {
    color:#35ace8;
}
#post-index .row-post .post-content p {
    color: #888;
    font-size: 13px;
}
h5.title-post-index {
    margin-bottom: 18px;
}
a.archive-post {
    display: block;
    float: left;
    margin: 10px;
    color: #666;
    font-size: 17px;
}
a.archive-post:hover {
    color: #111;
}
/*
=sec_attachment
-------------------------------------------*/
.sec_attachment {
    width: 100%;
    position: relative;
    max-width: 1920px;
    margin: 15px auto;
    height: 300px;
    background: url(images/bg_sc3.jpg) no-repeat;
    background-attachment: fixed;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-size: cover;
}
.sec_attachment:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/pattern_bg.png) repeat;

}
.sec_attachment .title_sec_att {
    text-align: center;
}
.sec_attachment .title_sec_att span {
    display: inline-block;
    position: relative;
    font-size: 20px;
    color: #444;
    text-align: center;
    padding: 60px 26px 15px 5px;
}
.sec_attachment .title_sec_att span:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    font-weight: normal;
    right: 0;
    top: 63px;
    font-size: 18px;
    color: #F1C40F
}
.sec_attachment .btn_reg_link {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    margin: auto;
    width: 130px;
    height: 40px;
    line-height: 37px;
    font-size: 16px;
    border-radius: 2px;
    padding-right: 10px;
    color: #fff;
    background-color: #E74C3C;
    text-align: center;
    z-index:5;
}
.sec_attachment .btn_reg_link:before {
    content: "\f0fe";
    font-family: FontAwesome;
    position: absolute;
    font-weight: normal;
    right: 15px;
    top: 1px;
    font-size: 16px;
    color: #fff
}
.sec_attachment .btn_reg_link:hover {
    background-color: #3498DB;
}
.index_baner_ads {
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #fdfdfd;
    border-radius: 3px;
    padding: 10px;
    -webkit-box-shadow: 0 0 12px #ddd;
    -moz-box-shadow: 0 0 12px #ddd;
    -o-box-shadow: 0 0 12px #ddd;
    box-shadow: 0 0 12px #ddd;
}
.index_baner_ads img {
    margin: 0 auto 10px;
    border: 1px solid #e7e7e7;
}
/*
=footer
-------------------------------------*/
#footer {
    margin-top: 40px;
    overflow: hidden;
}
#footer .box-footer-right {
    height: 251px;
    background: #434a5a;
    position: relative;
}

#footer .box-footer-right .inner-box {
    width: 200px;
    height: 251px;
    background: url(images/footer-slice.png);
    position: absolute;
    left: -188px;
    z-index: 100;
}
#footer .box-footer-right .inner-box:after {   
}
.google-map-box {
    padding: 0;
}
.content-box-footer {
    position: absolute;
    top: 25px;
    right: 25%;
    z-index: 1001;
}
#footer h5.title-box-footer {
    color: #fff;
    font-size: 16px;
    position: relative;
    margin-bottom: 25px;
}
#footer h5.title-box-footer:after {
    content: "";
    position: absolute;
    bottom: -13px;
    width: 250px;
    height: 2px;
    background: #777;
    right: -5px;
}
#footer h5.title-box-footer:before {
    content: "";
    position: absolute;
    bottom: -13px;
    right: -5px;
    width: 150px;
    height: 2px;
    z-index: 11;
    background: #ccc;
}
#footer .content-box-footer ul li {
    margin-bottom: 10px;
}
#footer .address {
    color: #eee;
    font-size: 14px;
    padding: 10px 0;
    line-height: 45px;
}
#footer i {
    color: #fff;
    font-size: 25px;
    padding-left: 10px;
    vertical-align: middle;
}
#footer #copyright {
/*    background: #62c6f8;*/
    margin-top: -9px;
    position: relative;
    
}
#footer #copyright span {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 5px 10px 14px;
}
#footer #copyright span a {
    color: #444;
    padding: 3px;
}
#footer #footer-favicon {
    text-indent: -9999px;
    background: url(images/sprites_icons.png) center center no-repeat;
    background-position: -1px 0;
    display: block;
    cursor: pointer;
    width: 16px;
    float: left;
    margin: 11px 11px 0 0;
    height: 16px;
}
#footer #copyright p {
    float: left;
    font-size: 12px
}
#map_canvas iframe {
	width:100%
}


/*
=single
-------------------------------------------*/
.wrapper-single {
    min-height: auto;
    border: 0;
}
#header-single {
    height: auto;
    background: #62c6f8;
}
.wrapper-single .contact-header span {
    color: #fff;
}
.image-logo-single {
    float: right;
    
}
.wrapper-single .right-header,.wrapper-single .header-left {
    float: right;
}
.image-logo-single img {
    width: 150px;
    margin: 10px;
    height: 150px;
    padding: 6px;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    
}
.title-logo-single {
    float: right;
    margin-top: 29px;
    
}
.title-logo-single h1 a {
    font-size: 20px;
    color: #fff;
    display: block;
    padding: 25px 3px 5px 3px;
    text-align: center;
    -webkit-text-shadow: 0 0 3px #333;
    -moz-text-shadow: 0 0 3px #333;
    -o-text-shadow: 0 0 3px #333;
    text-shadow: 0 0 3px #333;
    
}
.title-logo-single h2 {
    font-size: 13px;
    text-align: center;
    color: #fff;
/*    -webkit-text-shadow: 0 0 3px #fff;
    -moz-text-shadow: 0 0 3px #fff;
    -o-text-shadow: 0 0 3px #fff;
    text-shadow: 0 0 3px #fff;*/
    
}
.contact-header-single {
    margin: 50px auto 5px;
    width: 100%;
    clear: both;
}
.social-network-single {
    margin: 47px auto 3px;
    float: none;
    border-radius: 6px;
}
.single-page .post-wrap {
    background: #fdfdfd;
    border: 1px solid #ddd;
}
.single-page .post-wrap h6 {
    font-size: 15px;
 line-height: 25px;
}
.single-page .post-wrap h5 {
    font-size: 18px;
line-height: 25px
}
.single-page .post-wrap h4 {
    font-size: 21px;
    line-height: 28px;
}
.single-page .post-wrap h3 {
    font-size: 24px;
    line-height: 35px
}
.single-page .post-wrap h2 {
    font-size: 27px;
    line-height: 40px;
}
.single-page .post-wrap h1 {
    font-size: 31px;
    line-height: 45px;
}
.single-page .post-wrap ol {
    padding-right: 10px;
}
.single-page .post-wrap li {
    line-height: 30px;
    font-size: 15px;
    color: #444;
}
.single-page .post-wrap ul li {
    position: relative;
    padding-right: 12px;
}
.single-page .post-wrap ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #444;
    border-radius: 2px;
    right: 0;
    top: 14px;
}
.single-page .post-wrap .content-single {
    clear: both;
    padding: 10px 15px;
}
.single-page .post-wrap .content-single p {
    color: #666;
    font-size: 13px;
}
.single-page .single-post h2.post-title-single {
    font-size: 18px;
    color: #555;
    padding: 10px 15px;
}
.single-page .single-post .post-meta li {
    float: right;
    padding: 10px;
    display: inline-block;
    font-size: 13px;
    color: #888;
}
.single-page .single-post .post-meta li:before {
   display: none;
}
.single-page .ads-image-post {
    margin: 15px auto;
}
.single-page .ads-image-post img {
    margin: auto;
}

/*
=single sidebar
---------------------------------------*/
.single-page .widget-sidebar .tab-container .tab-pane ul li {
    float: right;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 5px
    
}


.single-page .widget-sidebar .tab-content {
    padding-top: 15px;
    padding-bottom: 5px;
    border: 1px solid #ddd;
    border-top: 0;
}
.single-page .widget-sidebar .tab-container .tab-pane ul li a.thumb-mnu {
    display: block;
    float: right;
    margin: 0 5px;
    height: 85px;
}
.single-page .widget-sidebar .tab-container .tab-pane ul li a.thumb-mnu img {
    width: 85px;
    height: 85px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.single-page .widget-sidebar .tab-container .tab-pane ul li .tab-menu-excerpt {
    padding: 10px;    
}
.single-page .widget-sidebar .tab-container .tab-pane ul li .tab-menu-excerpt h4 a {
    font-size: 13px;
    display: block;
    color: #666;   
}
.single-page .widget-sidebar .tab-container .tab-pane ul li:hover img {
            border: 1px solid #62c6f8;

}
.single-page .widget-sidebar .tab-container .tab-pane ul li:hover h4 a {
    color: #428bca;
}
.wrapper-single nav#navigation{
border-left: 2px solid #62c6f8;
}
/*
=widget
---------------------------------------------*/
.single-page .widget-sidebar .widget-count {
    margin:10px 0;
    border: 1px solid #ddd;
    padding: 10px;
    
}
.single-page .widget-sidebar .widget-count h3,
#post-index h3.title-post-index,#connect-me h3.title-post-index{
    background: url(images/bg.title.png) center repeat-x;
    font-size: 14px;
    font-weight: bold;
}
#post-index h3.title-post-index,#connect-me h3.title-post-index {
    font-size: 16px;
    color: #555;
    font-weight: normal;
}
.single-page .widget-sidebar .widget-count h3 span,
#post-index h3.title-post-index span,#connect-me h3.title-post-index span  {  
    padding: 0 10px;
    background: #fff;

}
.single-page .widget-sidebar .widget-count ul,.widget-sidebar .wrap-connect-me ul {
    padding-top: 15px;
}
.single-page .widget-sidebar .widget-count ul li,.widget-sidebar .wrap-connect-me ul li{
    margin-bottom: 6px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    background: #f5f5f5;
    border-radius: 4px;
    padding: 8px;
    
}
.single-page .widget-sidebar .widget-count ul li a,.widget-sidebar .wrap-connect-me ul li a{
    font-size: 14px;
    color: #666;
}
.single-page .widget-sidebar .widget-count ul li a:hover,.widget-sidebar .wrap-connect-me ul li a:hover {
    color: #62c6f8;
}
/*
=archive
-------------------------------------*/
.archive-page {
    padding: 10px 20px 5px 20px;
    -webkit-box-shadow: 0 0 3px #ddd;
    -moz-box-shadow: 0 0 3px #ddd;
    -o-box-shadow: 0 0 3px #ddd;
    box-shadow: 0 0 3px #ddd;   
}
h3.title_page {
    font-size: 18px;
    background: #eee;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.archive-page .container-archive .archive-post {
    float: right;
    width: 48%;
    margin-bottom: 15px;
}
.archive-page .container-archive .archive-thumb {
    float: right;
    overflow: hidden;
    box-sizing: border-box;    
}
.archive-page .container-archive .archive-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    padding: 5px;
    border: 1px solid #ddd; 
}
.archive-page .container-archive .archive-thumb:hover img {

}
.archive-page .container-archive .archive-content {
    padding: 5px 105px 10px 15px;  
}
.archive-page .container-archive .archive-content h3 a {
    font-size: 16px;
    display: block;
    padding-right: 10px;
    
}
.archive-page .container-archive .archive-content p{
    font-size: 13px;
    color: #666;
    padding: 10px;
    text-align: justify; 
}
div.textwidget {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 26px;
    color: #777;
    text-align: justify;
    font-family: tahoma;
}
/*
=pagenavi style
------------------------------------------------*/
.wp-pagenavi {
    margin: 15px 0;
    background: #eee;
    margin: 15px 0;
}
.wp-pagenavi a.page, .wp-pagenavi a.larger {
    display: inline-block;
    border-radius: 100%;
    color: #333;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #fff;
    margin: 8px 3px;
}

.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover {
    background: #62c6f8;
    color: #fff;   
}
.wp-pagenavi span.pages {
    background: #62c6f8;
    color: #fff;
    padding: 2px 10px;
    border-radius:2px;
    margin-right: 5px;
}
.wp-pagenavi span.current {
    display: inline-block;
    color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #62c6f8;
    margin: 0 3px;   
}
.previouspostslink {
    margin-right: 3px;
}
.previouspostslink {
    margin-right: 3px;
}
/*
=form style
---------------------------------------------*/
.wpcf7-form .wpcf7-text {
    border: 1px solid #999;
    border-radius: 2px;
    padding: 1px 6px;
}
.wpcf7-form p {
    font-family: tw-yekan;
    color: #777;
}
.wpcf7-form p span {
    vertical-align: middle !important;
}
.wpcf7-form input.wpcf7-submit {
    margin-top: 15px;
}

#connect-me .wpcf7-form input.wpcf7-text,#connect-me .wpcf7-form textarea{
    margin: 10px auto;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 12px;
    padding: 1px 5px;
    background: #fff;
    color: #777;
}
#connect-me .wpcf7-form textarea {
    resize: none;
    height: 135px;
}
#connect-me .wpcf7-form input[type="text"]:focus,#connect-me .wpcf7-form  input[type="email"]:focus,
#connect-me .wpcf7-form  textarea:focus,#connect-me .wpcf7-form  input[type="tel"]:focus {
    background: #fff;
    border: 1px solid #35ace8;
    
}
#connect-me .wpcf7-form input.wpcf7-submit,.wpcf7-form input.wpcf7-submit  {
    background: #35ace8;
    color: #fff;
    font-size: 15px;
    font-family: tw-yekan;
    border: 0;
    padding: 1px 20px;
    border-radius: 2px;
}
/* widg search */
#searchform {
    margin: 15px auto;
    display: table;
}
#searchform label {
    display: none;
}
#searchform input[type="text"] {
    border: 1px solid #ccc;
    padding: 5px;
    border-left: 0;
    border-radius: 0 5px 5px 0;   
}
#searchform input[type="submit"] {
    border: 0;
    color: #fff;
    background: #62c6f8;
    margin-right: -4px;
    padding: 6px 10px;
    border-radius: 5px 0 0 5px;
}
/* tag */
div.tagcloud {
    padding: 4px;
    margin-top: 6px;
}
div.tagcloud a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background: #35ace8;
    padding: 5px 8px;
    margin: 5px 0;
    border-radius:0 10px;
    border-bottom: 3px solid #666;
}
.tagcloud a:hover {
    color: #fff;
}
div.textwidget {
    padding:8px 10px;
    font-size: 12px;
    line-height: 26px;
    color: #777;
    text-align: justify;
    font-family: tahoma;
}
/*
=calendar_wrap
--------------------------------------*/
#wp-calendar {
	width:100%;
	line-height:24px;
}
#wp-calendar caption {
	text-align: center;
	font-size:18;
	font-weight:normal;
	margin-bottom:5px;
	color:#666;
}
#wp-calendar thead th {
	background:#62c6f8;
	width: 24px;
	color: #fff;
	text-align: center;
    padding-bottom: 5px;
    border-left: 1px solid #eee;
}
#wp-calendar tbody td {
	color: #9f9f9f;
	border: 1px solid #ededed;
	text-align: center;
}
#wp-calendar tbody td a {
	color: red;
}
#wp-calendar tfoot td a {
	color: red;
}
/*
=comment
------------------------------------*/
#twosweb-comment {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 20px;
    background: #fdfdfd;
    margin-top: 10px;
}
#twosweb-comment h3.titlt-section-single,h3#comments {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 700;
    margin-top: 15px;
}
h3#comments  {
    margin-bottom: 20px;
}
#respond span {
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-top: 15px;
}
#twosweb-comment input[type="text"]{
    border:0;
    background: #fff;
    display: block;
    padding: 0 6px;
    height: 30px;
    font-size: 12px;
    color: #666;
    border-radius: 3px;
    width: 40%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
#twosweb-comment input#email {
    text-align: left;
}
#twosweb-comment textarea {
     border:0;
    background: #fff;
    display: block;
    padding: 0 6px;
    height: 30px;
    font-size: 12px;
    color: #666;
    border-radius: 3px;
    width: 80%;
    height: 150px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

#twosweb-comment input[type="submit"] {
    border: 0;
    background: #62c6f8;
    padding: 1px 30px;
    color: #fff;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    font-family: tw-yekan;
}
.says {
    display: none;
}
cite.fn {
    display: inline-block;
    position: relative;
    color: #346702;
    font-size: 17px;
    margin-top: 5px;
}
cite.fn:after {
    content: ":";
    position: absolute;
    left: -7px;
    top: 1px;
}
.comment-meta.commentmetadata {
    float: left;
}
.comment-meta.commentmetadata a {
       color: #777;
}
h3.titr_comm {
    margin-bottom: 15px;
}
h3.titr_comm span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
h3.titr_comm span:before {
        content: "\f14b";
        font-family: FontAwesome;
        position: absolute;
    font-weight: normal;
        right: 0;
        top: 0;
        font-size: 18px;
        color: #999;
}
#commentbox .comment-author .avatar {
    float: right;
    margin-left: 10px;
    border: 3px solid #ddd;
    border-radius: 100%;
}
#commentbox li.comment {
    background: #f7f7f7;
    border-radius: 3px;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 8px;
}
#commentbox li.comment p {
    line-height: 25px;
    margin: 10px 0;
    color: #555;
    font-size: 15px;
}
#commentbox li.comment .comment-reply-link {
    background: #3498DB;
    color: #fff;
    padding: 3px 10px;
    border-radius: 2px;
}
#commentbox li.comment .comment-reply-link:hover {
    opacity: .7;
}
#commentbox li.comment ul.children li {
    border: 1px solid #ddd;
    margin-top: 15px;
    background: #fcfcfc;
    border-radius: 2px;
}
#commentbox li.comment ul.children li ul.children li {
    background: #fff;
}
#commentbox ol {
    list-style: none;
}


@media (min-width: 768px) {
    
    .navbar-collapse.collapse {
        padding: 0;
    }
}
@media (min-width: 1200px)
.wrapper {
    width: 1050px;
}
@media screen and (max-width : 1200px) {
    .image-logo-single img {
        margin: 10px auto;
    }
    .title-logo-single {
        margin-right: 10px;
    }
    #search-form,.social-network {
        float: none;
        display: table;
        margin: 3px auto;
        border-radius: 4px;
    }
    .wrap-header {
        margin-bottom: 60px;
        min-height: auto;
        border: 0;
    }
    #services {
        border-top: 2px solid #aaa;
    }
}
@media screen and (max-width : 992px) {
  .wrapper-single .header-left,.wrapper-single .right-header {
        width: 100%;
    }
    .title-logo-single {
        float: none;
    }
    .archive-page .container-archive .archive-post {
    float: none;
    width: 100%;
        border-bottom: 1px solid #ccc;
    }  
    .single-page .widget-sidebar {
        margin-top: 15px;
    }
    .single-page {
        padding: 0;
    }
    #footer #copyright p {
        float: none;
    }
    #footer #copyright span,#footer #copyright p {
        text-align: center;
    }
    #footer #footer-favicon {
        display: none;
    }
    .left-header {
        height: auto;
    }
    #bottom-box {
        display: none;
    }
    .contact-header {
        margin: 10px auto;
    }
    .wrap-header {
        margin-bottom: 5px;
    }
    .bottom-nav-slide {
        margin-top: -190px;
    }
            #connect-me {
            padding: 5px 15px;
        }

}

@media screen and (max-width : 767px){
    #bottom-box {
        display: none;
    }
    .contact-header {
        margin: 20px auto 10px;
    }
    #footer .box-footer-right {
        height: auto;
        padding: 20px;
    }
    .content-box-footer {
        position: static;
    }
    #footer .box-footer-right .inner-box {
        display: none;
    }
        .left-header {
            padding-bottom: 10px;
            padding-top: 5px;
        }
        #navigation {
            border: 0;
        }
        .left-header .title-logo {
            padding-top: 10px;
        }
        .left-header .image-logo {
            margin-bottom: 10px;
        }
        .left-header .image-logo img {
            width: 250px;
            height: 250px;
        }
        .wrapper-single nav#navigation {
            border-left: 0;
        }
}

@media screen and (max-width : 600px) {
    .image-logo-single {
        float: none;
        margin: 15px auto;
    }
    .title-logo-single {
        margin-top: 0;
    }
    .title-logo-single h1 {
        line-height: 30px;
    }
    #twosweb-comment input[type="text"] {
        width: 100%;
    }
    #owl-slider .owl-buttons .owl-prev,#owl-slider .owl-buttons .owl-next {
        bottom: 0;
    }
}

@media screen and (max-width : 480px) {
    #owl-slider .item img {
        height: 200px;
    }
    #owl-slider .owl-buttons .owl-next,#owl-slider .owl-buttons .owl-prev {
        bottom: 0;
    }
    .archive-page .container-archive .archive-thumb {
        float: none;
    }
    .archive-page .container-archive .archive-thumb img {
        width: 250px;
        margin: auto;
        height: auto;
    }
    .archive-page .container-archive .archive-content {
        padding: 10px 0;
    }
    .archive-page .container-archive .archive-content h3 a {
        text-align: center;
        font-size: 14px;
        font-weight: bold;
    }
    .contact-header span {
        color: #fff;
    }
    .social-network-single {
        display: table;
        margin: 5px auto;
    }
    .title-logo-single h1 a {
        padding-top: 2px;
    }
    .bottom-nav-slide {
        display: none;
    }
    #owl-slider .owl-buttons {
        position: absolute;
        bottom: -40px;
    }
    #services {
        margin-top: 30px;
    }
    .wrap-header {
    	padding: 0;
    }

}
 #connect-me .wpcf7-form input[type="submit"]:hover,.wpcf7-form input.wpcf7-submit:hover,#tmb-slr .item2 a.more-services:hover,
#tmb-slr .item2 a.more-services:hover,#twosweb-comment textarea:hover,#twosweb-comment input[type="submit"]:hover,
div.tagcloud a:hover,#searchform input[type="submit"]:hover
  {
    opacity: .8;
}
/*
=google-msp
------------------------------------*/
div.gm-bundled-control-on-bottom {
    left: 10px !important;
}
.panel_ads_bnr  a.ads_itm_banr { 
display:block;
float:right;
 }
 .panel_ads_bnr  a.ads_itm_banr img { 
margin:5px;
border:1px solid #e7e7e7;
 }