/*
* Template Name: MD - Responsive Personal Resume / Portfolio template
* Template URI: http://themeforest.com/user/metrothemes
* Description:MD - Responsive Personal Resume / Portfolio template
* Author: Metrothemes
* Author URI: http://themeforest.com/user/metrothemes
* Version: 1.2
*/


/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /

* 1 - Imported Stylesheets
* 2 - General Styles
*   2.1 - Button Styles
*   2.2 - Social Icons
* 3 - Header
*   3.1 - Navigation One
*   3.2 - Navigation Two
* 4 - Section
*   4.1 - Section Title
* 5 - Parallax
*   5.1 - Parallax Backgrounds
* 6 - Home
* 7 - About
* 8 - Resume
*   8.1 - Timeline
* 9 - Milstone Counters
* 10 - Service Items
* 11 - Skill 
*   11.1 - Skill Chart
* 12 - Work Process
* 13 - Portfolio
*   13.1 - Isotop Transitions
*   13.2 - Portfolio Single Page
* 14 - Pricetable BG
*   14.1 - Priceing
* 15 - Blog
* 16 - Clients
*   16.1 - Testimonials
*   16.2 - Clients Logo
* 17 - Contact
* 18 - Footer
*   18.1 - Tweet List
*   18.2 - Footers Widgets
*   18.3 - Footer Social Icons
* 19 - Color Switcer   
* 20 - Preloader

------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    color: #000;
    font-size: 12px;
    line-height: 28px;
    margin: 0;
    padding: 8px;
}

.textwidget img {
    max-width: 100%;
}
.textwidget input[type="text"], input.text, input.title, textarea, select {
    width: 100%;
}

.gallery-caption{}
.bypostauthor{}
.attachment-full.wp-post-image {
    display: block;
    height: auto;
    max-width: 100%;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
/* 2 - General Styles
------------------------------------------------------------------------*/
html{
    overflow-y: scroll;
    overflow-x: hidden;    
}
body { 
    font-family: 'Raleway', Helvetica, Arial, sans-serif; 
    font-size: 16px; 
    color: #7e878f;
    background-color: #FFFFFF; 
    font-weight: 300;
}
a ,a:hover, a:focus{ 
    text-decoration: none;
    outline:none;
    font-weight: normal;
}
.clear { clear: both; }
.ui-tabs-hide { display: none; }
br.clear { margin: 0px; padding: 0px; }
hr{margin: 10px 0;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', Helvetica, Arial, sans-serif; 
    padding-bottom: 5px; 
    color: #373432; 
    line-height: 1em; 
    font-weight: bold;
 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #111; }
/*
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
*/
p { 
    padding-bottom: 10px;
    line-height: 25px; 
}
strong { font-weight: bold; color: #7e878f; }
cite, em, i { font-style: italic; }
pre, code { font-family: Courier New, monospace; margin-bottom: 10px; }
ins { text-decoration: none; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 0.8em; }
sub { top: 0.3em; }
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dd  { margin-left: 1.5em;}
blockquote  { margin: 1.5em; padding: 1em; color: #666666; background: #e6e6e6; font-style: italic; border: 1px solid #dcdcdc; }
    blockquote p { padding-bottom: 0px; }

input[type=text],input.text, input.title, textarea, select { background-color:#FFFFFF; border:1px solid #bbb; padding: 2px; color: #4e4e4e; }
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#2D3940; color: #3e3e3e; }
input[type=text], input.text, input.title, textarea, select { margin:0.5em 0; }
textarea { padding: 4px; }

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
ul, ol{margin: 0px;}
a:focus{
    outline: none;
}
.left {
    float: left;
}
.right{
    float: right;
}
blockquote{
    background: none;
    border: none;
    font-style: normal;
}
blockquote p {
    font-size: 17.5px;
    font-weight: bold;
    line-height: 30px;
}
/**/


.row [class^="col-"]:last-child .work_process:before{
    display: none;
}
.work_process:before {
    font-family: FontAwesome; 
    font-weight: normal;
    text-align: left; 
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
}    

.scroll-top {
    background: none repeat scroll 0 0 #222222;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    bottom: 30px;
    color: #ffffff;
    display: none;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 60px;
    z-index: 9999;
    outline: none;
}
/* 2.1 - Button Styles
------------------------------------------------------------------------*/
.btn{
    background-image: none;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    color: #FFFFFF;
    text-shadow: none;   
    font-weight: bold;  
}

.btn:hover,.btn:focus{
    color: #FFFFFF;
}
.btn i {
    display: inline-block;
    margin-left: 0;
    margin-right: 12px;
}
a.mt-button {
    border-radius:3px;
    -moz-border-radius:3px; 
    -webkit-border-radius:3px; 
    -o-border-radius:3px; 
    -ms-border-radius:3px;   
    letter-spacing:0;
    text-transform:uppercase;
    display:inline-block;   
}
a.hire-btn{
    color: #FFFFFF;
    font-family: 'Raleway', Helvetica, Arial, sans-serif; 
    font-size: 14px;
    font-weight: bold;
    padding: 17px 52px;
    margin-top: 60px;
}
a.hire-btn:hover{
    color: #FFFFFF;
}
.small {
    font-size:12px;
    line-height:14px;
    padding:5px 9px 7px 9px;
    line-height:12px;
}
.medium {
    font-size:14px;
    line-height:14px;
    padding:10px 15px;
    line-height:14px;
}
.large {
    font-size:16px;
    line-height:14px;
    padding:15px 25px;
    line-height:16px
}
.grey {
    color:#FFFFFF;
}       
.grey:hover {
    color:#FFFFFF;
}
.color {
    color:#FFFFFF;
}
.color:hover {
    color:#FFFFFF;
}
.outline {
    background-color:none;
    color:#222222;
    line-height:10px!important;
}       
.rounded {
    border-radius:50px!important;
}
/* 2.2 - Social Icons
------------------------------------------------------------------------*/
.social { padding:0; margin:2em 0; list-style:none; text-align: center; }
.social li { display:inline-block; padding:0; margin-bottom: 3px; }
.social li a { 
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    opacity: .6;
    background: transparent;
    display: block;
    font-family: 'fontello';
    font-size: 15px;
    height: 36px;
    width: 36px;
    line-height: 34px;
    margin: 0 0.1em 0.2em 0;
    padding: 0;
    text-align: center;
}

.social li a.facebook:before { content: '\e800'; }
.social li a.twitter:before { content: '\e801'; }
.social li a.flickr:before { content: '\e810'; }
.social li a.rss:before { content: '\e80b'; }
.social li a.dribble:before { content: '\e806'; }
.social li a.lastfm:before { content: '\e80a'; }
.social li a.linkedin:before { content: '\e802'; }
.social li a.vimeo:before { content: '\e80c'; }
.social li a.google:before { content: '\e84d'; }
.social li a.forrst:before { content: '\e80d'; }
.social li a.skype:before { content: '\e812'; }
.social li a.picassa:before { content: '\e8e0'; }
.social li a.youtube:before { content: '\e813'; }
.social li a.tumblr:before { content: '\e815'; }
.social li a.behance:before { content: '\e868'; }
.social li a.blogger:before { content: '\e80f'; }
.social li a.delicious:before { content: '\e80f'; }
.social li a.digg:before { content: '\e807'; }
.social li a.friendfeed:before { content: '\e867'; }
.social li a.github:before { content: '\e805'; }
.social li a.wordpress:before { content: '\e816'; }
.social li a.pinterest:before { content: '\e804'; } 
.social li a.instagram:before { content: '\e8c2'; }

/* social icon hovers */
.social li a.facebook:hover { 
    background-color:#3c5fac;
    opacity: 1; 
    border-color: #3c5fac; 
}
.social li a.twitter:hover  { 
    background-color:#5ec3df; 
    opacity: 1; 
    border-color: #5ec3df; 
}
.social li a.flickr:hover  { 
    background-color:#FF0084; 
    opacity: 1; 
    border-color: #FF0084; 
}
.social li a.rss:hover  { 
    background-color:#ff9900; 
    opacity: 1; 
    border-color: #ff9900; 
}
.social li a.dribble:hover  { 
    background-color:#EA4C89; 
    opacity: 1; 
    border-color: #EA4C89; 
}
.social li a.lastfm:hover  { 
    background-color:#D51007; 
    opacity: 1; 
    border-color: #D51007; 
}
.social li a.linkedin:hover  { 
    background-color:#2089b5; 
    opacity: 1; 
    border-color: #2089b5; 
}
.social li a.vimeo:hover  { 
    background-color:#0dadd6; 
    opacity: 1; 
    border-color: #0dadd6; 
}
.social li a.google:hover  { 
    background-color:#c63d2d; 
    opacity: 1; 
    border-color: #c63d2d; 
}
.social li a.forrst:hover  { 
    background-color:#5b9a68; 
    opacity: 1; 
    border-color: #5b9a68; 
}
.social li a.skype:hover  { 
    background-color:#00aff0; 
    opacity: 1; 
    border-color: #00aff0; 
}
.social li a.picassa:hover  { 
    background-color:#ffd34e; 
    opacity: 1; 
    border-color: #ffd34e; 
}
.social li a.youtube:hover  { 
    background-color:#c8312b; 
    opacity: 1; 
    border-color: #c8312b; 
}
.social li a.pinterest:hover  { 
    background-color:#cb2027; 
    opacity: 1; 
    border-color: #cb2027; 
}
.social li a.tumblr:hover  { 
    background-color: #2C4762;
    opacity: 1; 
    border-color: #2C4762; 
}
.social li a.behance:hover  { 
    background-color: #3878F6;
    opacity: 1; 
    border-color: #3878F6; 
}
.social li a.blogger:hover  { 
    background-color: #fc9947;
    opacity: 1; 
    border-color: #fc9947; 
}
.social li a.delicious:hover  { 
    background-color: #3274d1;
    opacity: 1; 
    border-color: #3274d1; 
}
.social li a.digg:hover  { 
    background-color: #205891;
    opacity: 1; 
    border-color: #205891; 
}
.social li a.friendfeed:hover  { 
    background-color: #2f72c4;
    opacity: 1; 
    border-color: #2f72c4; 
}
.social li a.github:hover  { 
    background-color: #000000;
    opacity: 1; 
    border-color: #000000; 
}
.social li a.wordpress:hover  { 
    background-color: #0083b3;
    opacity: 1; 
    border-color: #0083b3; 
}
.social li a.instagram:hover  { 
    background-color:#3f729b; 
    opacity: 1; 
    border-color: #3f729b; 
}

/* 3 - Header
------------------------------------------------------------------------*/
#header {
    display: block;
    position: fixed;
    left: 58px;
    top: 0;
    width: 242px;
    height: auto;
    text-align: center;
    z-index: 998;
}

#header .logo-wrapper {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}

#home .logo{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    position: relative;
    cursor: default; 
    margin: 0 auto;
}
#header .social{
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}
#open-nav.nav-full{
    margin-top: 50px;
    width: 242px;
    height: 62px;
    text-align: left;
}
#open-nav.nav-full .nav-menu{
    margin-left: 42px;
    line-height: 62px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Raleway', Helvetica, Arial, sans-serif; 
}
#open-nav.nav-full:before{
    float: right;
    line-height: 62px;
    margin-right: 20px;
}
#open-nav.nav-half{
    float: right;;
    width: 60px;
    height: 60px;
    font-size: 18px;
    line-height: 62px;
    margin-top: 50px;
    cursor: pointer;
}
.navone, .nav-menu{
    display: none;
}
#open-nav.open-navs {
    position: absolute;
    display: block;
    padding: 0;
    width: 242px;
    top: 2%;
    right: -70px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.1);
    line-height: 62px;

}
#open-nav > img{
    margin-left: 20px;
}
#open-nav:hover {
    cursor: pointer;
}


