/* Main settings */

html {
    background: url('../img/bg_pat.jpg') #9FCFFF;
    background-attachment: fixed;
}

body {
    font-family: Tahoma, Verdana, Arial;
    background: url('../img/bg_pat.jpg') #9FCFFF;
    background-attachment: fixed;
}

ul li.current a {
    color: #0080FF;
}


p {
    font-size: 13px;
    color: #7e7d7d;
    line-height: 19px;
}

h3 {
    font-size: 18px;
    font-weight: normal!important;
    height: 20px;
}

h1 {
    font-size: 23px;
    font-weight: normal!important;
}

h2 {
    font-size: 18px;
    font-weight: normal!important;
}

h4 {
    font-size: 14px;
    font-weight: normal!important;
    color: #565454;
}

h4 a {
    font-size: 12px;
}

a {
    color: #2B343B;
    text-decoration: none;
	
}

a:hover {
    cursor: pointer;
    color: #0070DF;
}

div#about_page {
    padding: 35px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

input[type="text"], textarea {
}

input[type="text"]:hover, textarea:hover {
    border-color: #59a0ba;
}

input[type="text"]:focus, textarea:focus {
    border-color: #59a0ba;
}

/* Container, content */

div#content {
    width: 900px;
    margin: 0 auto;
}

div#container {
    width: 1000px;
    margin: 0 auto;
    padding-top: 0px;
	 padding-bottom: 0px;
    background-color: #fff;
   box-shadow:
        0 5px 15px 0 rgba(0,0,0,.40),
        0 1px 25px 0 rgba(0,0,0,.0) inset,
        0 -1px 25px 0 rgba(0,0,0,.0) inset;
    -o-transition: all .15s;
    -moz-transition: all .15s;
    -webkit-transition: all .15s;
    -ms-transition: all .15s;
}

div.stripe {
    width: 100%;
    height: 25px;
    background: url('../img/stripe.png');
}
div.stripe3 {
    width: 100%;
    height: 100%;
    background: url('../img/stripe.png');
}

div.social_buttons {
    margin: 40px 0;
}

/* ----- Slider ----- */

.slider {
    margin: 0 auto;
    background: #f8f8f8 url(../img/pattern.jpg) left top repeat;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05) inset,
        0 -5px 15px 0 rgba(0,0,0,.05) inset;
}

.flexslider {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 6px solid #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    -webkit-box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 -5px 15px 0 rgba(0,0,0,.05);
}

.flex-caption {
    position: absolute;
    bottom: 20px;
    max-width: 920px;
    padding: 10px 20px;
    margin: 0;
    background: #1d1d1d; /* browsers that don't support rgba */
    background: rgba(0, 0, 0, .7);
    font-size: 20px;
    line-height: 24px;
    color: #eaeaea;
    text-align: center;
    font-style: bold;
}


/* Navigation */

div#header {
    padding: 5px 0;
    position: relative;
}

div#loader {
    position: absolute;
    top: 34px;
    left: 460px;
}
main_navi1 {
  position: absolute;
    float: right;
    width: 650px;
  background: #B1D3FE;
    margin-top: 68px;
	z-index:999;
}

ul.main_navi {
    float: right;
    width: 640px;
	height: 42px;
  background: #ffffff;
  border: 5px solid #0080FF;
 margin-top: 15px;
}

.main_navi li {
    float: left;
    margin-left: 20px;
	
}

.main_navi li a {
    display: block;
    font-size: 12px;
	float: center;
	margin-top: 0px;
	padding-top: 15px;
	padding-left:8px;
	padding-right:8px;
    color: #0080FF;
    text-decoration: none;

}
.main_navi li.currentx a {
    color: #ffffff;
	height: 27px;
	
	 background: #0080FF;
	
    
}

.main_navi li a:hover {
    color: #ffffff;
	height: 27px;
	
	 background: #0080FF;
	
    
}

/* Main image */

div.main_img {
    width: 595px;
    height: 200px;
}

/* Latest from the gallery */

div.latest_gallery {
    width: 290px;
    float: right;
}

div.latest_gallery h2 {
    font-size: 12px;
    color: #000;
    font-weight: bold!important;
    width: 100%;
    height: 20px;
}

div.latest_gallery div.latest_img {
    display: block;
    float: left;
    margin: 10px 10px 0 0;
}

/* Our best work */

div.best_work {
    margin-top: 0px;
}

div.best_work div {
    position: relative;
    float: left;
    margin: 0px 0px 0 0;
    background-color: #000;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

div.best_work img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

div.best_work div:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40); /* IE6-IE8 */
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

