body {
    font-family:Arial;
    background:url(../images/patern.jpg);
}

body img {
    max-width:100%;
}

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

::selection {
    color:#fff;
    background-color:#212121;
}

p {
    font-family:Arial;
    font-size:12px;
    color:#000;
    line-height:20px;
}

h1 {
    font-size:30px;
    font-family:Arial;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:-1px;
    color:#404040;
}

h2 {
    font-size:25px;
    font-family:Arial;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:-1px;
    color:#404040;
}

h3 {
    font-size:18px;
    font-family:Arial;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:-1px;
    color:#404040;
}

h4 {
    font-size:17px;
    font-family:Arial;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:-1px;
    color:#404040;
}

h5 {
    font-size:15px;
    font-family:Arial;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:-1px;
    color:#404040;
}

.heading_line {
    background-color:#f94e7c;
    width:100px;
    height:4px;
    margin-bottom:50px;
}

.separator img {
    margin-left:-10px;
}

header {
    background: rgb(168,168,168);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%, rgba(142,142,142,1) 44%, rgba(107,107,107,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(168,168,168,1)), color-stop(44%,rgba(142,142,142,1)), color-stop(100%,rgba(107,107,107,1)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#6b6b6b',GradientType=1 );


    /*    background:url(images/bg.jpg) no-repeat center center fixed;
        -webkit-background-size:cover;
        -moz-background-size:cover;
        -o-background-size:cover;
        background-size:cover;*/
    padding:5px 0;
}

header .top_nav ul li a {
    color:#939393;
}

input.top_search {
    border-radius:2px;
    background-color:#474747;
    border:none;
    outline:none;
    color:#fff;
    width:110px;
    margin-right:5px;
    padding:2px 0;
}

.header_2 .main_nav nav ul {
    padding-top:35px;
}

.header_2 {
    background-color:#fff;
}

.logo {
    margin-top:5px;
}

.logo p {
    color:#dbd8d8;
    font-size:11px;
    padding-left:5px;
    margin-bottom:10px;
}

.top_nav ul {
    float:right;
    padding-top:20px;
    padding-bottom:10px;
}

.top_nav ul li {
    font-size:12px;
    float:left;
    border-right:1px solid #6a6a6a;
    padding:0 10px;
}

.top_nav ul li:last-child {
    border:none;
    margin-top:-5px;
}

.main_nav nav ul li {
    display:inline;
    font-size:15px;
    padding-right:15px;
}

.main_nav ul li:last-child {
    padding-right:0;
}

#navigation {
    z-index:202;
    zoom:1;
}

#navigation li,#navigation2 li {
    float:left;
    position:relative;
    z-index:203;
    margin:0 0 0 30px;
}

#navigation a,#navigation2 a {
    text-decoration:none;
    float:left;
    z-index:204;
    transition:none;
    -moz-transition:none;
    -webkit-transition:none;
    -o-transition:none;
    -ms-transition:none;
}

#navigation > li > a,#navigation2 > li > a {
    font-size:15px;
    line-height:12px;
    height:30px;
    padding:5px 10px 0;
}

#navigation > li > a > span,#navigation2 > li > a > span {
    padding-bottom:1px;
    color:#fff;
    font-size:12px;
}

#navigation > li.current_page_item > a > span,#navigation > li > a:hover > span {
    text-decoration:none;
}

#navigation ul,#navigation2 ul {
    opacity:0;
    visibility:hidden;
    position:absolute;
    left:0;
    top:31px;
    z-index:9999;
    background-color:#222;
    -webkit-transition:opacity .2s ease-in-out, margin .2s ease-in-out;
    -moz-transition:opacity .2s ease-in-out, margin .2s ease-in-out;
    -ms-transition:opacity .2s ease-in-out, margin .2s ease-in-out;
    -o-transition:opacity .2s ease-in-out, margin .2s ease-in-out;
    transition:opacity .2s ease-in-out, margin .2s ease-in-out;
}

#navigation li:hover > ul,#navigation2 li:hover > ul {
    opacity:1;
    visibility:visible;
    border-top:1px solid #ff3030;
    margin:3px 0 0;
}

#navigation ul ul,#navigation2 ul ul {
    top:-1px;
    left:165px;
    margin:0 0 0 20px;
    padding:0;
}

#navigation ul li:first-child ul,#navigation2 ul li:first-child ul {
    top:-1px;
}

#navigation ul li,#navigation2 ul li {
    border:0;
    display:block;
    float:none;
    border-bottom:1px solid #2f2f2f;
    margin:0;
}

#navigation ul li a,#navigation2 ul li a {
    font-size:12px;
    line-height:20px;
    display:block;
    width:127px;
    float:none;
    color:#dadada;
    padding:6px 5px 6px 18px;
}

#navigation ul li:hover {
    background-color:#333;
}

img.arrow1 {
    padding-top:60px;
    width:100px;
    height:50px;
}

.home1_services img {
    padding-right:20px;
    float:left;
    padding-bottom:10px;
}

.home1_promo img {
    margin-left:-20px;
    margin-top:20px;
}

.home1_promo_info {
    padding-left:60px;
}

.home1_promo_info ul li {
    border-bottom:1px solid #dedede;
    padding:10px 0;
}

.home1_promo_info ul li img {
    float:left;
    padding-right:10px;
}

.home1_how_help {
    background:url(../img/home/layout1/world_bg.png);
}

.home1_how_help .person img {
    float:left;
    margin-bottom:100px;
    padding-right:20px;
}

.home1_how_help .name {
    font-style:italic;
    color:#212121;
    padding-bottom:20px;
}

.home1_how_help .button {
    font-size:12px;
    color:#404040;
    margin-top:30px;
    margin-bottom:50px;
}

.home1_how_help .button a {
    color:#404040;
}

.shadow_slider {
    background:url(../img/slider_shadow.png) no-repeat;
    height:50px;
    margin:-60px 0 10px 20px;
}

.welcome_message {
    background-color:#efefef;
    margin-bottom:50px;
    padding:50px 0;
}

.home2_services {
    padding-bottom:50px;
    border-bottom:1px solid #dcdcdc;
}

.home2_from_blog {
    border-bottom:1px solid #dcdcdc;
    padding:50px 0;
}

.home2_blog_meta {
    position:absolute;
}

.home2_blog_meta p {
    float:left;
}

