@import url('http://fonts.googleapis.com/css?family=Kameron:400,700|Calligraffitti|Noticia+Text:400,400italic,700,700italic|Roboto+Slab:400,300,100,700');

*{
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
    text-shadow: none !important;
    font-family: 'Kameron', serif;
    font-weight: 500;
}

html { 
    -webkit-font-smoothing: antialiased; 
}

body{
    font-size: 14px;
    line-height: 24px;
    color: #666; 
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: url("../img/backgrd.png") !important;
    background-repeat: repeat;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 400;
}

a{
    color: #e18929;
    text-decoration: none !important;
    font-weight: bold;
}

a:hover{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

a:hover,a:focus,a:active{
    outline: 0;
}

.navbar *{
    background-image: none !important;
}

form *{
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px !important;
}

input, textarea{
    background-image: none !important;
    border: 1px solid #ccc !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

select{
    font-size: 13px !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0 !important;
    margin-right: 5px !important;
    line-height: 23px !important;
    border:0px !important;
}

.btn{
    background-image: none !important;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px !important;
}

.btn.btn-mini{
    font-size: 12px !important;
}

a.btn{
    font-size: 13px !important;
}

a.btn-large{
    font-size: 14px !important;
}

.bold{
    font-weight: 600;
}

hr{
    margin:15px 0px 15px 0px !important;
    padding:0px !important;
    border-top:0px;
    border-bottom:1px solid #eee !important;
    height:0px;
}

ul{
    margin: 10px 0px;
    margin-left: 15px;
}

ul li{
    line-height: 24px;
}

:focus {
    outline:none;
}

::-moz-focus-inner {
    border:0;
}

.well{
    padding:10px 15px;
}

.resume {
    font-size: 1.2em;
}

.label{
    font-weight: 400;
    padding: 3px 6px !important;
    font-size: 13px;
}

.badge{
    font-weight: 400;
    padding: 3px 8px;
    font-size: 13px;	
}

.justify {
    padding: 10px;
    font-size: 18px;
}

.talent {
    padding: 10px;
}

.talenttext {
    font-weight: 400;
    font-size: 28px;
    margin-top: -15px;
    text-decoration: none;
    text-align: center;
}

.bewords {
    font-size: 20px;
    text-align: center;
}

.med {
    font-size: 16px;
}

.clientnews {
    font-size: 1.2em;
}

.progress{
    height: 17px;
    line-height: 17px;
    margin: 5px 0px !important;
    border: 0px;
}

.progress .bar{
    font-size: 12px;
}

.title{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.link-list a{
    margin-right: 20px;
}

/* Button colors */

.btn{
    border: 0px !important;
}


.btn.btn-primary{
    background: #1171a3 !important;
}

.btn.btn-primary:hover{
    background: #0f608b !important;
}

.btn.btn-info{
    background: #388DAF !important;
}

.btn.btn-info:hover{
    background: #459fc9 !important;
}

.btn.btn-success{
    background: #43c83c !important;
}

.btn.btn-success:hover{
    background: #36a530 !important;
}

.btn.btn-warning{
    background: #f88529 !important;
}

.btn.btn-warning:hover{
    background: #d67323 !important;
}

.btn.btn-danger{
    background: #fa3031 !important;
}

.btn.btn-danger:hover{
    background: #d82829 !important;
}

/* Label colors */

.label.label-success,
.badge.badge-success{
    background: #43c83c !important;
}

.label.label-warning,
.badge.badge-warning{
    background: #f88529 !important;
}

.label.label-important,
.badge.badge-important{
    background: #fa3031 !important;
}

.label.label-info,
.badge.badge-info{
    background: #388DAF !important;
}

.quote{
    font-family: 'Calligraffitti', cursive;
    font-weight: 500;
    font-size: 1.4em;
    color: #fff;
}

/* Video Player */

.codo-player {
    visibility: visible!important; /* system specific - do not remove this line! */
    font: 12px Arial;
    color: white;
}

.codo-player-container {
    background: black;
}

.codo-player-controls-wrap {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 34px;
    text-shadow: 0 1px 1px #000;
    letter-spacing: 2px;
}

.codo-player-controls-shade {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background: #000;
}

.codo-player-controls {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.codo-player-controls-play-pause-button {
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
}

.codo-player-controls-title-text {
    position: relative;
    float: left;
    margin: 8px 5px;
}

.codo-player-controls-time-text {
    position: relative;
    float: right;
    margin: 8px 5px;
}

.codo-player-controls-seek {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 4px;
    width: 100%;
    cursor: pointer;
}

.codo-player-controls-volume-horizontal {
    position: relative;
    float: right;
    width: 30px;
    height: 5px;
    margin: 12px 5px;
}

.codo-player-controls-volume-vertical {
    position: relative;
    float: right;
    width: 5px;
    height: 20px;
    margin: 5px;
}

.codo-player-controls-fullscreen-button {
    position: relative;
    float: right;
    width: 20px;
    height: 20px;
    margin: 5px;
    cursor: pointer;
}

.codo-player-cover-background {
    background: #171e14;
}

.codo-player-cover-play-button {
    position: absolute;
    width: 80px;
    height: 80px;
}

.codo-player-error-wrap {
}

.codo-player-error-text {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px;
    text-shadow: none;
}

/* Video wording */

li.videos {
    display: block;
    vertical-align:text-top;
    text-align: center;
    height: 75px;
    width:100px;
    font-size: 1.2em;
    background-color: #d3d3d3 !important;
}

/* Playlist */

.codo-player-playlist-wrap {
    color: #454545;
    text-shadow: 0 1px 1px #fff;
    letter-spacing: 1px;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
}

.codo-player-playlist-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.codo-player-playlist-ul li {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    padding: 10px;
    border-top: 1px solid #ccc;
}

.codo-player-playlist-ul li span {
    margin: 0 10px;
}

.codo-player-playlist-currentClip {
    font-weight: bold;
}

/* Progress Bar */

#bar_blank {
    border: solid 1px #000;
    background-color: #fff;
    height: 20px;
    width: 280px;
}

#bar_color {
    background-color: #e18929;
    height: 20px;
    width: 0px;
}

#bar_blank, #hidden_iframe {
    display: none;
}

#status {
    font-size: 16px;
}