/* 3.1 - Navigation One
------------------------------------------------------------------------*/
.navone {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    list-style: none;
    padding: 0;
    background-color: rgba(26,26,26,.6);
}
.navone li {
    margin: 0 auto;
    width: 65%;
    text-align: left;
    padding: 20px 0;
}
.navone li:last-child{
    margin-bottom: 35px;
}
.navone li a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition:    all 0.3s;
    -o-transition:      all 0.3s;
    transition:         all 0.3s;
    border-bottom: 1px dashed #4d4d4d;
    padding-bottom: 15px;
    padding-top: 15px;    
}

.navone>li .sub-menu,
.navone>li .sub-menu>li>a,
.navone>li .sub-menu>li .sub-menu,
.navone>li>a:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.caret{
    margin-left: 4px;
}
.navone>li .sub-menu{
    list-style: none;
    margin-left: -56px;
    height:0;
    overflow: hidden;
    opacity: 0;    
}
.navone>li:hover .sub-menu{
    height: auto;
    opacity: 1;
    overflow: visible;
    top: 100%;
}
.navone > li .sub-menu > li > a {
    border-bottom: 1px dashed #4d4d4d;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 0;
    min-width: 100%;
    padding: 15px;
    text-transform: uppercase;
}
.navone>li .sub-menu>li{
    position: relative;
}
.navone>li .sub-menu>li .sub-menu{
    list-style: none;
    margin-left: -46px;
    margin-bottom: -50px;
    height:0;
    overflow: hidden;
    opacity: 0;   
}
.navone>li .sub-menu>li:hover .sub-menu{
    opacity: 1;
    overflow: visible;
    width: 160px;
    left: 100%;
}
/* 3.2 - Navigation two
------------------------------------------------------------------------*/
.main-menu-continer{
    min-height: 80px;
}
.sticky-wrapper.is-sticky .main-menu-continer {
    background: none repeat scroll 0 0 #fff;
    width: 100%;
    z-index: 10;
}
.navbar-default {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    clear: both;
}
.header-logo {
    position: relative;
    display: inline-block;
}
#bs-example-navbar-collapse-1 {
    padding: 8px;
}

.navbar-fixed-top, .navbar-fixed-bottom{
    position: absolute; 
}
.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    height: 80px;
}

.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
    max-height: 430px; /* change as needed */
}
.navbar-nav > li > a{
    padding-bottom: 28px;
}
.navbar-nav {
    float: right;
    margin-top: 10px;
}
.navbar-nav>li{
    position: relative;
}
.navbar-nav > li > a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    outline: none;
    color: #ffffff;
}
.navbar-nav>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 0px;
    background:transparent;
}

.navbar-nav>li.menu-item-has-children>a:after{
    height: 0!important;
}