.home2_blog_meta p.day {
    background-color:#ff3030;
    color:#fff;
    font-size:25px;
    font-weight:700;
    text-align:center;
    padding:10px 15px;
}

.home2_blog_meta p.date {
    background: rgb(169,3,41);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 );

    color:#fff;
    font-size:15px;
    font-weight:700;
    text-align:center;
    padding:10px 15px;
}

.home2_tweet {
    text-align:center;
}

#twitter_update_list {
    text-align:center;
    margin-bottom:100px;
}

ul#twitter_update_list span {
    color:#828080;
    font-family:Arial;
}

ul#twitter_update_list span a {
    color:#ff3030;
    padding-left:5px;
}

.new {
    background:url(../img/home/layout2/new.png) no-repeat;
    width:48px;
    height:48px;
    position:absolute;
    z-index:2;
}

.home3_service_wrapper {
    border-bottom:1px solid #dcdcdc;
    padding-bottom:50px;
}

.home3_service img {
    float:left;
    padding-bottom:80px;
    padding-right:20px;
}

.home3_mockups {
    border-bottom:1px solid #dcdcdc;
    text-align:center;
    padding:50px 0;
}

.latest_clients {
    margin:50px 0 60px;
}

.latest_clients ul li a:hover {
    opacity:0.7;
}

.home4_more_features {
    margin:50px 0 100px;
}

.home4_more_features ul li {
    border-bottom:1px solid #dcdcdc;
    width:500px;
    padding:5px 0;
}

.home4_more_features ul li:hover {
    background-color:#f1f1f1;
}

.home4_more_features ul li a {
    color:#9a9a9a;
    font-size:12px;
    font-family:Arial;
}

.tour_content {
    margin-bottom:18px;
    overflow:hidden;
    position:relative;
    border-top:1px solid #dcdcdc;
    border-bottom:1px solid #dcdcdc;
    padding:50px 0;
}

.tour {
    display:block;
    float:left;
    margin-bottom:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.tour li {
    list-style:none;
    position:relative;
    z-index:3;
    border-right:1px solid #9d9d9d;
    height:40px;
}

.tour li a {
    text-align:right;
    color:#878787;
    display:block;
    position:relative;
    font-size:12px;
    padding:7px 35px 7px 0;
}

.tour p {
    color:#878787;
}

.tour li a:before {
    content:'';
    border-right:0;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
    position:absolute;
    right:0;
    top:12px;
    -webkit-transition:border-width .3s ease-in-out;
    -moz-transition:border-width .3s ease-in-out;
    -ms-transition:border-width .3s ease-in-out;
    -o-transition:border-width .3s ease-in-out;
    transition:border-width .3s ease-in-out;
}

.tour li a:hover:before,.tour li.current a:before {
    border-right:4px solid #9d9d9d;
    border-top:4px solid transparent;
    border-bottom:4px solid transparent;
    color:#212121;
}

.tour_box {
    display:none;
    width:74.1%;
    float:left;
    overflow:hidden;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding:15px 0 20px 35px;
}

.tour_box h1,.tour_box h2,.tour_box h3,.tour_box h4,.tour_box h5,.tour_box h6 {
    border-bottom:1px solid #9d9d9d;
    margin:0 0 25px -35px;
    padding:0 0 18px 35px;
}

.tour_box h1 {
    padding-bottom:22px;
}

.sub_slider {
    background: rgb(168,168,168);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%, rgba(142,142,142,1) 44%, rgba(107,107,107,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(168,168,168,1)), color-stop(44%,rgba(142,142,142,1)), color-stop(100%,rgba(107,107,107,1)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#6b6b6b',GradientType=1 );


    margin-top:-2px;
    padding:40px 0;
}

.sub_slider h2 {
    color:#f3f3f3;
    float:left;
    font-size:20px;
}

.sub_slider .purchase_button a {
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
    font-weight:700;
    border:1px solid #212121;
    background:linear-gradient(tobottom,#4242420%,#21212198%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242',endColorstr='#212121',GradientType=0);
    padding:15px 20px;
}

.breadcrums {
    background:url(../img/home/breadcrum.jpg);
    padding:60px 0;
}

.breadcrums h1 {
    background-color:#000;
    color:#fff;
    border-radius:3px;
    font-weight:700;
    text-transform:uppercase;
    font-size:20px;
    float:left;
    padding:10px 20px;
}

.breadcrums ul {
    background-color:#000;
    float:right;
    border-radius:3px;
    padding:10px;
}

.breadcrums ul li {
    display:inline;
    font-size:12px;
    text-transform:uppercase;
    font-weight:700;
}

.breadcrums ul li img {
    padding:0 10px;
}

footer {
    background: rgb(168,168,168);
    background: -moz-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%, rgba(142,142,142,1) 44%, rgba(107,107,107,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(168,168,168,1)), color-stop(44%,rgba(142,142,142,1)), color-stop(100%,rgba(107,107,107,1)));
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    background: -o-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    background: radial-gradient(ellipse at center,  rgba(168,168,168,1) 0%,rgba(142,142,142,1) 44%,rgba(107,107,107,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#6b6b6b',GradientType=1 );


    position:relative;
    padding:30px 0;
}

footer .footer_categories ul li {
    font-size:12px;
    padding:5px 0;
}

footer .footer_categories ul li a {
    color:#9b9898;
}

footer .footer_categories ul li a:hover {
    font-style:italic;
    color:#656565;
}

footer .footer_tag_cloud ul li {
    display:inline;
    background-color:#202020;
    line-height:40px;
    font-size:11px;
    color:#f3f3f3;
    font-family:Arial;
    cursor:pointer;
    padding:9px 10px;
}

footer .footer_tag_cloud ul li a {
    color:#e2e2e2;
}

footer .footer_tag_cloud ul li:hover {
    background-color:#ff3030;
}

footer .footer_social ul li {
    font-size:12px;
    padding:2px 0;
}

footer .footer_social ul li img {
    position:relative;
    top:5px;
    padding-right:10px;
}

footer .footer_photostream h5 {
    color:#ececec;
    padding-bottom:35px;
}

footer .footer_photostream ul li {
    display:inline;
    line-height:30px;
    padding:3px;
}

footer .footer_newsletter h5 {
    color:#ececec;
    margin-bottom:30px;
}

#mc_embed_signup {
    width:320px;
}

input#mce-EMAIL {
    background-color:#222;
    border:none;
    outline:none;
    position:absolute;
    left:0;
}

#mc_embed_signup input.email {
    padding-left:20px;
    font-style:italic;
    color:#fff;
    border:none;
}

#mc_embed_signup label {
    display:none;
}