/* Title metro icon */

i.title-icon{
    font-size:17px;
    border: 2px solid #fff !important;
    border-radius: 100px !important;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: relative;
    top: -3px;
    text-align: center;
    margin-right: 7px;
}

/* Background colors */

.bblack{
    background: #222 !important;
    color: #fff !important;
    border:0px !important;
}

.blightblue{
    background:#389fc8 !important;
    color: #fff !important;
    border: 0px !important;
}

.bdarkgreen{
    background:#009a78 !important;
    color: #fff !important;	
    border: 0px !important;
}

.bgreen{
    background: #006738 !important;
    color: #fff !important;	
    border: 0px !important;
}

.borange{
    background:#e18929 !important;
    color: #fff !important;	
    border: 0px !important;	
}

.bgray{
    background: #6d6e70 !important;
    color: #fff !important;	
    border: 0px !important;
}

.bviolet{
    background: #687596 !important;
    color: #fff !important;	
    border: 0px !important;
}

.blightblue h2,.blightblue h3, .blightblue h4, .blightblue h5, .blightblue h6,
.bblue h2,.bblue h3, .bblue h4, .bblue h5, .bblue h6,
.bgreen h2,.bgreen h3, .bgreen h4, .bgreen h5, .bgreen h6,
.bred h2,.bred h3, .bred h4, .bred h5, .bred h6,
.bviolet h2,.bviolet h3, .bviolet h4, .bviolet h5, .bviolet h6,
.borange h2,.borange h3, .borange h4, .borange h5, .borange h6{
    color: #fff !important;
}


/* Text colors */

.lightblue{
    color:#388DAF !important;
}

.blue{
    color:#1171a3 !important;
}

.green{
    color: #43c83c !important;
}

.orange{
    color:#f88529 !important;
    font-weight: bold;
}

.red{
    color: #fa3031 !important;
}

.violet{
    color: #932ab6 !important;
}

/* Social */

.social{
    padding: 7px 0px;
}

.social a{
    width: 24px;
    height: 24px;
    margin: 0px 3px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    text-align: center;
}


/* Modal */

.modal-header{
    padding-top:7px;
    padding-bottom: 7px;
}

/* Form */


form input, form button, form textarea, form select{
    font-size:13px !important;
}

form label{
    font-size: 13px;
    line-height: 13px;
}

.form{
    margin:20px 0px;
    margin-bottom: 0px;
}

.form-inline button{
    margin-left: 15px;
}

.form-horizontal input[type="text"],.form-horizontal input[type="password"], .form-horizontal textarea{
    width:90%;
}

.form-horizontal .control-label {
    width: 90px;
}

.form-horizontal .controls {
    margin-left: 110px;
}

.form-horizontal .controls:first-child {
    *padding-left: 100px;
}

.form-horizontal .form-actions {
    padding-left: 110px;
}