img.view {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    opacity: 0;
    filter: alpha(opacity=0); /* IE6-IE8 */
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

div.best_work div:hover img.view {
    opacity: 1;
    filter: alpha(opacity=100); /* IE6-IE8 */
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.last_img {
    margin-right: 0!important;
}


/* How to Contact Us, What we do */

#info {
    border-top: 1px solid white;
}

div.info_item {
    margin-top: 39px;
    width: 435px;
}

div.info_item p {
    margin-top: 15px;   
}

div.info_item h3 a {
    color: #000;
    text-decoration: none;   
}

div.info_item h3 a:hover {
    color: #777;  
}

.float {
    float: right;
}

/* Button */

div.button_cont {
    margin-top: 20px;
}

a.button {    
    display: block;
    font-size: 14px;
    color: #fff;
    float: right;
    padding: 8px 23px;
    text-decoration: none;
    background-color: #404852;
}

a.button:hover {
    background-color: #5A626B;
    color: #fff;
}

a.button:active {
    background-color: #333940;
}

div.work_info a.button {
    float: right;
}

/* Latest on the blog */

div#latest_blog {
    margin-top: 40px;

}

div.post {
    margin-top: 20px;

}

div.post .info_item {
    margin-top: 0;
} 

div.post .button {
    margin-top: 8px!important;
}

/* Social (Follow team, Subscription) */

div#social {
    margin-top: 40px;

}

div.follow_team {
    width: 450px;
    float: left;
}

div.team_preview {
    margin-top: 15px;
}

div.team_preview div {
    float: left;
    margin-right: 16px;
}

div.team_preview span {
    float: center;
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #4F4F4F;
    height: 20px;
	text-align: center;
}

div.subscription {
    margin-left: 467px;
	  background: #f8f8f8;
    border-bottom: 0px solid #5d5e5e;

}
div.brandname {
    margin-left: 0px;
	margin-top:30px;
	  background: #F2F2F2;
    border-bottom: 0px solid #5d5e5e;
	width:900px;

}
div.subscription:hover{
    margin-left: 467px;
	    box-shadow:
        0 5px 15px 0 rgba(0,0,0,.05),
        0 1px 25px 0 rgba(0,0,0,.05) inset,
        0 -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

div.subscription p {
    margin-top: 20px;
	 margin-left: 10px;
}

div.subscription form input {
    color: #b4b3b3;
    width: 170px;
    height: 35px;
    padding-left: 25px;
	margin-left:10px;
    margin-top: 15px;
    border: 1px solid #abadb3;
}

div.subscription form input[name="mail"] {
    margin-left: 12px;
}

div.subscription form input[type="submit"] {
    font-size: 14px;
    color: #fff;
    float: right;
    text-align: center;
    width: 190px;
    height: 35px;
    text-decoration: none;
    background-color: #404852;
    margin-top: 20px!important;
	 margin-right: 14px!important;
    padding: 0;
    border: none;
	 
	
}

div.subscription form input[type="submit"]:hover {
    background-color: #0069D2;
    cursor: pointer;
	 margin-right: 14px!important;
	 
}

div.subscription form input[type="submit"]:active {
    background-color: #333940;
}

/* Footer */

div#footer {
    height: 20px;
    margin-top: 30px;
	margin-bottom: 10px;
    font-size: 10px;
    color: #5e5d5d;
    clear: both;
}

ul.footer_navi {
    float: right;
}

.footer_navi li {
    float: left;
    margin-left: 8px;
}

.footer_navi li a {
    color: #5e5d5d;
    text-decoration: none;
}

.footer_navi li a:hover {
    color: #000;
}

/* About Page */

h1.about {
    margin-top: 30px;
	background:#9FCFFF;
}

p.about {
    margin-top: 40px;
    width: 900px;
}

/* Our team */

div.team_info {
    margin-left: 205px;
	  background: #f8f8f8;
    border: 0px solid #3399FF;
}
div.team_info:hover {
    margin-left: 205px;
	   box-shadow:
        10px 5px 15px 0 rgba(0,0,0,.05),
        10px 1px 25px 0 rgba(0,0,0,.05) inset,
        10px -1px 25px 0 rgba(0,0,0,.05) inset;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}

div.our_team {
    margin-top: 40px;
}

div.our_team div.member {
    width: 428px;
    float: left;
    margin: 20px 30px 0 0;
	 background: #f8f8f8;
    border-bottom: 2px solid #C0C0C0;
	 border-top: 2px solid #C0C0C0;
	  border-left: 2px solid #C0C0C0;
	   border-right: 2px solid #C0C0C0;
}
div.our_team div.member:hover {
    width: 428px;
    float: left;
    margin: 20px 30px 0 0;
		   box-shadow:
        0 5px 15px 0 rgba(0,0,10,.05),
        0 1px 25px 0 rgba(0,0,10,.05) inset,
        0 -1px 25px 0 rgba(0,0,10,.05) inset;
    -o-transition: all .15s;
    -moz-transition: all .15s;
    -webkit-transition: all .15s;
    -ms-transition: all .15s;
	border-bottom: 2px solid #2492FF;
	 border-top: 2px solid #2492FF;
	  border-left: 2px solid #2492FF;
	   border-right: 2px solid #2492FF;
}