#mc-embedded-subscribe {
    background-color:#fff;
    height:50px;
    width:50px;
}

.news_button {
    margin-top:10px;
}

.news_button a {
    background-color:#ff3030;
    font-size:12px;
    border-radius:3px;
    margin:20px 0;
    padding:5px 10px;
}

.subfooter {
    border-top:5px solid #6D0019;
    padding:30px 0;
}

#totop {
    height:10px;
    width:50px;
    position:absolute;
    top:76%;
    right:-10%;
    background-image:url(../img/arrow_totop.png) no-repeat;
    background-color:#323232;
    font-size:9px;
    font-weight:900;
    color:#fff;
    text-align:center;
    line-height:1;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-transition:opacity .3s ease-in-out;
    -moz-transition:opacity .3s ease-in-out;
    -o-transition:opacity .3s ease-in-out;
    transition:opacity .3s ease-in-out;
    opacity:0.6;
    padding:28px 0 12px;
}

#totop img {
    position:absolute;
    top:10px;
    left:19px;
}

#totop:hover {
    opacity:1;
}

.support_section {
    background:url(../img/support_bg.jpg);
    padding-bottom:30px;
}

.support_section h2 {
    color:#fff;
    margin:30px 0;
}

.support_text .button {
    color:#fff;
    font-size:12px;
}

.support_coffee img {
    margin-top:-50px;
    margin-bottom:20px;
}

.support_coffee p {
    font-style:italic;
}

.picture {
    position:relative;
}

.image-overlay-link,.image-overlay-zoom {
    height:100%;
    width:100%;
    position:absolute;
    display:none;
    background-color:#000;
    background:rgba(0,0,0,0.7);
    background-repeat:no-repeat;
    background-position:50%;
    cursor:pointer;
    overflow:hidden;
    z-index:1;
}

.image-overlay-link {
    background-image:url(../img/home/layout2/arrow_icon.png);
}

.pfolio {
    margin-left:0;
}

.option-set {
    list-style:none;
    text-align:left;
    float:right;
    margin:50px 0;
    padding:20px 10px;
}

.option-set li a,.option-set li a.selected {
    font-family:Arial;
    color:#7d7d7d;
    margin-right:10px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    text-transform:uppercase;
    font-size:12px;
    font-weight:700;
    padding:5px 8px;
}

.option-set li a.selected {
    background-color:#ff5454;
    color:#fff;
    padding:5px;
}

.pfolio_desc {
    background-color:#F5f5f5;
    text-align:center;
    cursor:pointer;
    padding:20px 0;
}

.pfolio_navigation ul {
    margin-bottom:50px;
    float:right;
}

.pfolio_navigation ul li a:hover {
    background-color:#ff5454;
}

.pfolio_navigation ul li a {
    background-color:#464646;
    border-radius:3px;
    font-family:Arial;
    font-size:12px;
    color:#fff;
    padding:7px 11px;
}

.single_nav_bar {
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin:50px 0 50px 10px;
    padding:20px 0;
}

.single_nav_bar h4 {
    float:left;
    color:#636363;
}

.single_nav_bar ul li {
    display:inline;
    border:1px solid #e4e4e4;
    padding:4px 0;
}

.single_nav_bar ul li a {
    color:#8e8e8e;
    font-family:Arial;
    font-weight:700;
    padding:5px 10px;
}

.single_nav_bar ul li a:hover {
    background-color:#ff6868;
    cursor:pointer;
    color:#fff;
}

.project_title p {
    margin-bottom:50px;
    width:250px;
}

.project_details ul li img {
    float:left;
    padding-right:15px;
}

.project_details ul li {
    border-bottom:1px solid #e4e4e4;
    padding:15px 0;
}

.project_details a {
    color:#3d3d3d;
}

.project_details .button a {
    background-color:#ff6868;
    color:#fff;
    font-family:Arial;
    font-weight:700;
    font-size:15px;
    border-radius:3px;
    padding:15px 50px;
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration:.8s;
    -moz-transition-duration:.8s;
    -ms-transition-duration:.8s;
    -o-transition-duration:.8s;
    transition-duration:.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:0 opacity;
    -moz-transition-property:0 opacity;
    -ms-transition-property:0 opacity;
    -o-transition-property:top, left, opacity;
    transition-property:transform, opacity;
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration:0;
    -moz-transition-duration:0;
    -ms-transition-duration:0;
    -o-transition-duration:0;
    transition-duration:0;
}

.people_behind {
    border-bottom:1px solid #dcdcdc;
    padding-bottom:50px;
    margin:50px 0;
}

.teammate ul li {
    display:inline;
    padding-right:5px;
}

.complete_solutions {
    border-bottom:1px solid #dcdcdc;
    padding-bottom:70px;
}

.complete_solutions ul li a {
    font-size:12px;
    color:#727272;
    font-weight:700;
}

.complete_solutions .mockup img {
    margin-top:-50px;
}

.complete_solutions .button a {
    background:linear-gradient(tobottom,#e580800%,#ef5f5f50%,#e02c2c98%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e58080',endColorstr='#e02c2c',GradientType=0);
    border-radius:3px;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    padding:10px 15px;
}

.about2_process {
    border-bottom:1px solid #dcdcdc;
    padding-bottom:50px;
    padding-top:50px;
}

.about2_testimonials {
    background-color:#f2f2f2;
    text-align:center;
    margin:100px 0 50px;
    padding:30px 0;
}

.about2_testimonials img {
    margin-top:-100px;
}

.about2_testimonials .testimonial p {
    font-size:15px;
    color:#7a7a7a;
    padding:30px 0;
}

.about2_testimonials .testimonial span {
    font-weight:700;
    color:#2f2f2f;
}

.sidebar_search input {
    width:200px;
    background:url(../img/search-ico-alt.png) no-repeat 5% 54%;
    outline:none;
    border:1px solid #e3e3e3;
    color:#a4a4a4;
    font-style:italic;
    border-radius:2px;
    margin-bottom:50px;
    padding:8px 8px 8px 30px;
}

.categories_widget ul li a {
    color:#7a7a7a;
    font-family:Arial;
    font-size:12px;
}

.categories_widget ul li img {
    padding-right:10px;
}

.recent_post_widget ul li {
    display:inline;
    padding-right:10px;
    line-height:40px;
}

.error_page {
    text-align:center;
    padding:300px 0 0;
}

.error_page p.error {
    font-size:300px;
    font-weight:700;
    color:#e0e0e0;
    padding-bottom:130px;
}

.error_page img {
    position:absolute;
    right:0;
    top:50px;
}

form#search_form input#search {
    text-align:center;
    background-color:#f5f5f5;
    outline:none;
    border:1px solid #dcdcdc;
    border-radius:3px;
    color:#a8a8a8;
    font-style:italic;
    width:500px;
    padding:20px 10px;
}