.navbar-nav>li .sub-menu,
.navbar-nav>li .sub-menu>li>a,
.navbar-nav>li .sub-menu>li .sub-menu,
.navbar-nav>li>a:after {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.caret{
    margin-left: 4px;
}
/*
.navbar-nav>li.menu-item-has-children{
    padding-right: 15px;
}
.navbar-nav>li.menu-item-has-children:before,
.sub-menu>li.menu-item-has-children:before {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.navbar-nav>li.menu-item-has-children:before {
    content: "\f0d7";
    color: #FFFFFF;
}
.sub-menu>li.menu-item-has-children:before{
    content: "\f0d7";
}
.sub-menu>li.menu-item-has-children:hover:before {
    color: #FFFFFF;
    outline: none;
}
*/

.navbar-nav>li .sub-menu{
    position: absolute;
    list-style: none;
    padding: 0;
    top: 130%;
    left: 0;
    min-width: 160px;
    height:0;
    overflow: hidden;
    opacity: 0;
    z-index: 999;
}
.navbar-nav>li:hover .sub-menu{
    height: auto;
    opacity: 1;
    overflow: visible;
    top: 100%;
}
.navbar-nav > li .sub-menu > li > a {
    background: none repeat scroll 0 0 #161e2b;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    min-width: 100%;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar-nav>li .sub-menu>li{
    position: relative;
}
.navbar-nav>li .sub-menu>li .sub-menu{
    position: absolute;
    list-style: none;
    padding: 0;
    top: 0;
    left: 130%;
    width: 0;
    height:auto;
    opacity: 0;
}
.navbar-nav>li .sub-menu>li:hover .sub-menu{
    opacity: 1;
    overflow: visible;
    width: 160px;
    left: 100%;
}
.toggle_nav_button {
    display: none;
}



/* 4 - Section
------------------------------------------------------------------------*/
.section{
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;    
    position: relative;
}

/* 4.1 - Section Title
------------------------------------------------------------------------*/
/*
.about-style1 .section-title{
    margin-top: 178px;
    text-align: center; 
    margin-bottom: 50px;
}
.about-style2 .section-title{
    text-align: center; 
    margin-bottom: 50px;
}

*/

.section-title{
    text-align: center;
}
.section-title h2{
    text-transform: uppercase;
    color: #2c3d4f;
    font-weight: 800;
    letter-spacing: 5px;
    line-height: 60px;
    font-size: 60px;
}

.border {
    display: block;
    margin: 40px auto;
    width: 60px;
    height: 2px;
}

.section-title p{
    color: #7e868e;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}
.section-title p span {
    font-weight: bold;
    color: #7e878f; 
}
/* 5 - Parallax
------------------------------------------------------------------------*/
.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
}
.parallax-overlay-2 {
    background-color:rgba(0,0,0,0.75);
}
.parallax .container{
  padding: 145px 20px;
}
.parallax .title{
    margin-bottom: 80px;
}
.parallax .title h2{
    text-transform: uppercase;
    color: #FFFFFF;
}
.parallax .title i {
    border: 4px solid;
    border-radius: 60px;
    cursor: pointer;
    font-size: 34px;
    padding: 16px;
}
.parallax h1 ,.parallax h2,.parallax h2,.parallax p{
    color: #FFFFFF;
}
.parallax .border {
    display: block;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100px;
    margin: 0 auto;
}

.parallax .outline {
    background-color:none;
    border:2px solid #FFFFFF;
    color:#FFFFFF;
    line-height:10px!important;
}       
.parallax .outline:hover {
    background-color:#FFFFFF;
    color:#222;
}

/* 5.1 - Parallax Backgrounds
------------------------------------------------------------------------*/
/*
#status{
    background-image: url('http://placehold.it/1920x1024');
}
#wprocess{
    background-image: url('http://placehold.it/1920x1024');
}
#hire{
    background-image: url('http://placehold.it/1920x1024');
}
#qoutes{
    background-image: url('http://placehold.it/1920x1024');
}
*/
/* 6 - Home
------------------------------------------------------------------------*/
#home{
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;      
}
.home-parallax {  
}
.home-parallax .container{
  padding: 145px 20px;
}
.home-overlay {
    height: 100%;
    min-height: 900px;
    position: relative;
    margin-bottom: 150px;
}

.home-overlay-v2{
    height: 100%;
    min-height: 845px;
    position: relative;
}
.logo{
    width: 150px;
    height: 150px;
    border-radius: 5px;
    position: relative;
    cursor: default;
    margin: 0 auto;
}

.info{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.info > h2{
    color: #FFFFFF;
    font-weight: 800;
    font-size: 90px;
}
.info > h3{
    color: #FFFFFF;
    font-weight: 800;
    font-size: 33px;
}
.avatar-section{
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: -235px;
    width: 100%;
    display: block;
}
.avatar-section img{
    margin: 0 auto;    
}

.avatar-section img {
    border: 10px solid #eff0f4;
    border-radius: 250px;
    height: 460px;
    margin: 0 auto;
    width: 460px;
}


/* 7 - about
------------------------------------------------------------------------*/
.img-about{
    display: block;
    height: auto;
    margin-top: 24px;
    max-width: 100%;
        box-shadow: 
        inset 0 0 0 0 rgba(200,95,66, 0.4),
        inset 0 0 0 16px rgba(255,255,255,0.6),
        0 1px 2px rgba(0,0,0,0.1);  
}
.about-info .info-title p, .about-info .info-details p{
    color: #7e868e;
    font-size: 16px;
    padding-bottom: 0;
}
.about-info .info-title{
    float: left;
    margin-right: 20px;
    font-weight: bold;
}
.about-info p.about-signature{
    color: #2c3e50;
    font-family: 'Arizonia', cursive;
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-extra h4{
    color: #7e868e;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.about-extra-icon ul{
    padding: 0;
}
.about-extra-icon ul li{
    display: inline-block;
    float: left;
    margin: 0 36px 10px 0;
    width: 134px;
    height: 134px;
    border-radius: 50%;
    background-color: #f1f1f1;
}
.about-extra-icon ul li p{
    color: #7e868e;
    font-size: 16px;
    text-align: center;
    padding-top: 35px;
    font-weight: 500;
}
.about-extra-icon ul li p i{
    font-size: 36px;
}


.about-extra-icon-style2 ul{
    padding: 0;
}
.about-extra-icon-style2 ul li {
    background-color: #f1f1f1;
    display: inline-block;
    float: left;
    margin: 0 10px 10px 0;
    width: 100px;
}
.about-extra-icon-style2 ul li p {
    color: #7e868e;
    font-size: 16px;
    font-weight: 500;
    padding: 14px;
    text-align: center;
}
.about-extra-icon-style2 ul li p i {
    font-size: 30px;
}
/*- Team Profile
------------------------------------------------------------------------*/

#team-slider{
    margin-bottom: 100px;
    margin-top: 100px;
}
.team-profile {
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #f2f2f2;
    padding: 30px 0;
    margin: 0 10px;
    margin-bottom: 30px;
}

.team-profile-img {
    margin: 0 auto;
}

.team-profile-img img {
    margin: 0 auto;
    width: 170px;
    height: 170px;
    border: 7px solid #f2f2f2;

    -webkit-border-radius: 170px;
    -moz-border-radius: 170px;
    -ms-border-radius: 170px;
    -o-border-radius: 170px;
    border-radius: 170px;

    -webkit-box-shadow: 0 0 0 1px #e6e6e6;
    -moz-box-shadow:    0 0 0 1px #e6e6e6;
    -ms-box-shadow:     0 0 0 1px #e6e6e6;
    -o-box-shadow:      0 0 0 1px #e6e6e6;
    box-shadow:         0 0 0 1px #e6e6e6;

    -webkit-transition: all .5s;
    -moz-transition:    all .5s;
    -ms-transition:     all .5s;
    -o-transition:      all .5s;
    transition:         all .5s;
}

.team-profile-name h5 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0 5px 0;
}