.form-actions {
    padding: 5px 20px 5px;
    background:transparent;
    border-top:0px;
}

/* Slide panel */

.slidepanel{
    margin-bottom: 10px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

.slidepanel p{
    margin: 0px;
    font-size: 13px;
}

.slidepanel p i{
    margin-right: 5px;
}

.slidepanel .spara{
    padding: 7px 0px;
}	

.slidepanel .social{
    float: right;
}

/* Panoramic Image on Main Page */

.panoramic{
    width: 100%;
    height: 300px;
    position: relative;
    margin: 0px auto;
    margin-bottom:20px;
    margin-top: 15px;
    overflow: hidden;
    background: url("../img/panoramicbackground.png");
    border-bottom: 1px solid #eee;
}

/* Header */

header{
    height: 120px;
    margin-bottom: 10px;
}

header .logo{
    height: 120px;
    width: 310px;
    padding: 0px;
    margin: 0px;
    background: url("../img/logo2.png");
    background-repeat: no-repeat;
}

header .logo .logo-image{
    width: 50px;
    float: left;
}

header .logo .logo-image i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    margin-top: 30px;
}

header .logo .logo-text{
    margin-left: 70px;
}

header .logo h1{
    padding-top: 25px;
    margin: 0px;
    line-height: 30px;
    font-size: 35px;
    font-family: 'Roboto Slab', serif;
}

header .logo h1 a{
    color: #666;
}

header .logo-meta{
    line-height: 35px;
    font-size: 16px;
}


/* Navbar */

.mattblackmenu{
    margin-top: 5px;
}

.mattblackmenu ul{
    background:transparent;
    border-bottom: none;
}

.mattblackmenu li a{
    width: 98px;
    height: 98px;
    text-align: center;
    padding: 5px !important; 
    border-right:0px !important;
    margin: 0px 2px;
    font-size: 16px;
}

.mattblackmenu li a > i{
    display: block;
    font-size: 30px;
    width: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 18px;
}

.mattblackmenu li a > img{
    margin-left: 2px;
    width: 7px !important;
    height: 5px !important;
}

.rightarrowpointer{
    margin-top: 5px;
    width: 8px !important;
    height: 7px !important;	
}

.ddsubmenustyle, .ddsubmenustyle div{
    border:1px solid #ddd !important;
}

.ddsubmenustyle li a{
    color:#444 !important;
    font-size: 13px !important;
    padding: 11px 10px !important;
    background:#fafafa !important;
    border-bottom:1px solid #eee !important;
}

.ddsubmenustyle li a:hover{
    background:#f6f6f6 !important;
}

.navis select{
    display:none;
}

/* Parallax Slider */

.da-slider{
    margin-bottom: 0px;
    border-top: 5px solid #eee;
    border-bottom: 5px solid #eee;
}

.da-slide p{
    top: 60px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-style: normal;
    font-size: 13px;
    line-height: 23px;
    padding: 10px 15px;
    height: 57%;
    width: 40%;
}

.da-slider .das-head{
    font-size: 30px;
    line-height: 50px;
}

.da-slider .das-link{
    margin-top: 10px;
    color: #666;
}

.da-dots{
    display: none;
}

.da-dots span{
    background: transparent;
}

.da-arrows span{
    background: transparent;
}

/* Hero */

.hero{
    margin: 20px 0px;
}

.hero-left{
    float: left;
    width: 60px;
}

.hero-right{
    margin-left: 70px;
}

.hero i{
    display: block;
    font-size: 23px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 3px solid #388DAF;
    border-radius: 100px !important;
    margin-top: 10px;
}

.hero .hero-title{
    font-size: 24px;
    line-height: 34px;
}

.hero p{
    line-height: 28px;
}

/* Page heading */

.page-heading{
    background-color: #0889aa !important;
    padding: 5px 0px;
    border-top: 5px solid #6d6e70 !important;
    border-bottom: 5px solid #6d6e70 !important;
    margin-bottom: 5px;
    margin-top: 5px;
}

.page-heading h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
}

.page-heading h2 i{
    top: -7px;
    border: 3px solid #388DAF;
}

.page-heading .head-big{
    font-size: 40px;
    line-height: 70px;
}

.page-heading .head-big-meta{
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
}

.page-heading .heading-meta{
    font-size: 22px;
    line-height: 65px;
}

/* Content */

.content{
    margin: 20px 0px;
}

/* Coming soon */

.c-soon{
    margin: 20px 0px;
    text-align: center;
}

.soon-med{
    font-size:20px;
    line-height:30px;
}

.soon-big{
    font-size:50px;
    line-height:70px;
}