form#search_form {
    text-align:center;
    margin:50px 0 100px;
}

.services {
    margin:50px 0 80px;
}

.service_wrapper ul li {
    font-family:Arial;
    font-size:13px;
    padding-bottom:10px;
    border-bottom:1px solid #dcdcdc;
    margin-top:10px;
}

.service_wrapper ul li a {
    color:#7c7c7c;
}

.services img {
    float:left;
    padding-right:20px;
    margin-bottom:30px;
}

.process span {
    font-size:100px;
    font-weight:700;
    color:#e1e1e1;
    float:left;
    padding-right:20px;
}

.process {
    margin-bottom:50px;
    border-bottom:1px solid #dcdcdc;
    padding-bottom:50px;
}

.process h5 {
    padding-bottom:10px;
    margin-left:20px;
    padding-top:10px;
}

.sitemap ul li.main {
    margin:15px 0;
}

.sitemap ul li.main a {
    font-weight:700;
    text-transform:uppercase;
    color:#474646;
}

.sitemap ul li a {
    color:#a8a8a8;
    font-size:12px;
    border-bottom:1px dashed #dcdcdc;
}

.teammate_container {
    border-bottom:1px solid #dcdcdc;
    padding:30px 0;
}

.testimonial_page .line {
    height:1px;
    background-color:#e3e3e3;
    margin:30px 0 60px;
}

.testimonial {
    width:100%;
    height:auto;
    float:left;
    padding:0 0 37px;
}

.testimonial .testimonial-content {
    background:#fff;
    position:relative;
    border:1px solid #ececec;
    font-size:12px;
    color:#9b9b9b;
    font-family:Georgia, Arial, Verdana;
    font-style:italic;
    box-shadow:0 0 7px #f1f1f1;
    float:left;
    line-height:22px;
    border-radius:4px;
    margin:0;
    padding:20px;
}

.testimonial-triangle {
    float:left;
    position:relative;
    margin-top:-1px;
    margin-left:20px;
    background:url(../img/pages/testimonials/testimonial-triangle.png) no-repeat left top;
    width:45px;
    height:38px;
}

.testimonial-info {
    float:left;
    margin-top:20px;
    margin-left:25px;
}

.testimonial-info p,.testimonial-info span {
    line-height:13px;
    font-size:11px;
    margin:0;
}

.testimonial-info span {
    color:#9b9b9b;
    font-style:italic;
}

.testimonial-info p {
    text-transform:uppercase;
}

.avatar {
    float:left;
    position:relative;
    width:35px;
    height:35px;
    margin:5px 5px 0 0;
}

.testimonial .avatar > img {
    border-radius:100px;
    height:35px;
    margin:10px 0 0 20px;
}

.tabs_container {
    padding-bottom:30px;
    border-bottom:1px solid #dcdcdc;
}

.tabs h5,#toggle h5 {
    float:left;
    padding-right:95px;
}

.tab-content {
    padding:10px;
}

.tab-body {
    float:left;
    border:1px solid #ededed;
    padding:20px;
}

ul.tabs,ul.tabs2 {
    list-style:none;
    width:100%;
    float:left;
    margin:0;
}

ul.tabs li,ul.tabs2 li {
    font-family:Arial;
    float:left;
    border-top:1px solid #eee;
    border-right:1px solid #eee;
    overflow:hidden;
    position:relative;
    font-size:12px;
    background:#f8f8f8;
    color:#444;
    border:1px solid #eaeaea;
    border-width:1px 1px 0 0;
    margin:0;
    padding:5px 10px;
}

ul.tabs li a,ul.tabs2 li a {
    text-decoration:none;
    display:block;
    outline:none;
    color:#444;
    padding:5px 0;
}

ul.tabs li:first-child,ul.tabs2 li:firt-child {
    border-left:1px solid #eaeaea;
}

ul.tabs li.active {
    background:#f3f3f3;
    color:#444;
}

html ul.tabs li.active a {
    color:#444;
}

#toggle {
    border:0;
    margin:30px 0;
}

.toggle_container {
    overflow:hidden;
    clear:both;
    background:#f8f8f8;
    margin:-7px 0 7px 40px;
    padding:20px;
}

h2.trigger {
    color:#444;
    background:#f8f8f8;
    font-size:12px;
    font-weight:400;
    cursor:pointer;
    font-family:Arial;
    margin:0 0 7px;
    padding:0;
}

h2.trigger span {
    color:#ff3030;
    background:#f0f0f0;
    text-decoration:none;
    display:inline-block;
    margin-right:20px;
    font-size:14px;
    padding:10px 12px;
}

.toggle1 {
    margin-bottom:50px;
    padding-bottom:50px;
    border-bottom:1px solid #dcdcdc;
}

.toggle2 .toggle_container {
    background-color:#212121;
    color:#fff;
}

.toggle2 h2.trigger span {
    color:#fff;
    background:#212121;
}

.icons_container.white h2 {
    color:#fff;
    padding-top:30px;
}

.tooltip {
    font-family:Arial;
    background:rgba(0,0,0,.7);
    color:#fefefe;
    font-size:12px;
    display:none;
    z-index:999;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin:0 0 18px;
    padding:5px;
}

.tooltip_container a {
    color:#ff3030;
    font-size:12px;
    font-weight:700;
}

p.dropcap_style1 {
    float:left;
    color:#ff3030;
    font-size:40px;
    font-weight:700;
    padding:5px 20px;
}

p.dropcap_style2 {
    color:#FFF;
    display:block;
    float:left;
    font-size:30px;
    text-align:center;
    background:#ff3030;
    font-weight:700;
    border-radius:2px;
    margin:0 20px 5px 0;
    padding:10px;
}