.team-profile-name .divider {
    width: 20px;
    height: 4px;
    background-color: #cccccc;
    margin: 0 auto;

    -webkit-transition: width .5s;
    -moz-transition:    width .5s;
    -ms-transition:     width .5s;
    -o-transition:      width .5s;
    transition:         width .5s;
}

.team-profile-job {
    font-size: 14px;
    margin-top: 5px;
}

.team-profile-social {
    margin-top: 20px;
    text-align: center;
}

.team-profile-social li {
    display: inline-block;
    margin-right: 10px;
}

.team-profile-social i {
    color: #999999;
    font-size: 20px;
}

.team-profile:hover .team-profile-name .divider {
    width: 40px;
}

/* 8.1 - Timeline
------------------------------------------------------------------------*/
.timeline {
    height: 100%;
}
.timeline:after, .timeline::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 49.8%;
    width: 3px;
    height: 100%;
    background-color: #dbdde5;
    z-index: 5;    
}
.timeline-category{
    text-align: center;
    position: relative;
    z-index: 6;
}
.bt-timeline{
    display: inline-block;
    color: #2c3d4f;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    background-color: #dbdde5;
    padding: 25px;
    text-transform: uppercase;
    letter-spacing: 0;
}
.timeline-category-icon{
    margin-top: 20px;
}
.edu-cagegory{
    clear: both;
}
.edu-cagegory .iconspace{
    background-color: #1abb9b;
}
.iconspace{
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 7;
}
.iconspace i{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
}
.timeline-post-left{
    text-align: right;
}
.timeline-post-right{
    text-align: left;
}
.timeline-post{
    padding: 10px;
}
.timeline-post-left .timeline-post:first-child{
    margin-top: 65px;
}
.timeline-post-content-holder{
    padding: 15px;
}
.timeline-post:hover .timeline-post-content-holder{
    background-color: #FFFFFF;
    border-radius: 5px;
    position: relative;
}
.timeline-post-left > .timeline-post > .timeline-post-content-holder > .timeline-post-icon{
    position: absolute;
    right: 0;
    background-color: #ccd0db;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: -7px;
    z-index: 6;
    margin-top: 10px;
}
.timeline-post-right > .timeline-post > .timeline-post-content-holder > .timeline-post-icon{
    position: absolute;
    left: 0;
    background-color: #ccd0db;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: -7px;
    z-index: 6;
    margin-top: 10px;
}
.timeline-post-left > .timeline-post:hover > .timeline-post-content-holder > .timeline-post-icon{
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: -32px;
    z-index: 6;
    margin-top: 10px;
}
.timeline-post-right > .timeline-post:hover > .timeline-post-content-holder > .timeline-post-icon{
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: -32px;
    z-index: 6;
    margin-top: 10px;
}

.timeline-post-right > .timeline-post:hover > .timeline-post-content-holder:before{
    right: 100%;
    top: 13%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #FFFFFF;
    border-width: 13px;
    margin-top: -13px;
}
.timeline-post-left > .timeline-post:hover > .timeline-post-content-holder:before{
    left: 100%;
    top: 13%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #FFFFFF;
    border-width: 13px;
    margin-top: -13px;
}
.timeline-post .timeline-post-title h4{
    color: #2c3e50;
    font-size: 22px;
    font-weight: bold;
}
.timeline-post .timeline-post-subtitle p{
    color: #2c3e50;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.timeline-post .timeline-post-content{
    color: #7d878f;
    font-size: 16px;
    line-height: 28px;
}
.timeline-post span.timeline-duration{
    position: relative;
    padding-left: 15px;
}
.timeline-post span.timeline-duration:before{
    position: absolute;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    line-height: 1;
    background-color: #e74b3b;
    left: 3px;
    margin-top: 12px;
    border-radius: 50%;

}

.timeline-end-icon{
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #cbcfdb;
    color: #5f7183;
    font-size: 18px;
    line-height: 40px;
    bottom: 0;
    left: 48.3%;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    z-index: 6;
}
/* 9 - Milestones Counters
------------------------------------------------------------------------*/
.count{

}
.count .single {
    font-size: 20px;
    line-height: 28px;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.count .iconspace{
    width: 95px;
    height: 95px;
    background: #FFFFFF;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.count .cicon {
    font-size: 50px;
    color: #e64b3b;
    line-height: 95px;
}
.count .sum{
    display: block;
    padding: 20px 0 10px;
    font-size: 22px;
    font-weight: 700;

}


/* 10 - Service Items
------------------------------------------------------------------------*/
.left-service{
    float: left;
}
.right-service{
    float: right;
}
.service-box{
    padding-bottom: 10px;
}
.left-service .service-icon{
    float: right;
    width: 85px;
    height: 85px;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 40px;
    line-height: 85px;
    text-align: center;
    margin-left: 25px;
}
.left-service .service-content{
    text-align: right;
}
.right-service .service-icon{
    float: left;
    width: 85px;
    height: 85px;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 40px;
    line-height: 85px;
    text-align: center;
    margin-right: 25px;
}
.right-service .service-content{
    text-align: left;
}
.service-content h3{
    color: #2c3d4f;
    text-transform: uppercase;

    font-size: 22px;
    font-weight: bold;
}
.service-content p{
    color: #7e868e;
    font-size: 16px;
    line-height: 28px;
}


/* 11 - Skill chart
------------------------------------------------------------------------*/
.chart-padding{
    margin-bottom: 50px; 
}
.chart {
  position: relative;
  padding: 0 10px;
  display: block;
  margin: 0 auto;
  width: 170px;
  height: 170px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 170px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.chart p{
    color: #9fa3a9;
    font-size: 50px;
    line-height: 170px;
}
.chart p sup{
    font-size: 18px;
    top: -1.2em;
}
.skills-content{
    text-align: center;
}
.skills-content h3{
    color: #2c3e50;
    font-size: 22px;
    font-weight: bold;
}
.skills-content p{
    color: #7d878f;
    font-size: 16px;
    line-height: 28px;
}


/* 12 - Works Process
------------------------------------------------------------------------*/
.work_process {
    position: relative;
    text-align: center;
}
.work_process:before {
    content: '\f178';
    margin-top: -10px;
    position: absolute;
    right: -30px;
    top: 50%;
}
.work_process .work_process-box {
    outline: 4px solid #FFFFFF;
    border-radius: 50%;
    height: 120px;
    margin: 1em auto 3em;
    padding: 16px 10px;
    width: 120px;
}
.work_process-box i {
    font-size: 32px;
    line-height: 52px;
    width: 52px;
    color: #FFFFFF;
}
.work_process-box h4 {
    font-weight: 400;
    margin: 0;
    color: #FFFFFF;
}

/* 13 - portfolio
------------------------------------------------------------------------*/
#options {
    display: block;
    margin:20px auto 40px 10px;
    text-align: center;
    width: 100%;
    z-index: 2;
}
#filters {
    list-style: none outside none;
}
#filters li {
    display: inline-block;
    margin: 0 5px;
}
#filters li a {
    background-color: #f2f2f2;
    border-radius: 3px;
    color: #6f6f6f;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 13px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    outline: none;
    text-decoration: none;
}

#filters li a:hover{
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}

#options li a.selected{
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
}