.soon-small{
    max-width:600px;
    margin:10px auto;
}

.soon-tweet{
    margin:0 auto;
    margin-bottom:20px;
    margin-top:20px;
    max-width:600px;
    font-size: 15px;
}

.soon-tweet ul li{
    padding:0px;
    margin:0px;
    font-style:italic;
}

.content .soon-tweet ul li{
    background-image:none;
    list-style-type: none;
}

.soon-tweet ul li:before{
    content:'"';
    font-size:16px;
    font-family:Arial,sans-serif;
    color:#888;
}

.soon-tweet ul li:after{
    content:'"';
    font-size:16px;
    font-family:Arial,sans-serif;
    color:#888;
}

/* Contact */

.cwell{
    padding: 10px 20px;
    background: #fafafa;
    margin-top: 10px;
    border:1px solid #f1f1f1;
}

.cwell h5{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.gmap iframe{
    width:100%;
    margin-bottom: 10px;
    padding-bottom:0px !important;
}

/* Events */

.events .accordion-heading h3{
    color:#fff;
    padding:5px;
    margin: 0px;
    font-size: 22px;
    line-height: 25px;
}

.events .accordion-heading h3 span{
    display:block !important;
    font-size:13px !important;
}

.events .accordion-heading a, .events .accordion-heading a:visited, .events .accordion-heading a:hover{
    margin:0px;
}

.accordion-inner span{
    background: #fafafa;
    font-size: 16px;
    padding: 5px 10px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    display: block;
}

.events .accordion-inner p{
    font-size: 13px;
}

/* Resume */

.rblock .rmeta{
    font-size: 13px;
}

.rskills span{
    display: inline-block;
    background: #f8f8f8;
    border: 1px solid #eee;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
}


/* Blog */

.blog .entry h2{
    font-size:30px;
    line-height:40px;
    color: #777;
}

.blog .entry h2 a, .blog .entry h2 a:visited, .blog .entry h2 a:hover{
    text-decoration:none;
    color:#777;
}

.blog .meta{
    border-top:1px solid #f7f7f7;
    border-bottom:1px solid #f7f7f7;
    margin:8px 0px;
    padding:5px 8px;
    color:#777;
    text-transform:uppercase;
    font-size:11px;
}

.blog .meta a, .blog .meta a:visited{
    color:#555;
}

.blog .meta i{
    margin-left:3px;
    margin-right: 3px;
}

.blog .bthumb{
    margin:10px 0px 5px 0px;
    padding:1px;
    box-shadow:0px 0px 1px #777;
}

.blog .bthumb2{
    float:left;
    margin-top:8px;
    margin-right:8px;
    border: 1px solid #aaa;
}

.blog .bthumb2 img{
    margin:0px;
    width: 180px;
    min-width: 180px;
}

.blog .entry{
    margin-bottom:25px;
    padding-bottom:15px;
    border-bottom:1px solid #eee;
    font-size: 13px;
    line-height: 25px;
}

.blog .entry p{
    margin: 0px 0px 4px 0px;
}

.blog .post-foot{
    border-left: 2px solid #eee;
    padding: 15px 15px;
}

.blog .post-foot .social{
    margin-top: 0px;
}

.sidebar{
    background:#f7f7f7;
    border:1px solid #e1e1e1;
    padding:8px;
    margin-top:10px;
}

.sidebar h4{
    font-size:14px;
    color:#777;
    line-height:18px;
    margin-bottom:5px;
    padding-bottom:10px;
    text-transform:uppercase;
    border-bottom:1px solid #eee;
}

.sidebar .widget{
    background:#fff;
    padding:8px;
    font-size: 13px;
    line-height: 23px;
    border:1px solid #e1e1e1;
    margin-bottom:10px;
}

.sidebar .widget .form-search{
    margin-top:10px;
    margin-bottom:10px;
}

.sidebar ul li{
    padding: 3px 0px;
}

/* Comments */

.respond{
    padding-top: 10px;
    padding-left: 20px;
}

.comments ul{
    list-style-type: none;
    margin: 0px;
}

.comments > ul > li{
    background:none;
    padding:0px;
}

.comments{
    margin-bottom: 20px;
}

.comments .comment{
    margin:15px 0px;
    padding:13px 16px;
    background:#f8f8f8;
    border-left:2px solid #ddd;
}

.comment .avatar{
    margin-top:5px;
    margin-right:8px;
}

.comment .cmeta{
    font-size:12px;
}

.comment p{
    margin-top:5px;
    font-size: 13px;
}

.comments .reply{
    margin-left:15px;
}

.respond{
    border-top: 2px solid #eee;
}

.respond .title{
    padding:5px 0px;
    margin-bottom:0px;
}

/* Pagination */

.paging {
    width:270px;
    clear:both;
    padding:6px 0;
    line-height:17px;
    font-size:13px;
}

.paging span, .paging a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:5px 8px;
    text-decoration:none;
    width:auto;
    color:#666;
    background: #ddd;
    border:0px solid #ddd;
    font-weight:normal;
}