p.dropcap_style3 {
    background:#ff3030;
    border-radius:55px 55px 55px 55px;
    color:#FFF;
    display:block;
    float:left;
    font-size:30px;
    text-align:center;
    border:5px solid #f5f5f5;
    font-weight:700;
    margin:0 20px 5px 0;
    padding:10px;
}

.column8,.column4 {
    margin-top:30px;
}

.column2 {
    padding-bottom:50px;
    margin-top:30px;
}

.typography h1,.typography h2,.typography h3,.typography h4,.typography h5 {
    padding-bottom:20px;
    margin-top:30px;
}

small,bold {
    font-family:Arial;
    font-size:11px;
    color:#a8a8a8;
    line-height:20px;
}

.bold {
    font-weight:700;
    font-size:12px;
    color:#212121;
}

.italic {
    font-style:italic;
    font-size:12px;
    color:#a8a8a8;
}

blockquote {
    border-left:3px solid #dcdcdc;
}

blockquote p {
    margin-left:20px;
}

.alert_box {
    margin-bottom:30px;
    padding:10px 20px;
}

.alert_box h5 {
    padding-top:10px;
}

.alert_box.notice {
    background-color:#fbffbb;
    border:1px solid #e0eb81;
}

.alert_box.general {
    border:1px solid #dbdbdb;
}

.alert_box.error {
    background-color:#ffacac;
    border:1px solid #ff7979;
}

.alert_box.success {
    background-color:#abffc5;
    border:1px solid #98ffa9;
}

ul.button-holder {
    float:left;
    list-style:none;
    margin:20px 0;
}

ul.button-holder li {
    width:100%;
    float:left;
    margin:15px 0;
}

ul.button-holder.big li {
    width:100%;
    float:left;
    margin:20px 0;
}

ul.button-holder li:first-child {
    margin:0 0 15px;
}

ul.button-holder li:last-child {
    margin:15px 0 0;
}

.buttons {
    color:#FFF;
    text-align:center;
    text-shadow:0 1px 0 rgba(0,0,0,0.2);
    font-size:12px;
    outline:none;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 1px 2px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.4);
    border:1px solid;
}

.buttons:active {
    position:relative;
    top:1px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
}

.buttons.small {
    padding:8px 20px;
}

.buttons.big {
    padding:12px 20px;
}

.buttons.huge {
    font-size:18px;
    color:#FFF!important;
    padding:15px 40px;
}

.buttons.round {
    border-radius:8px;
}

.buttons.circle {
    border-radius:100px;
}

.buttons-holder {
    margin:40px 0 0;
}

.buttons-holder2- {
    margin:50px 0 0;
}

.normal_buttons {
    padding-bottom:50px;
    border-bottom:1px solid #dcdcdc;
    margin:50px 0;
}

.large_button a,.medium_button a,.small_button a {
    color:#ebebeb;
    font-family:Arial;
    text-transform:uppercase;
    font-size:13px;
    border-radius:2px;
    font-weight:700;
    padding:12px 25px;
}

.large_button.dgray a,.medium_button.dgray a,.small_button.dgray a {
    background-color:#404040;
}

.large_button.lblue a,.medium_button.lblue a,.small_button.lblue a {
    background-color:#30a3d1;
}

.large_button.green a,.medium_button.green a,.small_button.green a {
    background-color:#80d38d;
}

.large_button.lgray a,.medium_button.lgray a,.small_button.lgray a {
    background-color:#adadad;
}

.medium_button a {
    font-size:14px;
    padding:10px 15px;
}

.small_button a {
    font-size:13px;
    padding:5px 10px;
}

.social_buttons ul li {
    display:inline;
    padding-right:10px;
}

.buttons.orange {
    background:0;
    border-color:#e03c01!important;
}

.buttons.green {
    background:0;
    border-color:#69963b!important;
}

.buttons.red {
    background:0;
    border-color:#dc291c!important;
}

.buttons.blue {
    background:0;
    border-color:#125d9b!important;
}

.buttons.purple {
    background:0;
    border-color:#9d358f!important;
}

.buttons.black {
    background:0;
    border-color:#1f1f1f!important;
}

.buttons.light-blue {
    background:0;
    border-color:#2496b9!important;
}

.buttons.pink {
    background:0;
    border-color:#b4003a!important;
}

.flickr-feeds {
    margin:0 -5px;
}

.flickr-feeds li {
    float:left;
    border:1px solid transparent;
    width:72px;
    height:72px;
    display:block;
    position:relative;
}

.flickr-feeds li a span {
    position:absolute;
    z-index:10;
    width:100%;
    height:100%;
}

.flickr-feeds-inner li {
    list-style:none;
    float:left;
    background:#FFF;
    box-shadow:0 0 4px #c7c7c7;
    width:38px;
    height:38px;
    margin:5px;
    padding:3px;
}

.flickr-feeds-inner li img {
    display:block;
    width:38px;
    height:38px;
}

.flickr-feeds-inner li a {
    display:block;
    z-index:125;
    width:38px;
    height:38px;
    position:absolute;
}

.flickr-feeds-inner li a span:hover {
    opacity:0;
}

.pricing-package {
    outline:5px solid #f5f5f5;
}

.pricing-package h6 {
    border:1px solid #E5E5E5;
    background-color:#f5f5f5;
    text-align:center;
    text-transform:uppercase;
    font-size:15px;
    font-family:Arial;
    color:#414141;
    -webkit-border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -khtml-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    –ms–border-radius:3px 3px 0 0;
    border-radius:3px 3px 0 0;
    margin:0;
    padding:15px 0;
}

.pricing-package h4 {
    text-align:center;
    border-bottom:1px solid #E5E5E5;
    border-left:1px solid #E5E5E5;
    border-right:1px solid #E5E5E5;
    color:#ff6868;
    margin:0;
    padding:15px 0;
}

.pricing-package h4 .amount {
    padding-left:0;
    display:block;
    font-style:normal;
    font-family:inherit;
    color:inherit;
    font-size:30px;
    padding-bottom:5px;
}

.pricing-package h4 .interval {
    font-size:13px;
    display:block;
    font-style:normal;
    font-family:inherit;
    color:#787F89;
    letter-spacing:0;
}

.pricing-package ul.features {
    list-style:none;
    text-align:center;
    margin:0;
    padding:0;
}