.project-item {
    margin-bottom: 20px;
}
.project-item .project-image {
    -moz-box-sizing: border-box;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition:  all 0.4s ease 0s;
    -ms-transition:   all 0.4s ease 0s;
    -o-transition:    all 0.4s ease 0s;    
    transition: all 0.4s ease 0s;
}
.project-item .details h2 {
    border: 0 none;
    display: block;
}
.project-item .details p {
    border-top: 1px solid #DDDDDD;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
    text-transform: lowercase;
}
.project-item .details p span {
    font-style: normal;
    letter-spacing: 1px;
    margin-left: 2px;
    text-transform: uppercase;
}
.project-image .overlay {
    -moz-box-sizing: border-box;
    background-clip: padding-box;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -moz-transition:  opacity 0.4s ease-in-out 0s;
    -ms-transition:   opacity 0.4s ease-in-out 0s;
    -o-transition:    opacity 0.4s ease-in-out 0s;       
    transition: opacity 0.4s ease-in-out 0s;
    width: 100%;
}
.project-image:hover .overlay {
    opacity: 1;
}
.project-item .overlay h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0;
    transition: all 0.4s ease 0s;
    text-transform: uppercase;
    margin-top: 73px;
}
.project-item .overlay > h2 a {
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.project-item .overlay:hover > h2 a {
    opacity: 1;
}
.project-item .overlay h2 {
    color: #FFFFFF;
}
.project-item .overlay a {
    color: #FFFFFF;
    text-decoration: none;
}
.project-item .overlay em {
    color: #FFFFFF;
}
.project-item img {
    display: block;
    height: auto;
    max-width: 100%;
    position: relative;
    transition: all 0.4s ease-out 0s;
}
.project-item:hover img {
    transform: scale(1.1);
}
/* 13.1 - Isotop transitions
------------------------------------------------------------------------*/
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
    
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
    
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
    
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* 13.2 - Portfolio single page 
------------------------------------------------------------------------*/
.portfolio-single {
    padding-bottom: 100px;
    padding-top: 150px;
}
.portfolio-single h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.portfolio-single .single-project img {
    margin-bottom: 10px;
    margin-top: 34px;
}
.portfolio-single .item-meta {
    font-size: 16px;
    list-style: outside none none;
    margin-bottom: 0;
    margin-left: -38px;
}
.item-meta > li {
    padding-bottom: 10px;
}
.portfolio-single .btn {
    margin: 20px 0 40px;
}
.portfolio-single .btn:hover {
    color: #fff !important;
}
.more-portfolio-item {
    background-color: #f2f2f2;
    padding: 100px 0;
}
.more-portfolio-item .title > h2 {
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
}

/* 14.1 - priceing
------------------------------------------------------------------------*/
.price-padding{
    padding-left: 6px;
    padding-right: 6px;
}
.price-pack {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 35px;
}
.price-pack:hover {
    margin-bottom: 0;
    position: relative;
    z-index: 99;
}
.package-header, .package-price, .package-features {
    padding: 20px;
}
.package-header{
    height: 156px;
    padding-top: 45px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.package-header.package-basic{
    background-color: #e74c3c;
}
.package-header.package-standard{
    background-color: #1abc9c;
}
.package-header.package-pro{
    background-color: #9b59b6;
}
.package-header.package-ultimate{
    background-color: #3498db;
}
.price-pack .price {
    color: #FFFFFF;
}
.price-pack:hover .package-price{
    background: #fff !important;
}
.price-pack .name {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}
.package-price {
    display: block;
    background-color: #FFFFFF;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 5px solid #d6d6d6;
    margin: 0 auto;
    margin-top: -62px;
    padding: 0;
}
.price .price-value {
    color: #2c3d4f;
    font-size: 52px;
    font-weight: 700;
    padding-top: 8px;
}
.price .price-value span {
    font-size: 25px;
}
.price .price-period {
    color: #b4bbc3;
    font-size: 14px;
    margin-top: -9px;
}

.package-price small {
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
}
.price-pack ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.price-pack ul li {
    margin-bottom: 8px;
    color: #7d878f;
    font-size: 16px;
    cursor: pointer;
}
.price-pack ul li span{
    font-weight: 500;
}

.price-pack .btn {
    padding: 12px 25px;
    text-transform: uppercase;
    border-radius: 5px;
}

/* 15 - Blog
------------------------------------------------------------------------*/

.blog-masonry {
  padding: 80px 0;
}

.blog-post-holder {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
  margin-top: 60px;
}
.sticky .masonry-post {
    border: 4px solid red;
}
.masonry-post {
  background-color: #FFFFFF;
  float: left;
  position: relative;
  border: 1px solid #eee;
  margin-bottom: 20px;
  width: 350px;
  margin-left: 25px;
}

.masonry-post-img {
  position: relative;
  width: 100%;
  height: 100%;
}

/* video post */
.masonry-post .video-holder{
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 10px;
    position: relative;    
}
.masonry-post .video-holder iframe,.blog-post .video-holder object,.blog-post .video-holder embed{
    border: 0 none;
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;    
}


/* quote post */
.masonry-post.quote{
  padding: 30px;
}
.masonry-post .post-quote h2 {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 40px;
}

.masonry-post-title h4 {
  padding: 10px 20px 0 20px; 
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
}

.masonry-post-meta {
  padding: 0 20px; 
  font-weight: 600;
  font-size: 14px;

  margin-bottom: 15px;
}

.masonry-post-meta .masonry-author {
  font-style: normal;
  font-weight: 400;
  color: #a3a2a2;
}

.masonry-post-content {
  padding: 15px 20px 25px 20px;
  border-top: 1px solid #eee;
}

.masonry-post-more {
  padding: 15px 20px;
  font-size: 14px;
  background-color: #f7f7f7;
  text-align: center;
}

.masonry-post-more a {
  display: block;
  color: #808080;
}

.masonry-post-more i {
  font-size: 18px;
  padding-right: 10px;
}

.masonry-post-more:hover {
  -webkit-transition: all .5s;
  -moz-transition:    all .5s;
  -ms-transition:     all .5s;
  -o-transition:      all .5s;
  transition:         all .5s;
}

.masonry-post-more:hover a {
  color: #fff;
}

.masonry-post-more a:hover {
    color: #fff !important;
}

/* load more button */
.btn-masonry-container {
  text-align: center;
}

.btn-masonry {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
  padding: 10px 25px;
  color: #2c3e50;
  border: 2px solid #2c3e50;

  -webkit-transition: all .5s;
  -moz-transition:  all .5s;
  -ms-transition:   all .5s;
  -o-transition:    all .5s;
  transition:     all .5s;
}

/* 15 - Single Blog post
------------------------------------------------------------------------*/
.single-post-header{
    text-align: center;
}
.post-categories {
    list-style: outside none none;
}
.post-categories > li {
    display: inline-block;
    font-weight: bold;
}
.post-categories > li:after {
    content:"/";
}
.post-categories a {
    font-weight: bold;
    padding: 6px;
}

.single-post-wrapper{
    background-color: #ffffff;
    box-shadow: 0 1px 1px rgba(21, 21, 20, 0.1);
    border-radius: 3px;
    padding: 80px;
}

.single-post-wrapper .video-holder {
    margin-bottom: 50px;
}

.single-post-header h2 {
    font-size: 40px;
    font-weight: 700;
}
.single-post-thumb-image > img {
    display: block;
    width: 100%;
    padding: 60px;
}

 .single-post .post-body > p:nth-of-type(1){
    color: #313438;
    font-size: 22px;
    line-height: 42px; 
 }

.single-post .post-body > blockquote {
    background-color: transparent;
    background-image: none;
    border-left: 5px solid #eee;
}

.single-post-quote {
    float: none;
    margin: 0;
    width: 100%;
}
blockquote {
    background-position: left 8px;
    background-repeat: no-repeat;
    background-size: 21px 17px;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
    padding-left: 35px;
}
.applause_comments {
    margin-bottom: 100px;
}
.post-tags {
    margin-bottom: 200px;
    margin-top: 100px;
}
.single-post-wrapper .tag-cloud li{
    list-style: outside none none;
}
.single-post-wrapper .tag-cloud li a {
    background: none repeat scroll 0 0 #292929;
    border-radius: 30px;
    color: #fff;
    float: left;
    font-size: 14px;
    margin: 0 5px 5px 0;
    padding: 10px;
    text-decoration: none;
    font-weight: normal;
}
#blog-carousel{
    bottom: 30px;
    top: 10px;
}
#blog-carousel .item > img {
    display: block;
    width: 100%;
}