div.our_team div.member img {
    display: block;
    width: 195px;
    float: left;
	 margin: 4px 0px 0 5px;
}

div.our_team div.member h4 {
    margin-top: 11px;
}

div.our_team div.member p {
    margin-top: 11px;
}

/* Portfolio */

p.portfolio {
    margin-top: 20px;
}

ul.work_list {
    margin-top: 60px;
}

ul.work_list li {
    float: left;
    margin-right: 60px;
    width: 420px;
    margin-bottom: 60px;
}

ul.work_list li div.work_preview  {
    background: #000;
    position: relative;
}

ul.work_list li img {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

div.work_preview:hover img.view {
    opacity: 1;
    filter: alpha(opacity=100); /* IE6-IE8 */
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

div.work_preview:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40); /* IE6-IE8 */
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

ul.work_list h2 a {
    font-size: 18px;
    font-weight: normal!important;
    color: #000;
    text-decoration: none;
}

ul.work_list h2 a:hover {
    color: #777;
}

div.work_info {
    margin-top: 20px;
}

div.work_info h4 {
    margin-top: 11px;
}

div.work_info p {
    margin-top: 20px;
}

div.work_info a {
    font-size: 12px;
}

/* Page navigation */

ul.page_navi a {
    display: block;
    font-size: 14px;
    color: #aaa;
    padding: 10px 10px;
}

ul.page_navi a:hover {
    color: #000;
}


ul.page_navi li {
    float: left;
}


/* View work Page */

div.view_work {
    margin-top: 30px;
}

div.view_work h3 {
    font-size: 16px;
}

div.view_work a.button {
    float: left;
}

div.title_img {
    width: 575px;
    overflow: hidden;
    float: left;
}

div.work_info_text {
    margin-left: 610px;
}

div.work_info_text h4 {
    margin-top: 15px;
}

div.description {
    margin-top: 35px;
    padding: 35px 0 35px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

div.work_info_text p {
    margin-top: 10px;
}

div.work_info_text a {
    font-size: 12px;
}

h1.title_work {
    margin-top: 30px;
}

/* Blog Page */

p.blog_info {
    margin-top: 20px;
}

div#blog_content {
    margin-top: 50px;
}

/* Blog Sidebar */

div#sidebar {
    float: left;
    width: 210px;
}

div#sidebar h3 {
    font-size: 16px;
}

ul.menu_cat {
    margin-top: 15px;
}

ul.menu_cat h2.category_list {
    display: block;
    font-size: 14px!important;
    color: #fff;
    padding: 7px 0 7px 20px;
    text-decoration: none;
    background-color: #5A626B;

}

ul.show_list {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 10px 0;
}

ul.show_list a {
    display: block;
    font-size: 13px;
    color: #555;
    padding: 7px 0 7px 10px;
    text-decoration: none;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

ul.show_list a:hover {
    background-color: #999;
    color: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

/* Search */

h3.blog_search {
    margin-top: 30px;
}

input[name="search"] {
    color: #b4b3b3;
    width: 195px;
    height: 35px;
    padding-left: 15px;
    margin-top: 15px;
    border: 1px solid #abadb3;
}

/* Sponsors */

h3.sponsors {
    margin-top: 25px;
}

div.sponsor_img {
    margin-top: 10px;
}

div.sponsor_img img {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

a.older {
    display: block;
    margin-left: 240px;
    clear: both;
    font-size: 14px;
    color: #aaa;
    width: 90px;
}

a.older:hover {
    color: #000;
}

/* Blog Posts */

div.post_container {
    margin-left: 240px;
}

div.view_post {
    float: right;
    width: 660px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 45px;
}

div.view_post h1 a {
    text-decoration: none;
    font-size: 24px;
    color: #000;
}

div.view_post h2 a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    margin: 25px 0;
}

div.view_post h1 a:hover, div.view_post h2 a:hover {
    color: #777;
}

div.view_post h4 {
    margin-top: 15px;
}

.post_img {
    margin-top: 25px;
}

div.view_post img {
    display: block;
    margin: 20px auto 0 auto;
    width: 100%;
}

div.view_post p {
    margin-top: 25px;
}

div#author {
    clear: both;
    border-bottom: 1px solid #ddd;
    padding-bottom: 35px;
}

div#author h2 {
    font-size: 20px;
    padding-bottom: 20px;
}