.pricing-package ul.features li {
    border-bottom:1px solid #E5E5E5;
    border-left:1px solid #E5E5E5;
    border-right:1px solid #E5E5E5;
    font-family:Arial;
    font-size:12px;
    color:#8b8b8b;
    padding:10px 0;
}

.pricing-package ul.features li:last-child {
    border-bottom:none;
}

.pricing-package .buy-section {
    background-color:#f5f5f5;
    border:1px solid #E5E5E5;
    text-align:center;
    -webkit-border-radius:0 0 3px 3px;
    -moz-border-radius:0 0 3px 3px;
    -khtml-border-radius:0 0 3px 3px;
    -o-border-radius:0 0 3px 3px;
    –ms–border-radius:0 0 3px 3px;
    border-radius:0 0 3px 3px;
    padding:30px 20px;
}

.pricing-package .buy-section a {
    background-color:#ff6868;
    border-radius:3px;
    color:#fff;
    font-family:Arial;
    font-size:12px;
    padding:10px 20px;
}

.pricing-package .buy-section a:hover {
    background-color:#5b5b5b;
}

.post-carousel .entry {
    border-bottom:1px dotted #ccc;
    overflow:hidden;
}

.blog-entry-list .entry {
    border-top:1px dotted #ccc;
}

.blog-entry-list .entry:first-child {
    border:none;
    padding-top:20px;
}

.entry-date {
    float:left;
    margin-right:20px;
    margin-top:30px;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
}

.entry-day {
    width:50px;
    height:42px;
    border-radius:2px 2px 0 0;
    background-color:#333;
    font-family:Arial;
    font-weight:600;
    font-size:1.5em;
    line-height:42px;
}

.entry-month {
    width:50px;
    height:30px;
    border-radius:0 0 2px 2px;
    font-family:Arial;
    font-size:12px;
    line-height:30px;
    box-shadow:0 1px rgba(255,255,255,0.15) inset;
    background-color:#ff3030;
}

.entry-title {
    margin-top:30px;
    padding-bottom:5px;
}

.entry-title a {
    color:#333;
}

.blog-entry-list .entry-meta {
    margin:10px 0;
}

.blog-entry-list .entry-meta a {
    color:#898989;
    font-size:12px;
}

.entry-content .button {
    font-family:Arial;
    font-size:12px;
    margin-bottom:30px;
}

.blog-entry-list .entry-meta span {
    background:no-repeat left center;
    padding-right:12px;
    margin-right:12px;
    font-family:Arial;
}

.blog-entry-list .entry-meta span:last-child {
    border:none;
    padding-right:0;
    margin-right:0;
}

.blog-entry-list .entry-meta .author {
    background-image:url(../img/blog/author.png);
    padding-left:21px;
}

.blog-entry-list .entry-meta .category {
    background-image:url(../img/blog/folder.png);
    padding-left:23px;
    border:none;
}

.blog-entry-list .entry-meta .comments {
    background-image:url(../img/blog/comment.png);
    padding-left:21px;
}

.entry-slider .flexslider {
    margin-top:30px;
    margin-bottom:0;
}

#comment-1 {
    border-top:none;
}

li.comment .comment-wrap {
    border-top:1px dotted #ccc;
    padding:20px 0;
}

li.comment ol.children {
    margin-left:65px;
}

ol.comment-list .avatar-wrap {
    float:left;
    margin-right:15px;
}

ol.comment-list .avatar-wrap a.comment-edit-link {
    display:block;
    margin-top:10px;
    text-align:center;
    font-style:italic;
}

ol.comment-list .comment-author.post-author span {
    color:#e64141;
}

ol.comment-list .comment-meta {
    margin-bottom:15px;
    color:#888;
}

ol.comment-list a.comment-reply-link {
    color:#269ccb;
}

#reply-title small {
    float:right;
    margin-top:3px;
    font-family:'Droid Sans', sans-serif;
    font-size:.666em;
    line-height:1.5em;
    font-weight:400;
    text-transform:none;
    font-style:italic;
}

#comment-form input,#comment-form textarea {
    background-color:#f5f5f5;
    border:1px solid #e0e0e0;
    border-radius:0;
    padding:6px 10px;
}

#comment-form input:hover,#comment-form textarea:hover,#comment-form input:focus,#comment-form textarea:focus {
    border-color:#ccc;
}

#comment-form input {
    width:50%;
    outline:none;
}

#comment-form label {
    display:block;
    clear:both;
}

#comment-form textarea {
    width:90%;
    outline:none;
    height:160px;
}

.line_sep {
    height:1px;
    background-color:#cfcfcf;
}

section#comments h4 {
    margin:50px 0 20px;
}

.comment-details {
    font-family:Arial;
    font-size:12px;
}

.comment-details .comment-author {
    font-family:Arial;
    font-weight:400;
    font-size:15px;
    text-transform:uppercase;
    color:#3f3f3f;
    padding-bottom:5px;
}

input#submit {
    color:#fff;
    background-color:#ff3030;
    border-radius:3px;
    width:200px;
    height:50px;
    cursor:pointer;
}

.post-entry {
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1pt solid #ebebeb;
}

.read-more {
    text-transform:capitalize;
    color:#404040;
    font-weight:100;
    font-size:12px;
    font-style:italic;
}

.post-meta ul {
    list-style:none;
    font-size:12px;
    border-top:1pt dotted #ebebeb;
    margin:15px 0;
    padding:15px 0 0;
}

.post-title h3 a {
    font-weight:400;
    text-decoration:none;
    -webkit-transition:all .2s ease-out;
    -moz-transition:all .2s ease-out;
    -o-transition:all .2s ease-out;
    -ms-transition:all .2s ease-out;
    transition:all .2s ease-out;
}

.post-title h3 a:hover {
    color:#fcaf17;
    text-decoration:none;
}

.post-meta li {
    display:inline;
    margin:0 20px 0 0;
    padding:0 5px 0 23px;
}

.post-meta li.author {
    background:url(../img/blog/author.png) left no-repeat;
}

.post-meta li.tags {
    background:url(../img/blog/folder.png) left no-repeat;
}

.post-meta li.comments {
    background:url(../img/blog/comment.png) left no-repeat;
}

.post-meta span {
    color:#aaa;
}

.post-meta a {
    color:#858585;
    display:inline-block;
    font-weight:200;
    font-size:13px;
    font-style:italic;
}

.entry-media {
    margin-bottom:10px;
    float:left;
    width:100%;
    height:auto;
}

.entry-text p {
    font-size:12px;
}