/***** blog comments style *********/

.comments-area .comments-title, .comments-area .comment-reply-title {
    font-size:24px;
    margin:30px 0 30px;
    text-transform: uppercase;
    text-align: center;
}

.comment-respond .comment-reply-title {
    margin-top: 50px;
}

.comments-area .comment-list {
    padding-left:0;
}

.comments-area .comment-list, .comments-area .comment-list .children {
    list-style-type:none;
}

.comments-area .comment-metadata {
    margin-bottom: 15px;
}

.comments-area .comment-metadata a {
    color:#c2c2c2;
    font-weight: 300;
    font-size: 13px;
}

.comments-area .comment-author img {
    width:60px;
    height:60px;
    float:left;
    margin-right: 20px;
}

.comments-area .comment-author a {
    color: #35353c;
    font-size: 14px;
    text-decoration: none;
}

.comments-area .comment-author .says {
    display: none;
}

.comments-area .comment-metadata {
    font-size:12px;
}

.comments-area .comment-content {
    margin-top:10px;
    color: #808086;
    font-weight: 300;
    line-height: 30px;
}

.comment-body {
    border-top: 1px dashed #e8e8e8;
    padding-top: 30px;
}

.comments-area .comment-content ,
.comments-area .comment-awaiting-moderation ,
.comments-area .reply {
    padding-left:80px;
}

.comments-area .comment-awaiting-moderation {
    font-size: 12px;
}

.comments-area .reply {
    margin-bottom: 20px;
}

.comments-area .reply .comment-reply-link {
    font-size:13px;
    text-transform: uppercase;
    text-decoration: none;
}

.comments-area .reply .comment-reply-link:hover {
    color: #3c3c3c;
}

.comments-area .comment-respond {
    margin-bottom: 70px;
    border-top:1px dashed #e8e8e8;
    outline:0;
}

.comments-area .comment-form-comment label, .comments-area .comment-form-comment textarea {
    width:100%
}

.comments-area .comment-form-comment textarea,
.comments-area .comment-respond .comment-form-author input,
.comments-area .comment-respond .comment-form-email input,
.comments-area .comment-respond .comment-form-url input{
    border:1px solid #e8e8e8;
    box-shadow:none;
    padding:8px 10px;
    color: #808086;
    font-weight: 300;
    font-size: 13px;
    outline: 0;
}
.comments-area .comment-form-comment textarea{
    height: 200px;
}
.comments-area .comment-respond .form-submit input {
    background: #3c3c3c;
    border: none;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: 12px 35px;
    text-decoration: none;
    margin-top: 20px;
    outline:0;
}

.comments-area .comment-respond .form-submit input,
.comments-area .comment-respond .form-submit input:hover {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.comments-area .comment-respond .comment-form-author label,
.comments-area .comment-respond .comment-form-email label,
.comments-area .comment-respond .comment-form-url label {
    width:100px;
}

.comments-area .comment-notes {
    margin-bottom: 30px;
    font-weight: 300;
}

.comments-area .comment-form label {
    color: #808086;
    font-weight: 300;
    font-size: 13px;
}


.blog-post .media, .media-body {
    color: #a1a1a1;
    font-family: open sans;
    font-size: 13px;
}

.comments-area .blog-img-wide.blogdetails img {
    height: auto;
    padding: 20px;
    width: 100%;
}

.post-edit-link {
    font-size:13px;
    font-weight:normal;
}

.form-allowed-tags {
    display: none;
}


/* 16 - clients 
------------------------------------------------------------------------*/
.clients_logo li{
    margin-bottom: 30px;
}
/* 16.1 - Testimonials
------------------------------------------------------------------------*/
#testimonials {
    margin-top: 50px;
    margin-bottom: 100px;
}
#testimonials .item{
    padding: 10px;
}

.testimonials > img {
    border-radius: 66px;
    -webkit-border-radius: 66px;
    -moz-border-radius: 66px;
}
.box {
    position: relative;
    text-align: center;
}
.box .author {
    font-size: 18px;
    font-weight: bold;
}

/* 16.2 - Clients Logo
------------------------------------------------------------------------*/

.clients_logo {
    list-style: none outside none;
    margin-left: -30px;
}
.clients_logo li{
    display: inline-block;
    height: 125px;
    padding: 0px;
}


/* 17 - contact
------------------------------------------------------------------------*/
.get_in{
    list-style: none;
    margin-top: 40px;
    margin-bottom: 40px;
}
.get_in li i {
    border-radius: 25px;
    color: #FFFFFF;
    height: 42px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    width: 42px;
}
.get_in p {
    display: inline-block;
    padding-left: 10px;
}
.form input[type="text"], textarea {
    color: #999999;
    font-size: 14px;
    text-transform:uppercase;
    height: 64px;
    padding: 26px 3%;
    background:none repeat scroll 0 0 #f2f2f2;
    border-radius:3px;
    margin-bottom:20px;
    width: 100%;
    border:0;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    }
.form input[type=text]:focus,.form textarea:focus, input[type=email]:focus {
    background-color: #e1e1e1;
    box-shadow:none;
    border: none;
}
.form textarea {
    height:174px;
    resize:none;
}

.form input.btn[type="submit"] {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 100px;
    outline: none;
    color: #FFFFFF;
    padding: 22px;
}

.sending{
  display:none;
  color:#222222;
  font-size:20px;
  line-height:20px;
  text-align: center;
}
.mess.center {
    color: #222222;
    text-align: center;
}
.gmap{
    height: 500px;
    margin-top: 50px;
}

.contact {
    background:none repeat scroll 0 0 rgba(255, 255, 255, 0.60);
    height: 400px;
    position: absolute;
    z-index: 2;
    text-align: center;
}
.contact .pinico{
    margin-top: 50px;
}


/* 18 - Footer
------------------------------------------------------------------------*/
.twitter-feed-section{
    background: none repeat scroll 0 0 #55acee;
    color: #FFFFFF;
    padding: 40px 0;    
}
.twt-icon {
    float: left;
    font-size: 50px;
    width: 5%;
}
.twt-feed {
    float: left;
    margin-top: 18px;
    width: 90%;
}
/* 18.1 - Tweet List
------------------------------------------------------------------------*/
.tweets-list-container{
    float: left;
    overflow: hidden;
    position: relative;
}
.tweet-list {
    list-style: none outside none;
}
.tweet-list li {
    font-size: 18px;
    text-align: center;
}
/* 18.2 - Footer Widgets
------------------------------------------------------------------------*/
.footer-widgets{
    background-color: #222222;
    color: #FFFFFF;
    padding: 50px 0;
}
.footer-widgets h4{
    border-bottom: 1px dashed #444444;
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 15px;    
}