div#author img.author_img {
    display: block;
    float: left;
    width: 90px;
    margin-right: 20px;
}

/* Comments */

div#comments {
    margin-top: 50px;
}

form.comments {
    color: #777;
    font-size: 12px;
}

form.comments input {
    color: #b4b3b3;
    width: 250px;
    height: 35px;
    padding-left: 15px;
    margin-top: 20px;
    border: 1px solid #abadb3;
}

form.comments textarea {
    color: #b4b3b3;
    width: 640px;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 20px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    border: 1px solid #abadb3;
}

/* Comments */

div#comment_list {
    margin-top: 50px;
    padding: 40px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

div.comment {
    margin-bottom: 30px;
}

div.comment img.avatar {
    display: block;
    width: 90px;
    float: left;
}

div.comment_content {
    margin-left: 110px;
}

div.comment_content h4 {
    margin-top: 5px;
}

div.comment_content p {
    margin-top: 15px;
}

/* Contacts */

p.contacts {
    margin-top: 20px;
}

form.contact_form {
    color: #777;
    font-size: 12px;
    margin-top: 30px;
    width: 360px;
    float: left;
}

form.contact_form h2 {
    color: #000;
}

form.contact_form input {
    color: #b4b3b3;
    width: 345px;
    height: 35px;
    padding-left: 15px;
    margin-top: 20px;
    border: 1px solid #abadb3;
}

form.contact_form textarea {
    color: #b4b3b3;
    width: 340px;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 20px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 12px;
    border: 1px solid #abadb3;
}

form.contact_form input[type="submit"] {    
    font-size: 14px;
    color: #fff;
    float: right;
    text-align: center;
    width: 100px;
    height: 30px;
    margin-top: 10px!important;
    text-decoration: none;
    background-color: #404852;
    padding: 0;
    border: none;
}

form.contact_form input[type="submit"]:hover {
    background-color: #0069D2;
    cursor: pointer;
}

form.contact_form input[type="submit"]:active {
    background-color: #333940;
}

div.other_contacts {
    margin-left: 550px;
    margin-top: 30px;
}

div.other_contacts p {
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

div.contact_item {
    padding: 10px 0 10px 37px;
    color: #777;
    font-size: 14px;
}

div.contact_info {
    border-top: 1px solid #fff;
}

div.phone {
    background: url('../img/contacts/phone.png') no-repeat;
    background-position: 0px 8px ;
}

div.fax {
    background: url('../img/contacts/fax.png') no-repeat;
    background-position: 0px 8px ;
}
div.mail {
    background: url('../img/contacts/mail.png') no-repeat;
    background-position: 0px 9px ;
}

div.twitter {
    background: url('../img/contacts/twitter.png') no-repeat;
    background-position: 0px 9px ;
}

footer .social {
    margin-top: 20px;
    text-align: left;
}

footer .social a { display: inline-block; width: 24px; height: 24px; margin: 0 0 0 8px; vertical-align: middle; }

footer .social a.twitter { background: url(../img/social-icons/twitter.png) left bottom no-repeat; }
footer .social a.dribbble { background: url(../img/social-icons/dribbble.png) left bottom no-repeat; }
footer .social a.rss { background: url(../img/social-icons/rss.png) left bottom no-repeat; }
footer .social a.pinterest { background: url(../img/social-icons/pinterest.png) left bottom no-repeat; }
footer .social a.flickr { background: url(../img/social-icons/flickr.png) left bottom no-repeat; }
footer .social a.forrst { background: url(../img/social-icons/forrst.png) left bottom no-repeat; }
footer .social a.vimeo { background: url(../img/social-icons/vimeo.png) left bottom no-repeat; }
footer .social a.linkedin { background: url(../img/social-icons/linkedin.png) left bottom no-repeat; }
footer .social a.facebook { background: url(../img/social-icons/facebook.png) left bottom no-repeat; }
footer .social a.email { background: url(../img/social-icons/email.png) left bottom no-repeat; }
footer .social a.github { background: url(../img/social-icons/github.png) left bottom no-repeat; }
footer .social a.behance { background: url(../img/social-icons/behance.png) left bottom no-repeat; }
footer .social a.googleplus { background: url(../img/social-icons/googleplus.png) left bottom no-repeat; }
footer .social a.youtube { background: url(../img/social-icons/youtube.png) left bottom no-repeat; }
footer .social a.skype { background: url(../img/social-icons/skype.png) left bottom no-repeat; }
footer .social a.tumblr { background: url(../img/social-icons/tumblr.png) left bottom no-repeat; }

footer .social a:hover { background-position: left top; }