.simple-form input[type="text"],.simple-form input[type="password"],.simple-form textarea {
    background:#f8f8f8;
    font-size:11px;
    width:199px;
    color:#515151;
    margin-bottom:5px;
    margin-top:5px;
    border:1px solid #e9e9e9;
    padding:10px 12px;
}

.simple-form input[type="text"]:focus,.simple-form input[type="password"]:focus,.simple-form textarea:focus {
    border:1px solid #d0d0d0;
    box-shadow:inset 3px 3px 3px #f8f8f8;
}

.simple-form label {
    font-size:12px;
    color:#959393;
    float:none;
    display:block;
    font-weight:700;
    padding:10px 0;
}

.simple-form label span {
    color:#e64135;
}

.simple-form textarea {
    height:140px;
    width:690px;
    resize:none;
    margin-bottom:20px;
}

.message {
    float:left;
    line-height:30px;
    padding-left:10px;
    padding-right:10px;
    font-size:11px;
    margin:0 15px 0 0;
}

.success-message {
    border:1px solid #abbb40;
    border-left-width:4px;
    background:#c8db4d;
    color:#7f8e1c;
    float:left;
    display:block;
    width:96%;
    margin:5px 0 10px;
    padding:2%;
}

.error-message {
    width:100%;
    color:#f3746b;
    float:left;
    font-family:Arial,Arial,Verdana;
    font-style:italic;
    font-size:12px;
    margin:5px 0 10px;
}

.pdf {
    background:url(../img/icons/pdf-icon.png) no-repeat 5px 12px;
    width:125px;
    min-height:48px;
    padding:15px 10px 10px 65px;
}

.pdf a {
    color:#212121;
    font-size:12px;
}

#contact-form input#submit {
    border-radius:2px;
    border:none;
    margin:20px 0 30px;
}

select.resp_navigation {
    background-color:#fff;
    display:none;
    height:35px;
    width:425px;
    cursor:pointer;
    outline:none;
}

select.resp_navigation option.main_item {
    font-weight:700;
}

#switch {
    float:left;
    display:block;
    background:#fff;
    -moz-border-radius:0 10px 10px 0;
    -webkit-border-radius:0 10px 10px 0;
    border-radius:0 10px 10px 0;
    position:absolute;
    left:0;
    top:20%;
    border:1px solid #d7d7d7;
    z-index:999;
    padding:15px 20px 15px 10px;
}

#switch h4 {
    font-size:15px;
    color:#4d4d4d;
    font-family:OswaldBook;
    margin-bottom:10px;
}

#switch ul li {
    font-size:12px;
    margin:5px;
}

#show {
    position:absolute;
    left:0;
    top:20%;
    background:#fff;
    -moz-border-radius:0 10px 10px 0;
    -webkit-border-radius:0 10px 10px 0;
    border-radius:0 10px 10px 0;
    behavior:url(PIE.html);
    color:#000;
    border:1px solid #d7d7d7;
    z-index:999;
    padding:0 20px 15px 10px;
}

#show h4,#hide {
    cursor:pointer;
    color:#4d4d4d;
    font-size:15px;
    margin-top:20px;
}

#show h4 span,#hide span {
    font-weight:400;
    display:block;
    clear:both;
}

h4#hide {
    margin-top:30px;
    border-radius:3px;
    background-color:#ff3030;
    width:100px;
    text-align:center;
    font-family:Arial;
    font-size:15px;
    color:#fff;
    padding:7px 0;
}

ul.color h5,ul.scheme h5 {
    border-bottom:1px dotted #cecece;
    padding-bottom:10px;
    margin:20px 0;
}

ul.color li {
    display:inline;
    line-height:30px;
}

.clear,#navigation:after {
    clear:both;
}

span,.main_nav ul li a:hover,.home2_blog_post a,.tour li a:hover,.sub_slider span,.breadcrums ul li a:hover,.subfooter a,.project_details a:hover,.complete_solutions ul li a:hover,.categories_widget ul li a:hover,h2.active,.post-entry a:hover {
    color:#ff3030;
}

.main_nav nav ul,.sub_slider .purchase_button,.single_nav_bar ul {
    float:right;
}

.main_nav ul li a,.post-title h2 a {
    color:#494949;
}

#navigation,#navigation ul,ol.comment-list,ol.children {
    list-style:none;
}

#navigation > li,.single_flex .flexslider,.general_questions .toggle1,.recent_post_widget .flickr-feeds {
    margin:0;
}

.home1_services,.project_details ul li:first-child,.tabs_container h2,.large_button,.medium_button,.small_button,article.entry img,.entry-video {
    margin-top:50px;
}

.home1_services h5,.latest_clients h2,.teammate img {
    padding-bottom:20px;
}

.home1_promo_info ul li:last-child,.home1_how_help h2,.home2_from_blog h2,footer .footer_about img,.footer_about,.footer_categories,.footer_tag_cloud,.footer_social,.project_details .button,.complete_solutions h2,.complete_solutions h5,.complete_solutions p,.complete_solutions ul,.fullwidth img,.recent_post_widget,.service_wrapper p,.services p.service_text,.icons_container h2 {
    margin-bottom:30px;
}

.home1_promo_info h5,.home4_more_features h2,.home4_more_features h5,.people_behind h2,.process_a2 img,.fullwidth h2,.faqs h2,.general_questions h2.heading,.other_questions h2.heading,.services h2,.sitemap h2,.team_page h2,.icons_container.white,.tooltip_container h2,.css3_buttons h2,.social_buttons h2 {
    padding-bottom:30px;
}

.home2_services p,.page_side_left_content h5 {
    margin-top:20px;
}

.home2_services h5,.home3_service h5 {
    margin-bottom:15px;
}

.home2_blog_post img,.home3_mockups h2,.support_section p,.text_widget h5,.categories_widget h5,.recent_post_widget h5,.page_side_left_content img,.some_information p,.columns_container h5,.post-carousel .entry,.post-carousel .entry-date,.blog-entry-list img,.comment-content p,.contact_info p,.contact_info h4 {
    margin-bottom:20px;
}

.home2_tweet img,.home4_more_features ul,.sidebar_wrapper,.tabcontainer,.contact_us p {
    margin:30px 0;
}

.latest_clients ul li,.option-set li,.pfolio_navigation ul li {
    display:inline;
}

.breadcrums ul li a,.toggle_container h5 {
    padding:20px 0;
}