.side_bar_widget {
    margin-bottom: 50px;
}
h4 .rsswidget {
    color: #fff;
}

/* Calendar */
.widget_calendar {float: left;}
#wp-calendar {width: 100%; }
#wp-calendar caption {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 10px;
    text-align: right;
}
#wp-calendar thead { font-size: 16px; }
#wp-calendar thead th { padding-bottom: 10px; padding-left: 18px;}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #fff; text-align: center; padding:8px;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { }
#wp-calendar tfoot #next { font-size: 18px; text-transform: uppercase; text-align: right; font-weight: normal;}
#wp-calendar tfoot #prev { font-size: 18px; text-transform: uppercase; padding-top: 10px; font-weight: normal;}



.footer-widgets .recent-post-item {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}
.footer-widgets .recent-post-item .recent-post-item-img {
    float: left;
    margin-right: 20px;
}
.footer-widgets .recent-post-item .recent-post-item-img img {
    border-radius: 50%;
    height: 65px;
    width: 65px;
}
.footer-widgets .recent-post-item .recent-post-item-des {
}
.footer-widgets .recent-post-item .recent-post-item-des h5 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}
.footer-widgets .recent-post-item .recent-post-item-des h5 a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-widgets .recent-post-item .recent-post-item-des span {
    color: #858584;
    font-weight: normal;
}
.footer-widgets .tag-cloud, .footer-widgets .my-flickr {
    display: inline-block;
    margin: 0 0 15px;
    padding: 0;
    width: 100%;
}
.footer-widgets .tag-cloud li, .footer-widgets .my-flickr li {
    list-style: outside none none;
}
.footer-widgets .tag-cloud li a {
    background: none repeat scroll 0 0 #292929;
    border-radius: 30px;
    color: #fff;
    float: left;
    font-size: 14px;
    margin: 0 5px 5px 0;
    padding: 10px;
    text-decoration: none;
    font-weight: normal;
}
.my-flickr li {
    display: inline-block;
    padding: 3px;
}
.my-flickr li a img:hover {
    opacity: 0.5;
}

.footer-bottom{
    background: none repeat scroll 0 0 #161616;
    color: #FFFFFF;
    padding: 30px 0;
}
.footer-bottom .copyright {
    font-weight: normal;
    margin-top: 36px;
}



/* 18.3 - Footer social icons
------------------------------------------------------------------------*/
.footer-bottom .social { padding:0; margin:2em 0; list-style:none; text-align: center; }
.footer-bottom .social li { display:inline-block; padding:0; margin-bottom: 3px; }
.footer-bottom .social li a { 
    border-radius: 4px;
    color: #FFFFFF;
    display: block;
    font-family: 'fontello';
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    margin: 0 0.1em 0.2em 0;
    padding: 0;
    text-align: center;
    width: 32px;
    border: none;
}

.footer-bottom .social li a.facebook:before { content: '\e800'; }
.footer-bottom .social li a.twitter:before { content: '\e801'; }
.footer-bottom .social li a.flickr:before { content: '\e810'; }
.footer-bottom .social li a.rss:before { content: '\e80b'; }
.footer-bottom .social li a.dribble:before { content: '\e806'; }
.footer-bottom .social li a.lastfm:before { content: '\e80a'; }
.footer-bottom .social li a.linkedin:before { content: '\e802'; }
.footer-bottom .social li a.vimeo:before { content: '\e80c'; }
.footer-bottom .social li a.google:before { content: '\e84d'; }
.footer-bottom .social li a.forrst:before { content: '\e80d'; }
.footer-bottom .social li a.skype:before { content: '\e812'; }
.footer-bottom .social li a.picassa:before { content: '\e8e0'; }
.footer-bottom .social li a.youtube:before { content: '\e813'; }
.footer-bottom .social li a.tumblr:before { content: '\e815'; }
.footer-bottom .social li a.behance:before { content: '\e868'; }
.footer-bottom .social li a.blogger:before { content: '\e80f'; }
.footer-bottom .social li a.delicious:before { content: '\e80f'; }
.footer-bottom .social li a.digg:before { content: '\e807'; }
.footer-bottom .social li a.friendfeed:before { content: '\e867'; }
.footer-bottom .social li a.github:before { content: '\e805'; }
.footer-bottom .social li a.wordpress:before { content: '\e816'; }
.footer-bottom .social li a.pinterest:before { content: '\e804'; } 
.footer-bottom .social li a.instagram:before { content: '\e8c2'; }