.paging a:hover{
    color:#fff;
}

.paging .current{
    padding:5px 8px;
    color:#fff;
}

/* Process */

.process-meta{
    display: block;
    margin-bottom:5px;
    padding: 5px 10px;
    color: #fff;
    margin-top:15px;
}

/* Landing page */

.lp .lp-image{
    max-width: 600px;
    margin: 40px auto;
    box-shadow: 0px 0px 30px #ccc;
}


/* Projects */


.projects .related-projects img{
    max-width: 100px;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ddd;
}

.projects .prdetails{
    margin-top: 10px;
    font-size: 13px;
}

/* Gallery */

.gallery{
    text-align: center;
}

.gallery img{
    max-width: 170px;
    margin: 5px;
    padding: 1px;
    border: 1px solid #aaa;
}


/* Portfolio */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 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;
}

/**** disabling Isotope CSS3 transitions ****/

.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;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.portfolio li{
    display:inline !important;
    border:none !important;
}

.portfolio li a, .portfolio li a:visited{
    color:#fff;
    padding:5px 10px;
    margin:0px 5px;
}

.portfolio li a:hover{
    color:#fff;
}

#portfolio{
    text-align:center;
}

#portfolio .element{
    margin:20px 10px 10px 0px;
    padding: 5px;
}

#portfolio h4{
    margin:4px 0px;
    padding:0px;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

#portfolio .pcap{
    padding:3px 0px;
}

#portfolio a, #portfolio a:visited, #portfolio a:hover{
    color:#fff;
    text-decoration:none;
}

#portfolio .pcap p{
    padding: 0px 10px 10px 10px;
    font-size: 13px;
}

#portfolio .pcap{
    max-width:200px;
}

#portfolio .pcap{
    line-height:20px;
}

#portfolio img{
    width:200px;
    max-width:200px;
    height:200px;
}

#filters{
    margin-left:0px;
}

#filters li{
    display:inline;
    padding:0px;
    background:none;
}

#filters a{
    font-size:13px;
    padding: 4px 10px;
    display: inline-block;
}

/* Reg & Login Form */

.formy{
    padding: 15px 20px;
    display: block;
    color: #fff;
}

.formy h5{
    color: #fff;
}

.formy a, .formy a:visited{
    color: #eee;
    text-decoration: underline;
}

.formy a:hover{
    color: #fff;
    text-decoration: none;
}

/* Testimonial */

.testi{
    background:#fff;
    border:1px solid #eee;
    border-bottom:2px solid #eee;
    padding:12px;
    margin-bottom:20px;
}

.testi .tauthor{
    color:#777;
    font-size: 13px;
    margin-top: 5px;
}

.testimonials .tauthor{
    font-size: 13px;
}

.testi i{
    margin-right: 5px;
}

.testimonials{
    margin: 5px 0px;
    padding: 10px 15px;
}

.testimonials i{
    margin-right: 5px;
}

.testimonials .color {
    color: #fff;
    font-weight: 600;
}

.tquote{
    font-style:italic;
    font-size:13px;
    line-height:22px;
}

/* Timeline */

.tidate{
    padding: 3px 10px;
    font-size: 14px;
    display: block;
    font-weight: 600;
    margin-bottom: 0px;
}

.timatter h5{
    font-size: 16px;
    color: #888;
    line-height: 22px;
    font-weight: bold;
}

.timatter{
    background: #fafafa;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: 13px;
    border: 1px solid #eee;
    border-top: 0px;
}

/* Big box */

.big-box{
	margin:20px 0px;
}

.big-box .big-box-left{
	width: 45%;
	float: left;
	height: 450px;
}

.big-box .big-box-mid{
	width: 35%;
	float: left;
	height: 450px;
}

.big-box .big-box-right{
	width: 20%;
	float: right;
	height: 450px;
}

.big-box .big-box-left .box-content{
	padding: 25px;
}

.big-box .big-box-left .box-title{
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 10px;
}

.big-box .big-box-left p{
	font-size: 16px;
	line-height: 26px;
}

.big-box .big-box-left a.btn{
	padding: 10px 12px !important;
	margin-top: 10px;
	font-size: 15px !important;
}