footer .footer_categories h5,footer .footer_tag_cloud h5,footer .footer_social h5 {
    margin-bottom:30px;
    color:#ececec;
}

.pfolio_item,.project_title h5,.project_details ul li:last-child,.related_projects h5,.about2_process h2,.text_widget p,.categories_widget ul li:last-child,.recent_post_widget ul,.services h5,.process_container p.process_text,.toggle2,.boxes,.social_buttons {
    margin-bottom:50px;
}

h2.nofilter,.team_page {
    padding:50px 0;
}

.related_projects,.fullwidth,.faqs,.process_container,.sitemap,.testimonial_page,.toggle1 h2.heading,.icons_container,.tooltip_container,.dropcaps_boxes,.columns_container,.typography,.blog_container,section#respond h4,#googlemaps {
    margin:50px 0;
}

.teammate p,#comment-form p {
    margin-bottom:10px;
}

.complete_solutions ul li,.sitemap ul li {
    padding:5px 0;
}

.search_widget h5,.some_information h5,.entry-content p {
    margin:20px 0;
}

.categories_widget ul li,#comment-form label,#comment-form input,#comment-form textarea {
    margin-bottom:5px;
}

.recent_post_widget .flickr-feeds li,.services h4 {
    padding-bottom:10px;
}

.process_container h2,.testimonial_page h2,.dropcaps_boxes h2,.columns_container h2,.boxes h2,.pricing_container h2 {
    padding-bottom:50px;
}

h2.active span,h2.trigger span:hover,.toggle2 h2.trigger span:hover {
    color:#666;
}

.toggle2 h2.active,.alert_box.notice p,.alert_box.error p,.alert_box.success p,.entry-content .button a,#switch h1,#switch h2,#switch h3,#switch h5 {
    color:#212121;
}

.icons_container.white li,#switch ul li a {
    color:#fff;
}

.dropcaps,.column16,.column8,.column4,.example,.small_tags,.bold_tags,.italic_tags {
    border-bottom:1px solid #dcdcdc;
    padding-bottom:30px;
}

.css3_buttons,.pricing_container {
    margin-top:50px;
    border-bottom:1px solid #dcdcdc;
    padding-bottom:50px;
}

.large_button a:hover,.medium_button a:hover,.social_buttons ul li:hover {
    opacity:0.9;
}

.buttons.orange:hover,.buttons.green:hover,.buttons.red:hover,.buttons.blue:hover,.buttons.purple:hover,.buttons.black:hover,.buttons.light-blue:hover,.buttons.pink:hover {
    background:0;
}

.flickr-feeds ul,.flickr-feeds-inner ul {
    float:left;
    list-style:none;
}

.flickr-feeds li a span:hover,select.resp_navigation option {
    cursor:pointer;
}

.flickr-feeds li a img,.flickr-feeds-inner li a img {
    border:none;
}

.entry-body,ol.comment-list .comment-details {
    overflow:hidden;
}

@media only screen and min-width 768px and max-width 959px{
    .project img {
        width:100%;
    }

    header {
        padding-bottom:50px;
    }

    .main_nav nav {
        position:absolute;
        top:100px;
        left:10px;
    }

    .top_nav {
        padding-top:25px;
    }

    .entry-video iframe {
        width:550px;
    }

    .sidebar_search input {
        width:150px;
    }

    .welcome_message h2 {
        margin-bottom:20px;
    }

    .home3_service img {
        padding-bottom:120px;
    }

    .home1_how_help .person img {
        margin-bottom:180px;
    }
}

@media only screen and max-width 767px{
    .project img {
        width:100%;
    }

    select.resp_navigation {
        display:block;
        float:left;
        margin:15px 0 20px;
    }

    .sub_slider {
        background:url(none);
        background-color:#212121;
        padding-bottom:80px;
    }

    .sub_slider .purchase_button {
        position:absolute;
        left:0;
        top:50px;
    }

    .home1_service {
        margin-top:30px;
    }

    .home1_promo_info {
        padding:0;
    }

    .home1_promo img {
        margin-bottom:20px;
    }

    .support_coffee img {
        position:absolute;
        top:-10px;
        right:-20px;
    }

    .support_section h2 {
        margin-top:50px;
    }

    .subfooter {
        border:none;
        margin-top:30px;
    }

    #totop {
        position:absolute;
        top:720px;
    }

    footer .footer_tag_cloud ul li {
        margin-right:10px;
    }

    .home2_services h5 {
        padding-top:30px;
    }

    .tour {
        margin-left:50px;
        margin-bottom:20px;
    }

    .tour_box_inner h3 {
        border:none;
    }

    .complete_solutions .mockup img {
        margin-left:100px;
        margin-top:-150px;
    }

    .error_page img {
        position:absolute;
        left:-20px;
        top:80px;
    }

    .entry-video iframe {
        width:450px;
    }

    .simple-form textarea {
        width:500px;
    }

    .main_nav ul,img.arrow1,.sidebar,.text_widget,.categories_widget,.recent_post_widget,.switch_out {
        display:none;
    }

    .logo,.tour_box_inner {
        text-align:center;
    }

    footer .footer_tag_cloud h5,.column8 h5,.column4 h5,.column2 h5 {
        margin-top:20px;
    }

    .home2_blog_post,.process_a2,.dropcaps p {
        margin-bottom:30px;
    }

    ul#twitter_update_list span,.option-set li {
        line-height:30px;
    }

    .some_information,.services p,.service_wrapper ul li:last-child {
        margin-bottom:50px;
    }
}

@media only screen and min-width 320px and max-width 480px{
    .project img {
        width:100%;
    }

    select.resp_navigation {
        display:block;
        width:320px;
    }

    .sub_slider {
        background:url(none);
        background-color:#212121;
        padding-bottom:90px;
    }

    .sub_slider .purchase_button {
        position:absolute;
        left:0;
        top:70px;
    }

    .home3_service {
        margin-bottom:30px;
    }

    .support_coffee img {
        position:absolute;
        top:-40px;
        right:-60px;
    }

    .error_page p.error {
        font-size:200px;
    }

    .error_page img {
        position:absolute;
        top:100px;
        left:-50px;
    }

    .social_buttons {
        line-height:50px;
    }

    .switch_out {
        display:none;
    }

    .home4_more_features ul li,form#search_form input#search,.simple-form textarea {
        width:300px;
    }
}