.footer-bottom .social li a:hover { color:#fff !important; background-color:#000; border-color: #fff; }
.footer-bottom .social li a.facebook { background-color:#3c5fac; }
.footer-bottom .social li a.twitter { background-color:#5ec3df; }
.footer-bottom .social li a.flickr { background-color:#FF0084; }
.footer-bottom .social li a.rss { background-color:#ff9900; }
.footer-bottom .social li a.dribble { background-color:#EA4C89; }
.footer-bottom .social li a.lastfm { background-color:#D51007; }
.footer-bottom .social li a.linkedin { background-color:#2089b5; }
.footer-bottom .social li a.vimeo { background-color:#0dadd6; }
.footer-bottom .social li a.google { background-color:#c63d2d; }
.footer-bottom .social li a.forrst { background-color:#5b9a68; }
.footer-bottom .social li a.skype { background-color:#00aff0; }
.footer-bottom .social li a.picassa { background-color:#ffd34e; }
.footer-bottom .social li a.youtube { background-color:#c8312b; }
.footer-bottom .social li a.pinterest { background-color:#cb2027; }
.footer-bottom .social li a.tumblr { background-color: #2C4762; }
.footer-bottom .social li a.behance { background-color: #3878F6; }
.footer-bottom .social li a.blogger { background-color: #fc9947; }
.footer-bottom .social li a.delicious { background-color: #3274d1; }
.footer-bottom .social li a.digg { background-color: #205891; }
.footer-bottom .social li a.friendfeed { background-color: #2f72c4; }
.footer-bottom .social li a.github { background-color: #000; }
.footer-bottom .social li a.wordpress { background-color: #0083b3; }
.footer-bottom .social li a.instagram { background-color:#3f729b; }

/*pagination
----------------------------------------*/
.pagination {
     text-align: center;
     width: 100%;
     margin-bottom: 100px;
}


.pagination ul > li {
    display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
      padding: 20px 30px;
      line-height: 20px;
      text-decoration: none;
      background-color: #ffffff;
      border: 1px solid #dddddd;
      border-left-width: 0;
}


.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
     color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
      border-left-width: 1px;
      -webkit-border-bottom-left-radius: 4px;
              border-bottom-left-radius: 4px;
      -webkit-border-top-left-radius: 4px;
              border-top-left-radius: 4px;
      -moz-border-radius-bottomleft: 4px;
      -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
      -webkit-border-top-right-radius: 4px;
              border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 4px;
              border-bottom-right-radius: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
      -webkit-border-bottom-left-radius: 6px;
              border-bottom-left-radius: 6px;
      -webkit-border-top-left-radius: 6px;
              border-top-left-radius: 6px;
      -moz-border-radius-bottomleft: 6px;
      -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
      -webkit-border-top-right-radius: 6px;
              border-top-right-radius: 6px;
      -webkit-border-bottom-right-radius: 6px;
              border-bottom-right-radius: 6px;
      -moz-border-radius-topright: 6px;
      -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
      -webkit-border-bottom-left-radius: 3px;
              border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
              border-top-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
      -webkit-border-top-right-radius: 3px;
              border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
              border-bottom-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
      padding: 2px 10px;
      font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
      padding: 0 6px;
      font-size: 10.5px;
}


/* 19 - Color Switcher
------------------------------------------------------------------------*/
.colors-switcher {
    width:100px;
    padding:20px 18px 14px 20px;
    position:fixed;
    z-index:1993;
    top:90px;
    right:0;
    background-color:#FFFFFF;
    border-radius:2px 0 0 2px;
    border:1px solid rgba(0,0,0,.1);
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    -ms-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
}
.colors-switcher > p {
    font-size: 11px;
    line-height: 0;
}
.colors-switcher #show-panel {
    position:absolute;
    left:-38px;
    top:15px;
    width:38px;
    height:38px;
    z-index:1992;
    display:block;
    background-color:#FFFFFF;
    border-radius:2px 0 0 2px;
    border:1px solid rgba(0,0,0,.1);
    border-right:none;
    cursor: pointer;
}
.colors-switcher #show-panel i {
    color: #3D3D3D;
    font-size: 20px;
    line-height: 38px;
    margin-left: 15px;
}
.colors-switcher .colors-list {
    margin:0;
    padding:0;
}
.colors-switcher .colors-list li {
    float:left;
    display:block;
    margin-bottom:2px;
    margin-right:6px;
}
.colors-switcher .colors-list li a {
    display:inline-block;
    width:24px;
    height:24px;
    border-radius:2px;
    transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -webkit-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    cursor: pointer;
}
.colors-switcher .colors-list li a:hover {
    box-shadow:inset 0 0 6px rgba(0,0,0,.4);
}
.colors-switcher .colors-list a.red {
    background-color:#f54f36;
}
.colors-switcher .colors-list a.orange {
    background-color:#f4a622;
}
.colors-switcher .colors-list a.sun-flower {
    background-color:#ebbb14;
}
.colors-switcher .colors-list a.turquoise {
    background-color:#1abc9c;
}
.colors-switcher .colors-list a.blue {
    background-color:#4abcdd;
}
.colors-switcher .colors-list a.purple {
    background-color:#9d6fc8;
}
.colors-switcher .colors-list a.green {
    background-color:#b7db48;
}
.colors-switcher .colors-list a.emerald {
    background-color:#2ecc71;
}
.colors-switcher .colors-list a.wet-asphalt {
    background-color:#3c546c;
}
.colors-switcher .colors-list a.gray {
    background-color: #797979;
}
/* 20 - Preloader 
------------------------------------------------------------------------*/
.mask {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loader-item {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 3px solid rgba(0, 0, 0, 0) !important;
    border-left: 3px solid;
    border-radius: 200px;
    border-right: 3px solid;
    border-top: 3px solid;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

/* 20 - contact form 7
------------------------------------------------------------------------*/
span.wpcf7-form-control-wrap{
    width: 100%;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="number"], .wpcf7-form input[type="date"], .wpcf7-form textarea, .wpcf7-form select {
    color: #999999;
    font-size: 14px;
    text-transform:capitalize;
    height: 64px;
    padding: 18px 3%;
    background:none repeat scroll 0 0 #f2f2f2;
    border-radius:3px;
    margin-bottom:20px;
    width: 100%;
    border:0;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="password"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="url"]:focus, .wpcf7-form input[type="number"]:focus, .wpcf7-form input[type="date"]:focus, .wpcf7-form textarea:focus, .wpcf7-form select:focus {
    background-color: #e1e1e1;
    box-shadow:none;
    border: none;
}
.wpcf7-form textarea{
    height:174px;
    resize:none;    
}
.wpcf7-form input[type="submit"]{
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 100px;
    outline: none;
    color: #FFFFFF;
    padding: 18px;
    font-weight: bold;
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border-radius: 4px;    
}

div.wpcf7 input[disabled="disabled"] {
    background: gray !important; /* FF15, Chrome22 */
}
input.wpcf7-form-control.wpcf7-captchar{
    width: 200px;
}

.wpcf7-form input[type="checkbox"] {
    width: auto;
}
.wpcf7 form.wpcf7-form p {
    margin: 0 0 20px 0 !important;
}
.wpcf7-list-item-label {
    font-weight: normal;
}
.wpcf7-response-output {
    display: none;
}
.wpcf7-form .invalid {
    color: #bf1515 !important;
}
.wpcf7-not-valid {
    border: 1px solid #FFBEBE !important;
}
div.wpcf7-response-output {
    margin: 0px !important;
    padding: 5px 10px !important;
}
div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
    position:relative;
    border:1px solid #ddd !important;
    display:block;
    background-color:#F7F7F7;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    -webkit-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow:0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    font-weight:bold;
    padding:10px 40px !important;
    text-align:center;
    margin-bottom:20px;
}
div.wpcf7-mail-sent-ok {
    background-color: #e9f2d2;
    border-color: #c0da66 !important;
    color: #88b12b;
}
div.wpcf7-mail-sent-ng {
    background-color: #ffe9e9;
    border-color: #e99f9f !important;
    color: #d25c5a;
}
div.wpcf7-spam-blocked {
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}
div.wpcf7-validation-errors {
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}

div.wpcf7 div.full span.wpcf7-form-control-wrap {
    display:block !important;
}
div.wpcf7 div span.wpcf7-form-control-wrap input {
    width: 99%;
    margin-bottom: 8px;
}
div.wpcf7 div span.wpcf7-form-control-wrap textarea {
    width: 100%;
    margin-bottom: 8px;
}
div.wpcf7 div.side-by-side span.wpcf7-form-control-wrap, div.wpcf7 div.side-by-side input.wpcf7-form-control.wpcf7-submit {
    width: 49%;
    float: right;
}
div.wpcf7 div.side-by-side span.wpcf7-form-control-wrap:first-child {
    width: 49%;
    float: left;
}
div.wpcf7 div.side-by-side span.wpcf7-form-control-wrap > input {
    width: 100%;
    float: left;
}
div.wpcf7 div.stretch-submit {
    padding: 10px 0px;
}
div.wpcf7 div.stretch-submit input[type="submit"] {
    width: 100% !important;/*   padding-top: 10px;
    padding-bottom: 10px;*/
}
div.wpcf7 div input[type="text"], div.wpcf7 div input[type="email"] {
    font-size: 14px;
    padding-right: 0;
}
div.wpcf7 div.wpcf7-response-output {
    margin: 0 1px 0 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.6);
    margin-top: -17px;
    border-width: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    -ms-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 1px rgba(0, 0, 0, 0.3);
}
div.wpcf7 div.wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: transparent;
    background-color: rgba(57, 143, 20, 0.6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99398F14, endColorstr=#99398F14);
    zoom: 1;
    border-color: #96C085;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.2) 0px -1px 0px;
    display:inline-block;
}
div.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: crimson;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F7E700, endColorstr=#99F7E700);
    zoom: 1;
    color: white;
    display:inline-block;
}
input.wpcf7-not-valid {
    border-color: #F7E700;
    display:inline-block;
}
.wpml-mobile img {
    margin:2px 3px;
}
/* 2020 creative ------------------------------------*/

/* Hosting tables */
.package-header.package-basic {
  background-color: #1794CE;
}
.package-header.package-standard {
  background-color: #94A9C1;
}
.package-header.package-ultimate {
  background-color: #FF9514;
}
.package-header.package-pro {
  background-color: black;
}
.hidden {
	display: none;	
}
/* Tweets */
ul.tweet-list li a {
	color:yellow;
}