.big-box .big-box-left .box-links a{
	margin-right: 10px;
	color: #fff;
	font-size: 15px;
}

.big-box .big-box-left .box-links a:hover{
	color: #fff;
}

.big-box .big-box-right .box-content{
	padding: 15px;
}

.big-box .big-box-right{
	font-size: 15px;
}

.big-box .big-box-right h4{
	color: #aaa;
	margin-top: 20px !important; 
	line-height: 10px !important;
}

.big-box .big-box-right .box-title{
	font-size: 20px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

/* About #2 */

.about-two .pic img{
    max-width: 180px;
}

.about-two .details{
    margin-top:10px;
    margin-bottom:20px;
}

.about-two .details .name{
    line-height:10px;
    padding:0px;
    margin:0px;
    font-weight: bold;
    font-size: 17px;
    line-height: 27px;
}

.about-two .details em{
    color:#888;
    font-size: 13px;
    line-height: 20px;
}

.about-two .asocial i{
    text-align:center;
    line-height: 25px;
    font-size: 13px;
    width: 25px;
    height: 25px;
    margin: 8px 0px;
}

.about-two .asocial a, .about-two .asocial a:visited, .about-two .asocial a:hover{
    color:#fff;
    text-decoration:none;
}

.about-two .details .adesc{
    max-width:300px;
    margin:0 auto;
    border-top:1px solid #eee;
    margin-top:5px;
    padding-top: 5px;
    font-size: 13px;
}


/* Features Two */

.features-two i{
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

.features-two h4{
    color: #fff;
}

.features-two .f-block{
    padding: 25px 20px 40px 20px;
    margin-bottom: 10px;
    min-height: 180px;
}

.features-two a, .features-two a:hover{
    color: #fff;
    text-decoration: none;
}

.features-two p{
    font-size: 14px;
    line-height: 22px;
}

/* Clients page */

.cclient{
    text-align: center;
    padding: 10px 0px 15px 0px;
    border-bottom: 1px solid #eee;
    margin: 10px 0px 15px 0px;
}

.cclient .cmatter p{
    font-size: 13px;
}

.cimage img{
    margin-bottom: 15px;
    max-height: 35px;
}

/* Pricing table */

.pricing-table{
    margin: 20px 0px;
}

.price-a{
    width:48%;
    float:left;
    margin-right:14px;
}

.price-b{
    width:48%;
    float:right;
}

.pricel{
    text-align: center;
    margin-top:10px;
}

.pricel .phead-top{
    margin:0px;
    padding:15px 10px;
}

.pricel .phead-top h4{
    font-size: 23px;
    color:#fff;
}

.pricel .phead-bottom{
    background:#333;
    border-left:3px solid #fff;
    border-right:3px solid #fff;
    border-bottom:1px solid #ddd;
    margin:0px;
    padding:20px 10px 5px 10px;
    color:#fff;
    font-size:40px;
    line-height:45px;
}

.pricel .pst{
    font-size:25px;
    position:relative;
    top:-5px;
    font-weight:bold;
}

.pricel .psb{
    font-size:16px;
    font-weight:bold;
}

.pricel .pbutton{
    background:#f3f3f3;
    border:1px solid #ddd;
    padding:15px 0px 15px 0px;
    color:#777;
    font-size:20px;
    text-align: center;
    margin-top: 0px;
}

.pricel .pbutton a{
    text-transform: uppercase;
    font-weight: bold;
}

.pricel .plist{
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    background:#fcfcfc;
}

.pricel .plist ul{
    list-style-type: none;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.pricel .plist li{
    background:none;
    padding:12px 0px;
    font-size: 13px;
    line-height: 20px;
    border-bottom:1px solid #e8e8e8;
}

.pricel .plist li:hover{
    background:#fff;
}

.pricel .phead-top{
    display: block;
}

/* Task */


.task{
    background: #fcfcfc;
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-left: 3px solid #eee;
    padding: 10px 15px;
    font-size: 13px;
}

.task:hover{
    background: #fafafa;
}

.task.important{
    border-left: 3px solid #ee1635;
}

.task.cool{
    border-left: 3px solid #30d91a;
}

.task .tmeta{
    font-size: 12px;
}

/* Support */

#slist p{
    display:none;
    margin:5px 0px;
    padding:5px 10px;
    background:#fff;
    line-height: 30px;
    border:1px solid #eee;
}

#slist li a{
    display: block;
    font-size: 16px !important;
    margin-bottom: 10px;
}

.scontact p{
    margin-bottom: 10px;
}

/* Service home */

.service-home{
    margin: 20px 0px;
}

.service-home .service-list{
    margin-top: 10px;
    margin-bottom: 10px;
}

.service-home .service-icon{
    float: left;
    width: 40px;
}

.service-home .service-icon i{
    font-size: 20px;
    display: block;
    margin-top: 5px;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}

.service-home .service-image{
    display: block;
    width: 100%;
    height: auto;
    max-width: 300px;
    text-align: center;
    margin: 10px auto;
}

.service-home .service-content{
    position: relative;
    margin-left: 60px;
}

.service-home .service-home-meta{
    text-transform: uppercase;
    font-size: 12px;
}

.service-home h4{
    font-size: 22px;
    line-height: 14px;
}

.service-home p{
    font-size: 14px;
}

.service-home .row hr{
    margin: 15px 0px !important;
}

.service-home .row .grey{
    color: #999;
}

.service-home .service-social{
    padding: 15px;
    margin: 10px 0px;
}

.service-home .service-social .service-big{
    font-size: 40px;
    line-height: 50px;
}

.service-home .service-social .label{
    margin: 8px 0px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 8px !important;
}

.service-home .service-social hr{
    border-bottom: 1px solid #444 !important;
    border-top: 0px !important;
    margin: 7px 0px !important;
}

.service-home .service-social .service-box{
    padding: 10px 15px;
    font-size: 16px;
    margin: 7px 0px;
}

.service-home .service-social .service-box a{
    color: #fff;
    font-weight: bold;
}

.service-home .service-social .service-box a span{
    background: #333;
    width: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

/* Features one */

.features-one{
    margin: 20px 0px;
}

.features-one h2{
    line-height: 40px;
    margin: 0px 0px 5px 0px;
}

.features-one .features-meta{
    font-size: 16px;
    font-weight: bold;
    color: #888;
    margin-top: 10px;
    font-weight: 600;
}

.features-one .features-meta i{
    margin-right: 5px;
    font-size: 15px;
}

.features-one p{
    margin: 15px 0px !important;
    line-height: 25px;
}

.features-one .btn{
    margin-top: 10px;
}

.features-one img{
    width: 90%;
    max-width: 500px;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0px;
}

/* Clients */

.clients{
    padding:10px;
    text-align:center;
    margin:5px 0px 10px 0px;
}

.clients p{
    max-width:800px;
    margin: 10px auto;
    font-style: italic;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    color: #777;
}

.clients i{
    margin: 0px 5px;
    position: relative;
    top: -7px;
    font-size: 10px;
}

.clients img{
    max-width: 120px;
    margin:10px 14px;
}

/* CTA */

.cta .container{
    padding: 15px 0px;
    border-radius: 10px;
    box-shadow: inset 0px 0px 1px #aaa;
}

.cta{
    margin: 20px 0px;
}

.cta h5{
    margin: 0px;
    padding: 0px;
    font-size: 22px;
    line-height: 32px;
}

.cta .icon-metroid{
    font-size:13px;
    border: 2px solid #fff;
    border-radius: 100px !important;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: relative;
    top: -3px;
    text-align: center;
}

.cta ul li{
    padding: 2px 0px;
}

.ctas{
    padding: 3px 20px;
}

.ctas .btn{
    font-size: 16px !important;
    margin: 5px 0px;
    margin-top: 10px;
}

/* Foot (Twitter) */

.foot{
    padding: 25px 10px;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    margin-top:25px !important;
}

.foot .twitter-icon i{
    border-radius: 50px !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    display: inline-block;
    background: #1171a3;
}

.foot ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.foot a{
    color: #fff;
    border-bottom: 1px dashed #fff;
    font-style: italic;
}

.foot a:hover{
    border-bottom: 0px;
}


/* Footer */


footer{
    background: #fafafa;
    color: #555;
    font-size: 13px;
    line-height: 23px;
}

footer a{
    color: #777;
}

footer a:hover{
    color: #666;
}

footer h4{
    color: #666;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dfdfdf;
}

footer hr{
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

footer ul{
    list-style-type: none;
    margin-left: 0px;
}

footer ul li{
    padding: 3px 0px;
}

footer .widgets{
    margin-top: 20px;
}

footer .copy{
    border-top: 1px solid #ddd;
    padding: 10px 0px;
    margin-top: 10px;
    font-size: 14px;
}

/* Responsive */

@media (max-width: 480px){
    .da-slide .das-head{
        font-size: 20px;
        line-height: 35px !important;
    }
    .da-slide p{
        height: 60%;
        top: 40px;
        left: 0px;
        width: 75%;
        font-size: 13px !important;
        line-height: 18px !important;
    }
    .price-a{
        width:100%;
        float:none;
        margin-right:0px;
    }
    .price-b{
        width:100%;
        float:none;
    }

    header .logo {
        padding-bottom: 20px;
    }

}

@media (max-width: 767px){
    .slidepanel,.da-slider,footer,.foot,.page-heading{
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .slidepanel .spara{
        padding-bottom: 0px;
    }
    .slidepanel .social{
        padding-bottom: 10px;
        float: none;
    }
    .slidepanel .social a{
        margin-left: 0px;
        margin-right: 7px;
    }
    header .logo .logo-image i{
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 38px;
        margin-top: 25px;
    }
    header .logo .logo-text{
        margin-left: 50px;
    }
    header .logo h1{
        padding-top: 25px;
        line-height: 20px;
        font-size: 35px;
    }
    header .logo-meta{
        line-height: 35px;
        font-size: 15px;
    }

    header .logo {
        padding-bottom: 20px;
    }

    .navi ul{ 
        display: none; 
    }
    .navis select { 
        display: inline-block; 
    }
    select{
        width:100%;
    }	
    .page-heading h2{
        float: none;
    }
    .page-heading .heading-meta{
        float: none;
        line-height: 40px;
    }
    .da-slider{
        margin-top: 10px;
        margin-bottom: 10px;
    } 
    .da-slide .das-head{
        font-size: 20px;
        line-height: 35px;
    }
    .da-slide p{
        height: 60%;
        top: 40px;
        left: 0px !important;
        width: 80%;
        font-size: 13px;
        line-height: 18px;
    }	   	
    .da-slide .da-img{
        display: none;
    }
    .big-box .big-box-left{
        width: 100%;
        max-width: 500px;
        height: auto;
        float: none;
        margin: 0 auto;
    }
    .big-box .big-box-mid{
        width: 100%;
        max-width: 500px;
        height: 450px;
        float: none;
    }
    .big-box .big-box-right{
        width: 100%;
        max-width: 500px;
        height: auto;
        float: none;
        margin: 0 auto;
    } 	 
    .ctas .button{	
        margin-top: 5px;
    } 		
    footer .fwidget{
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) and (max-width: 979px){
    .slidepanel .spara{
        padding-bottom: 0px;
    }
    .slidepanel .social{
        padding-bottom: 10px;
        float: none;
    }
    .slidepanel .social a{
        margin-left: 0px;
        margin-right: 7px;
    }	
    header{
        height: 90px !important;
    }	
    header .logo .logo-image i{
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 38px;
        margin-top: 25px;
    }	
    header .logo .logo-text{
        margin-left: 50px;
    }
    header .logo h1{
        padding-top: 25px;
        line-height: 20px;
        font-size: 35px;
    }
    header .logo-meta{
        line-height: 35px;
        font-size: 13px;
    }

    header .logo {
        padding-bottom: 20px;
    }

    .navi ul{ 
        display: none; 
    }
    .navis select { 
        display: inline-block;
    }
    select{
        width:60%;
        margin-left: 30px;
        float: right;
        margin-top: 30px;
    }	
    .da-slider{
        margin-top: 10px;
        margin-bottom: 10px;
    }	
    .da-slide p{
        left: 0px !important;
        width: 80%;
    }
    .da-slide .da-img{
        display: none;
    } 
    .big-box .big-box-left{
        width: 500px;
        height: auto;
        float: none;
        margin: 0 auto;
    }
    .big-box .big-box-mid{
        width: 500px;
        height: auto;
        float: none;
        margin: 0 auto;
    }
    .big-box .big-box-right{
        width: 500px;
        height: auto;
        float: none;
        margin: 0 auto;
    }  	
}

@media (max-width: 979px){	
    header{
        height: 120px;
    }
    header .logo{
        height: 90px;
        padding-bottom: 10px;
    }

}

@media (min-width: 769px) and (max-width: 1024px){

    header{
        height: 90px !important;
    }	
    header .logo .logo-image i{
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 38px;
        margin-top: 25px;
    }	
    header .logo .logo-text{
        margin-left: 50px;
    }
    header .logo h1{
        padding-top: 25px;
        line-height: 20px;
        font-size: 35px;
    }
    header .logo-meta{
        line-height: 35px;
        font-size: 13px;
    }

    header .logo {
        padding-bottom: 20px;
    }

    .navi ul{ 
        display: none; 
    }
    .navis select { 
        display: inline-block;
    }
    select{
        width:60%;
        margin-left: 30px;
        float: right;
        margin-top: 30px;
    }
}