body {
    color: #727272;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
}

body.boxed header {
    width: 100%;
}

.wrap {
    overflow: hidden;
}

img {
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #666;
    font-family: 'Oswald',sans-serif;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
}

h1,h2,h3 {
    margin: 0 0 25px;
}

h3 {
    font-size: 22px;
    position: relative;
}

h3.title {
	overflow: hidden;
	line-height:28px;
}

h3.title:after {
    background: url(../img/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
}

h3.titlebg:after {
    background: none !important;
	border:#999 0px solid;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
    }

.our-clients h3.title:after, .service-reasons h3.title:after {
    background: none;
}

.our-clients h3.title, .service-reasons h3.title {
    color: #fff;
}

.our-clients, .service-reasons {
    background: url(../img/img-bg-blur.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    padding: 50px 0;
	background-position: center center;
    background-size: cover;
}

.client, .service-reasons {
    position: relative;
    overflow: hidden;
}

.our-clients .carousel-controls {
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 83px;
}

ul,li,ol {
    line-height: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover,a:focus {
    text-decoration: none;
    outline: none;
	color: #666;
}

.btn-special,.btn-normal,.btn-small,.btn-large,.comment-des,.steps .popup,.testimonial p,.contact-box {
    border-radius: 3px;
}

/* Header */
#header .main-header {
    min-height: 86px;
    z-index: 9999;
    width: 100%;
    position: relative;
	background:#015858 !important;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px -3px rgba(0,0,0,0.2);
}

header .top-bar {
    min-height: 30px;
    background: #25292C;
	border-bottom: 1px solid #414f5a;
    padding: 7px 0;
}

.topnav .navbar-toggle i {
    line-height: 20px;
}

.phone-email {
    padding: 3px 0;
}

.phone-email a {
    margin-right: 20px;
}

.phone-email i.icon-phone {
    font-size: 14px;
}

.phone-email i {
    margin-right: 7px;
}

header .social,footer .social {
    margin-right: 4px;
    line-height: 30px;
}

header #search-form {
    line-height: 30px;
}

footer .social li:last-child,footer .social {
    margin-right: 0 !important;
}

header .social li,footer .social li {
    background-color: #FFF;
    border-radius: 100% 100% 100% 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    width: 25px;
    text-align: center;
    background: #fff;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    padding: 1px;
}

header .social i,footer .social i {
    color: #666;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

#search-form .search-text-box {
    background-color: #fff;
    background-image: url(../img/search-icon.png);
    background-position: 6px 56%;
    background-repeat: no-repeat;
    border: 0;
    color: transparent;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
}

#search-form .search-text-box:focus {
    font-size: 13px;
    background-color: #fff;
    width: 170px;
    height: 25px;
    border: 0;
    color: #888;
    cursor: text;
    text-align: left;
    padding: 0 15px 1px 25px;
}

header .main-header {
    display: block;
    position: relative;
    text-align: left;
}

.logo {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 19%;
}

.logo2{
    float: left;
    height: auto;
    margin: 39px 0 0;
    padding: 0;
    width: 73%;
}

 .logo2 img{
    height:100%;
    width: 100%;
}


.logo h1 {
    margin: 13px 0;
}

.navbar-fixed-top {
    position: fixed !important;
}
/* Breadcrumbs */
.breadcrumb-wrapper {
    background: #FAFAFA;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}

h2.title {
    font-size: 26px;
    line-height: 40px;
    margin: 20px 0;
}

.breadcrumbs {
    margin: 24px 0;
}

.breadcrumbs ul li {
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    color: #9e9e9e;
    margin: 0 0 0 5px;
}

.breadcrumbs ul li a {
    color: #898989;
    font-weight: 600;
}

.breadcrumbs ul li:first-child {
    margin-left: 2px !important;
}

.breadcrumbs ul li:nth-child(2):before,.breadcrumbs ul li:first-child:before {
    content: " ";
    margin: 0;
}

.breadcrumbs ul li:before {
    color: #9e9e9e;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0 9px 0 0;
}
/* Slider */
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    max-height: 470px !important;
    overflow: hidden;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0;
    visibility: hidden;
}

.tp-leftarrow.default,.nivo-prevNav {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #898989;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible;
}

.tp-leftarrow.default:before,.nivo-prevNav:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    text-align: center;
    visibility: visible;
}

.tp-rightarrow.default,.nivo-nextNav {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #898989;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible;
}

.tp-rightarrow.default:before,.nivo-nextNav:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    text-align: center;
    visibility: visible;
}

.nivo-caption h2 {
	margin:0;
	line-height:60px;
}


/* Buttons */
.btn:hover,.btn:focus {
    color: #fff;
}

.btn-pad {
    margin: 7px;
}

.btn-grey {
    color: #515151 !important;
    text-shadow: -1px 1px 0px #fff;
    outline: 0;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: -moz-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: -o-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: -ms-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
    border: 1px solid #969696;
    -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
}

.btn-grey:hover {
    background: -webkit-linear-gradient(#f8f8f8,#ddd);
    background: -moz-linear-gradient(#f8f8f8,#ddd);
    background: -o-linear-gradient(#f8f8f8,#ddd);
    background: -ms-linear-gradient(#f8f8f8,#ddd);
    background: linear-gradient(#f8f8f8,#ddd);
}

.btn-color,.btn-grey {
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}

.btn-color {
    color: #fff !important;
    text-shadow: 0 1px #555 !important;
}

.btn-special {
    border-radius: 4px;
}

.btn-special {
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-normal {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 12px 30px;
}

.btn-small {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding:3px 20px;
}

.btn-large {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    padding: 17px 50px;
}

/* Main Content */
#main {
    background-color: #fff;
	padding: 0 0 60px;
}

.home #main, .home-2 #main, .home-3 #main, .page-services #main, .about #main {
	padding:0;
}


/*Blog page*/

.page article.post {
    border-bottom: none;
}

.post-header h3.content-title {
    text-align: left !important;
    margin-bottom: 15px;
}


.blog-entry-meta {
    font-size: 0;
}

.blog-entry-meta-date {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-author {
    display: none;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-tags {
    display: none;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-comments {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta i {
	margin-right: 4px;
}



.blog.meta_author .blog-entry-meta-author {
    display: inline-block;
}

.blog.meta_tags .blog-entry-meta-tags {
    display: inline-block;
}

.blog.meta_comments .blog-entry-meta-comments {
    display: inline-block;
}

.blog.meta_authortags .blog-entry-meta-author,.blog.meta_authortags .blog-entry-meta-tags {
    display: inline-block;
}

.blog.meta_authorcomments .blog-entry-meta-author,.blog.meta_authorcomments .blog-entry-meta-comments {
    display: inline-block;
}

.blog.meta_tagscomments .blog-entry-meta-tags,.blog.meta_tagscomments .blog-entry-meta-comments {
    display: inline-block;
}

.blog-entry-meta-author,.blog-entry-meta-tags,.blog-entry-meta-comments {
    display: inline-block;
}

.post-content {
    padding-bottom: 10px;
}

.blog-small article .post-image {
	float:left;
	width: 43%;
	margin-bottom:25px;
}

.blog-small article .post-content-wrap {
	float:left;
	width: 50%;
	margin:0 0 0 4%;
}

.post-date a.date {
    background: none repeat scroll 0 0 #fafafa;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 55px;
	border-radius:2px;
}

.post-date a.date strong {
    color: #1889C1;
    display: block;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 10px;
}

.post-date a.date i {
    background-color: #1889C1;
    border-top: 1px solid #F3F3F3;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-style: normal;
}

.blog-small .blog-entry-meta-author, .blog-small .blog-entry-meta-tags, .blog-small .blog-entry-meta-comments {
	font-size:11px;
}

/* Sidebar */
.sidebar ul.slide li {
    padding-left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidebar ul.slide li:hover {
    padding-left: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidebar p {
    text-align: left !important;
    margin: 0 0 2px;
}

.sidebar .widget, .widget {
    margin-bottom: 35px;
}

.search-input {
    height: 38px !important;
    width: 218px;
}

/* Tabs */
#horizontal-tabs {
	margin-bottom:30px;
}

#horizontal-tabs ul.tabs li {
    background: #fafafa;
    border-right: 1px solid #ddd;
    border-top: 2px solid #666;
    cursor: pointer;
    float: left;
    font-size: 15px;
    padding: 12px;
}

#horizontal-tabs ul.tabs li.current {
    border-bottom: 1px solid #fff;
    background: none;
    cursor: default;
}

#horizontal-tabs ul.tabs {
    border-left: 1px solid #ddd;
    overflow: hidden;
	border-radius:2px;
}

#horizontal-tabs .contents {
    border: 1px solid #ddd;
    margin-top: -1px;
	border-radius:2px;
}

#horizontal-tabs .tabscontent.no-padding {
    padding-left: 0;
    padding-right: 0;
}

#horizontal-tabs .tabscontent {
    display: none;
    overflow: hidden;
    padding: 20px 20px 0;
}

.tabs ul.posts li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f8f8f8;
}

.tabs ul.posts li img {
    height: 68px;
    width: 68px;
    -webkit-transition: all .4s ease-in 0;
    -moz-transition: all .4s ease-in 0;
    -o-transition: all .4s ease-in 0;
    -ms-transition: all .4s ease-in 0;
    transition: all .4s ease-in 0;
    float: left;
}

.recent-post-img {
    margin: 0 13px 5px 0;
}

.sidebar .testimonials-title h3 {
    margin: 0 0 20px !important;
}

.category ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-right: 10px;
}

.widget.category ul li {
    margin-bottom: 7px;
    border-bottom: 1px solid #F8F8F8;
    padding: 3px 0;
}

.widget .ads-img img {
    margin-bottom: 30px;
	max-width: 100%;
}


/* Author Info */
.about-author {
    margin-top: 30px;
}

.author-content {
    padding: 20px;
}

.author-content .avatar {
    float: left;
    margin: 0 20px 0 0;
	
}

.avatar {
	border: 1px solid #ddd;
	padding:4px !important;
	border-radius: 100%;
}

.avatar img {
	border-radius: 100%;
}

.author-content .data {
    margin: -10px 0 0;
}


/* Comments Section */
.comments-sec {
    float: left;
    width: 100%;
    margin: -5px 0 25px;
}

ol.commentlist li {
    float: left;
    padding: 10px 0 15px;
	width:92%;
}

ol.commentlist {
    float: left;
    width: 100%;
    margin: 0;
}

ol li ol.childlist {
    float: right;
    width: 86%;
    margin: 0;
}

ol.commentlist li ol.childlist li:first-child {
    padding: 25px 0 0;
}

ol.commentlist li:first-child {
    margin: 0 0 7px;
    padding: 25px 0 0;
}

.avatar img {
    float: left;
    max-width: 70px;
}

.comment-des p {
    line-height: 23px;
    margin: 0;
}

.comment-des {
    float: left;
    background: #fafafa;
	border: 1px solid #ddd;
    color: #888;
    -webkit-box-shadow: :inset 0 -1px 0 0 rgba(0,0,0,0.06);
    box-shadow: :inset 0 -1px 0 0 rgba(0,0,0,0.06);
    margin: -70px 0 0 100px;
    padding: 19px 22px 22px;
}



.comment:before {
    position: absolute;
    display: block;
    content: "";
    margin-left: 93px;
    margin-top: 25px;
    width: 15px;
    height: 15px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-top: 0;
    z-index: 1;
}

.comment-des strong {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: #666;
}

.comment-des span {
    float: left;
    color: #999;
}

.comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
}

.comment-by span.reply {
    float: right;
    display: inline;
}

.comment-by span.reply a {
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: 400;
    color: #999;
}

.comment-by span.reply a i {
    color: #bbb;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.comment-by span.reply a:hover,.comment-by span.reply a:hover i {
    color: #a0a0a0;
}

.comment-by span.date {
    color: #999;
    float: left;
    font-weight: 300;
    margin: 0 0 0 2px;
    padding: 0 0 0 9px;
}

.reply label {
    margin: 0 0 4px;
}

.reply label span {
    color: #e24747;
}

.reply input {
    margin: 0 0 0px;
}

.reply textarea {
    min-width: 97.5%;
    min-height: 180px;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    resize: vertical;
    margin: 0 0 18px;
}


/* Slogan Area */
.slogan {
    min-height: 100px;
    background: #fafafa;
    width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.slogan-content {
    padding: 25px 0;
}

.slogan-title {
    display: inline-block;
    margin: 10px 0;
}

.page-services .slogan-content {
    padding: 40px 0;
}

.page-services .get-started  {
	padding-top: 15px;
}

.get-started {
    padding-top: 1px;
	vertical-align:middle;
}


/* Main Content Boxes */
.main-content,.content {
    padding: 19px 0 0;
}

.home-2 .main-content, .home-3 .main-content {
	margin: 45px 0 40px;
	padding:0;
}

.main-content {
	margin: 0px;
}

div.content-box {
    clear: both;
}

div.content-box div.content-box-info {
    padding-left: 115px;
}

div.content-box.big {
	padding:0 7% 30px;
	border-radius: 3px;
	background:#fff;
	-webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}


div.content-box.big .ch-info-wrap {
	margin: -42px auto 35px;
	position:relative;
	left:auto;
	top:auto;
}

div.content-box.big:hover {
	background: #fafafa;
}

div.content-box.big div.content-box-info {
    padding-left: 0;
	text-align:center;
	margin:25px 0 0;
}

div.content-box.big div.content-box-info p {
	text-align:center;
	margin-top: 25px;
}

.service-reasons div.content-box.big {
	transition:none;
	margin-top: 30px;
	border: 1px solid #fff;
}

.main-content h3 {
    color: #666;
    line-height: 32px;
    margin: 0 0 5px;
}

.main-content p,.content p {
    text-align: left;
}


/* Box border and background */

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
	border-style:solid;
	border-width: 1px 1px 3px;
	border-color: #ddd;
	background: #fafafa;
	
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}



/*Graph Style*/

ul.graph-container {
	margin-left:10em;
}


/*************************************
 *   Bars Fill                       *
 * Just an example of filling 3 bars *
 *************************************/
.graph-container > li:nth-child(1) .bar-inner { height: 25%; bottom: 0; }
.graph-container > li:nth-child(2) .bar-inner { height: 50%; bottom: 0; }
.graph-container > li:nth-child(3) .bar-inner { height: 75%; bottom: 0; }
.graph-container > li:nth-child(4) .bar-inner { height: 85%; bottom: 0; }
.graph-container > li:nth-child(5) .bar-inner { height: 90%; bottom: 0; }



/* Portfolio */
.portfolio-single .work-title h3 {
    margin-bottom: 20px !important;
}

.portfolio-wrap .item {
    width: 24.99%;
}

.item .item-inner,.post-image {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

.post-image, .img-content {
	padding: 4px;
	border: 1px solid #ddd;
	background: url(../img/bg_off.png) repeat;
}

.img-content {
	float: left;
	margin: 5px 20px 20px 0;
}

.img-content img {
	width: 100%;
}

.post-image a {
	display:block;
	position:relative;
}

.post-image .nivoSlider a {
	position: absolute !important;
}

.portfolio .item .portfolio-item {
	margin-bottom: 30px;
}

/*Project details*/

.project_details span {
    border-bottom: 1px solid #E3E3E3;
    color: #454545;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}

.project_details strong {
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
}

.project_details em {
    float: left;
    font-style: normal;
    margin: 0;
    padding: 0;
    width: 60%;
}

.project_details span a {
    background-color: #fafafa;
    border-radius: 3px;
	border:1px solid #ddd;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 5px 5px;
    padding: 3px 10px;
	display:inline-block;
}

.recentworks {
    background: #fafafa;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 0px 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	overflow:hidden;
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}


/* Circular navigation */
.cn-wrapper {
    width: 26em;
    height: 26em;
    position: relative;
    z-index: 10;
    bottom: 0;
    left: 50%;
	overflow: hidden;
    margin-left: -185px;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.cn-wrapper:after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
    z-index: 11;
}

.cn-wrapper li {
    position: absolute;
    font-size: 1.5em;
    width: 10em;
    height: 10em;
    overflow: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border: 1px solid #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.cn-wrapper li a {
    display: block;
    font-size: 1.2em;
    height: 13.5em;
    width: 13.5em;
    position: absolute;
    bottom: -6.75em;
    right: -6.75em;
	overflow: hidden;
    text-decoration: none;
    -webkit-transition: background-color .3s ease, -webkit-transform .8s ease;
    -moz-transition: background-color .3s ease, -moz-transform .8s ease;
    -o-transition: background-color .3s ease, -o-transform .8s ease;
    -ms-transition: background-color .3s ease, -ms-transform .8s ease;
    transition: background-color .3s ease, transform .8s ease;
}

.cn-wrapper li a:hover,.cn-wrapper li a.active {
    background-color: #fafafa;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.cn-wrapper span {
    font-size: 1.3em;
}


/*Cirular Navigation Content*/
.cn-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.circular-nav {
	overflow:hidden;
}

#cn-tabs .service {
	display:none;
	overflow:hidden;
	background: #fafafa;
    padding: 15px 25px;
    border-radius: 2px;
}

.cn-content {
    
	overflow:hidden;
	
}

.cn-content p {
    z-index: 9999;
}

#cn-tabs .service:before {
    position: absolute;
    display: block;
    content: "";
    top: 44%;
    right: -3px;
    width: 35px;
    height: 35px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-bottom: 0;
    z-index: 1;
}


/* Carousel Controls */

a.prev.disabled,a.next.disabled {
    cursor: default;
}

.carousel-controls a.next {
    right: 15px;
    position: absolute;
}

.carousel-controls a.prev {
    right: 45px;
    position: absolute;
}

a.prev,a.next {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    background: #323B44;
    color: #fafafa;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

a.next {
    padding-left: 3px;
}

a.prev.disabled,a.next.disabled {
    display: block;
    cursor: default;
    background: #323B44;
    color: #fafafa;
    font-size: 20px;
    text-align: center;
}


/* Testimonials */
.testimonial p {
    background: #fafafa;
    font-weight: 500;
    margin: 0;
    padding: 27px 25px;
	border: 1px solid #ddd;
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}

.our-clients .testimonial p, .our-clients .testimonials-arrow {
	border: none;
}
	

.testimonials-arrow {
    display: block;
    content: "";
    margin-top: -7px;
    margin-left: 45px;
    width: 14px;
    height: 14px;
    background-color: #fafafa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
    border-top: 0;
}

.testimonial .author {
    margin: 0px 0 0 19px;
}

.testimonial-image {
    float: left;
    height: 70px;
    position: relative;
    width: 70px;
}

.testimonial-image img {
    border-radius: 50px;
    height: 70px !important;
    width: 70px !important;
	border:1px solid #ddd;
	padding:4px;
}

.our-clients .testimonial-image img {
	border:none;
	padding:0;
}

.our-clients .testimonial-author-info {
    color: #ddd;
}

.testimonial-author-info {
    padding: 10px 0 0 90px;
    color: #666;
}

.testimonial-author-info a {
	display:block;
}

.our-clients .testimonial-author-info a {
    color: #fff;
}

span.color {
    font-size: 14px;
    font-weight: 700;
}


/* Footer */
.footer-top {
    background: #468181;
	border-bottom: 0px solid #414f5a;
    color: #A1A1A1;
    padding: 1px 0 ;
}

.footer-bottom {
    background: #015858 !important;
    color: #888;
    line-height: 30px;
    padding: 15px;
}

.social-icons-footer-bottom {
    float: right;
    margin: 6px 0 0;
}

.social-icons-footer-bottom li {
    display: inline;
    float: left;
    margin-right: 7px !important;
    list-style: none;
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    -ms-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
}

.social-icons-footer-bottom li i {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 16px;
    padding-top: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}

.scrollup {
    width: 40px;
    height: 40px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    background: #9e9e9e;
    z-index: 9999;
}

.scrollup i {
    line-height: 38px;
}

a.scrollup:hover i,a.scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}

#tweets li:before {
    color: #727272;
    content: "\f099";
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    margin: 0 0 0 -28px;
}

#tweets li {
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0 0 0 28px;
}

#tweets .content {
    padding-top: 0;
    margin-bottom: 5px;
}

#flickrfeed li {
	float:left;
	margin:5px 5px 0 0;
}

.contact-us {
    margin: 15px 0 0;
    background: url("../img/contact-map.png") no-repeat center bottom;
}

footer .contact-us a {
    color: #fff !important;
}

.contact-us .icon-map-marker {
    font-size: 16px;
}

.contact-us li i {
    color: #666;
    float: left;
    margin: 4px 0 0;
}

.contact-us p {
    line-height: 24px;
    margin-left: 20px;
    margin-top: -2px;
    }
	
.ptext{    
    margin: 0px 0px;
	padding:0px 0px;
	width:100%;
	min-height:15px;
	float:left;
	border: #0066FF 0px solid;
    }

.ptext h1{
    border: 0px solid #0066ff;
    float: left;
    font-size: 13px;
    line-height: 1.8;
    margin-left: 4px;
    text-align: left;
    width: 21%;
    }
	
.ptext h2{
    border: 0px solid #ff0000;
    color: #727272;
    float: left;
    font-size: 13px;
    line-height: 1.8;
    width: 57%;
    }
.ptext h2 a{
    color: #719b03;
	text-decoration:underline;
	cursor:pointer;
    }
.ptext h2 a:hover{
    color: #719b03;
	text-decoration: none;
    }
	

.contact-us li p strong {
    color: #727272;
    float: left;
    font-weight: 600;
    margin: 0 5px 5px 0;
}

.subscribe-btn {
    height: 38px;
    background-image: none;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    border: none;
	text-shadow: 0 1px #555555 !important;
}

.subscribe {
    height: 38px !important;
    width: 100%;
}

#not-found {
    margin: 60px 0 45px;
}

#not-found h2 {
    font-size: 200px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 210px;
    text-align: center;
}

#not-found p {
    color: #9e9e9e;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}

#not-found i {
    color: #F03;
    font-size: 210px;
    position: relative;
    top: -12px;
}

.back-home p {
	text-align:center !important;
	margin: 0 auto;
}

.back-home .search-form {
	width: 290px;
	margin:30px auto 0;
}

.sitemap {
	margin-bottom:15px;
}

.sitemap ul, .sitemap li {
	margin:auto !important;
	padding: inherit !important;
	list-style: disc;
}

.sitemap li ul li {
	list-style: circle;
}

/* Services */
ul.why li {
    margin: 7px 0;
}

ul.why li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: relative;
    color: #fff;
    background: #666;
    border-radius: 100%;
    margin: 0 7px 0 0;
    padding: 3px;
}

.services-big div.content-box div.content-box-icon {
	border: 1px solid #ddd;
    background: url(../img/bg_off.png) repeat;
    border-radius: 2px;
    display: block;
    float: none;
    position: relative;
	padding: 4px;
}

.services-big .content-box-icon span {
    z-index: 4;
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background-color: #666;
}

.services-big .content-box-icon i {
    color: #fff;
    float: left;
    font-size: 48px;
    line-height: 130px;
    left: 34%;
    position: relative;
    z-index: 5;
}

.services-big div.content-box div.content-box-info {
    padding-left: 0;
}

.services-big h4 {
    margin: 20px 0;
}

.services-big img {
	
	width:100%;
}


/* Common Elements */
.divider {
    margin: 60px 0;
}

.blog-divider {
	margin:35px 0;
	background: url(../img/bg_off.png) repeat;
    content: "";
    height: 5px;
}

.top-pad {
    margin-top: 25px;
}
.top-pad2{
    margin-top:6px;
    }
	
.top-pad3{
    margin-top:12px;
    }
	
.left-pad2{
    margin-left:9px;
    }

.no-divider {
    margin: 0;
}

.bottom-pad {
    margin-bottom: 60px;
}

.bottom-pad-small {
    margin-bottom: 30px;
}

.no-bottom-pad {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Form */

input, textarea { 
	border: solid 1px #E5E5E5;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important;
}


input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}


/* Accordion */
.accordionMod .panel-heading .accordion-toggle {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 10px 45px;
}

.accordion-body,.panel-heading {
    background: #fff;
    border-radius: 3px;
    padding: 0;
}

.accordionMod .panel-heading .accordion-toggle .icon:before {
    content: "\f067";
    font-family: FontAwesome;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 11px;
}

.accordionMod .panel-heading .accordion-toggle .iconActive:before {
    content: "\f068";
    font-family: FontAwesome;
}

.accordionMod .panel-heading .current {
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.contact-box,.contact-box i,.contact-box p,.contact-box h3 {
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    -o-transition: all .5s ease-in-out 0;
    -ms-transition: all .5s ease-in-out 0;
    transition: all .5s ease-in-out 0;
}


/* Contact Box */
.contact-box {
    text-align: center !important;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,0.05) inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,0.05) inset;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    margin: 0 0 20px;
    padding: 32px 28px;
}

.contact-box:hover {
	border: none;
}

.contact-box i {
    font-size: 48px;
}


/* Home page posts section */
.blog-showcase {
    padding: 0;
}

.blog-showcase ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
    overflow: hidden;
}

.blog-showcase ul li {
    position: relative;
    display: inline-block;
}

.blog-showcase ul li:last-child {
    padding-right: 0 !important;
}

.blog-showcase ul li.blog-first-el {
    padding-right: 270px;
}

.blog-showcase ul li.blog-first-el .blog-showcase-extra-info {
    zoom: 1;
    filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

.blog-showcase ul li.blog-first-el .blog-showcase-thumb {
    border-right: 0;
}

.blog-showcase ul li img,.blog-showcase-extra-info,.blog-showcase ul li {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog-showcase-thumb {
    position: relative;
    overflow: hidden;
    z-index: 20;
    margin-bottom: 5px;
    width: 297px;
}

.blog-showcase-thumb:hover .showcase-blog-overlay {
    zoom: 1;
    filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: .5;
}

.blog-showcase-extra-info {
    width: 277px;
    height: 180px;
    z-index: 10;
    margin: 0;
    position: absolute;
    left: 297px;
    top: 2px;
    overflow: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
}

.blog-showcase-extra-info span {
    display: block;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: none;
    border-right: 0;
    margin-bottom: 5px;
    line-height: 24px;
}

.blog-showcase-extra-info span a {
    font-size: 10px;
    color: #999;
}

.blog-showcase-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px !important;
    display: inline-block;
    margin-bottom: 0;
    color: #333;
}

.blog-showcase-more {
    font-size: 12px;
    text-decoration: underline;
}

.web-normal i {
    display: inline-block;
    margin: 15px;
}

.domains span {
    padding: 0 5px;
	color:#000000;
}

.bold {
    font-weight: bold;
}

.styleFontSerif {
    font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

.domains a {
    color: #000;
}


/* Isotope Portfolio  Gallery */
#options {
    padding: 10px 0 25px;
}

#options li {
    float: left;
    margin: 4px 8px 4px 0;
}

#options li a {
    display: inline-block;
    background: #fafafa;
    color: #727272;
    font-size: 16px;
    text-decoration: none;
    padding: 7px 20px;
	border:1px solid #ddd;
}

.portfolio .item {
    position: relative;
    overflow: hidden;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -o-transition-property: height,width;
    -ms-transition-property: height,width;
    transition-property: height,width;
}

.isotope .isotope-item {
    -webkit-transition-property: 0;
    -moz-transition-property: 0;
    -o-transition-property: 0;
    -ms-transition-property: 0;
    transition-property: 0;
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}


/* Utility */
.progress {
    height: 40px;
}

.progress .progress-bar {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 20px;
    text-align: left;
    text-shadow: none;
}

a.mobile-menu {
    color: #000;
    cursor: pointer;
}

.mobile-menu {
    height: 40px;
    position: absolute;
    right: 0;
    top: 25px;
}

.google-maps {
    min-height:184px !important;
}

.tabs ul.posts li img,.author-content,li.work img,.recentworks .pic,.img-caption,a.prev,a.next,.scrollup,#options li a,.portfolio img.pic,.portfolio .img-caption {
    border-radius: 2px;
}

#search-form form,ul.post-meta,.sidebar ul,ul.tabs,.testimonials ul,ul.why,.panel-heading h3,.features .panel-heading h4,#options ul,.gallery ul {
    margin: 0;
}

#horizontal-tabs ul.tabs li,#vertical-tabs ul.tabs li,.content h3,.latest-posts h4 a {
    color: #666;
}


/*Project Carousel*/

.recentworks ul,.our-clients ul,ul#tweets {
    list-style: none;
    margin: 0;
}

.our-clients ul,#footer ul {
    list-style: none;
}

ul#projects-carousel {
    overflow: hidden;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.portfolio-item {
    background: url("../img/bg_off.png") repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 4px;
	overflow:hidden;
	display:block;
}

.portfolio-item img {
	display:block;
	width: 100%;
}

.fullscreen {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    font-size: 18px;
    margin-top: -30px;
    margin-left: -24px;
    width: 60px;
    height: 60px;
	opacity:0;
}

.fullscreen i {
    color: #fff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 11;
    background: rgba(0,0,0,0.6);
    padding: 16px 18px;
    font-size: 16px;
    border-radius: 100px;
}

.portfolio-item-link {
    display: block;
    position: relative;
}

.post-item-link {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.post-body {
    padding: 4px;
    background: url("../img/bg_off.png") repeat;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
	background: rgba(50,50,50,0.75)
}


.portfolio-item.round img {
    border-radius: 2px;
}

a.portfolio-item-link {
    line-height: 0;
    padding: 0;
    margin: 0;
}

.portfolio-item-link span.portfolio-item-hover,.post-item-link span.post-item-hover, .img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 /* IE 8 */
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.portfolio-item-link span.portfolio-item-hover:hover,.post-item-link span.post-item-hover:hover, .img-hover:hover {
    background-position: center center;
}

.portfolio-item-title {
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #FFF;
}

.portfolio-item-title a {
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", Arial, Verdana;
    color: #666;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.portfolio-item-title a:hover {
    text-decoration: none;
}

.portfolio-item-title p {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 0;
	text-align:center;
}


/* Circle items */
.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
}

.ch-info-wrap i {
    color: #FFFFFF;
    float: left;
    font-size: 28px;
    left: 35%;
    line-height: 80px;
    position: relative;
    z-index: 5;
	text-shadow:0 3px 0 rgba(0, 0, 0, 0.1);
}

.ch-info-wrap {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #666;
    
    top: 10px;
    left: 10px;
}

.ch-info {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-info > div {
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    -webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-moz-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	opacity: 0;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}


/* Team Section */

.team .item .team-member-links a.facebook:hover,.member-social.dark a.facebook:hover,header .social li.facebook:hover,footer .social li.facebook:hover {
    background: #4C66A4;
}

.team .item .team-member-links a.dribbble:hover,.member-social.dark a.dribbble:hover,header .social li.dribbble:hover,footer .social li.dribbble:hover {
    background: #EA4C89;
}

.team .item .team-member-links a.twitter:hover,.member-social.dark a.twitter:hover,header .social li.twitter:hover,footer .social li.twitter:hover {
    background: #2C77BA;
}

.team .item .team-member-links a.gplus:hover,.member-social.dark a.gplus:hover,header .social li.gplus:hover,footer .social li.gplus:hover {
    background: #9e0b0f;
}

.team .item .team-member-links a.linkedin:hover,.member-social.dark a.linkedin:hover,header .social li.linkedin:hover,footer .social li.linkedin:hover {
    background: #069;
}

.team .item .team-member-links a.pinterest:hover,.member-social.dark a.pinterest:hover,header .social li.pinterest:hover,footer .social li.pinterest:hover {
    background: #C92228;
}

header .social li.rss:hover,footer .social li.rss:hover {
    background: #f60;
}


/* Team member*/

.team-member {
    display: block;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 350px;
    padding: 0;
}

.team-member-image {
    float: none;
    overflow: visible;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.team-member-image img {
    border-radius: 50%;
}

.team-member-links {
    top: 0;
    min-height: 1px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.25) inset;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.team-member:hover .team-member-links {
    box-shadow: 0 0 0 175px rgba(50,50,50,0.75) inset;
}

.team-member-links-list {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.team-member:hover .team-member-links-list {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.team-member-links-item {
    font-size: 22px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    margin: 5px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    color: #666;
}

.team-member-links-item:hover,.color_alternate .team-member-links-item:hover,.color_primary .team-member-links-item:hover {
    background-color: #f8862c;
    color: #fff;
}

.team-member-meta {
    margin-left: 0;
    min-height: 1px;
    padding: 15px 0 0;
    text-align: center;
}

.team-member-name {
    margin-bottom: 6px;
}

.team-member-role {
    font-size: 13px;
    margin-bottom: 10px;
    color: #999;
}

.team-member-description p {
    margin-bottom: 0;
	text-align:center;
}

.member-social.dark a {
    background: #9e9e9e;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.team .item .team-member-links a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.member-social a {
    width: 36px;
    float: left;
    text-align: center;
    margin: 0 6px 6px 0;
    padding: 7px 0 6px;
	border-radius: 2px;
}

.member-social a i {
    display: block!important;
    font-size: 20px;
    color: #fff;
    margin: 0 auto!important;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    border-color: transparent;
}

.pager li > a:hover {
	border: none;
}

.menu > ul li {
    float: none;
}

.navbar-toggle {
    border: none;
    border-radius: 2px;
    padding: 9px 10px 5px;
}

input,button,select,textarea {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

strong,.author-content .data a {
    font-weight: 600;
}

.breadcrumbs ul,.portfolio-single .sidebar h3 {
    margin-top: 5px;
}

.nivo-caption h2,.pagination-centered {
    text-align: center;
}

.page article.post .post-image,.portfolio-single .recentwork_wrapper .item {
    margin-bottom: 25px;
}

ol li ol.childlist .comment-des,header nav li,.avatar {
    float: left;
}

.recentworks li.slide,.portfolio-wrap {
    overflow: hidden;
}

footer a,.contact-box:hover,#options li a.selected,header .top-bar,header .top-bar a,header .social li:hover i,footer .social li:hover i,.content-box:hover>.content-box-icon i,div.content-box div.content-box-icon:hover,div.content-box div.content-box-icon:hover i,#footer h3,.contact-box:hover h3 {
    color: #fff;
}

.contact-box p {
    text-align: center !important;
}

.panel-group .panel,.accordionMod .accordion-group {
    margin-bottom: 15px;
}
/*****************************/
body {
    color: #727272;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
}

body.boxed header {
    width: 100%;
}

.wrap {
    overflow: hidden;
}

img {
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #666;
    font-family: 'Oswald',sans-serif;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
}

h1,h2,h3 {
    margin: 0 0 25px;
}

h3 {
    font-size: 22px;
    position: relative;
}

h3.title {
	overflow: hidden;
	line-height:28px;
}

h3.title:after {
    background: url(../img/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
}

.our-clients h3.title:after, .service-reasons h3.title:after {
    background: none;
}

.our-clients h3.title, .service-reasons h3.title {
    color: #fff;
}

.our-clients, .service-reasons {
    background: url(../img/img-bg-blur.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    padding: 50px 0;
	background-position: center center;
    background-size: cover;
}

.client, .service-reasons {
    position: relative;
    overflow: hidden;
}

.our-clients .carousel-controls {
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 83px;
}

ul,li,ol {
    line-height: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover,a:focus {
    text-decoration: none;
    outline: none;
	color: #666;
}

.btn-special,.btn-normal,.btn-small,.btn-large,.comment-des,.steps .popup,.testimonial p,.contact-box {
    border-radius: 3px;
}

/* Header */
#header .main-header {
    min-height:31px;
    z-index: 9999;
    width: 100%;
    position: relative;
	background:#323B44;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px -3px rgba(0,0,0,0.2);
}

header .top-bar {
    min-height: 30px;
    background: #25292C;
	border-bottom: 1px solid #414f5a;
    padding: 7px 0;
}

.topnav .navbar-toggle i {
    line-height: 20px;
}

.phone-email {
    padding: 3px 0;
}

.phone-email a {
    margin-right: 20px;
}

.phone-email i.icon-phone {
    font-size: 14px;
}

.phone-email i {
    margin-right: 7px;
}

header .social,footer .social {
    margin-right: 4px;
    line-height: 30px;
}

header #search-form {
    line-height: 30px;
}

footer .social li:last-child,footer .social {
    margin-right: 0 !important;
}

header .social li,footer .social li {
    background-color: #FFF;
    border-radius: 100% 100% 100% 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    width: 25px;
    text-align: center;
    background: #fff;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    padding: 1px;
}

header .social i,footer .social i {
    color: #666;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

#search-form .search-text-box {
    background-color: #fff;
    background-image: url(../img/search-icon.png);
    background-position: 6px 56%;
    background-repeat: no-repeat;
    border: 0;
    color: transparent;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
}

#search-form .search-text-box:focus {
    font-size: 13px;
    background-color: #fff;
    width: 170px;
    height: 25px;
    border: 0;
    color: #888;
    cursor: text;
    text-align: left;
    padding: 0 15px 1px 25px;
}

header .main-header {
    display: block;
    position: relative;
    text-align: left;
}


.navbar-fixed-top {
    position: fixed !important;
}
/* Breadcrumbs */
.breadcrumb-wrapper {
    background: #FAFAFA;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}

h2.title {
    font-size: 26px;
    line-height: 40px;
    margin: 20px 0;
}

.breadcrumbs {
    margin: 24px 0;
}

.breadcrumbs ul li {
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    color: #9e9e9e;
    margin: 0 0 0 5px;
}

.breadcrumbs ul li a {
    color: #898989;
    font-weight: 600;
}

.breadcrumbs ul li:first-child {
    margin-left: 2px !important;
}

.breadcrumbs ul li:nth-child(2):before,.breadcrumbs ul li:first-child:before {
    content: " ";
    margin: 0;
}

.breadcrumbs ul li:before {
    color: #9e9e9e;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0 9px 0 0;
}
/* Slider */
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    max-height: 470px !important;
    overflow: hidden;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0;
    visibility: hidden;
}

.tp-leftarrow.default,.nivo-prevNav {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #898989;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible;
}

.tp-leftarrow.default:before,.nivo-prevNav:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    text-align: center;
    visibility: visible;
}

.tp-rightarrow.default,.nivo-nextNav {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #898989;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible;
}

.tp-rightarrow.default:before,.nivo-nextNav:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    text-align: center;
    visibility: visible;
}

.nivo-caption h2 {
	margin:0;
	line-height:60px;
}


/* Buttons */
.btn:hover,.btn:focus {
    color: #fff;
}

.btn-pad {
    margin: 7px;
}

.btn-grey {
    color: #515151 !important;
    text-shadow: -1px 1px 0px #fff;
    outline: 0;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: -moz-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: -o-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: -ms-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
    border: 1px solid #969696;
    -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
}

.btn-grey:hover {
    background: -webkit-linear-gradient(#f8f8f8,#ddd);
    background: -moz-linear-gradient(#f8f8f8,#ddd);
    background: -o-linear-gradient(#f8f8f8,#ddd);
    background: -ms-linear-gradient(#f8f8f8,#ddd);
    background: linear-gradient(#f8f8f8,#ddd);
}

.btn-color,.btn-grey {
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}

.btn-color {
    color: #fff !important;
    text-shadow: 0 1px #555 !important;
}

.btn-special {
    border-radius: 4px;
}

.btn-special {
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-normal {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 4px 30px;
}

.btn-small {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 7px 20px;
}

.btn-large {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    padding: 17px 50px;
}

/* Main Content */
#main {
    background-color: #fff;
	padding: 0 0 60px;
}

.home #main, .home-2 #main, .home-3 #main, .page-services #main, .about #main {
	padding:0;
}


/*Blog page*/

.page article.post {
    border-bottom: none;
}

.post-header h3.content-title {
    text-align: left !important;
    margin-bottom: 15px;
}


.blog-entry-meta {
    font-size: 0;
}

.blog-entry-meta-date {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-author {
    display: none;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-tags {
    display: none;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-comments {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta i {
	margin-right: 4px;
}



.blog.meta_author .blog-entry-meta-author {
    display: inline-block;
}

.blog.meta_tags .blog-entry-meta-tags {
    display: inline-block;
}

.blog.meta_comments .blog-entry-meta-comments {
    display: inline-block;
}

.blog.meta_authortags .blog-entry-meta-author,.blog.meta_authortags .blog-entry-meta-tags {
    display: inline-block;
}

.blog.meta_authorcomments .blog-entry-meta-author,.blog.meta_authorcomments .blog-entry-meta-comments {
    display: inline-block;
}

.blog.meta_tagscomments .blog-entry-meta-tags,.blog.meta_tagscomments .blog-entry-meta-comments {
    display: inline-block;
}

.blog-entry-meta-author,.blog-entry-meta-tags,.blog-entry-meta-comments {
    display: inline-block;
}

.post-content {
    padding-bottom: 10px;
}

.blog-small article .post-image {
	float:left;
	width: 43%;
	margin-bottom:25px;
}

.blog-small article .post-content-wrap {
	float:left;
	width: 50%;
	margin:0 0 0 4%;
}

.post-date a.date {
    background: none repeat scroll 0 0 #fafafa;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 55px;
	border-radius:2px;
}

.post-date a.date strong {
    color: #1889C1;
    display: block;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 10px;
}

.post-date a.date i {
    background-color: #1889C1;
    border-top: 1px solid #F3F3F3;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-style: normal;
}

.blog-small .blog-entry-meta-author, .blog-small .blog-entry-meta-tags, .blog-small .blog-entry-meta-comments {
	font-size:11px;
}

/* Sidebar */
.sidebar ul.slide li {
    padding-left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidebar ul.slide li:hover {
    padding-left: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidebar p {
    text-align: left !important;
    margin: 0 0 2px;
}

.sidebar .widget, .widget {
    margin-bottom: 35px;
}

.search-input {
    height: 38px !important;
    width: 218px;
}

/* Tabs */
#horizontal-tabs {
	margin-bottom:30px;
}

#horizontal-tabs ul.tabs li {
    background: #fafafa;
    border-right: 1px solid #ddd;
    border-top: 2px solid #666;
    cursor: pointer;
    float: left;
    font-size: 15px;
    padding: 12px;
}

#horizontal-tabs ul.tabs li.current {
    border-bottom: 1px solid #fff;
    background: none;
    cursor: default;
}

#horizontal-tabs ul.tabs {
    border-left: 1px solid #ddd;
    overflow: hidden;
	border-radius:2px;
}

#horizontal-tabs .contents {
    border: 1px solid #ddd;
    margin-top: -1px;
	border-radius:2px;
}

#horizontal-tabs .tabscontent.no-padding {
    padding-left: 0;
    padding-right: 0;
}

#horizontal-tabs .tabscontent {
    display: none;
    overflow: hidden;
    padding: 20px 20px 0;
}

.tabs ul.posts li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f8f8f8;
}

.tabs ul.posts li img {
    height: 68px;
    width: 68px;
    -webkit-transition: all .4s ease-in 0;
    -moz-transition: all .4s ease-in 0;
    -o-transition: all .4s ease-in 0;
    -ms-transition: all .4s ease-in 0;
    transition: all .4s ease-in 0;
    float: left;
}

.recent-post-img {
    margin: 0 13px 5px 0;
}

.sidebar .testimonials-title h3 {
    margin: 0 0 20px !important;
}

.category ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-right: 10px;
}

.widget.category ul li {
    margin-bottom: 7px;
    border-bottom: 1px solid #F8F8F8;
    padding: 3px 0;
}

.widget.category ul li span{
    margin-bottom: 7px;
    border-bottom: 1px solid #F8F8F8;
    padding: 3px 0;
	margin-left:16px;
}

.widget.category ul li span a{
	color:#999;
    }
.widget.category ul li span a:hover{
	color:#719b03;
    }
.widget .ads-img img {
    margin-bottom: 30px;
	max-width: 100%;
}



/* Author Info */
.about-author {
    margin-top: 30px;
}

.author-content {
    padding: 20px;
}

.author-content .avatar {
    float: left;
    margin: 0 20px 0 0;
	
}

.avatar {
	border: 1px solid #ddd;
	padding:4px !important;
	border-radius: 100%;
}

.avatar img {
	border-radius: 100%;
}

.author-content .data {
    margin: -10px 0 0;
}


/* Comments Section */
.comments-sec {
    float: left;
    width: 100%;
    margin: -5px 0 25px;
}

ol.commentlist li {
    float: left;
    padding: 10px 0 15px;
}

ol.commentlist {
    float: left;
    width: 100%;
    margin: 0;
}

ol li ol.childlist {
    float: right;
    width: 86%;
    margin: 0;
}

ol.commentlist li ol.childlist li:first-child {
    padding: 25px 0 0;
}

ol.commentlist li:first-child {
    margin: 0 0 7px;
    padding: 25px 0 0;
}

.avatar img {
    float: left;
    max-width: 70px;
}

.comment-des p {
    line-height: 23px;
    margin: 0;
}

.comment-des {
    float: left;
    background: #fafafa;
	border: 1px solid #ddd;
    color: #888;
    -webkit-box-shadow: :inset 0 -1px 0 0 rgba(0,0,0,0.06);
    box-shadow: :inset 0 -1px 0 0 rgba(0,0,0,0.06);
    margin: -70px 0 0 100px;
    padding: 19px 22px 22px;
}



.comment:before {
    position: absolute;
    display: block;
    content: "";
    margin-left: 93px;
    margin-top: 25px;
    width: 15px;
    height: 15px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-top: 0;
    z-index: 1;
}

.comment-des strong {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: #666;
}

.comment-des span {
    float: left;
    color: #999;
}

.comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
}

.comment-by span.reply {
    float: right;
    display: inline;
}

.comment-by span.reply a {
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: 400;
    color: #999;
}

.comment-by span.reply a i {
    color: #bbb;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.comment-by span.reply a:hover,.comment-by span.reply a:hover i {
    color: #a0a0a0;
}

.comment-by span.date {
    color: #999;
    float: left;
    font-weight: 300;
    margin: 0 0 0 2px;
    padding: 0 0 0 9px;
}

.reply label {
    margin: 0 0 4px;
}

.reply label span {
    color: #e24747;
}

.reply input {
    margin: 0 0 0px;
}

.reply textarea {
    min-width: 97.5%;
    min-height: 180px;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    resize: vertical;
    margin: 0 0 18px;
}


/* Slogan Area */
.slogan {
    min-height: 100px;
    background: #fafafa;
    width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.slogan-content {
    padding: 25px 0;
}

.slogan-title {
    display: inline-block;
    margin: 10px 0;
}

.page-services .slogan-content {
    padding: 40px 0;
}

.page-services .get-started  {
	padding-top: 15px;
}

.get-started {
    padding-top: 1px;
	vertical-align:middle;
}


/* Main Content Boxes */
.main-content,.content {
    padding: 19px 0 0;
}

.home-2 .main-content, .home-3 .main-content {
	margin: 0px;
	padding:0;
}

.main-content {
	margin: 0px;
}

div.content-box {
    clear: both;
}

div.content-box div.content-box-info {
    padding-left: 115px;
}

div.content-box.big {
	padding:0 7% 30px;
	border-radius: 3px;
	background:#fff;
	-webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}


div.content-box.big .ch-info-wrap {
	margin: -42px auto 35px;
	position:relative;
	left:auto;
	top:auto;
}

div.content-box.big:hover {
	background: #fafafa;
}

div.content-box.big div.content-box-info {
    padding-left: 0;
	text-align:center;
	margin:25px 0 0;
}

div.content-box.big div.content-box-info p {
	text-align:center;
	margin-top: 25px;
}

.service-reasons div.content-box.big {
	transition:none;
	margin-top: 30px;
	border: 1px solid #fff;
}

.main-content h3 {
    color: #666;
    line-height: 32px;
    margin: 0 0 5px;
}

.main-content p,.content p {
    text-align: left;
}


/* Box border and background */

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
	border-style:solid;
	border-width: 1px 1px 3px;
	border-color: #ddd;
	background: #fafafa;
	
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}



/*Graph Style*/

ul.graph-container {
	margin-left:10em;
}


/*************************************
 *   Bars Fill                       *
 * Just an example of filling 3 bars *
 *************************************/
.graph-container > li:nth-child(1) .bar-inner { height: 25%; bottom: 0; }
.graph-container > li:nth-child(2) .bar-inner { height: 50%; bottom: 0; }
.graph-container > li:nth-child(3) .bar-inner { height: 75%; bottom: 0; }
.graph-container > li:nth-child(4) .bar-inner { height: 85%; bottom: 0; }
.graph-container > li:nth-child(5) .bar-inner { height: 90%; bottom: 0; }



/* Portfolio */
.portfolio-single .work-title h3 {
    margin-bottom: 20px !important;
}

.portfolio-wrap .item {
    width: 24.99%;
}

.item .item-inner,.post-image {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

.post-image, .img-content {
	padding: 4px;
	border: 1px solid #ddd;
	background: url(../img/bg_off.png) repeat;
}

.img-content {
	float: left;
	margin: 5px 20px 20px 0;
}

.img-content img {
	width: 100%;
}

.post-image a {
	display:block;
	position:relative;
}

.post-image .nivoSlider a {
	position: absolute !important;
}

.portfolio .item .portfolio-item {
	margin-bottom: 30px;
}

/*Project details*/

.project_details span {
    border-bottom: 1px solid #E3E3E3;
    color: #454545;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}

.project_details strong {
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
}

.project_details em {
    float: left;
    font-style: normal;
    margin: 0;
    padding: 0;
    width: 60%;
}

.project_details span a {
    background-color: #fafafa;
    border-radius: 3px;
	border:1px solid #ddd;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 5px 5px;
    padding: 3px 10px;
	display:inline-block;
}

.recentworks {
    background: #fafafa;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 0px 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}


/* Circular navigation */
.cn-wrapper {
    width: 26em;
    height: 26em;
    position: relative;
    z-index: 10;
    bottom: 0;
    left: 50%;
	overflow: hidden;
    margin-left: -185px;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.cn-wrapper:after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
    z-index: 11;
}

.cn-wrapper li {
    position: absolute;
    font-size: 1.5em;
    width: 10em;
    height: 10em;
    overflow: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border: 1px solid #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.cn-wrapper li a {
    display: block;
    font-size: 1.2em;
    height: 13.5em;
    width: 13.5em;
    position: absolute;
    bottom: -6.75em;
    right: -6.75em;
	overflow: hidden;
    text-decoration: none;
    -webkit-transition: background-color .3s ease, -webkit-transform .8s ease;
    -moz-transition: background-color .3s ease, -moz-transform .8s ease;
    -o-transition: background-color .3s ease, -o-transform .8s ease;
    -ms-transition: background-color .3s ease, -ms-transform .8s ease;
    transition: background-color .3s ease, transform .8s ease;
}

.cn-wrapper li a:hover,.cn-wrapper li a.active {
    background-color: #fafafa;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.cn-wrapper span {
    font-size: 1.3em;
}


/*Cirular Navigation Content*/
.cn-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.circular-nav {
	overflow:hidden;
}

#cn-tabs .service {
	display:none;
	overflow:hidden;
	background: #fafafa;
    padding: 15px 25px;
    border-radius: 2px;
}

.cn-content {
    
	overflow:hidden;
	
}

.cn-content p {
    z-index: 9999;
}

#cn-tabs .service:before {
    position: absolute;
    display: block;
    content: "";
    top: 44%;
    right: -3px;
    width: 35px;
    height: 35px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-bottom: 0;
    z-index: 1;
}


/* Carousel Controls */

a.prev.disabled,a.next.disabled {
    cursor: default;
}

.carousel-controls a.next {
    right: 15px;
    position: absolute;
}

.carousel-controls a.prev {
    right: 45px;
    position: absolute;
}

a.prev,a.next {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    background: #323B44;
    color: #fafafa;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

a.next {
    padding-left: 3px;
}

a.prev.disabled,a.next.disabled {
    display: block;
    cursor: default;
    background: #323B44;
    color: #fafafa;
    font-size: 20px;
    text-align: center;
}


/* Testimonials */
.testimonial p {
    background: #fafafa;
    font-weight: 500;
    margin: 0;
    padding: 27px 25px;
	border: 1px solid #ddd;
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}

.our-clients .testimonial p, .our-clients .testimonials-arrow {
	border: none;
}
	

.testimonials-arrow {
    display: block;
    content: "";
    margin-top: -7px;
    margin-left: 45px;
    width: 14px;
    height: 14px;
    background-color: #fafafa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
    border-top: 0;
}

.testimonial .author {
    margin: 0px 0 0 19px;
}

.testimonial-image {
    float: left;
    height: 70px;
    position: relative;
    width: 70px;
}

.testimonial-image img {
    border-radius: 50px;
    height: 70px !important;
    width: 70px !important;
	border:1px solid #ddd;
	padding:4px;
}

.our-clients .testimonial-image img {
	border:none;
	padding:0;
}

.our-clients .testimonial-author-info {
    color: #ddd;
}

.testimonial-author-info {
    padding: 10px 0 0 90px;
    color: #666;
}

.testimonial-author-info a {
	display:block;
}

.our-clients .testimonial-author-info a {
    color: #fff;
}

span.color {
    font-size: 14px;
    font-weight: 700;
}


/* Footer */
.footer-top {
    background: #468181 !important;
	border-bottom: 1px solid #414f5a;
    color: #A1A1A1;
    padding: 50px 0;
}

.footer-bottom {
    background: #25292C;
    color: #888;
    line-height: 30px;
    padding: 15px;
}

.social-icons-footer-bottom {
    float: right;
    margin: 6px 0 0;
}

.social-icons-footer-bottom li {
    display: inline;
    float: left;
    margin-right: 7px !important;
    list-style: none;
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    -ms-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
}

.social-icons-footer-bottom li i {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 16px;
    padding-top: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}

.scrollup {
    width: 40px;
    height: 40px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    background: #9e9e9e;
    z-index: 9999;
}

.scrollup i {
    line-height: 38px;
}

a.scrollup:hover i,a.scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}

#tweets li:before {
    color: #727272;
    content: "\f099";
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    margin: 0 0 0 -28px;
}

#tweets li {
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0 0 0 28px;
}

#tweets .content {
    padding-top: 0;
    margin-bottom: 5px;
}

#flickrfeed li {
	float:left;
	margin:5px 5px 0 0;
}

.contact-us {
    margin: 15px 0 0;
    background: url("../img/contact-map.png") no-repeat center bottom;
}

footer .contact-us a {
    color: #fff !important;
}

.contact-us .icon-map-marker {
    font-size: 16px;
}

.contact-us li i {
    color: #666;
    float: left;
    margin: 4px 0 0;
}

.contact-us p {
    line-height: 24px;
    margin-left: 20px;
    margin-top: -2px;
}

.contact-us li p strong {
    color: #727272;
    float: left;
    font-weight: 600;
    margin: 0 5px 5px 0;
}

.subscribe-btn {
    height: 38px;
    background-image: none;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    border: none;
	text-shadow: 0 1px #555555 !important;
}

.subscribe {
    height: 38px !important;
    width: 100%;
}

#not-found {
    margin: 60px 0 45px;
}

#not-found h2 {
    font-size: 200px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 210px;
    text-align: center;
}

#not-found p {
    color: #9e9e9e;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}

#not-found i {
    color: #F03;
    font-size: 210px;
    position: relative;
    top: -12px;
}

.back-home p {
	text-align:center !important;
	margin: 0 auto;
}

.back-home .search-form {
	width: 290px;
	margin:30px auto 0;
}

.sitemap {
	margin-bottom:15px;
}

.sitemap ul, .sitemap li {
	margin:auto !important;
	padding: inherit !important;
	list-style: disc;
}

.sitemap li ul li {
	list-style: circle;
}

/* Services */
ul.why li {
    margin: 7px 0;
}

ul.why li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: relative;
    color: #fff;
    background: #666;
    border-radius: 100%;
    margin: 0 7px 0 0;
    padding: 3px;
}

.services-big div.content-box div.content-box-icon {
	border: 1px solid #ddd;
    background: url(../img/bg_off.png) repeat;
    border-radius: 2px;
    display: block;
    float: none;
    position: relative;
	padding: 4px;
}

.services-big .content-box-icon span {
    z-index: 4;
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background-color: #666;
}

.services-big .content-box-icon i {
    color: #fff;
    float: left;
    font-size: 48px;
    line-height: 130px;
    left: 34%;
    position: relative;
    z-index: 5;
}

.services-big div.content-box div.content-box-info {
    padding-left: 0;
}

.services-big h4 {
    margin: 20px 0;
}

.services-big img {
	
	width:100%;
}


/* Common Elements */
.divider {
    margin: 60px 0;
}

.blog-divider {
	margin:35px 0;
	background: url(../img/bg_off.png) repeat;
    content: "";
    height: 5px;
}

.top-pad {
    margin-top: 25px;
}
.top-pad2{
    margin-top:6px;
    }
.no-divider {
    margin: 0;
}

.bottom-pad {
    margin-bottom: 60px;
}
.bottom-pad2{
    margin-bottom:15px;
    }
	
	
.bottom-left2{
    margin-left:49px;
    }	

.bottom-pad-small {
    margin-bottom: 30px;
}

.no-bottom-pad {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Form */

input, textarea { 
	border: solid 1px #E5E5E5;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important;
}


input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}


/* Accordion */
.accordionMod .panel-heading .accordion-toggle {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 10px 45px;
}

.accordion-body,.panel-heading {
    background: #fff;
    border-radius: 3px;
    padding: 0;
}

.accordionMod .panel-heading .accordion-toggle .icon:before {
    content: "\f067";
    font-family: FontAwesome;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 11px;
}

.accordionMod .panel-heading .accordion-toggle .iconActive:before {
    content: "\f068";
    font-family: FontAwesome;
}

.accordionMod .panel-heading .current {
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.contact-box,.contact-box i,.contact-box p,.contact-box h3 {
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    -o-transition: all .5s ease-in-out 0;
    -ms-transition: all .5s ease-in-out 0;
    transition: all .5s ease-in-out 0;
}


/* Contact Box */
.contact-box {
    text-align: center !important;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,0.05) inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,0.05) inset;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    margin: 0 0 20px;
    padding: 32px 28px;
}

.contact-box:hover {
	border: none;
}

.contact-box i {
    font-size: 48px;
}


/* Home page posts section */
.blog-showcase {
    padding: 0;
}

.blog-showcase ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
    overflow: hidden;
}

.blog-showcase ul li {
    position: relative;
    display: inline-block;
}

.blog-showcase ul li:last-child {
    padding-right: 0 !important;
}

.blog-showcase ul li.blog-first-el {
    padding-right: 270px;
}

.blog-showcase ul li.blog-first-el .blog-showcase-extra-info {
    zoom: 1;
    filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

.blog-showcase ul li.blog-first-el .blog-showcase-thumb {
    border-right: 0;
}

.blog-showcase ul li img,.blog-showcase-extra-info,.blog-showcase ul li {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog-showcase-thumb {
    position: relative;
    overflow: hidden;
    z-index: 20;
    margin-bottom: 5px;
    width: 297px;
}

.blog-showcase-thumb:hover .showcase-blog-overlay {
    zoom: 1;
    filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: .5;
}

.blog-showcase-extra-info {
    width: 277px;
    height: 180px;
    z-index: 10;
    margin: 0;
    position: absolute;
    left: 297px;
    top: 2px;
    overflow: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
}

.blog-showcase-extra-info span {
    display: block;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: none;
    border-right: 0;
    margin-bottom: 5px;
    line-height: 24px;
}

.blog-showcase-extra-info span a {
    font-size: 10px;
    color: #999;
}

.blog-showcase-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px !important;
    display: inline-block;
    margin-bottom: 0;
    color: #333;
}

.blog-showcase-more {
    font-size: 12px;
    text-decoration: underline;
}

.web-normal i {
    display: inline-block;
    margin: 15px;
}


/* Isotope Portfolio  Gallery */
#options {
    padding: 10px 0 25px;
}

#options li {
    float: left;
    margin: 4px 8px 4px 0;
}

#options li a {
    display: inline-block;
    background: #fafafa;
    color: #727272;
    font-size: 16px;
    text-decoration: none;
    padding: 7px 20px;
	border:1px solid #ddd;
}

.portfolio .item {
    position: relative;
    overflow: hidden;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -o-transition-property: height,width;
    -ms-transition-property: height,width;
    transition-property: height,width;
}

.isotope .isotope-item {
    -webkit-transition-property: 0;
    -moz-transition-property: 0;
    -o-transition-property: 0;
    -ms-transition-property: 0;
    transition-property: 0;
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}


/* Utility */
.progress {
    height: 40px;
}

.progress .progress-bar {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 20px;
    text-align: left;
    text-shadow: none;
}

a.mobile-menu {
    color: #000;
    cursor: pointer;
}

.mobile-menu {
    height: 40px;
    position: absolute;
    right: 0;
    top: 25px;
}

.google-maps {
   min-height: 184px !important;
}

.tabs ul.posts li img,.author-content,li.work img,.recentworks .pic,.img-caption,a.prev,a.next,.scrollup,#options li a,.portfolio img.pic,.portfolio .img-caption {
    border-radius: 2px;
}

#search-form form,ul.post-meta,.sidebar ul,ul.tabs,.testimonials ul,ul.why,.panel-heading h3,.features .panel-heading h4,#options ul,.gallery ul {
    margin: 0;
}

#horizontal-tabs ul.tabs li,#vertical-tabs ul.tabs li,.content h3,.latest-posts h4 a {
    color: #666;
}


/*Project Carousel*/

.recentworks ul,.our-clients ul,ul#tweets {
    list-style: none;
    margin: 0;
}

.our-clients ul,#footer ul {
    list-style: none;
}

ul#projects-carousel {
    overflow: hidden;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.portfolio-item {
    background: url("../img/bg_off.png") repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 4px;
	overflow:hidden;
	display:block;
}

.portfolio-item img {
	display:block;
	width: 100%;
}

.fullscreen {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    font-size: 18px;
    margin-top: -30px;
    margin-left: -24px;
    width: 60px;
    height: 60px;
	opacity:0;
}

.fullscreen i {
    color: #fff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 11;
    background: rgba(0,0,0,0.6);
    padding: 16px 18px;
    font-size: 16px;
    border-radius: 100px;
}

.portfolio-item-link {
    display: block;
    position: relative;
}

.post-item-link {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.post-body {
    padding: 4px;
    background: url("../img/bg_off.png") repeat;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
	background: rgba(50,50,50,0.75)
}


.portfolio-item.round img {
    border-radius: 2px;
}

a.portfolio-item-link {
    line-height: 0;
    padding: 0;
    margin: 0;
}

.portfolio-item-link span.portfolio-item-hover,.post-item-link span.post-item-hover, .img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 /* IE 8 */
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.portfolio-item-link span.portfolio-item-hover:hover,.post-item-link span.post-item-hover:hover, .img-hover:hover {
    background-position: center center;
}

.portfolio-item-title {
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #FFF;
}

.portfolio-item-title a {
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", Arial, Verdana;
    color: #666;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.portfolio-item-title a:hover {
    text-decoration: none;
}

.portfolio-item-title p {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 0;
	text-align:center;
}


/* Circle items */
.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
}

.ch-info-wrap i {
    color: #FFFFFF;
    float: left;
    font-size: 28px;
    left: 35%;
    line-height: 80px;
    position: relative;
    z-index: 5;
	text-shadow:0 3px 0 rgba(0, 0, 0, 0.1);
}

.ch-info-wrap {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #666;
    
    top: 10px;
    left: 10px;
}

.ch-info {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-info > div {
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    -webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-moz-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	opacity: 0;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}


/* Team Section */

.team .item .team-member-links a.facebook:hover,.member-social.dark a.facebook:hover,header .social li.facebook:hover,footer .social li.facebook:hover {
    background: #4C66A4;
}

.team .item .team-member-links a.dribbble:hover,.member-social.dark a.dribbble:hover,header .social li.dribbble:hover,footer .social li.dribbble:hover {
    background: #EA4C89;
}

.team .item .team-member-links a.twitter:hover,.member-social.dark a.twitter:hover,header .social li.twitter:hover,footer .social li.twitter:hover {
    background: #2C77BA;
}

.team .item .team-member-links a.gplus:hover,.member-social.dark a.gplus:hover,header .social li.gplus:hover,footer .social li.gplus:hover {
    background: #9e0b0f;
}

.team .item .team-member-links a.linkedin:hover,.member-social.dark a.linkedin:hover,header .social li.linkedin:hover,footer .social li.linkedin:hover {
    background: #069;
}

.team .item .team-member-links a.pinterest:hover,.member-social.dark a.pinterest:hover,header .social li.pinterest:hover,footer .social li.pinterest:hover {
    background: #C92228;
}

header .social li.rss:hover,footer .social li.rss:hover {
    background: #f60;
}


/* Team member*/

.team-member {
    display: block;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 350px;
    padding: 0;
}

.team-member-image {
    float: none;
    overflow: visible;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.team-member-image img {
    border-radius: 50%;
}

.team-member-links {
    top: 0;
    min-height: 1px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.25) inset;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.team-member:hover .team-member-links {
    box-shadow: 0 0 0 175px rgba(50,50,50,0.75) inset;
}

.team-member-links-list {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.team-member:hover .team-member-links-list {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.team-member-links-item {
    font-size: 22px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    margin: 5px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    color: #666;
}

.team-member-links-item:hover,.color_alternate .team-member-links-item:hover,.color_primary .team-member-links-item:hover {
    background-color: #f8862c;
    color: #fff;
}

.team-member-meta {
    margin-left: 0;
    min-height: 1px;
    padding: 15px 0 0;
    text-align: center;
}

.team-member-name {
    margin-bottom: 6px;
}

.team-member-role {
    font-size: 13px;
    margin-bottom: 10px;
    color: #999;
}

.team-member-description p {
    margin-bottom: 0;
	text-align:center;
}

.member-social.dark a {
    background: #9e9e9e;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.team .item .team-member-links a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.member-social a {
    width: 36px;
    float: left;
    text-align: center;
    margin: 0 6px 6px 0;
    padding: 7px 0 6px;
	border-radius: 2px;
}

.member-social a i {
    display: block!important;
    font-size: 20px;
    color: #fff;
    margin: 0 auto!important;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    border-color: transparent;
}

.pager li > a:hover {
	border: none;
}

.menu > ul li {
    float: none;
}

.navbar-toggle {
    border: none;
    border-radius: 2px;
    padding: 9px 10px 5px;
}

input,button,select,textarea {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

strong,.author-content .data a {
    font-weight: 600;
}

.breadcrumbs ul,.portfolio-single .sidebar h3 {
    margin-top: 5px;
}

.nivo-caption h2,.pagination-centered {
    text-align: center;
}

.page article.post .post-image,.portfolio-single .recentwork_wrapper .item {
    margin-bottom: 25px;
}

ol li ol.childlist .comment-des,header nav li,.avatar {
    float: left;
}

.recentworks li.slide,.portfolio-wrap {
    overflow: hidden;
}

footer a,.contact-box:hover,#options li a.selected,header .top-bar,header .top-bar a,header .social li:hover i,footer .social li:hover i,.content-box:hover>.content-box-icon i,div.content-box div.content-box-icon:hover,div.content-box div.content-box-icon:hover i,#footer h3,.contact-box:hover h3 {
    color: #fff;
}

.contact-box p {
    text-align: center !important;
}

.panel-group .panel,.accordionMod .accordion-group {
    margin-bottom: 15px;
}






/*Update css 15/07/2014*/

.user_box{
    border: 1px dotted #ddd;
    margin: 0 0 12px;
    padding: 0;
    width: 100%;
	overflow:hidden;
    }
	
.improve_icon{
    margin: 19px 5px 9px;
    padding: 0;
    text-align: center;
    width: 95%;
    }
.improve_icon p{
    color: #366ba6;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 2px 3px;
    padding: 0;
    }	
.improvebox{
    background: none repeat scroll 0 0 #fff;
    border-radius: 6px;
    float: left;
    margin: 0;
    padding: 0;
    width: 75%;
    }
.imprbox{
    background: none repeat scroll 0 0 #2eaef0;
    float: left;
    height: 20px;
    margin: 0;
    width: 100%;
    }
.improve_bnt{
    margin: 12px 5px 10px;
	float:left;
    }
.improve_bnt a{
    color: #f3f3f3;
    cursor: pointer;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 18px;
    text-decoration: none;
	background: linear-gradient(#2eaef0, #0488cd) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0px solid #2f7295;
    box-shadow: 0 1px 1px 0 #9fcee7 inset, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px #555 !important;
	border-radius: 0px;
    }
	
.improve_bnt a:hover{
   background: linear-gradient(#0488cd, #2eaef0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
	
.profile_right{
    float: left;
    margin: 16px 0 0;
    padding: 0;
    width: 100%;
	border:#F00 0px solid;
    }
	
.profile_right h1{
	margin:6px 0px;
	width: auto;
	float:left;
    }
	
.profile_right h1 a{
    background: linear-gradient(#2eaef0, #0488cd) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px 0 #9fcee7 inset, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
    color: #f3f3f3;
    cursor: pointer;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px !important;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 0 1px #555 !important;
    }
	
	
.profile_righttext{
    margin: 0;
    padding: 0;
    width: 74.3%;
    }
.wdt_full{
    width: 100% !important;
    }
	
.profile_righttext h1{
    background: none repeat scroll 0 0 #cccccc;
    color: #363636;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin: 2px 0 9px;
    padding: 6px;
    text-align: right!important;
    }
.profile_righttext h1 span{
    color: #0099ff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    }
.view_bnt{
    float: left; 
   margin: 5px 5px 5px 8px;
   }
   
.view_bnt a{
    color: #f3f3f3;
    cursor: pointer;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 18px;
    text-decoration: none;
	background: linear-gradient(#2eaef0, #0488cd) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0px solid #2f7295;
    box-shadow: 0 1px 1px 0 #9fcee7 inset, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px #555 !important;
	border-radius: 0px;
    }
	
.view_bnt a:hover{
   background: linear-gradient(#0488cd, #2eaef0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
	
.latest_worbox{
    border: 0 solid #d4e9fc;
    margin: 0;
    padding: 0;
    width: 100%;
    }
	
.latest_work{
    border: 1px solid #ddd;
    box-shadow: 0 0 0px #ebeaea;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 0 15px;
    width: 100%;
    }
.latest_text{
	background:#015858 !important;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #2eaef0 #efefef -moz-use-text-color;
    border-image: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-style: solid solid none;
    border-width: 4px 1px medium;
    margin: 12px 0 0 1px;
    padding: 0;
    width: 30%;
	border:0px;
	overflow:hidden;
    }
.latest_text h1{
    color: #383838;
    font-size: 15px;
    font-weight: normal;
    margin: 5px 13px 0 !important;
    padding: 0 0 8px;
    width: auto;
    }
.latest_work h1{
    color: #012950;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin: 9px 15px 0;
    padding: 0;
    width: 95%;
    }
.latest_work h1 span{
    color: #575757;
    float: right;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    }
.latest_work h2{
    color: #575757;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin: 6px 15px;
    padding: 0;
    width: 95%;
    }
.latest_work h3{
    color: #575757;
    float: left;
    font-size: 12px;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 19px;
    margin: 12px 15px;
    padding: 0 10px 0 0;
    text-align: justify;
    width: 96%;
    }
	
.edit_bott{
    color: #ffffff;
    float: right;
    margin: 15px 12px 4px 0;
    width: auto;
    }
	
.edit_bott a{
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 18px;
    text-align: center;
    text-decoration: none;
    width: auto;
	background: url(../images/edit.png)no-repeat scroll 6% 50% #2eaef0 !important;
    border: 0px solid #2f7295;
    box-shadow: 0 1px 1px 0 #9fcee7 inset, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px #555 !important;
	border-radius: 0px;
    }
	
.edit_bott a:hover{
    background:url(../images/edit.png)no-repeat scroll 6% 50% #0488cd !important;
    }	

.notifications{
    margin: 9px 0 0;
    padding: 0;
    width: 100%;
    }
.notifications h1{
    background: url("../images/bid_icon.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #7f7f7f;
    float: left !important;
    font-size: 12px;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 16px;
    margin: 9px 15px 0 !important;
    padding: 2px 0 0 25px;
    width: 92%!important;
    }
.notifications h1 span {
    color: #7f7f7f;
    float: right;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    }
.notifications h2{
    color: #003365;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 0 12px 0 0;
    padding: 2px 0 0;
    text-align: right;
    width: 92%;
    }
.notifications h2 a{
    color: #003365;
    font-size: 12px;
    font-weight: normal;
    margin: 0 12px 0 0;
    padding: 2px 0 0;
    text-decoration: none;
    width: 92%;}
	
.notifications h2 a:hover{
    margin: 0 12px 0 0;
    padding: 2px 0 0;
    text-decoration: underline;
    }
.notifications_line{
    border-bottom: 1px solid #e8e8e8;
    float: left;
    margin: 24px 13px 6px;
    padding: 0;
    width: 96%;
    }
	
.testing_box{
    border: 1px solid #ddd!important;
    margin: 9px 0 0;
    padding: 0;
    }
.testing_box.tst_box {
    min-height: 100px;
}
	
.testing_box h1{
    color: #383838;
    float: left;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin: 9px 0 9px 15px;
    padding: 0;
    width: 65%;
    }
.testing_box h2{
    color: #3c659b;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin: 9px 0 9px 15px;
    padding: 0;
    width: 94%;
    }
.testing_box h2 span{
    color: #3c659b;
    float: right;
    font-size: 12px;
    font-weight: normal;
    }
.notifications h3 a{
    color: #666;
    font: 12px/18px Arial,Helvetica,sans-serif;
    text-decoration: none;
    }
.latest_line{
    border-bottom: 1px dashed #b0b0b0;
    float: left;
    margin: 5px 15px;
    padding: 0;
    width: 95%;
    }
	
.pb{
    margin: 0;
    padding: 0;
    }
.pb .pba, .pb .pbb, .pb .pbc, .pb .pbd{
    float: left;
    margin: 0;
    padding: 1%;
    }
.pb .pba{
    width: 18%;
    }
.pb .pbb{
    width: 36%;
    }
.pb .pbc{
    width: 28%;
    }
.pb .pbd{
    width: 18%;
    }
.pb.ac{
    text-align: center;
    }
		
.userimg{    
    border: 1px solid #ddd;
    float: right;
    height: auto;
    margin: 9px 4px;
    padding: 3px 9px;
    width: 78px; 
	}
		
.userimg img{ 
      width:100%; 
	  height:100%;
	  }
 
.editprofile{
    float: left;
    margin: 0px 0px 12px 0px;
    padding: 0px 0px;
    width:100%;
	border:1px solid #ddd;

    }
	
.acount_form2{
    border: 0 solid #000;
    float: left;
    margin: 0 0 11px 22px;
    padding: 0;
    width: 46%;
    }
	
.acount_form2 p{
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: normal;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    text-align: right;
    width: 95%;
	line-height:18px;
    }
	
.acouinput4{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px 11px !important;
    width: 100% !important;
    }

	
.focusmsg2{
    background: none repeat scroll 0 0 #333 !important;
    border-radius: 6px;
    color: #fff;
    float: right;
    font-size: 13px !important;
    margin: 8px 3px 0 0 !important;
    opacity: 1;
    padding: 0 5px !important;
    width: 99%;
    }
	
	
.acouinput5{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 7px 11px !important;
    width: 100% !important;
    }
	
	
	
	
	
	
	
	
	
	
	
	
.acount_form{
    border: 0 solid #000;
    float: left;
    margin: 0 0 11px;
    padding: 0;
    width: 100%;
    }
	
.acount_form p{
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: normal;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    text-align: right;
    width: 33%;
	line-height:18px;
    }
		
.acount_form h4{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 0 283px;
    padding: 8px 0 4px;
    text-align: left;
    width: 42%;
    }
	
.acount_form h2{
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: normal;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0 0 0 4px;
    padding:11px 0px ;
    text-align: left;
    width: 30%;
    }
	
.acount_form h3{
    color: #333333;
    float: right;
    font-size: 12px;
    font-weight: normal;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0 0 0 0px;
    padding:8px 0px ;
    text-align: left;
    width: 66%;
    }
	
	
	
	
.acount-input{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px 11px !important;
    width: 56% !important;
    }
	
.acount-input2{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 9px 11px !important;
    width: 56% !important;
    }
.acount-input3{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin:0px 0px 0px 4px;
    padding:8px 4px!important;
    width: 85% !important;
	font-size:12px;
    }
	
.acount-input7{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 !important;
    padding: 9px 11px !important;
    width: 67% !important;
    }
	
.masg2 {
    border: 0 solid #f00;
    float: left;
    margin: 0 0px;
    padding: 9px 0 0;
    width: 66% !important;
    }
.masg3{
    border: 0 solid #f00;
    float: left;
    margin: 0 11px;
    padding: 9px 0 0;
    width: 66% !important;
    }	
.editpost{ 
     margin:0px 0px; 
	 padding:6px 4px; 
	 float:left; 
	 width:99%; 
	 border: #F00 0px solid;
	 }
	 
.editpostimg{ 
     margin:0px 0px; 
	 padding:0px 28px; 
	 float:left; 
	 width: auto; 
	 border: #F00 0px solid;
	 }
	 
.editpost h2{ 
     margin:0px 0px; 
	 padding:0px 4px; 
	 float:left; 
	 width:76%; 
     color: #727272;
	 text-align:left;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height:18px;
	 border: #0C0 0px solid;
	 }
.editpost h2 span{ 
  	 text-align:right;
     font-size: 13px;
	 float:right;
	 font-weight:bold;
     } 
	 
.myproheading{
    background: none repeat scroll 0 0 #323b44;
    border-bottom: 1px solid #a9caeb;
    box-shadow: 0 0 10px #363636 inset;
    color: #fff;
    display: block;
    height: 41px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 6px 5px;
    width: 100%;
    }
	
.myproheading h3{
    color: #fff;
    float: left;
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding: 0;
    }
	
.myedit{
    background: url("../images/edit.png") no-repeat scroll 95% 50% #fff;
    color: #000;
    display: block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    padding: 4px 27px 4px 15px;
    text-decoration: none;
    width: auto;
	}
	
.myproblockleft{
	 margin:0px 0px 6px 0px; 
	 padding:0px 0px; 
	 float:left; 
	 width:100%; 
	 border: #F00 0px solid;
	 }
	 
.mystatusright{
	margin:0px 0px 0px 9px;
	padding:0px 0px;
    border-radius:0px;
    float: left;
    width:56% !important;
	border: #090 0px solid !important;
     }
	 
.myproimg{
    border: 1px solid #bcdeff;
    display: block;
    float: left;
    height: 17%;
    padding: 2px;
    width: 17%;
    }
.myproimg img{
    height: auto !important;
    width: 100% !important;
    }
.myprotext{
    color: #585858;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 90%;
	border: #090 0px solid;
    }
.myprotext span{
    color: #de3d08;
    }
	
.myprotext h1{
    color: #585858;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
	line-height:12px;
	margin:0px 0px;
	padding:0px 0px;
    width: 90%;
	border: #090 0px solid;
    }
.myprotext h1 span{
    color: #de3d08;
	font-size:13px;
    }
	
	
.myproblockleft h4{
    background: url("../images/dol.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #265283;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 20px;
    }
.myproblockleft p{
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 0;
    }
.myproblocks{
    display: block;
    margin-bottom: 18px;
    }
.skilslinks{
    background: none repeat scroll 0 0 #f0f0f0;
    color: #333333;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px 10px;
    text-decoration: none;
    }
.skilslinks:hover{
    background: none repeat scroll 0 0 #ff9f00;
    color: #fff;
    }
	
	
	
	
#myGallery{
    margin: 0 auto;
    text-align: left;
    }
	
#myGallery, #myGallerySet, #flickrGallery {
    height: 276px;
    width: 663px;
    z-index: 5;
}
.jdGallery a {
    outline: 0 none;
}
#flickrGallery {
    height: 334px;
    width: 500px;
}
#myGallery img.thumbnail, #myGallerySet img.thumbnail {
    display: none;
}
.jdGallery {
    overflow: hidden;
    position: relative;
}
.jdGallery img {
    border: 0 none;
    margin: 0;
}
.jdGallery .slideElement {
    background-color: #000;
    background-image: url(../img/loading-bar-black.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.jdGallery .loadingElement {
    background-color: #000;
    background-image:url(../img/loading-bar-black.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.jdGallery .slideInfoZone {
    background: none repeat scroll 0 0 #333;
    bottom: 0;
    color: #fff;
    height: 40px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 0;
    width: 100%;
    z-index: 10;
}
* html .jdGallery .slideInfoZone {
    bottom: -1px;
}
.jdGallery .slideInfoZone h2 {
    color: inherit;
    font-size: 80%;
    font-weight: bold;
    margin: 2px 5px;
    padding: 0;
}
.jdGallery .slideInfoZone p {
    color: #eee;
    font-size: 60%;
    margin: 2px 5px;
    padding: 0;
}
.jdGallery div.carouselContainer {
    height: 135px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.jdGallery a.carouselBtn {
    background: none repeat scroll 0 0 #333;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 20px;
    padding: 0 10px;
    position: absolute;
    right: 30px;
    text-align: center;
}
.jdGallery .carousel {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    height: 115px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 100%;
}
.jdExtCarousel {
    overflow: hidden;
    position: relative;
}
.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
    height: 78px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 100%;
}
.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner {
    position: relative;
}
.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail {
    background: none repeat scroll center center #000;
    border: 1px solid #fff;
    cursor: pointer;
    float: left;
}
.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail {
    margin-bottom: 10px;
}
.jdGallery .carousel .label, .jdExtCarousel .label {
    bottom: 5px;
    font-size: 13px;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
}
.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton {
    background: none repeat scroll 0 0 #222;
    border: 1px solid #888;
    bottom: 5px;
    cursor: pointer;
    font-size: 10px;
    margin: 0;
    padding: 1px 2px;
    position: absolute;
    right: 10px;
}
.jdGallery .carousel .label .number, .jdExtCarousel .label .number {
    color: #b5b5b5;
}
.jdGallery a {
    color: inherit;
    font-size: 100%;
    text-decoration: none;
}
.jdGallery a.right, .jdGallery a.left {
    cursor: pointer;
    height: 99%;
    opacity: 0.2;
    position: absolute;
    width: 25%;
    z-index: 10;
}
* html .jdGallery a.right, * html .jdGallery a.left {
}
.jdGallery a.right:hover, .jdGallery a.left:hover {
    opacity: 0.8;
}
.jdGallery a.left {
    background: url(../img/fleche1.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
}
* html .jdGallery a.left {
    background: url(../img/fleche1.gif) no-repeat scroll left center rgba(0, 0, 0, 0);
}
.jdGallery a.right {
    background: url(../img/fleche2.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    right: 0;
    top: 0;
}
* html .jdGallery a.right {
    background: url(../img/fleche2.gif) no-repeat scroll right center rgba(0, 0, 0, 0);
}
.jdGallery a.open {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.withArrows a.open {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 99%;
    left: 25%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 10;
}
.withArrows a.open:hover {
}
* html .withArrows a.open:hover {
}
.jdGallery a.gallerySelectorBtn {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 20px;
    left: 30px;
    opacity: 0.4;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 15;
}
.jdGallery .gallerySelector {
    background: none repeat scroll 0 0 #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
.jdGallery .gallerySelector h2 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 10px 20px;
}
.jdGallery .gallerySelector .gallerySelectorWrapper {
    overflow: hidden;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton {
    border: 1px solid #888;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px;
}
.jdGallery .gallerySelector .gallerySelectorInner div.hover {
    background: none repeat scroll 0 0 #333;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview {
    background: none repeat scroll center center #000;
    border: medium none;
    float: left;
    height: 40px;
    margin-right: 5px;
    width: 40px;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info {
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
	
	
	
.error-msg{
color:red;
}



/*Update_17/07/2014*/

body {
    color: #727272;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
}

body.boxed header {
    width: 100%;
}

.wrap {
    overflow: hidden;
}

img {
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
}

h1,h2,h3 {
    margin: 0 0 25px;
}

h3 {
    font-size: 22px;
    position: relative;
}

h3.title {
	overflow: hidden;
	line-height:28px;
}

h3.title:after {
    background: url(../img/bg_off.png) repeat;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
}

.our-clients h3.title:after, .service-reasons h3.title:after {
    background: none;
}

.our-clients h3.title, .service-reasons h3.title {
    color: #fff;
}

.our-clients, .service-reasons {
    background: url(../img/img-bg-blur.jpg) 50% 0 no-repeat fixed;
    margin: 0 auto;
    padding: 50px 0;
	background-position: center center;
    background-size: cover;
}

.client, .service-reasons {
    position: relative;
    overflow: hidden;
}

.our-clients .carousel-controls {
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 83px;
}

ul,li,ol {
    line-height: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

a:hover,a:focus {
    text-decoration: none;
    outline: none;
	color: #666;
}

.btn-special,.btn-normal,.btn-small,.btn-large,.comment-des,.steps .popup,.testimonial p,.contact-box {
    border-radius: 3px;
}

/* Header */
#header .main-header {
    min-height:37px;
    z-index: 9999;
    width: 100%;
    position: relative;
	background:#323B44;
    -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px -3px rgba(0,0,0,0.2);
}

header .top-bar {
    min-height: 30px;
    background: #00bdbc;
	border-bottom: 0px solid #414f5a;
    padding: 7px 0;
}

.topnav .navbar-toggle i {
    line-height: 20px;
}

.phone-email {
    padding: 3px 0;
}

.phone-email a {
    margin-right: 20px;
}

.phone-email i.icon-phone {
    font-size: 14px;
}

.phone-email i {
    margin-right: 7px;
}

header .social,footer .social {
    margin-right: 4px;
    line-height: 30px;
     }

header #search-form {
    line-height: 30px;
}

footer .social li:last-child,footer .social {
    margin-right: 0 !important;
}

header .social li,footer .social li {
    background-color: #FFF;
    border-radius: 100% 100% 100% 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.6);
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    width: 25px;
    text-align: center;
    background: #fff;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    padding: 1px;
}

header .social i,footer .social i {
    color: #666;
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

#search-form .search-text-box {
    background-color: #fff;
    background-image: url(../img/search-icon.png);
    background-position: 6px 56%;
    background-repeat: no-repeat;
    border: 0;
    color: transparent;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
}

#search-form .search-text-box:focus {
    font-size: 13px;
    background-color: #fff;
    width: 170px;
    height: 25px;
    border: 0;
    color: #888;
    cursor: text;
    text-align: left;
    padding: 0 15px 1px 25px;
}

header .main-header {
    display: block;
    position: relative;
    text-align: left;
}

.logo {
	margin:0px 0px;
	padding:0px 0px;
	float:left;
	width:auto;
    height: auto;
}

.logo h1 {
    margin: 13px 0;
}

.navbar-fixed-top {
    position: fixed !important;
}
/* Breadcrumbs */
.breadcrumb-wrapper {
    background: #FAFAFA;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}

h2.title {
    line-height: 40px;
    margin: 0px 0;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:24px !important;
	font-weight: normal;
    }

.breadcrumbs {
    margin: 24px 0;
}

.breadcrumbs ul li {
    display: inline-block;
    line-height: 24px;
    font-size: 13px;
    color: #9e9e9e;
    margin: 0 0 0 5px;
}

.breadcrumbs ul li a {
    color: #898989;
    font-weight: 600;
}

.breadcrumbs ul li:first-child {
    margin-left: 2px !important;
}

.breadcrumbs ul li:nth-child(2):before,.breadcrumbs ul li:first-child:before {
    content: " ";
    margin: 0;
}

.breadcrumbs ul li:before {
    color: #9e9e9e;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0 9px 0 0;
}
/* Slider */
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    max-height: 470px !important;
    overflow: hidden;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0;
    visibility: hidden;
}

.tp-leftarrow.default,.nivo-prevNav {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #898989;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible;
}

.tp-leftarrow.default:before,.nivo-prevNav:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    text-align: center;
    visibility: visible;
}

.tp-rightarrow.default,.nivo-nextNav {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #898989;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible;
}

.tp-rightarrow.default:before,.nivo-nextNav:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    text-align: center;
    visibility: visible;
}

.nivo-caption h2 {
	margin:0;
	line-height:60px;
}


/* Buttons */
.btn:hover,.btn:focus {
    color: #fff;
}

.btn-pad {
    margin: 7px;
}

.btn-grey {
    color: #515151 !important;
    text-shadow: -1px 1px 0px #fff;
    outline: 0;
    white-space: nowrap;
    word-wrap: normal;
    vertical-align: middle;
    cursor: pointer;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: -moz-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: -o-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: -ms-linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    background-image: linear-gradient(top, rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
    border: 1px solid #969696;
    -webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75) !important;
}

.btn-grey:hover {
    background: -webkit-linear-gradient(#f8f8f8,#ddd);
    background: -moz-linear-gradient(#f8f8f8,#ddd);
    background: -o-linear-gradient(#f8f8f8,#ddd);
    background: -ms-linear-gradient(#f8f8f8,#ddd);
    background: linear-gradient(#f8f8f8,#ddd);
}

.btn-color,.btn-grey {
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}

.btn-color {
    color: #fff !important;
    text-shadow: 0 1px #555 !important;
}

.btn-special {
    border-radius: 4px;
}

.btn-special {
    padding: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-normal {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 4px 30px;
}

.btn-small {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    padding: 3px 20px;
}

.btn-large {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    padding: 17px 50px;
}

/* Main Content */
#main {
    background-color: #fff;
	padding: 0 0 60px;
}

.home #main, .home-2 #main, .home-3 #main, .page-services #main, .about #main {
	padding:0;
	background:none;
}


/*Blog page*/

.page article.post {
    border-bottom: none;
}

.post-header h3.content-title {
    text-align: left !important;
    margin-bottom: 15px;
}


.blog-entry-meta {
    font-size: 0;
}

.blog-entry-meta-date {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-author {
    display: none;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-tags {
    display: none;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta-comments {
    display: none;
    margin-bottom: 10px;
    font-size: 14px;
    vertical-align: top;
}

.blog-entry-meta i {
	margin-right: 4px;
}



.blog.meta_author .blog-entry-meta-author {
    display: inline-block;
}

.blog.meta_tags .blog-entry-meta-tags {
    display: inline-block;
}

.blog.meta_comments .blog-entry-meta-comments {
    display: inline-block;
}

.blog.meta_authortags .blog-entry-meta-author,.blog.meta_authortags .blog-entry-meta-tags {
    display: inline-block;
}

.blog.meta_authorcomments .blog-entry-meta-author,.blog.meta_authorcomments .blog-entry-meta-comments {
    display: inline-block;
}

.blog.meta_tagscomments .blog-entry-meta-tags,.blog.meta_tagscomments .blog-entry-meta-comments {
    display: inline-block;
}

.blog-entry-meta-author,.blog-entry-meta-tags,.blog-entry-meta-comments {
    display: inline-block;
}

.post-content {
    padding-bottom: 10px;
}

.blog-small article .post-image {
	float:left;
	width: 43%;
	margin-bottom:25px;
}

.blog-small article .post-content-wrap {
	float:left;
	width: 50%;
	margin:0 0 0 4%;
}

.post-date a.date {
    background: none repeat scroll 0 0 #fafafa;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 55px;
	border-radius:2px;
}

.post-date a.date strong {
    color: #1889C1;
    display: block;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 10px;
}

.post-date a.date i {
    background-color: #1889C1;
    border-top: 1px solid #F3F3F3;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    font-style: normal;
}

.blog-small .blog-entry-meta-author, .blog-small .blog-entry-meta-tags, .blog-small .blog-entry-meta-comments {
	font-size:11px;
}

/* Sidebar */
.sidebar ul.slide li {
    padding-left: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidebar ul.slide li:hover {
    padding-left: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.sidebar p {
    text-align: left !important;
    margin: 0 0 2px;
}

.sidebar .widget, .widget {
    margin-bottom: 35px;
}

.search-input {
    height: 38px !important;
    width: 218px;
}

/* Tabs */
#horizontal-tabs {
	margin-bottom:30px;
}

#horizontal-tabs ul.tabs li {
    background: #fafafa;
    border-right: 1px solid #ddd;
    border-top: 2px solid #666;
    cursor: pointer;
    float: left;
    font-size: 15px;
    padding: 12px;
}

#horizontal-tabs ul.tabs li.current {
    border-bottom: 1px solid #fff;
    background: none;
    cursor: default;
}

#horizontal-tabs ul.tabs {
    border-left: 1px solid #ddd;
    overflow: hidden;
	border-radius:2px;
}

#horizontal-tabs .contents {
    border: 1px solid #ddd;
    margin-top: -1px;
	border-radius:2px;
}

#horizontal-tabs .tabscontent.no-padding {
    padding-left: 0;
    padding-right: 0;
}

#horizontal-tabs .tabscontent {
    display: none;
    overflow: hidden;
    padding: 20px 20px 0;
}

.tabs ul.posts li {
    margin-bottom: 15px;
    padding-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid #f8f8f8;
}

.tabs ul.posts li img {
    height: 68px;
    width: 68px;
    -webkit-transition: all .4s ease-in 0;
    -moz-transition: all .4s ease-in 0;
    -o-transition: all .4s ease-in 0;
    -ms-transition: all .4s ease-in 0;
    transition: all .4s ease-in 0;
    float: left;
}

.recent-post-img {
    margin: 0 13px 5px 0;
}

.sidebar .testimonials-title h3 {
    margin: 0 0 20px !important;
}

.category ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-right: 10px;
}

.widget.category ul li {
    margin-bottom: 7px;
    border-bottom: 1px solid #F8F8F8;
    padding: 3px 0;
}

.widget.category ul li span{
    margin-bottom: 7px;
    border-bottom: 1px solid #F8F8F8;
    padding: 3px 0;
	margin-left:16px;
}

.widget.category ul li span a{
	color:#999;
    }
.widget.category ul li span a:hover{
	color:#719b03;
    }
.widget .ads-img img {
    margin-bottom: 30px;
	max-width: 100%;
}



/* Author Info */
.about-author {
    margin-top: 30px;
}

.author-content {
    padding: 20px;
}

.author-content .avatar {
    float: left;
    margin: 0 20px 0 0;
	
}

.avatar {
	border: 1px solid #ddd;
	padding:4px !important;
	border-radius: 100%;
}

.avatar img {
	border-radius: 100%;
}

.author-content .data {
    margin: -10px 0 0;
}


/* Comments Section */
.comments-sec {
    float: left;
    width: 100%;
    margin: -5px 0 25px;
}

ol.commentlist li {
    float: left;
    padding: 10px 0 15px;
}

ol.commentlist {
    float: left;
    width: 100%;
    margin: 0;
}

ol li ol.childlist {
    float: right;
    width: 86%;
    margin: 0;
}

ol.commentlist li ol.childlist li:first-child {
    padding: 25px 0 0;
}

ol.commentlist li:first-child {
    margin: 0 0 7px;
    padding: 25px 0 0;
}

.avatar img {
    float: left;
    max-width: 70px;
}

.comment-des p {
    line-height: 23px;
    margin: 0;
}

.comment-des {
    float: left;
    background: #fafafa;
	border: 1px solid #ddd;
    color: #888;
    -webkit-box-shadow: :inset 0 -1px 0 0 rgba(0,0,0,0.06);
    box-shadow: :inset 0 -1px 0 0 rgba(0,0,0,0.06);
    margin: -70px 0 0 100px;
    padding: 19px 22px 22px;
}



.comment:before {
    position: absolute;
    display: block;
    content: "";
    margin-left: 93px;
    margin-top: 25px;
    width: 15px;
    height: 15px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: none;
    border-top: 0;
    z-index: 1;
}

.comment-des strong {
    float: left;
    padding-right: 5px;
    font-size: 14px;
    color: #666;
}

.comment-des span {
    float: left;
    color: #999;
}

.comment-by {
    float: left;
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
}

.comment-by span.reply {
    float: right;
    display: inline;
}

.comment-by span.reply a {
    float: right;
    height: 17px;
    margin-left: 5px;
    font-weight: 400;
    color: #999;
}

.comment-by span.reply a i {
    color: #bbb;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.comment-by span.reply a:hover,.comment-by span.reply a:hover i {
    color: #a0a0a0;
}

.comment-by span.date {
    color: #999;
    float: left;
    font-weight: 300;
    margin: 0 0 0 2px;
    padding: 0 0 0 9px;
}

.reply label {
    margin: 0 0 4px;
}

.reply label span {
    color: #e24747;
}

.reply input {
    margin: 0 0 0px !important;
}

.reply textarea {
    min-width: 97.5%;
    min-height: 180px;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    resize: vertical;
    margin: 0 0 18px;
}


/* Slogan Area */
.slogan {
    min-height: 100px;
    background: #fafafa;
    width: 100%;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.slogan-content {
    padding: 25px 0;
}

.slogan-title {
    display: inline-block;
    margin: 10px 0;
}

.page-services .slogan-content {
    padding: 40px 0;
}

.page-services .get-started  {
	padding-top: 15px;
}

.get-started {
    padding-top: 1px;
	vertical-align:middle;
}


/* Main Content Boxes */
.main-content,.content {
    padding: 19px;
}

.home-2 .main-content, .home-3 .main-content {
	margin: 0px;
	padding:0;
}

.main-content {
	margin: 0px;
}

div.content-box {
    clear: both;
}

div.content-box div.content-box-info {
    padding-left: 115px;
}

div.content-box.big {
	padding:0 7% 30px;
	border-radius: 3px;
	background:#fff;
	-webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}


div.content-box.big .ch-info-wrap {
	margin: -42px auto 35px;
	position:relative;
	left:auto;
	top:auto;
}

div.content-box.big:hover {
	background: #fafafa;
}

div.content-box.big div.content-box-info {
    padding-left: 0;
	text-align:center;
	margin:25px 0 0;
}

div.content-box.big div.content-box-info p {
	text-align:center;
	margin-top: 25px;
}

.service-reasons div.content-box.big {
	transition:none;
	margin-top: 30px;
	border: 1px solid #fff;
}

.main-content h3 {
    color: #666;
    line-height: 32px;
    margin: 0 0 5px;
}

.main-content p,.content p {
    text-align: left;
}


/* Box border and background */

.author-content, div.content-box.big, #cn-tabs .service, .comment-des, .contact-box {
	border-style:solid;
	border-width: 1px 1px 3px;
	border-color: #ddd;
	background: #fafafa;
	
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}



/*Graph Style*/

ul.graph-container {
	margin-left:10em;
}


/*************************************
 *   Bars Fill                       *
 * Just an example of filling 3 bars *
 *************************************/
.graph-container > li:nth-child(1) .bar-inner { height: 25%; bottom: 0; }
.graph-container > li:nth-child(2) .bar-inner { height: 50%; bottom: 0; }
.graph-container > li:nth-child(3) .bar-inner { height: 75%; bottom: 0; }
.graph-container > li:nth-child(4) .bar-inner { height: 85%; bottom: 0; }
.graph-container > li:nth-child(5) .bar-inner { height: 90%; bottom: 0; }



/* Portfolio */
.portfolio-single .work-title h3 {
    margin-bottom: 20px !important;
}

.portfolio-wrap .item {
    width: 24.99%;
}

.item .item-inner,.post-image {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

.post-image, .img-content {
	padding: 4px;
	border: 1px solid #ddd;
	background: url(../img/bg_off.png) repeat;
}

.img-content {
	float: left;
	margin: 5px 20px 20px 0;
}

.img-content img {
	width: 100%;
}

.post-image a {
	display:block;
	position:relative;
}

.post-image .nivoSlider a {
	position: absolute !important;
}

.portfolio .item .portfolio-item {
	margin-bottom: 30px;
}

/*Project details*/

.project_details span {
    border-bottom: 1px solid #E3E3E3;
    color: #454545;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}

.project_details strong {
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
}

.project_details em {
    float: left;
    font-style: normal;
    margin: 0;
    padding: 0;
    width: 60%;
}

.project_details span a {
    background-color: #fafafa;
    border-radius: 3px;
	border:1px solid #ddd;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 5px 5px;
    padding: 3px 10px;
	display:inline-block;
}

.recentworks {
    background: #fafafa;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 0px 0;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}


/* Circular navigation */
.cn-wrapper {
    width: 26em;
    height: 26em;
    position: relative;
    z-index: 10;
    bottom: 0;
    left: 50%;
	overflow: hidden;
    margin-left: -185px;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.cn-wrapper:after {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
    z-index: 11;
}

.cn-wrapper li {
    position: absolute;
    font-size: 1.5em;
    width: 10em;
    height: 10em;
    overflow: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    border: 1px solid #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.cn-wrapper li a {
    display: block;
    font-size: 1.2em;
    height: 13.5em;
    width: 13.5em;
    position: absolute;
    bottom: -6.75em;
    right: -6.75em;
	overflow: hidden;
    text-decoration: none;
    -webkit-transition: background-color .3s ease, -webkit-transform .8s ease;
    -moz-transition: background-color .3s ease, -moz-transform .8s ease;
    -o-transition: background-color .3s ease, -o-transform .8s ease;
    -ms-transition: background-color .3s ease, -ms-transform .8s ease;
    transition: background-color .3s ease, transform .8s ease;
}

.cn-wrapper li a:hover,.cn-wrapper li a.active {
    background-color: #fafafa;
    -webkit-transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    -ms-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.cn-wrapper span {
    font-size: 1.3em;
}


/*Cirular Navigation Content*/
.cn-content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.circular-nav {
	overflow:hidden;
}

#cn-tabs .service {
	display:none;
	overflow:hidden;
	background: #fafafa;
    padding: 15px 25px;
    border-radius: 2px;
}

.cn-content {
    
	overflow:hidden;
	
}

.cn-content p {
    z-index: 9999;
}

#cn-tabs .service:before {
    position: absolute;
    display: block;
    content: "";
    top: 44%;
    right: -3px;
    width: 35px;
    height: 35px;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-bottom: 0;
    z-index: 1;
}


/* Carousel Controls */

a.prev.disabled,a.next.disabled {
    cursor: default;
}

.carousel-controls a.next {
    right: 15px;
    position: absolute;
}

.carousel-controls a.prev {
    right: 45px;
    position: absolute;
}

a.prev,a.next {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    background: #323B44;
    color: #fafafa;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}

a.next {
    padding-left: 3px;
}

a.prev.disabled,a.next.disabled {
    display: block;
    cursor: default;
    background: #323B44;
    color: #fafafa;
    font-size: 20px;
    text-align: center;
}


/* Testimonials */
.testimonial p {
    background: #fafafa;
    font-weight: 500;
    margin: 0;
    padding: 27px 25px;
	border: 1px solid #ddd;
	
	/* Safari 4-5,Chrome 1-9 */ 
	background:-webkit-gradient(linear,0% 0%,0% 100%,from(#f8f8f8),to(#fafafa));
	
	/* Safari 5.1,Chrome 10+*/ 
	background:-webkit-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Firefox 3.6+*/ 
	background:-moz-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* IE 10 */ 
	background:-ms-linear-gradient(top,#f8f8f8,#fafafa);
	
	/* Opera 11.10+*/ 
	background:-o-linear-gradient(top,#f8f8f8,#fafafa);
}

.our-clients .testimonial p, .our-clients .testimonials-arrow {
	border: none;
}
	

.testimonials-arrow {
    display: block;
    content: "";
    margin-top: -7px;
    margin-left: 45px;
    width: 14px;
    height: 14px;
    background-color: #fafafa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
    border-top: 0;
}

.testimonial .author {
    margin: 0px 0 0 19px;
}

.testimonial-image {
    float: left;
    height: 70px;
    position: relative;
    width: 70px;
}

.testimonial-image img {
    border-radius: 50px;
    height: 70px !important;
    width: 70px !important;
	border:1px solid #ddd;
	padding:4px;
}

.our-clients .testimonial-image img {
	border:none;
	padding:0;
}

.our-clients .testimonial-author-info {
    color: #ddd;
}

.testimonial-author-info {
    padding: 10px 0 0 90px;
    color: #666;
}

.testimonial-author-info a {
	display:block;
}

.our-clients .testimonial-author-info a {
    color: #fff;
}

span.color {
    font-size: 14px;
    font-weight: 700;
}


/* Footer */
.footer-top {
    background: #181a1e;
	border-bottom: 0px solid #414f5a;
    color: #A1A1A1;
    padding: 35px 0 1px 0;
}

.footer-bottom{
    background: none repeat scroll 0 0 #0c0c0c;
    color: #888;
    line-height: 13px;
    padding: 11px;
    }

.social-icons-footer-bottom {
    float: left;
    margin:15px 0px 0px 0px!important;
}

.social-icons-footer-bottom li {
    display: inline;
    float: left;
    margin-right: 7px !important;
    list-style: none;
    -webkit-transition: all .2s ease-in-out 0;
    -moz-transition: all .2s ease-in-out 0;
    -o-transition: all .2s ease-in-out 0;
    -ms-transition: all .2s ease-in-out 0;
    transition: all .2s ease-in-out 0;
}

.social-icons-footer-bottom li i {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 16px;
    padding-top: 0;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
}

.scrollup {
    width: 40px;
    height: 40px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    background: #9e9e9e;
    z-index: 9999;
}

.scrollup i {
    line-height: 38px;
}

a.scrollup:hover i,a.scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}

#tweets li:before {
    color: #727272;
    content: "\f099";
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    margin: 0 0 0 -28px;
}

#tweets li {
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0 0 0 28px;
}

#tweets .content {
    padding-top: 0;
    margin-bottom: 5px;
}

#flickrfeed li {
	float:left;
	margin:5px 5px 0 0;
}

.contact-us {
    margin: 15px 0 0;
    background: url("../img/contact-map.png") no-repeat center bottom;
}

footer .contact-us a {
    color: #fff !important;
}

.contact-us .icon-map-marker {
    font-size: 16px;
}

.contact-us li i {
    color: #666;
    float: left;
    margin: 4px 0 0;
}

.contact-us p {
    line-height: 24px;
    margin-left: 20px;
    margin-top: -2px;
}

.contact-us li p strong {
    color: #727272;
    float: left;
    font-weight: 600;
    margin: 0 5px 5px 0;
}

.subscribe-btn {
    height: 38px;
    background-image: none;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    border: none;
	text-shadow: 0 1px #555555 !important;
}

.subscribe {
    height: 38px !important;
    width: 100%;
}

#not-found {
    margin: 60px 0 45px;
}

#not-found h2 {
    font-size: 200px;
    font-weight: 500;
    letter-spacing: -5px;
    line-height: 210px;
    text-align: center;
}

#not-found p {
    color: #9e9e9e;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
}

#not-found i {
    color: #F03;
    font-size: 210px;
    position: relative;
    top: -12px;
}

.back-home p {
	text-align:center !important;
	margin: 0 auto;
}

.back-home .search-form {
	width: 290px;
	margin:30px auto 0;
}

.sitemap {
	margin-bottom:15px;
}

.sitemap ul, .sitemap li {
	margin:auto !important;
	padding: inherit !important;
	list-style: disc;
}

.sitemap li ul li {
	list-style: circle;
}

/* Services */
ul.why li {
    margin: 7px 0;
}

ul.why li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: relative;
    color: #fff;
    background: #666;
    border-radius: 100%;
    margin: 0 7px 0 0;
    padding: 3px;
}

.services-big div.content-box div.content-box-icon {
	border: 1px solid #ddd;
    background: url(../img/bg_off.png) repeat;
    border-radius: 2px;
    display: block;
    float: none;
    position: relative;
	padding: 4px;
}

.services-big .content-box-icon span {
    z-index: 4;
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background-color: #666;
}

.services-big .content-box-icon i {
    color: #fff;
    float: left;
    font-size: 48px;
    line-height: 130px;
    left: 34%;
    position: relative;
    z-index: 5;
}

.services-big div.content-box div.content-box-info {
    padding-left: 0;
}

.services-big h4 {
    margin: 20px 0;
}

.services-big img {
	
	width:100%;
}


/* Common Elements */
.divider {
    margin: 60px 0;
}

.blog-divider {
	margin:35px 0;
	background: url(../img/bg_off.png) repeat;
    content: "";
    height: 5px;
}

.top-pad {
    margin-top: 25px;
}
.top-pad2{
    margin-top:6px;
    }
.no-divider {
    margin: 0;
}

.bottom-pad {
    margin-bottom: 60px;
}
.bottom-pad2{
    margin-bottom:15px;
    }

.bottom-pad-small {
    margin-bottom: 30px;
}

.no-bottom-pad {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Form */

input, textarea { 
	border: solid 1px #E5E5E5;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px !important;
}


input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}


/* Accordion */
.accordionMod .panel-heading .accordion-toggle {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 10px 45px;
}

.accordion-body,.panel-heading {
    background: #fff;
    border-radius: 3px;
    padding: 0;
}

.accordionMod .panel-heading .accordion-toggle .icon:before {
    content: "\f067";
    font-family: FontAwesome;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 11px;
}

.accordionMod .panel-heading .accordion-toggle .iconActive:before {
    content: "\f068";
    font-family: FontAwesome;
}

.accordionMod .panel-heading .current {
    color: #666;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.contact-box,.contact-box i,.contact-box p,.contact-box h3 {
    -webkit-transition: all .5s ease-in-out 0;
    -moz-transition: all .5s ease-in-out 0;
    -o-transition: all .5s ease-in-out 0;
    -ms-transition: all .5s ease-in-out 0;
    transition: all .5s ease-in-out 0;
}


/* Contact Box */
.contact-box {
    text-align: center !important;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0,0,0,0.05) inset;
    box-shadow: 0 -1px 0 0 rgba(0,0,0,0.05) inset;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    margin: 0 0 20px;
    padding: 32px 28px;
}

.contact-box:hover {
	border: none;
}

.contact-box i {
    font-size: 48px;
}


/* Home page posts section */
.blog-showcase {
    padding: 0;
}

.blog-showcase ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: block;
    overflow: hidden;
}

.blog-showcase ul li {
    position: relative;
    display: inline-block;
}

.blog-showcase ul li:last-child {
    padding-right: 0 !important;
}

.blog-showcase ul li.blog-first-el {
    padding-right: 270px;
}

.blog-showcase ul li.blog-first-el .blog-showcase-extra-info {
    zoom: 1;
    filter: alpha(opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

.blog-showcase ul li.blog-first-el .blog-showcase-thumb {
    border-right: 0;
}

.blog-showcase ul li img,.blog-showcase-extra-info,.blog-showcase ul li {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog-showcase-thumb {
    position: relative;
    overflow: hidden;
    z-index: 20;
    margin-bottom: 5px;
    width: 297px;
}

.blog-showcase-thumb:hover .showcase-blog-overlay {
    zoom: 1;
    filter: alpha(opacity=50);
    filter: alpha(opacity=50);
    opacity: .5;
}

.blog-showcase-extra-info {
    width: 277px;
    height: 180px;
    z-index: 10;
    margin: 0;
    position: absolute;
    left: 297px;
    top: 2px;
    overflow: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
}

.blog-showcase-extra-info span {
    display: block;
    border: 1px solid rgba(0,0,0,0.1);
    border-left: none;
    border-right: 0;
    margin-bottom: 5px;
    line-height: 24px;
}

.blog-showcase-extra-info span a {
    font-size: 10px;
    color: #999;
}

.blog-showcase-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 20px !important;
    display: inline-block;
    margin-bottom: 0;
    color: #333;
}

.blog-showcase-more {
    font-size: 12px;
    text-decoration: underline;
}

.web-normal i {
    display: inline-block;
    margin: 15px;
}


/* Isotope Portfolio  Gallery */
#options {
    padding: 10px 0 25px;
}

#options li {
    float: left;
    margin: 4px 8px 4px 0;
}

#options li a {
    display: inline-block;
    background: #fafafa;
    color: #727272;
    font-size: 16px;
    text-decoration: none;
    padding: 7px 20px;
	border:1px solid #ddd;
}

.portfolio .item {
    position: relative;
    overflow: hidden;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;
}

.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -o-transition-property: height,width;
    -ms-transition-property: height,width;
    transition-property: height,width;
}

.isotope .isotope-item {
    -webkit-transition-property: 0;
    -moz-transition-property: 0;
    -o-transition-property: 0;
    -ms-transition-property: 0;
    transition-property: 0;
}

.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;
}

.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}


/* Utility */
.progress {
    height: 40px;
}

.progress .progress-bar {
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    padding-left: 20px;
    text-align: left;
    text-shadow: none;
}

a.mobile-menu {
    color: #000;
    cursor: pointer;
}

.mobile-menu {
    height: 40px;
    position: absolute;
    right: 0;
    top: 25px;
}

.google-maps {
    min-height: 184px !important;
}

.tabs ul.posts li img,.author-content,li.work img,.recentworks .pic,.img-caption,a.prev,a.next,.scrollup,#options li a,.portfolio img.pic,.portfolio .img-caption {
    border-radius: 2px;
}

#search-form form,ul.post-meta,.sidebar ul,ul.tabs,.testimonials ul,ul.why,.panel-heading h3,.features .panel-heading h4,#options ul,.gallery ul {
    margin: 0;
}

#horizontal-tabs ul.tabs li,#vertical-tabs ul.tabs li,.content h3,.latest-posts h4 a {
    color: #666;
}


/*Project Carousel*/

.recentworks ul,.our-clients ul,ul#tweets {
    list-style: none;
    margin: 0;
}

.our-clients ul,#footer ul {
    list-style: none;
}

ul#projects-carousel {
    overflow: hidden;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.portfolio-item {
    background: url("../img/bg_off.png") repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    padding: 4px;
	overflow:hidden;
	display:block;
}

.portfolio-item img {
	display:block;
	width: 100%;
}

.fullscreen {
    position: absolute;
    left: 50%;
    top: 65%;
    color: #fff;
    font-size: 18px;
    margin-top: -30px;
    margin-left: -24px;
    width: 60px;
    height: 60px;
	opacity:0;
}

.fullscreen i {
    color: #fff !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 11;
    background: rgba(0,0,0,0.6);
    padding: 16px 18px;
    font-size: 16px;
    border-radius: 100px;
}

.portfolio-item-link {
    display: block;
    position: relative;
}

.post-item-link {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.post-body {
    padding: 4px;
    background: url("../img/bg_off.png") repeat;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
}

.portfolio-item-link span.portfolio-item-hover, .post-item-link span.post-item-hover, .img-hover {
	background: rgba(50,50,50,0.75)
}


.portfolio-item.round img {
    border-radius: 2px;
}

a.portfolio-item-link {
    line-height: 0;
    padding: 0;
    margin: 0;
}

.portfolio-item-link span.portfolio-item-hover,.post-item-link span.post-item-hover, .img-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 /* IE 8 */
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.portfolio-item-link span.portfolio-item-hover:hover,.post-item-link span.post-item-hover:hover, .img-hover:hover {
    background-position: center center;
}

.portfolio-item-title {
    text-align: center;
    padding: 10px 5px 10px 5px;
    background: #FFF;
}

.portfolio-item-title a {
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans", Arial, Verdana;
    color: #666;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.portfolio-item-title a:hover {
    text-decoration: none;
}

.portfolio-item-title p {
      font-style: italic;
	  font-size: 15px;
	  margin-bottom: 0;
	  text-align: center;
	  font-weight: bold;
	  color: rgb(255, 145, 0);
}


/* Circle items */
.ch-item {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: default;
}

.ch-info-wrap i {
    color: #FFFFFF;
    float: left;
    font-size: 28px;
    left: 35%;
    line-height: 80px;
    position: relative;
    z-index: 5;
	text-shadow:0 3px 0 rgba(0, 0, 0, 0.1);
}

.ch-info-wrap {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #666;
    
    top: 10px;
    left: 10px;
}

.ch-info {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.ch-info > div {
    display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    -webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-moz-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0, 0, 0.6);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
	opacity: 0;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}


/* Team Section */

.team .item .team-member-links a.facebook:hover,.member-social.dark a.facebook:hover,header .social li.facebook:hover,footer .social li.facebook:hover {
    background: #4C66A4;
}

.team .item .team-member-links a.dribbble:hover,.member-social.dark a.dribbble:hover,header .social li.dribbble:hover,footer .social li.dribbble:hover {
    background: #EA4C89;
}

.team .item .team-member-links a.twitter:hover,.member-social.dark a.twitter:hover,header .social li.twitter:hover,footer .social li.twitter:hover {
    background: #2C77BA;
}

.team .item .team-member-links a.gplus:hover,.member-social.dark a.gplus:hover,header .social li.gplus:hover,footer .social li.gplus:hover {
    background: #9e0b0f;
}

.team .item .team-member-links a.linkedin:hover,.member-social.dark a.linkedin:hover,header .social li.linkedin:hover,footer .social li.linkedin:hover {
    background: #069;
}

.team .item .team-member-links a.pinterest:hover,.member-social.dark a.pinterest:hover,header .social li.pinterest:hover,footer .social li.pinterest:hover {
    background: #C92228;
}

header .social li.rss:hover,footer .social li.rss:hover {
    background: #f60;
}


/* Team member*/

.team-member {
    display: block;
    margin: 0 auto 50px;
    width: 100%;
    max-width: 350px;
    padding: 0;
}

.team-member-image {
    float: none;
    overflow: visible;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
}

.team-member-image img {
    border-radius: 50%;
}

.team-member-links {
    top: 0;
    min-height: 1px;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.25) inset;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.team-member:hover .team-member-links {
    box-shadow: 0 0 0 175px rgba(50,50,50,0.75) inset;
}

.team-member-links-list {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.team-member:hover .team-member-links-list {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 1;
}

.team-member-links-item {
    font-size: 22px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    margin: 5px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    color: #666;
}

.team-member-links-item:hover,.color_alternate .team-member-links-item:hover,.color_primary .team-member-links-item:hover {
    background-color: #f8862c;
    color: #fff;
}

.team-member-meta {
    margin-left: 0;
    min-height: 1px;
    padding: 15px 0 0;
    text-align: center;
}

.team-member-name {
    margin-bottom: 6px;
}

.team-member-role {
    font-size: 13px;
    margin-bottom: 10px;
    color: #999;
}

.team-member-description p {
    margin-bottom: 0;
	text-align:center;
}

.member-social.dark a {
    background: #9e9e9e;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
}

.team .item .team-member-links a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.member-social a {
    width: 36px;
    float: left;
    text-align: center;
    margin: 0 6px 6px 0;
    padding: 7px 0 6px;
	border-radius: 2px;
}

.member-social a i {
    display: block!important;
    font-size: 20px;
    color: #fff;
    margin: 0 auto!important;
}

.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus {
    border-color: transparent;
}

.pager li > a:hover {
	border: none;
}

.menu > ul li {
    float: none;
}

.navbar-toggle {
    border: none;
    border-radius: 2px;
    padding: 9px 10px 5px;
}

input,button,select,textarea {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
}

strong,.author-content .data a {
    font-weight: 600;
}

.breadcrumbs ul,.portfolio-single .sidebar h3 {
    margin-top: 5px;
}

.nivo-caption h2,.pagination-centered {
    text-align: center;
}

.page article.post .post-image,.portfolio-single .recentwork_wrapper .item {
    margin-bottom: 25px;
}

ol li ol.childlist .comment-des,header nav li,.avatar {
    float: left;
}

.recentworks li.slide,.portfolio-wrap {
    overflow: hidden;
}

footer a,.contact-box:hover,#options li a.selected,header .top-bar,header .top-bar a,header .social li:hover i,footer .social li:hover i,.content-box:hover>.content-box-icon i,div.content-box div.content-box-icon:hover,div.content-box div.content-box-icon:hover i,#footer h3,.contact-box:hover h3 {
    color: #fff;
}

.contact-box p {
    text-align: center !important;
}

.panel-group .panel,.accordionMod .accordion-group {
    margin-bottom: 15px;
}






/*Update css 15/07/2014*/

.user_box{
    border: 1px dotted #ddd;
    margin: 0 0 12px;
    padding: 0 0 9px;
    width: 100%;
	overflow:hidden;
    }
	
.improve_icon{
    margin: 19px 5px 9px;
    padding: 0;
    text-align: center;
    width: 95%;
    }
.improve_icon p{
    color: #366ba6;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 2px 3px;
    padding: 0;
    }	
.improvebox{
    background: url(../images/updateimg.jpg) repeat!important;;
    border: 1px solid #719b03;
    border-radius: 6px;
    float: left;
    margin: 0 13px 0 0;
    width: 77%;
    }
.imprbox{
    background: none repeat scroll 0 0 #82b207;
    float: left;
	border-radius: 3px 0 0 3px;
    height: 23px;
    margin: 0;
    width: 100%;
    }
.improve_bnt{
    margin: 12px 5px 10px;
	float:left;
    }
.improve_bnt a{
    color: #f3f3f3;
    cursor: pointer;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 18px;
    text-decoration: none;
	background: linear-gradient(#8abc08,#597a03) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #597a03;
    box-shadow: 0 0px 0px 0 #9fcee7 inset, 0 0px 0 -0px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px #555 !important;
	border-radius:3px;
    }
	
.improve_bnt a:hover{
   background: linear-gradient(#597a03,#8abc08) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
	
.profile_right{
    float: left;
    margin: 2px 0 0;
    padding: 0;
    width: 100%;
	border:#F00 0px solid;
    }
	
.profile_right h1{
	margin:6px 6px 8px 0px;
	width: auto;
	float:left;
    }
	
.profile_right h1 a{
    background: linear-gradient(#015858, #017171) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px 0 #015858 inset, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
    color: #f3f3f3;
    cursor: pointer;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 17px !important;
    padding: 6px 18px;
    text-decoration: none;
    text-shadow: 0 1px #555 !important;
    }
.profile_right h1 a:hover{
    background: linear-gradient(#8abc08,#597a03) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px 0 #9fcee7 inset, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    }
.profile_right h1 a.selected{
    background: linear-gradient(#8abc08, #597a03) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px 0 #9fcee7 inset, 0 2px 0 -0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    }
	
	
.profile_righttext{
    margin: 0;
    padding: 0;
    width: 74.3%;
    }
.wdt_full{
    width: 100% !important;
    }
	
.profile_righttext h1{
    background: none repeat scroll 0 0 #e2e2e2;
    color: #363636;
    float: right!important;
    font-size: 12px;
    font-weight: normal;
    margin: 2px 0 9px !important;
    padding: 6px;
    text-align: right;
    }
.profile_righttext h1 span{
    color: #0099ff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    }
.view_bnt{
    float: left; 
   margin: 5px 5px 5px 8px;
   }
   
.view_bnt a{
    color: #f3f3f3;
    cursor: pointer;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 18px;
    text-decoration: none;
	background: linear-gradient(#8abc08,#597a03) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #597a03;
    box-shadow: 0 0px 0px 0 #9fcee7 inset, 0 0px 0 -0px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px #555 !important;
	border-radius: 0px;
    }
	
.view_bnt a:hover{
   background: linear-gradient(#597a03,#8abc08) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
	
.latest_worbox{
    border: 0 solid #d4e9fc;
    margin: 0;
    padding: 0;
    width: 100%;
    }
	
.latest_work{
    border: 1px solid #ddd;
    box-shadow: 0 0 0px #ebeaea;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 0 0px;
    width: 100%;
    }
.latest_text{
	background:#323b44;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #fb870b #e85900 -moz-use-text-color;
    border-image: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-style: solid solid none;
    border-width: 4px 1px medium;
    margin: 12px 0 0 1px;
    padding: 0;
    width: 30%;
	border:0px;
	color:#FFF;
	overflow:hidden;
	float:left;
    }
.latest_text h1{
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    margin: 5px 13px 0;
    padding:6px 0 9px;
    width: auto;
    }
.latest_work h1{
    color: #012950;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin: 9px 15px 0;
    padding: 0;
    width: 95%;
    }
.latest_work h1 span{
    color: #575757;
    float: right;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    }
.latest_work h2{
    color: #575757;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin: 6px 15px;
    padding: 0;
    width: 95%;
    }
.latest_work h3{
    color: #575757;
    float: left;
    font-size: 12px;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 19px;
    margin: 12px 15px;
    padding: 0 10px 0 0;
    text-align: justify;
    width: 96%;
    }
	
.edit_bott{
    color: #ffffff;
    float: right;
    margin: 15px 12px 4px 0;
    width: auto;
    }
	
.edit_bott a{
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    padding: 4px 18px;
    text-align: center;
    text-decoration: none;
    width: auto;
	background: url(../images/edit.png)no-repeat scroll 6% 50% #8abc08 !important;
    border: 1px solid #597a03;
    box-shadow: 0 0px 0px 0 #d65606 inset, 0 0px 0 -0px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px #555 !important;
    border-radius: 3px;
    }
	
.edit_bott a:hover{
    background:url(../images/edit.png)no-repeat scroll 6% 50% #739f00 !important;
    }	

.notifications{
    margin: 9px 0 0;
    padding: 0;
    width: 100%;
    }
.notifications h1{
    background: url("../images/bid_icon.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #7f7f7f;
    float: left;
    font-size: 12px;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 16px;
    margin: 9px 15px 0;
    padding: 2px 0 0 25px;
    width: 92%;
    }
.notifications h1 span {
    color: #7f7f7f;
    float: right;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    }
.notifications h2{
    color: #003365;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin: 0 12px 0 0;
    padding: 2px 0 0;
    text-align: right;
    width: 92%;
    }
.notifications h2 a{
    color: #003365;
    font-size: 12px;
    font-weight: normal;
    margin: 0 12px 0 0;
    padding: 2px 0 0;
    text-decoration: none;
    width: 92%;}
	
.notifications h2 a:hover{
    margin: 0 12px 0 0;
    padding: 2px 0 0;
    text-decoration: underline;
    }
.notifications_line{
    border-bottom: 1px solid #e8e8e8;
    float: left;
    margin: 24px 13px 6px;
    padding: 0;
    width: 96%;
    }
	
.testing_box{
    border: 1px solid #ddd!important;
    margin: 9px 0 0;
    padding: 0;
    }
.testing_box.tst_box {
    min-height: 100px;
}
	
.testing_box h1{
    color: #383838;
    float: left;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin: 9px 0 9px 15px;
    padding: 0;
    width: 65%;
    }
.testing_box h2{
    color: #3c659b;
    float: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin: 9px 0 9px 15px;
    padding: 0;
    width: 94%;
    }
.testing_box h2 span{
    color: #3c659b;
    float: right;
    font-size: 12px;
    font-weight: normal;
    }
.notifications h3 a{
    color: #666;
    font: 12px/18px Arial,Helvetica,sans-serif;
    text-decoration: none;
    }
.latest_line{
    border-bottom: 1px dashed #b0b0b0;
    float: left;
    margin: 5px 15px;
    padding: 0;
    width: 95%;
    }
	
.pb{
    margin: 0;
    padding: 0;
    }
.pb .pba, .pb .pbb, .pb .pbc, .pb .pbd{
    float: left;
    margin: 0;
    padding: 1%;
    }
.pb .pba{

    width: 18%;
    }
.pb .pbb{
    width: 36%;
    }
.pb .pbc{
    width: 28%;
    }
.pb .pbd{
    width: 18%;
    }
.pb.ac{
    text-align: center;
    }
		
.userimg{    
    border: 1px solid #ddd;
    float: left;
    height: auto;
    margin: 9px 5px 4px;
    padding: 3px;
    width: 250px;
	}
		
.userimg img{ 
      width:100%; 
	  height:100%;
	  }
 
.editprofile{
    float: left;
    margin: 0px 0px 12px 0px;
    padding: 0px 0px;
    width:100%;
	border:1px solid #ddd;
    }
	
.acount_form{
    border: 0 solid #000;
    float: left;
    margin: 0 0 11px;
    padding: 0;
    width: 100%;
    }
	
.acount_form p{
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: normal;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    text-align: right;
    width: 33%;
	line-height:18px;
    }
.acount_form h2{
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: normal;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0 0 0 4px;
    padding:11px 0px ;
    text-align: left;
    width: 30%;
    }
	
.acount_form h3{
    color: #333333;
    float: right;
    font-size: 12px;
    font-weight: normal;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0 0 0 0px;
    padding:8px 0px ;
    text-align: left;
    width: 66%;
    }
	
	
	
	
.acount-input{
    background: -moz-linear-gradient(center top , #ffffff, #eeeeee 1px, #ffffff 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 7px 11px !important;
    width: 56% !important;
    }
	
.acount-input2{
    background: -moz-linear-gradient(center top , #ffffff, #eeeeee 1px, #ffffff 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 9px 11px !important;
    width: 56% !important;
    }
.acount-input3{
    background: -moz-linear-gradient(center top , #ffffff, #eeeeee 1px, #ffffff 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin:0px 0px 0px 4px;
    padding:8px 4px!important;
    width: 85% !important;
	font-size:12px;
    }
	
.masg2 {
    border: 0 solid #f00;
    float: left;
    margin: 0 0px;
    padding: 9px 0 0;
    width: 66% !important;
    }
	
.editpost{ 
     margin:0px 0px; 
	 padding:6px 4px; 
	 float:left; 
	 width:99%; 
	 border: #F00 0px solid;
	 }
	 
.editpostimg{ 
     margin:0px 0px; 
	 padding:0px 28px; 
	 float:left; 
	 width: auto; 
	 border: #F00 0px solid;
	 }
	 
.editpost h2{ 
     margin:0px 0px; 
	 padding:0px 4px; 
	 float:left; 
	 width:76%; 
     color: #727272;
	 text-align:left;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 13px;
     line-height:18px;
	 border: #0C0 0px solid;
	 }
.editpost h2 span{ 
  	 text-align:right;
     font-size: 13px;
	 float:right;
	 font-weight:bold;
     } 
	 
.myproheading{
    background: none repeat scroll 0 0 #015858;
    border-bottom: 1px solid #a9caeb;
    box-shadow: 0 0 10px #363636 inset;
    color: #fff;
    display: block;
    height: 41px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 6px 5px;
    width: 100%;
    }
	
.myproheading h3{
    color: #fff;
    float: left;
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
    padding: 0;
    }

	
.myedit{
    background: url("../images/edit.png") no-repeat scroll 95% 50% #8abc08;
    color: #FFF;
    display: block;
    float: right;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    padding: 2px 27px 4px 15px;
    text-decoration: none;
	font-weight: normal;
    width: auto;
	}
	
.myedit:hover{
    background: url("../images/edit.png") no-repeat scroll 95% 50% #739f00;
    color: #FFF;
    display: block;
    float: right;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    padding:2px 27px 4px 15px;
    text-decoration: none;
	font-weight: normal;
    width: auto;
	}

	
	
.myproblockleft{
	 margin:0px 0px 6px 0px; 
	 padding:0px 0px; 
	 float:left; 
	 width:100%; 
	 border: #F00 0px solid;
	 }
	 
.mystatusright{
	margin:0px 0px 0px 9px;
	padding:0px 0px;
    border-radius:0px;
    float: left;
    width:70%;
	border: #090 0px solid;
     }
	 
.myproimg{
    border: 1px solid #bcdeff;
    display: block;
    float: left;
    height: auto;
    padding: 2px;
    width: 17%;
    }
.myproimg img{
    height: auto !important;
    width: 100% !important;
    }
.myprotext{
    color: #585858;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 100%;
	border: #090 0px solid;
	text-align:justify;
    }
.myprotext span{
    color:#719b03 !important;
    }
	
.myprotext p{
	margin:0px 0px;
	padding:0px 0px;
	text-align:center;
    color: #585858;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 100%;
	border: #090 0px solid;
    }
	
.myproblockleft h4{
    background: url("../images/dol.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #265283;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0 0 0 20px;
    }
.myproblockleft p{
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 0;
    }
.myproblocks{
    display: block;
    margin-bottom: 18px;
    }
.skilslinks{
    background: none repeat scroll 0 0 #f2f6e5;
    color: #333333;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 2px 10px;
    text-decoration: none;
    }
.skilslinks:hover{
    background: none repeat scroll 0 0 #8abc08;
    color: #fff;
    }
	
	
	
	
#myGallery{
    margin: 0 auto;
    text-align: left;
    }
	
#myGallery, #myGallerySet, #flickrGallery {
    height: 276px;
    width: 663px;
    z-index: 5;
}
.jdGallery a {
    outline: 0 none;
}
#flickrGallery {
    height: 334px;
    width: 500px;
}
#myGallery img.thumbnail, #myGallerySet img.thumbnail {
    display: none;
}
.jdGallery {
    overflow: hidden;
    position: relative;
}
.jdGallery img {
    border: 0 none;
    margin: 0;
}
.jdGallery .slideElement {
    background-color: #000;
    background-image: url(../img/loading-bar-black.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.jdGallery .loadingElement {
    background-color: #000;
    background-image:url(../img/loading-bar-black.gif);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.jdGallery .slideInfoZone {
    background: none repeat scroll 0 0 #333;
    bottom: 0;
    color: #fff;
    height: 40px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 0;
    width: 100%;
    z-index: 10;
}
* html .jdGallery .slideInfoZone {
    bottom: -1px;
}
.jdGallery .slideInfoZone h2 {
    color: inherit;
    font-size: 80%;
    font-weight: bold;
    margin: 2px 5px;
    padding: 0;
}
.jdGallery .slideInfoZone p {
    color: #eee;
    font-size: 60%;
    margin: 2px 5px;
    padding: 0;
}
.jdGallery div.carouselContainer {
    height: 135px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.jdGallery a.carouselBtn {
    background: none repeat scroll 0 0 #333;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 20px;
    padding: 0 10px;
    position: absolute;
    right: 30px;
    text-align: center;
}
.jdGallery .carousel {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    height: 115px;
    left: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 0;
    top: 0;
    width: 100%;
}
.jdExtCarousel {
    overflow: hidden;
    position: relative;
}
.jdGallery .carousel .carouselWrapper, .jdExtCarousel .carouselWrapper {
    height: 78px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 10px;
    width: 100%;
}
.jdGallery .carousel .carouselInner, .jdExtCarousel .carouselInner {
    position: relative;
}
.jdGallery .carousel .carouselInner .thumbnail, .jdExtCarousel .carouselInner .thumbnail {
    background: none repeat scroll center center #000;
    border: 1px solid #fff;
    cursor: pointer;
    float: left;
}
.jdGallery .wall .thumbnail, .jdExtCarousel .wall .thumbnail {
    margin-bottom: 10px;
}
.jdGallery .carousel .label, .jdExtCarousel .label {
    bottom: 5px;
    font-size: 13px;
    left: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
}
.jdGallery .carousel .wallButton, .jdExtCarousel .wallButton {
    background: none repeat scroll 0 0 #222;
    border: 1px solid #888;
    bottom: 5px;
    cursor: pointer;
    font-size: 10px;
    margin: 0;
    padding: 1px 2px;
    position: absolute;
    right: 10px;
}
.jdGallery .carousel .label .number, .jdExtCarousel .label .number {
    color: #b5b5b5;
}
.jdGallery a {
    color: inherit;
    font-size: 100%;
    text-decoration: none;
}
.jdGallery a.right, .jdGallery a.left {
    cursor: pointer;
    height: 99%;
    opacity: 0.2;
    position: absolute;
    width: 25%;
    z-index: 10;
}
* html .jdGallery a.right, * html .jdGallery a.left {
}
.jdGallery a.right:hover, .jdGallery a.left:hover {
    opacity: 0.8;
}
.jdGallery a.left {
    background: url(../img/fleche1.png) no-repeat scroll left center rgba(0, 0, 0, 0);
    left: 0;
    top: 0;
}
* html .jdGallery a.left {
    background: url(../img/fleche1.gif) no-repeat scroll left center rgba(0, 0, 0, 0);
}
.jdGallery a.right {
    background: url(../img/fleche2.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    right: 0;
    top: 0;
}
* html .jdGallery a.right {
    background: url(../img/fleche2.gif) no-repeat scroll right center rgba(0, 0, 0, 0);
}
.jdGallery a.open {
    height:0;
    left: 0;
    top: 0;
    width: 100%;
}
.withArrows a.open {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 99%;
    left: 25%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 10;
}
.withArrows a.open:hover {
}
* html .withArrows a.open:hover {
}
.jdGallery a.gallerySelectorBtn {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    height: 20px;
    left: 30px;
    opacity: 0.4;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 15;
}
.jdGallery .gallerySelector {
    background: none repeat scroll 0 0 #000;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
.jdGallery .gallerySelector h2 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    padding: 10px 20px;
}
.jdGallery .gallerySelector .gallerySelectorWrapper {
    overflow: hidden;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton {
    border: 1px solid #888;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 5px;
}
.jdGallery .gallerySelector .gallerySelectorInner div.hover {
    background: none repeat scroll 0 0 #333;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton div.preview {
    background: none repeat scroll center center #000;
    border: medium none;
    float: left;
    height: 40px;
    margin-right: 5px;
    width: 40px;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton h3 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.jdGallery .gallerySelector .gallerySelectorInner div.galleryButton p.info {
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    }

.skillsbox{
	    margin:9px 20px;
		padding:0px 0px;
		float:left;
		width:96%;
		min-height:22px !important;
		border:#F00 0px solid;
		}
		
.skillsbox h3{
	font-size:17px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	}
		
.skillsbox h3 a{
	color:#666666;
	text-decoration:none;
	}
	
.skillsbox h3 a:hover{
	color:#719b03 !important;
	text-decoration:none;
	}	
	
.skilllink li a{
	color:#666666;
	text-decoration:none;
		}
.skilllink li a:hover{
	color:#719b03 !important;
	text-decoration:none;
	}	
	
	
		
.skilllink{
	    margin:9px 5px;
		padding:0px 0px;
		float:left;
		width:48%;
		border: #090 0px solid;
		}
	
.bottom-pad7{
	margin-left:6px;
    }
	
	
.editport_text {
    background: none repeat scroll 0 0 #323b44;
    border-bottom: 1px solid #2eaef0;
    float: left;
    height: 37px;
    margin: 0 0 4px;
    padding: 0;
    width: 100%;
}
.editport_text h1 {
    color: #FFF;
    float: left;
    font-size: 18px;
    font-weight: normal;
    margin: 9px 13px;
    padding: 0;
    width: auto;
   }
.upload_bott{
    color: #ffffff;
    float: right;
    margin: 3px 12px 5px 0;
    width: auto;
    }
.upload_bott a{
    background:linear-gradient(#2eaef0, #0488cd) repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 1px 1px 0 #9fcee7 inset, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px #555 !important;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    padding: 3px 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
    }
.upload_bott a:hover{
    background:linear-gradient(#0488cd, #2eaef0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
   
.messagtext{ 
    background: none repeat scroll 0 0 #015858;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
	
.messagtext2{ 
    background: none repeat scroll 0 0  #FFF;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
	
.messagtext2 h2 {
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 4px;
    padding: 11px 0;
    text-align: left;
    width: 30%;
    }
	
.messagtext2 h2 a{
    color: #2eaef0;
    float: left;
	text-decoration:none;
    }
.messagtext2 h2 a:hover{
    color: #2eaef0;
	text-decoration:underline;
    float: left;
    }

	
.messagtext h2{
    color: #FFFFFF;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 4px;
    padding: 11px 0;
    text-align: left;
    width: 30%;
    }
	
	
.notiftext{ 
    background:#015858 !important;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
.notiftext1{ 
    background: #015858 !important;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
.notiftext1 h4{
    color: #FFF;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 4px;
	text-align: center;
    width: 25%;
    }
 .notiftext3{ 
    background: none repeat scroll 0 0 #015858;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
 .notiftext3 h4{
    color: #FFF;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 4px;
	text-align: center;
    width: 16.5%;
    }	
.notiftext h2{
    color: #FFF;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 4px;
    padding: 9px 0;
    text-align: left;
    width: 99%;
    }
	
.notiftext h2 span{
    text-align: right;
	float:right;
    }
	
.notiftext h3{
    color: #FFF;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 4px;
	text-align:center;
    width: 16%;
    }
	
.notiftext h4{
    color: #FFF;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 4px;
	text-align: center;
    width: 20%;
    }
	
.notiftext h5{
    color: #FFF;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 4px;
	text-align: center;
    width: 33%;
    }
	
.notifbox{
    background: none repeat scroll 0 0 #ffffff;
    color: #1b4471;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
	min-height: 50px;
	float:left;
    line-height: 17px;
    padding: 0px 20px;
	width:100%;
    text-align: right;
	border-bottom: 1px dotted #bdbdbd;
    }
/*.notifbox:hover{
    background: none repeat scroll 0 0 #f4fbe3;
    font-weight: normal;
	border-bottom: 1px dotted #bdbdbd;
    }*/
	
.notifbox h1{
    /*background: url("../images/bid_icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);*/
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding:17px 0 17px 18px;
    text-align: left;
    width: 100%;
    }

.notifbox  .rmv_notof{
    /*background: url("../images/bid_icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);*/
    color: #FFFFFF !important;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding:0 0 0 0;
    text-align: left;
    width: 2%;
	margin-right:1%;
	margin-left:-2%;
    }	
.notifbox  img{
    /*background: url("../images/bid_icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);*/ 
    float: left;
	margin:17px 5px;
    }
.notifbox p {
	margin:15px 0 0;
	line-height:18px;
}

.notifbox  span{
    color: #333333;
    float: right;
    text-align: right;
	margin-top: -20px;
    }
	
.notifbox h3{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 18px 4px;
	text-align:center;
    width: 16%;
    }
.notifbox h3 a{
    color: #2eaef0;
    float: left;
	text-decoration:none;
    }
.notifbox h3 a:hover{
    color: #2eaef0;
	text-decoration:underline;
    float: left;
    }
	
.notifbox h4{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 18px 4px;
	text-align: left;
    width: 20%;
    }
.notifbox h4 a{
    color: #2eaef0;
    float: left;
	text-decoration:none;
    }
.notifbox h4 a:hover{
    color: #2eaef0;
	text-decoration:underline;
    float: left;
    }
	
/*xcvbvnvcn*/


/*Update_18/07/2014*/
	
.balence{
    color: #585858;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 6px 15px 6px 0;
    padding: 0;
    width: 99%;
    }
	
.balence span{
    color: #719b03;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: normal;
    }
	
	
.balence2{
    color: #585858;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 16px 15px 6px 0;
    padding: 0;
    width: auto;
    }
	
.balence2 span{
    color: #719b03;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 19px;
    font-weight: normal;
    }
	
	
	
.methodbox{
	margin:0px 0px;
    padding:8px 0px;
    float: left;
    width: 100%;
	border: #090 0px solid;
    }
.methodtext{
	color:#585858;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin:0px 2px;
    padding:0px 0px;
	width:24%;
	border:#C30 0px solid;
	}
.methodtext1{
	color:#585858;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin:0px 2px;
    padding:0px 0px;
	width:19%;
	border:#C30 0px solid;
	}
.methodtext3{
	color:#585858;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin:0px 2px;
    padding:0px 0px;
	width:16%;
	border:#C30 0px solid;
	}
.methodtext3 h2{
	margin:4px 0px;
    padding:0px 0px;
    color: #333;
    float: left;
	text-align:center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 100%;
    }
.methodtext h2{
	margin:4px 0px;
    padding:0px 0px;
    color: #333;
    float: left;
	text-align:center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 100%;
    }
.methodtext1 h2{
	margin:4px 0px;
    padding:0px 0px;
    color: #333;
    float: left;
	text-align:center;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 100%;
    }	
.paypalimg{
	color:#585858;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin:4px auto;
    padding:0px 0px;
	width:100px;
	height:auto;
	border:#C30 0px solid;
	cursor:pointer;
	}
.paypalimg img{
	width:100%;
	height:100%;
	}
	
.methodtext ul{
	margin:0px 0px;
	padding:0px 0px;
	float:left;
    }
	
.methodtext li{
  margin:0px 0px;
  padding:0px 0px;
  float:left;
  list-style: inside;
  color:#333;
  width:100%;
  }
  
.amountbox{
	margin:0px 0px;
    padding:0px 0px;
    float: left;
    width: 100%;
	border: #060 0px solid;
	}
	
.amountinput{
    background: -moz-linear-gradient(center top , #ffffff, #eeeeee 1px, #ffffff 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
	font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 7px 11px !important;
    width: auto !important;
    }
	
div.p_table h1{
    float: none;
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 44px;
    text-align: center;
    }
	
	
	
.settinbox{
	color:#585858;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin:0px 0px;
    padding:0px 0px;
	width:100%;
	border:#C30 0px solid;
	}
.settintext{
	color:#585858;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin:0px 8px;
    padding:0px 0px;
	width:35%;
	border:#C30 0px solid;
	}
.settintext h2{
	margin:4px 0px;
    padding:0px 0px;
    color: #666;
    float: left;
	text-align: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 100%;
    }
	
	
/*Update_19/07/2014*/

.live-pro-list{
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    }
	
.live-pro-list li{
    clear: both;
    display: block;
    float: left;
    list-style: none outside none;
    padding-left: 0px;
    padding-top: 2px;
    width: 88%;
    }
		
.live-pro-list li a{
    color: #585555;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    }
	
.live-pro-list li a:hover{
    color: #ff9f00;
    }
	
.live-pro-list li a.selected{
    color: #ff9f00;
    }
	
.doller .mini-inp{
    border: 1px solid #ccc;
    float: none;
    margin-right: 5px;
	padding:0px 3px;
    width: 27%;
	text-align: left;
    }
		
.clearfix:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	}
.clearfix{
 }
 
.ok-btn {
    background: none repeat scroll 0 0 #8abc08;
    border: 1px solid #7ca907;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    width: 33px;
    }
.ok-btn:hover{
    background: none repeat scroll 0 0 #7ca907;
    } 
	
	
.subdcribe-bar{
    background: none;
	border-bottom:1px solid #dddddd;
    height: 30px;
	border-radius: 4px;
	margin-bottom:6px;
    }
.subdcribe-bar-left{
    float: left;
    height: auto;
    margin: 0;
    padding: 0px;
    width: auto;
    }
.subdcribe-bar-left li{
    color: #666;
    display: block;
    float: left;
    font:15px Arial, Helvetica, sans-serif ;
    list-style: none outside none;
    margin: 1px;
    padding:0px 4px;
    }
.subdcribe-bar-left li a{
    color: #1b4471;
     text-decoration: none;
     }
.subdcribe-bar-left li a img{
    margin-right: 5px;
    vertical-align: middle;
    }
.subdcribe-bar-right {
    float: right;
    height: auto;
    padding: 8px;
    width: 20%;
    }
.subdcribe-bar-right form{
    height: auto;
    width: 100%;
     }
.subdcribe-bar-right form label{
    color: #1b4471;
    float: left;
    font: 12px Arial,Helvetica,sans-serif;
    margin-right: 2px;
    margin-top: 3px;
    }
.search-job-content {
    border-bottom: 1px solid #e5e8ea;
    clear: both;
    display: block;
    height: auto;
    padding: 7px;
    width: 100%;
	background:#FFF;
	}
.search-job-content:hover{
		background:#e9eeda;
       }
.search-job-content h1{
    color: #719b03 !important;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
    font-weight: normal;
    margin-left: 0;
    margin-top: 18px;
	width:100%;
    }
.search-job-content-minili{
    height: auto;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    }
.search-job-content-minili li{
    border-right: 1px solid #c1c7ca;
    color: #666;
    display: block;
    float: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    list-style: none outside none;
    margin-right: 10px;
    padding-right: 10px;
    }
.search-job-content p{
    clear: both;
    color: #4d4d4d;
    float: left;
    font: 12px Arial,Helvetica,sans-serif !important;
    }
.search-job-content p span{
    color: #205691;
    margin-right: 48px;
    }
.search-job-content p img{
    vertical-align: middle;
    }
	
.featuredimg{
	margin:-10px 0 0 88%;
	padding:0px 0px 0px 0px;
	position:absolute;
	width:auto;
	}
p.mar-top a{
    background: none repeat scroll 0 0 #f2f6e5;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 4px 5px;
    text-decoration: none;
    }
p.mar-top a:hover{
    background: none repeat scroll 0 0 #8abc08;
    color: #fff;
    }
	
.resutblock{
    border-bottom: 1px dotted #cccccc;
    display: block;
    float: left;
    padding: 10px 0px !important;
    width: 100%;
	background:#FFF;
    }

.resutblock:hover{
		background: #e9eeda !important;
       }
	   
.resultimg{
    border: 1px solid #d5daca;
	background:#FFF;
	border-radius: 4px;
    display: block;
    float: left;
    height: auto;
    margin: 6px 12px 6px 6px;
    padding: 1px;
    text-align: center;
    width: 100px;
    }
.resultimg img{
    width: 100%;
	height:100%;
    border-radius: 4px;
	}
.resutblock{
    border-bottom: 1px dotted #cccccc;
    display: block;
    float: left;
    margin-top: 15px;
    padding-bottom: 10px;
    width: 100%;
    }
.resultimgblock{
    display: block;
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 100px;
    }
.resulttxt{
    display: block;
    float: left;
    width: 67%;
    }
.resulttxt h2{
    color: #719b03 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 5px;
    }
.resulttxt h3{
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px;
    }	
.resulttxt h4{
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
    }
.resulttxt p{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0 0 5px;
    }
.resulttxt p a{
     text-decoration: underline;
    }
.resulttxt p a:hover{
    text-decoration: none;
    }
	
.featuredimg2{
    margin: 7px 0 0 66%;
    padding: 0;
    position: absolute;
    width: auto;
    }
	
	
	
/*Update_21/07/2014*/
.icon-fullscreen:before{
    content: "";
	}
.icon-eye-open:before{
    content: "";
    }
.icon-edit:before{
    content: "";
    }
	
.howworkarea{
    margin-bottom: 80px;
    max-width: 100%;
    padding-top: 0;
    }
	
.howworkarea a{
    color: #353535;
    font: 22px/40px 'Oswald',sans-serif;
    margin-left: 20px;
    text-decoration: none;
    }
	
.howworkarea a:hover, .howworkarea a.selected{
    color: #ff9f00;
    text-decoration: none;
    }
	

.inner_cont{
	margin:0px 0px;
	padding:0px 0px 12px 0px;
	float:left;
	width:100%;
	border:#F00 0px solid;
	}
	
.inner_cont h2{
    border-bottom: 1px solid #ccc;
    color: #666;
    font-family:'Oswald',sans-serif;
    font-size: 18px;
    margin:0px 0px 12px 0px;
    padding:0px 0px 6px 0px;
	float:left;
	width:100%;
    }
	
.inner_cont p{
    color: #383838;
    font-size: 14px;
    font-weight: normal;
    line-height:25px;
    margin:0px 0px;
    padding:0px 0px;
    text-align: justify;
	float:left;
    }
	
.inner_cont p span{
    color: #000;
    font-size: 17px;
    font-weight: normal ;
    }
	
	
	
<!---->

.pro_lft{
    border-right: 1px dashed #dddddd;
    float: left;
    margin: 0 0 20px;
    padding: 0 2% 0 0;
    width: 100%;
    }
	
.aed_pan{
    width: 100%;
    }
.lft_area {
    float: left;
    margin-right: 10px;
    width: 70%;
}
.rht_area {
    float: right;
    width: 23%;
}
.aed_pan {
    width: 100%;
}

.rbn1 {
    float: right;
    margin: -64px 0 0 682px;
    position: absolute;
}
.rbn2 {
    margin-left: -125px;
    margin-top: -10px;
    position: absolute;
}
.td_bd {
    border-right: 1px solid #c1c0bc;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
}
.pr_tbl {
    border-bottom: 1px dotted #d9d5d6;
    font-size: 13px;
    margin-bottom: 20px;
    width: 100%;
     }
.pdt_th{
    background: none repeat scroll 0 0 #666;
    }
.opt_text {
    color: #666;
    font: normal 20px/30px "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    }
.opt_text span{
    color: #999;
    font: normal 12px/0px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    }
	
.ago_text {
    color: #c0c2c2;
    float: left !important;
    font: 12px/22px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    text-align: center !important;
    width: 100%;
    }
	
.color_open{
    background: none repeat scroll 0 0 #015858 !important;
     }
.cal_area{
    background: none repeat scroll 0 0 #22b14c;
    float: right;
    padding: 8px;
    }
.cal_text{
    color: #fff;
    font: 25px/18px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    }
.cal_s_text{
    color: #fff;
    font: 12px/18px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    }
.clr{
    clear: both;
    }
.awd_area{
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    float: left;
    margin-top: 10px;
    min-height: 20px;
    padding: 5px;
    width: 100%;
    }
.td_bd {
    border-right: 1px solid #c1c0bc;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    }
.pr_tbl{
    border-bottom: 1px dotted #d9d5d6;
    font-size: 13px;
    margin-bottom: 20px;
    width: 100%;
    }
.pdt_th{
    background: none repeat scroll 0 0 #666;
    }
.des_text{
    color: #7f7f7f;
    font: 12px/18px Arial,Helvetica,sans-serif;
    }
.news_heading1{
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    }
		
.skilslinks2 {
    color: #7f7f7f;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 15.5px;
    margin: 2px;
    padding: 4px 6px;
    }
	
.proposalcss {
    color: #fff;
    display: block;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
}
.opt_text1 {
    color: #656766;
    font:  normal 20px/30px "Open Sans",Helvetica,Arial,sans-serif;
    margin: 7px 0px -8px 0px;
    padding: 0 0 0 0px;
	text-align: center!important;
	}
	
.pro_rgt{
    float: right;
    padding: 0 0 0 2%;
    width: 100%;
	border:	#C30 0px solid;
	margin-bottom: 13px;
    }
	
.social_pannel{ 
       margin:0px 0px;
       padding:0px 0px;
	   float:left;
	   width:99%;
	   }
	   
.social_pannel  .share li{ float:left;} 

.browse_contract_right {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    float: left;
    margin: 10px 0 8px 0;
    padding: 0;
    width:90%;
    }
.browse_right_text {
    background: none repeat scroll 0 0 #015858;
    border-radius: 6px 6px 0 0;
    float: left;
    height: 37px;
    margin: 1px;
    padding: 0;
    width: 99%;
}
.browse_right_text h1 {
    color: #ffffff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 8px 0 0 12px;
}

.cost_timing {
    float: left;
    margin: 12px 3px 0 7px;
    padding: 0;
    width: 300px;
}
.cost_form_box {
    float: left;
    margin: 4px 7px;
    padding: 0;
    width: 300px;
}
.cost_input {
    border: 1px solid #cccccc;
    border-radius: 4px;
    float: left;
    margin: 0;
    padding: 6px 3px;
    width:95%;
}
.cost_select {
    border: 1px solid #cccccc;
    border-radius: 4px;
    float: left;
    margin: 0;
    padding: 6px 3px;
    width: 95%;
}
.cost_form_box h1 {
    color: #727272;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 6px 6px 6px 0;
    width: 174px;
}
.cost_form_box h1 span {
    color: #727272;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
}
.continue_bott {
    background: url("../images/continue_bott.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    margin: 12px 15px 15px 1px;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    width: 128px;
}
.continue_bott:hover {
    background-position: 0 -37px;
   }
   

.browsebox{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 solid #2f7295;
    border-radius: 0;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    }

	
.browseimg-input{
    margin: 0;
    opacity: 0;
    padding:8px 4px;
    position: absolute;
    width:52%;
    }
	
label{
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    }
	
.browsinput{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 7px 11px !important;
    width: 22%!important;
    }
	
.toplink{
    border: 1px solid #f00 !important;
    float: left;
    margin: 1px 0;
    padding: 0;
    text-align: right;
    width: 48%;
    }
.toplink span{
	color:#33b512;
    }
	
.toplink a{
	color:#FFF;
	text-decoration:none;
    }
.toplink a:hover{
	color:#1597db;
	text-decoration:none;
    }
	
.socialicon{
    margin: 0px 0px;
    padding:0px 0px;
	float: left;
	width:20px;  
	border: 1px solid #F00!important;
    }
	
.pull-right{
    float: right;
    margin: 0px 0 0;
    }
	
	
	
ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin:5px 0px 0px 0px;
	float:right;
	z-index: 9999999;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
	text-transform:uppercase;
	
}
/*Link Appearance*/
ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
    color: #fff;
    background: #fb6000;
	font-size:12px;
    padding:2px 12px;
	width: auto;
    display:inline-block;
	margin:0px 6px;
	border-radius: 3px 3px;
}

ul#menu li a, ul#menu li ul.sub-menu li a:hover {
    background: none repeat scroll 0 0 #fb6000;
    }
/*Make the parent of sub-menu relative*/
ul#menu li {
    position: relative;
}
/*sub menu*/
ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 19px;
    left: 0;
    width: 100px;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}

#jbselected {
    border-bottom: 1px solid #c4c8c3 !important;
}

#flist_div{
    border: 1px solid #d7d7d7 !important;
    float: left !important;
    height: 30% !important;
    margin: 5px 86px 0 0 !important;
    padding: 0 7px;
    width: 54% !important;
    }
	
.flisttext{
	border-bottom: #eeebeb 1px solid;
    float: left!important;
    margin:5px 0px;
    padding: 0px 0px;
	width:99%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left
    }
	
.flisttext_img{
    margin:0px 0 5px 346px;
    padding: 0px 0px;
	width: auto;
	position:absolute;
    }
	
	
.portbox{
	 margin:0px 0px 6px 0px; 
	 padding:0px 0px 4px 0px; 
	 float:left; 
	 width:100%; 
	 border: #F00 0px solid;
	 border-bottom:#e6e6e6 1px solid;
	 }
	 
.portimg{
    border: 1px solid #bcdeff;
    display: block;
    float: left;   
    padding: 2px;
    width: 11%;
    }
.portimg img{
    height:100%;
    width: 100%;
    }
	
.portbox_text{
	margin:0px 0px 0px 9px;
	padding:0px 0px;
    border-radius:0px;
    float: left;
    width:40%;
	border: #090 0px solid;
     }
	
.portbox_text h2{
    border: 0 solid #090;
    color: #999;
    display: block;
	font-size:14px;
	font-weight: normal;	
    float: left;
	line-height:22px;
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    width: 90%;
     }
.portbox_text h2 span {
    color: #22a3e6;
	font-size:17px;
    }
	
.portbox_text p{
    border: 0 solid #090;
    color: #999;
    display: block;
	font-weight: normal;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;	
    float: left;
	line-height:22px;
    font-size: 14px;
    width: 90%;
     }
.portbox_text p span {
    color: #22a3e6;
    }
	
.portbox_right{
	margin:0px 0px 0px 9px;
	padding:0px 0px;
    border-radius:0px;
    float: right;
    width: auto;
	border: #090 0px solid;
     }
	 
.portbox_right h2{
    color: #22a3e6;
    display: block;
	font-size:14px;
	font-weight: normal;	
    float: left;
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    width: auto;
	margin:0px 0px;
	padding:5px 4px
     }
.portbox_icon{
    float: left;
    width: auto;
	margin:0px 0px;
	padding:0px 4px
     }
	 
.loginright{
    height: auto;
    margin:20px 0 0 446px;
    padding: 0 4px;
    position: absolute;
    width: 45%;
     }
	 
.loginright img{
    width:100%;
	height:100%;
     }
	 
h2.new{
    color: #333;
    float: left;
    font:normal 20px/30px "Open Sans",Helvetica,Arial,sans-serif;
    width: 100%;
    }

.settininput{
    border: 1px solid #cccccc;
    border-radius: 4px;
    float: left;
    margin: 6px 0;
    padding: 7px 6px !important;
    width: 100%;
    }
	

.aro_img {
    margin-left: 7px;
    margin-top: 8px;
}









.bnr_btn_area {
    background: none repeat scroll 0 0 #015858  !important;
    width: 100%;
}
.partarea {
    width:1000px !important;
	margin:0px auto;
	padding:0px 0px;
	border: #F00 0px solid;
}
.partarea ul {
    list-style-type: none;
}
.partarea li {
    float: left;
    margin-left: 22px;
    margin-right: 0;
    width: 22%;
}
.post_img_div {
    float: left;
    height: 10%;
    padding: 5px 0;
    text-align: center;
    width: 47%;
}

.post_img_divimg{
    padding: 5px 0;
	margin:10px 0px 0px 0px;
    text-align: center;
    width: auto;
}
.post_textsec {
    float: left;
    padding: 0px 6px 0px 0px;
    width: 101.4%;
}
.post_textsec p {
    color: #8abc08;
    font: 18px/23px "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: normal;
	text-align:center;
}
.sml_s {
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-size: 11px;
}

.sml_s2 {
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
	color:#FFF;
}
.margin-top14 {
    margin-top: 14px;
}

.cat_sec{
    float: left;
    width: 100%;

    }
.cat_sec h2{
    color: #4f555b;
    font: 24px/30px "Open Sans",Helvetica,Arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
	float:left;
	margin:0px 0px;
	padding:12px 0px;
	width:100%;
}

.cat_sec h2 span{
    color: #8abc08;
    }
	
.cat_sec ul {
    list-style-type: none;
}
.cat_sec li {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 4px #ccc;
    float: left;
    margin: 20px 22px 10px;
    width: 20%;
}
.talentbox {
    cursor: pointer;
    display: block;
    float: left;
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    height: 252px;
    width: 15.5%;
}
.talent_overlay {
    background: url("../images/trans.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: none;
    height: 252px;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 17.4%;
}
.talentbox:hover > #info_layer {
    display: block;
}
.talentlink {
    color: #0093f0;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
    font-size: 21px;
    padding: 18px 43px 0px 54px;
    text-align: center;
    width: 234px;
}
.talentlink a {
    color: #fff;
    font-family:"Open Sans",Helvetica,Arial,sans-serif !important;
    font-size: 15px;
    text-decoration: none;
}
.talentlink a:hover {
    color: #fff;
}
.talent_overlay h3 {
    background: url("../images/divider.png") no-repeat scroll 50% 100% rgba(0, 0, 0, 0);
    color: #fff;
    font: 20px/26px "Open Sans",Helvetica,Arial,sans-serif;
    padding-bottom: 15px;
    padding-top: 40px;
    text-align: center;
}
.ImgSec {
    float: left;
    height: 156px;
    margin-left:30px;
    margin-top: 25px;
    width: 188px;
}
.talent_overlay p {
    color: #fff;
    font: 12px/18px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 10px;
    text-align: center;
}
.view_btn {
    background:linear-gradient(#8abc08, #597a03) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font: 16px/20px "Open Sans",Helvetica,Arial,sans-serif;
    margin-top: 22px;
    padding: 4px 12px 6px;
}
.view_btnarea {
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.view_cat_btn {
    background: url("../images/view_cat_btn.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font: 14px/20px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 8px 10px;
    text-align: center;
    }
.testmain_sec{
    margin: 0 auto;
    width: 91%;
    }

.testmain_sec h2{
    color: #FFF;
    font: 24px/30px "Open Sans",Helvetica,Arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
	float:left;
	margin:0px 0px;
	padding:12px 0px;
	width:100%;
}

.testmain_sec h2 span{
    color: #8abc08;
    }

.testimonial_area {
    background:url("../images/test_bg.jpg") repeat  !important;
    width: 100%;
	float:left;
}
.test_part {
      margin: 3px 48px;
    width: 100%;
}
.test_part ul {
    list-style-type: none;
}
.test_part li {
    float: left;
    margin-bottom: 20px;
    margin-right: 22px;
    width: 30%;
}
.t_sec1 {
    background: none repeat scroll 0 0 #c7c7c7;
    border-radius: 9px;
    float: left !important;
    padding: 10px 10px 15px 10px;
    width: 94%;
	height: 126px !important;
	overflow:hidden !important;
    }
.t_sec1 p {
    color: #0b0b0b;
    font: 12px/17px "Open Sans", Arial, Helvetica, sans-serif;
    text-align: justify;
	height:100px !important;
	overflow:hidden !important;
    float:left !important;
	
     }
.dnaro {
    background: url("../images/tes_dnaro.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0 );
    height: 18px;
    margin-left: 141px;
    margin-top: 116px;
    position: absolute;
    width: 40px;
    z-index: 1;
}
.tesimgarea {
    float: left;
    text-align: center;
    width: 92%;
}
.imgdiv {
    border:0px solid #118fd6;
    float: left;
    height: 96px;
    margin: 26px 118px 9px 118px;
    padding: 0;
    width: 29%;
    border-radius: 70px;
}

.imgdiv img{
    height: 100%;
    width: 100%;
	border-radius: 70px;
    }
.tesimgarea h4 {
    color: #8abc08;
    font: 16px/20px "Open Sans",Helvetica,Arial,sans-serif;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
}
.tesimgarea p {
    color: #fff;
    font: 14px/18px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 10px;
    text-align: center;
}


.work_area {
    background: none repeat scroll 0 0 #f4f4f4;
    width: 100%;
}
.wrokarea_main_div {
    float: left;
    margin: 40px 2px 0;
    width: 99%;
}
.wrokarea_main_div ul {
    list-style-type: none;
}
.wrokarea_main_div li {
    float: left;
    margin: 10px 20px;
    width: 29%;
}
.sec1 {
    background: none repeat scroll 0 0 #f4f4f4;

    border: 1px solid #e6e6e6;
    border-radius: 9px;
    float: left;
    text-align: center;
    width: 100%;
}
.sec1:hover {
    background: none repeat scroll 0 0 #fff;
}

.tpo_t_icon {
    float: left;
    height: 70px;
    margin-left: 118px;
    margin-top: -29px;
    position: absolute;
    text-align: center;
    width: 70px;
    z-index: 1;
}

.sec1 h2 {
  color: #011d28;
    font: 16px/2px "Open Sans",Helvetica,Arial,sans-serif;
    padding-bottom: 0px;
    padding-top: 79px;
    text-align: center;
}
.sec1 p {
   color: #898989;
    font: 13px/22px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 10px;
    text-align: center;
    width: 70%;
    margin: 0px auto;
}

.learn_btn {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #d8d8d8;
    border-radius: 4px;
    color: #000;
    cursor: pointer;
    font: 14px/20px "Open Sans",Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
    padding: 5px 15px;
    text-align: center;
}

.l_btn_area {
    float: left;
    text-align: center;
    width: 100%;
}

.btm_sld_area {
    float: left;
    width: 100%;
}
.btm_sld_area h2 {
    color: #4f555b;
    font: 24px/18px "Open Sans",Helvetica,Arial,sans-serif;
    padding-bottom: 0px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

.btm_sld_area h2 span{
    color: #e85900;

}




#wrap {
    color: #404040;
    /*margin: 0 12%;*/
	width:1000px;
	background:#FFF;
	margin: 0px 55px;
}


.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width:100%;
    padding: 20px 40px;
	background:#FFF;
	margin-top:10px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  100%;
    height: 120px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  95px;
    height: 115px;
}

.jcarousel-skin-tango .jcarousel-item {
    width:  120px;
    height: 115px;
/*	border:1px solid #999;*/
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 40px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 63px;
    right:-15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 63px;
    left: -15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
	.count_area{width:100%; background:#eef2f2; float:left; margin:0px 0px; border-top: #e4e6e6 1px solid;}
	.count_area_inr{ width:100%; float:left;}
	.count_area_inr ul{ list-style-type:none;}
	.count_area_inr li{ width:28.9%; float:left; margin:10px 22px; text-align:center;}
.count_area_inr li h2{color:#719b03; font:34px/14px Arial, Helvetica, sans-serif; text-align:center; padding:14px 0 0px 0;}
.count_area_inr li p{ font:14px/2px Arial, Helvetica, sans-serif; color: #066; text-align:center;}


.partner_area {
    float: left;
    width: 100%;
}


.completed_task{ 
         margin:0px auto;
         padding:0px 0px;
		 text-align:center;
		 background:url("../images/completed_task.png") no-repeat center top;
		  }
.partner_area h2 {
	color: #fff;
    font: 24px/0px "Open Sans",Helvetica,Arial,sans-serif;
    padding-bottom:0px;
    padding-top:25px;
    text-align: center;
    text-transform: uppercase;
    }
	
.partner_area h2 span{
    color:#4f6c02;
    }
	
.prt_img_area2{
    float: left;
    width: 100%;
	min-height:80%;
	border-bottom:#376b6b 2px solid;
	background:#afd7d7;
	margin-bottom: 23px;
    }	
.prt_img_area {
    float: left;
    width: 100%;
}
.prt_img_area ul {
    list-style-type: none;
}
.prt_img_area li {
    border: 1px solid #468181 !important;
    float: left;
    height: auto ;
    margin: 20px 22px;
    width: auto;
	background:#FFF;
}

.col-md-6text{ text-align:right;} 


.info_area {
    float: left;
    width: 100%;
	margin:0px 0px;
	padding:0px 0px
}
.info_lft_area {
    float: left;
    margin-bottom: 20px;
    margin-left: 23px;
    width: 41%;
}

.info_lft_area ul {
    list-style-type: none;
}
.info_lft_area li {
    float: left;
    margin-bottom: 10px;
    margin-right: 25px;
    width: 64%;
}
.info {
    float: left;
    width: 100%;
}
.info h2 {
    color: #fff;
    font: 16px/18px "Open Sans",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
.info p {
    color: #FFF;
    font: 12px/16px Arial,Helvetica,sans-serif;
    padding-top: 6px;
    text-align: justify;
}

.text {
    background: none;
    color: #fff;
    float: left;
    font: 13px/18px ;
	font-family:Arial, Helvetica, sans-serif !important;
    margin-right: 5px;
    margin-top: 6px;
    padding: 4px;
}
.text a {
    color: #fff;
}
.ftr_src_area {
    float: left;
    width: 500px;
}

.ftr_src_area h2 {
    color: #fff;
    font: 16px/18px "Open Sans",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
	float:left;
    }
.ftr_src_text {
    background: none repeat scroll 0 0 #015858;
    border: 1px solid #529292;
    color: #ccc;
    float: left;
    font: 12px/18px Arial,Helvetica,sans-serif;
    padding: 8px 10px;
    width: 286px;
}
.ftr_src_btn {
    background: none repeat scroll 0 0 #015858;
    border: 1px solid #529292;
    color: #ccc;
    cursor: pointer;
    font: 16px/18px Arial,Helvetica,sans-serif;
    margin-left: 6px;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
}
.info_rht_area {
    float: left;
    margin-bottom: 20px;
    margin-right: 22px;
    width: 47%;
}
.post_area {
    float: left;
    width: 50%;
}

.post_area.right{
   float: right;
    width: 81%;
    }
.post_area h2 {
    color: #fff;
    font: 16px/18px "Open Sans",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
}
.post_area ul {
    list-style-type: none;
}
.post_area li {
    background: url("../images/aro2.jpg") no-repeat scroll left 39% rgba(0, 0, 0, 0);
    color: #fff;
    float: left;
    padding-left: 20px;
    padding-top: 10px;
    width:99%;
}
.yel_text {
    clear: both;
    color: #ff9f00;
    font: 14px/18px Georgia,"Times New Roman",Times,serif;
    padding-left: 20px;
    padding-top: 5px;
}













.conversation_loop{
    border-bottom: 1px solid #cde0e7;
    float: left;
    margin: 5px 6px;
    padding: 7px 15px;
    width: 99%;
    }
.sendconversation_loop{
    border-bottom: 1px solid #cde0e7;
    float: left;
    margin: 5px 6px;
    padding: 7px 15px;
    width: 99%;
    }
	
.sposted_by_name{
    float: left;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
	color:#108407;
	margin:0px 0px;
	padding:0px 0px 0px 25px;
	width:98%;
	background:url("../images/msg_icon.png") no-repeat left top;
    }
	
.posted_by_name{
    float: left;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
	color:#108407;
	margin:0px 0px;
	padding:0px 0px 0px 25px;
	width:98%;
	background:url("../images/posted_icon.png") no-repeat left top;
    }
	
.messge_body{
    float: left;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 27px;
	padding:0px 0px;
    width: 96%;
    }
	
.messge_body a{
	text-decoration:none;
	cursor:pointer;
    }
	
.messge_body span{
    text-align: right;
	font-style:italic;	
	float:right;
    }
	
	
.nav_area_rht{width:auto; float: left; margin-right:6px; padding-top:3px;}
.nav_area_rht a{     
  background: none repeat scroll 0 0 #8abc08;
    border-radius: 9px 9px 0 0;
    color: #fff;
    float: left;
    font: 15px/20px "Open Sans",Helvetica,Arial,sans-serif;
    margin-left: 12px;
    padding: 7px 10px;}
.nav_area_rht a:hover, .nav_area_rht a.active{ background:none repeat scroll 0 0 #e1e1e1!important; color:#000;}

.aro_img{margin-top:8px; margin-left:7px;}

.login-section{
	margin:0px 0px 0px 852px;
	padding:0px 0px;
	width: 323px;
	border:#F00 0px solid;
	position:absolute;
	z-index:999;
	}
	
.logsection{
    background: none repeat scroll 0 0 #e1e1e1;
    border: 0px solid #0f0;
    border-radius: 0 0 6px 6px;
    float: left;
    margin: 0 12px;
    padding: 5px;
    width: 94%;
	}
	
.logform{
    border: 0px solid #0f0;
    float: left;
    margin:12px 0px 0px 0px;
    padding:0px;
    width: 100%;
	background:#e1e1e1;
	border-radius: 0 0 6px 6px;
	}

.logform-input {
    background: -moz-linear-gradient(center top , #ffffff, #eeeeee 1px, #ffffff 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d7d7d7 !important;
    border-radius: 0;
    color: #666666;
    float: left !important;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
    margin: 0 5px;
    padding: 7px 11px !important;
    width: 97% !important;
}


.logbtn {
    background:linear-gradient(#8abc08, #597a03) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 9px;
    color: #fff;
    cursor: pointer;
    font: 16px/20px "Open Sans",Helvetica,Arial,sans-serif;
    margin:0px 44px 8px 44px;
    padding:8px 12px;
    width: 71%;
    }
.logbtn:hover{
    background:linear-gradient(#597a03, #8abc08) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
	
.continuea{
    background: none repeat scroll 0 0 #026a9a;
    border: medium none;
    border-radius: 9px;
    color: #ffffff;
    cursor: pointer;
    float: left;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 41px;
    padding: 4px 19px 6px;
    text-align: center;
    text-decoration: none;
    }
.continuea:hover {
    background: none repeat scroll 0 0 #0989bd;
    }
.fullwidthbanner{
	  height:365px!important;
	  border: #F00 1px solid!important;
	  }
	
	
.milestonebox{
    background: none repeat scroll 0 0 #ffffff;
    color: #1b4471;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
	min-height: 50px;
	float:left;
    line-height: 17px;
    padding: 0px 9px;
	width:100%;
    text-align: right;
	border-bottom: 1px dotted #bdbdbd;
    }
.milestonebox:hover{
    background: none repeat scroll 0 0 #f4fbe3;
    font-weight: normal;
	border-bottom: 1px dotted #bdbdbd;
    }
	
.milestonebox h1{
    background: url("../images/bid_icon.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding:17px 0 17px 18px;
    text-align: left;
    width: 100%;
    }
	
.milestonebox h1 span{
    color: #333333;
    float: right;
    text-align: right;
    }
	
.milestonebox h3{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 18px 0px;
	text-align:center;
    width: 14%;
    }
.color1{
    color: #F00 !important;
	font-size: 14px !important;
    }
.color2{
    color: #090 !important;
	font-size: 14px !important;
    }
.milestonebox h3 a{
    color: #2eaef0;
    float: left;
	text-decoration:none;
    }
.milestonebox h3 a:hover{
    color: #2eaef0;
	text-decoration:underline;
    float: left;
    }
	
.milestonebox h4{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 18px 0px;
	text-align:center;
    width: 20%;
    }	
.milestontext{ 
    background: #ececec;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
	
.milestontext h3{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 4px;
	text-align:center;
    width: 14%;
    }
	
.milestontext h4{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 4px;
	text-align:center;
    width: 14%;
    }
.milestontext h5{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 4px;
	text-align:center;
    width: 20%;
    }
	
.reply_box_left{
    border-right: 1px dotted #c6d1da;
    float: left;
    margin: 0;
    padding: 0;
    width:58%;
    }
.reply_img{
    border-right: 1px dotted #c6d1da;
    float: left;
    margin: 0;
    padding: 2px;
	height:auto;
    width:66px;
    }
.reply_img img{
	height:100%;
    width:100%;
    }
	
	
	
.reply_box_right{
    background: none repeat scroll 0 0 #fef4ec;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    float: right;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0 0 9px;
    width: 40%;
    }
	
.reply_msg_box{
    margin: 0 0 0px 10px;
    overflow: hidden;
    padding: 0 0 10px;
    }
.reply_msg_box span{
    float: left;
    margin: 0 10px 0 0;
    }
.reply_massage{
    border: 1px solid #cdcdcd;
    float: right;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0;
    width:87%;
    }
	
.reply_massage h2{
    background: none repeat scroll 0 0 #ffe9d9;
    color: #fb7c22;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 7px;
    }
	
.reply_massage h2 p{
    color: #4e4e4e;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 2px 7px 0 0;
    }
	
.reply_from{
    margin: 20px 0 0 10px;
    padding: 0;
    }
	
.reply_from p{
    color: #666;
    float: left;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 10px 10px 10px 0;
    }
.msginput{
    background: -moz-linear-gradient(center top , #ffffff, #eeeeee 1px, #ffffff 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 7px 11px !important;
    width: 94% !important;
    }
	
.masg4{
    border: 0 solid #f00;
    float: left;
    margin:9px 9px 0 3px;
    padding: 9px 0 0;
    width: 66% !important;
    }
	
.proceed_bnt{
    background: linear-gradient(#5d7f03, #84b407) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 17px;
    margin: 25px 50px 0 86px;
    padding: 7px 0;
    text-align: center;
    width: 66%;
    }
.proceed_bnt:hover{
    background:linear-gradient(#84b407, #5d7f03) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
	
.reply_box_right p {
    border-bottom: 1px solid #cdcdcd;
    color: #7c7c7e;
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-size:15px;
    margin: 0 3px;
    padding: 20px 0 10px;
    text-align: center;
	width:100%;
    }
	
.new_offer{
    margin: 10px 0 0;
    padding: 0;
    }
	
.new_offer p{
    border-bottom: medium none;
    color: #7c7c7e;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0 3px;
    padding: 0 0 10px;
    text-align: center;
     }
.offer{
    border-bottom: 1px solid #cdcdcd;
    float: left;
    margin:0px;
    width:100%;
    }
	
.offer p span{
    color: #7c7c7e;
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: normal;
    margin: 10px 0 0 10px;
    padding: 10px 0 0 10px;
    }
	
.submit_bott{
    background:linear-gradient(#e85900, #fb870b) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    margin: 12px 0;
    padding:5px 19px;
	border-radius: 5px;
    }
.submit_bott:hover{
    background:linear-gradient(#fb870b, #e85900) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
	
  .account {
    color: #7c7c7e;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 0 0 0 60px;
    }
.account_box{
 background: -moz-linear-gradient(center top , #ffffff, #eeeeee 1px, #ffffff 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding:5px 11px !important;
    width: 70px;
	}
	
.dispute{
	margin:0 0 16px;
	padding:0px 0px;
	float:left;
	width:100%;
	border:#0F0 0px solid;
	}
.dispute h3{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 21px;
    font-weight: normal;
    margin: 0;
    padding: 9px 4px;
    text-align: left;
    width:75%;
    }
	
.dispute h2{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size:14px;
    font-weight: normal;
    margin:0;
    padding:3px 4px;
	line-height:17px;
    text-align: left;
    width:100%;
    }
	
	
	
	
.transbox{
    background: none repeat scroll 0 0 #ffffff;
    color: #1b4471;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
	min-height: 50px;
	float:left;
    line-height: 17px;
    padding: 0px 9px;
	width:100%;
    text-align: right;
	border-bottom: 0px dotted #F00;
    }
.transbox:hover{
    background: none repeat scroll 0 0 #f4fbe3;
    font-weight: normal;
	border-bottom: 0px dotted #bdbdbd;
    }
	
.transbox h2{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 0 18px 0 0;
    padding: 18px 0;
    text-align: left;
    width:45%;
    }


.transbox h3{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 18px 0 0;
    padding: 18px 0;
    text-align: left;
    width: 45%;
    }
	
.transbox h3 span{
    color: #333333;
	font-style:italic;
	font-size: 13px;
    }
	
.transform{
    color: #1b4471;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
	float:left;
    line-height: 17px;
    padding: 0px 0px;
	width:35%;
    }

.transform p{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 18px 0 0;
    padding: 18px 0;
    text-align: left;
    width: 41%;
    }
	
.transform2{
    color: #1b4471;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
	float: right;
    line-height: 17px;
    padding: 0px 31px;
	width:56%;
    }

.transform2 p{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 18px 0 0;
    padding: 18px 0;
    text-align: left;
    width: 25%;
    }
	
	
.transform_box{ 
    border: 0px solid #f00;
    float: right;
    margin: -39px 0 0;
    padding: 0;
    width: auto;
    }
	
.transform_box img{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 8px 6px 0 6px;
    padding: 0px 0px;
    width: auto;
    }
	
.transform_box2{ 
    border: 0px solid #f00;
    float: left;
    margin: 13px 0 0;
    padding: 0;
    width: auto;
    }
	
.transform_box2 img{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 8px 6px 0 6px;
    padding: 0px 0px;
    width: auto;
    }
	
.transform-input{
    background: -moz-linear-gradient(center top , #ffffff, #eeeeee 1px, #ffffff 25px) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 1px 0 !important;
    padding: 5px 11px !important;
    width: 76% !important;
   }
   
.transbnt{
    background: linear-gradient(#597b03, #86b607) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #567702;
    border-radius: 0;
    box-shadow: 0 0 0 0 #9fcee7 inset, 0 0 0 0 rgba(0, 0, 0, 0.2);
    color: #f3f3f3;
    cursor: pointer;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 13px 0 0;
    padding: 4px 6px;
    text-decoration: none;
    text-shadow: 0 1px #555 !important;
    }
	
.transbnt:hover{
    background: linear-gradient(#86b607, #597b03) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #567702;
    }
	
.boxline{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; float:left; height:1px; background: #CCC; width:100%;}
	
	

.orboxline{ margin:10px 8px; padding:0px 0px 0px 0px; float:left; background: url("../images/linebg2.png") repeat-x left bottom; width:65%; min-height:26px; }

.orboxline h2{  
     background: none repeat scroll 0 0 #fff;
    border: 1px solid #999;
    border-radius: 120px;
    font-size: 23px;
    margin: -6px auto;
	font-family:"Open Sans",Helvetica,Arial,sans-serif;
    padding: 8px;
    text-align: center;
    width: 45px;
	}
	
	
	

.error-msg2{
    background: none repeat scroll 0 0 #fee6d8 !important;
    border-radius: 6px !important;
    color: #F00;
    float: right;
    font-size: 13px !important;
    margin: 8px 89px 0 31px !important;
    padding: 0 9px !important;
    width: 56%;
    }
	
.error-msg2 p{
    color: red;
    float: left;
    margin: -2px 0 0;
	font-size: 13px !important;
    text-align: left;
    width: auto;
    }	
	
.error-msg3{
    background: none repeat scroll 0 0 #fee6d8 !important;
    border-radius: 6px;
    color: #f00;
    float: right;
    font-size: 13px !important;
    margin: 8px 88px 0 8px !important;
    padding: 0px 5px !important;
    width: 56%;
    }
	
.error-msg5{
    background: none repeat scroll 0 0 #fee6d8 !important;
    border-radius: 6px !important;
    color: #F00;
    float: left;
    font-size: 13px !important;
    margin: 8px 0 4px 0px !important;
    padding:0px 8px !important;
    width: 100%;
    }
	
.error-msg12{
    background: none repeat scroll 0 0 #fee6d8 !important;
    border-radius: 6px !important;
    color: #F00;
    float: left;
    font-size: 13px !important;
    margin: 8px 0 4px 0px !important;
    padding:0px 8px !important;
    width: 67%;
    }
	
.error-msg13{
    background: none repeat scroll 0 0 #fee6d8 !important;
    border-radius: 6px !important;
    color: #F00;
    float: left;
    font-size: 13px !important;
    margin: 8px 0 4px 0px !important;
    padding:0px 8px !important;
    width: 67%;
    }
		
a.facebott{
	margin:13px 0 21px 5px;
	padding:0px 0px;
	float: left;
    width:220px;
	height:auto;
	text-decoration:none;
	cursor:pointer;
    }
	
a.facebott img{
    width:100%;
	height:100%;
    }
	
a.linkedbott{
	margin:13px 0 21px 4px;
	padding:0px 0px;
	float: left;
    width:220px;
	height:auto;
	text-decoration:none;
	cursor:pointer;
    }
	
a.linkedbott img{
    width:100%;
	height:100%;
    }
	
	
	
	
a.facebott2{
    cursor: pointer;
    float: left;
    height: 39px;
    margin: 11px 0 8px 37px;
    padding: 0;
    text-decoration: none;
    width: 218px;
    }
	
a.facebott2 img{
    width:100%;
	height:100%;
    }	
	
.navbar-toggle i{ cursor:pointer;}

.memberbtn{
    background: linear-gradient(#597a03, #8abc08) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #597a03;
    border-radius: 4px;
    box-shadow: 0 0 0 0 #9fcee7 inset, 0 0 0 0 rgba(0, 0, 0, 0.2);
    margin: 0 52px;
    padding: 4px 15px;
    width: 30%;
	cursor:pointer;
	color: #fff !important;
    text-shadow: 0 1px #555 !important;
	font-size:15px;
    }
	
.memberbtn:hover{
    background: linear-gradient(#8abc08, #597a03) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
	
.error-msg4{
    background: none repeat scroll 0 0 #fee6d8 !important;
    border-radius: 6px !important;
    color: red;
    float: right;
    margin: 0 186px 0 24px;
    padding: 0 8px;
    width: 35%;
    }
	
.error-msg6{
    background: none repeat scroll 0 0 #fee6d8 !important;
    border-radius: 6px !important;
    color: red;
    float: right;
    margin: 0 230px 0 24px;
    padding: 0 8px;
    width: 35%;
    }
	
.error-msg7{
    background: none repeat scroll 0 0 #fee6d8 !important;
    border-radius: 6px !important;
    color: red;
    float: right;
    margin:4px 1px 0 24px;
    padding: 0 8px;
    width: 99%;
	font-size:12px !important; 
    }
	
.loadingimg{
	    float: right;
        margin: -52px 410px 0 195px;
	    }
		
		
.safetybox{
    border: 0 solid #000;
    float: left;
    margin: 0 0 11px;
    padding: 0;
    width:50%;
    }
	
.safetybox p{
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: normal;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    text-align: right;
    width: 33%;
	line-height:18px;
    }
	
	
	
	
	
	
	
.pagination {
    float: right;
    margin: 0;
    padding: 12px 0;
    width: auto;
}
.pagination ul {
    border: 1px solid #e2e2e2;
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 100%;
}
.pagination li {
    float: left;
    font-family: Arial,Verdana,Sans-serif;
    font-size: 12px;
    font-weight: normal;
    list-style-type: none;
}
.pagination li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-right: 1px solid #e2e2e2;
    color: #666666;
    font-weight: bold;
    padding: 7px 14px;
    text-decoration: none;
}
.pagination li a:hover {
    background: none repeat scroll 0 0 #f8f5ef;
    color: #8abc08;
    font-weight: bold;
    padding: 7px 14px;
    text-decoration: none;
}
.pagination li.active {
    background: none repeat scroll 0 0 #f8f5ef;
    color: #ff7800;
    font-weight: bold;
    padding:0;
    text-decoration: none;
}
.pagination li a.last {
    border-right: 0 none;
}






.login_form{
	border: 0 solid #000;
    float: left;
    margin:8px 0  0px 12px;
    padding: 0;
    width: 95%;
	}	
.login_form p{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    text-align:left;
    width:99%;
    }
	
.login_form p span{
    color: #F00;
    }
	
.login_form h3{
    color: #333333;
    float: left;
    font-f amily: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0px;
    padding: 6px 0;
    text-align: left;
    width: 66%;
    }
	
	
.loginput{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px 11px !important;
    width:100% !important;
    }
	
.socialicons{
	margin:0px 0px;
	padding:0px 0px;
	float:right;
	width: auto;
	border:#F00 0px solid;
	}
	
.soc_icon{
    float: left;
    font-size: 12px;
    margin: 3px 0 0 6px;
    padding: 0;
    width:32px !important;
	height:auto;
    }
	
.mainacount{
	margin:0px 0px;
	padding:0px 0px;
	float:left;
	width:100%;
	border:#F00 0px solid;
	}

/* tooltip by pritam on 14/08/2014*/


.tool-tip{
	color: #fff;
	background-color: rgba( 0, 0, 0, .7);
	text-shadow: none;
	font-size: .8em;
	visibility: hidden;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	-o-border-radius: 7px; 
	border-radius: 7px;	
	text-align: center;	
	opacity: 0;
	z-index: 999;
	padding: 3px 8px;	
	position: absolute;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;	
}

.tool-tip,
.tool-tip.top{
	top: auto;
	bottom: 114%;
	left: 50%;		
}

.tool-tip.top:after,
.tool-tip:after{
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: rgba( 0, 0, 0, .7);	
}

/* default heights, width and margin w/o Javscript */

.tool-tip,
.tool-tip.top{
	width: 111px;
	height: 40px;
	line-height:15px;
	margin-top:-20px!important;
	margin-left: -123px !important;
}

/* tool tip position right */

.tool-tip.right{
	top: 50%;
	right: auto;
	left: 106%;
	margin-top: -15px;
	margin-right: auto;	
	margin-left: auto;
}

.tool-tip.right:after{
	left: -5px;
	top: 50%;	
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-right-color: rgba( 0, 0, 0, .7);	
}

/* tool tip position left */

.tool-tip.left{
	top: 50%;
	left: auto;
	right: 105%;
	margin-top: -15px;	
	margin-left: auto;	
}

.tool-tip.left:after{
	left: auto;
	right: -12px;
	top: 50%;
	margin-top: -6px;
	bottom: auto;
	border-top-color: transparent;	
    border-left-color: rgba( 0, 0, 0, .7);	
}

/* tool tip position bottom */

.tool-tip.bottom{
	top: 115%;
	bottom: auto;
	left: 50%;
	margin-bottom: auto;	
}

.tool-tip.bottom:after{
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -7px;
	content: ' ';
	height: 0px;
	width: 0px;
	border: 6px solid transparent;
    border-top-color: transparent;	
    border-bottom-color: rgba( 0, 0, 0, .6);	
}

/* tooltip on focus left and right */

.on-focus .tool-tip.left,
.on-focus .tool-tip.right{
	margin-top: -19px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip{
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;		
}


/* tool tip slide out */

*:not(.on-focus) > .tool-tip.slideIn,
.on-focus > .tool-tip{
	display: block;
}

.on-focus > .tool-tip.slideIn{
	z-index: -1;
}

.on-focus > input:focus + .tool-tip.slideIn{
	z-index: 1;
}

/* bottom slideIn */

*:not(.on-focus) > .tool-tip.slideIn.bottom,
.on-focus > .tool-tip.slideIn.bottom{
	top: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.bottom,
.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 115%;
}	

.on-focus > input:focus + .tool-tip.slideIn.bottom{
	top: 100%;
}

/* top slideIn */

*:not(.on-focus) > .tool-tip.slideIn,
*:not(.on-focus) > .tool-tip.slideIn.top,
.on-focus > .tool-tip.slideIn,
.on-focus > .tool-tip.slideIn.top{
	bottom: 50%;
}

*:not(.on-focus):hover > .tool-tip.slideIn,
*:not(.on-focus):hover > .tool-tip.slideIn.top,
.on-focus > input:focus + .tool-tip.slideIn,
.on-focus > input:focus + .tool-tip.slideIn.top{
	bottom: 110%;
}	

/* left slideIn */

*:not(.on-focus) > .tool-tip.slideIn.left,
.on-focus > .tool-tip.slideIn.left{
	right: 50%;	
}

*:not(.on-focus):hover > .tool-tip.slideIn.left,
.on-focus > input:focus + .tool-tip.slideIn.left{
	right: 105%;		
}

/* right slideIn */

*:not(.on-focus) > .tool-tip.slideIn.right,
.on-focus > .tool-tip.slideIn.right{
	left: 50%;		
}

*:not(.on-focus):hover > .tool-tip.slideIn.right,
.on-focus > input:focus + .tool-tip.slideIn.right{
	left: 105%;
}


.focusmsg{
    background: #333 !important;
    border-radius: 6px;
    color:  #FFF;
    float: left;
    font-size: 13px !important;
    margin: 8px 88px 0 3px !important;
    padding: 0px 5px !important;
    width: 56%;
	opacity: 1;
    }
	
	
.browbox2{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 0px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
	float:left;
    padding: -1px 11px !important;
    width: 28%;
    }
	
.browbox2input{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 7px 11px !important;
    width: 80%!important;
    }
	
	
.sitemap2 ul, .sitemap2 li {
    list-style-image: none;
    list-style-position: outside;
     list-style-type: disc;
    margin-bottom: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: auto !important;
    padding-bottom: inherit !important;
    padding-left: inherit !important;
    padding-right: inherit !important;
    padding-top: inherit !important;
	width:50%;
	color:#015858 !important;
	float:left;
}

.sitemap2 ul, .sitemap2 li a{
	color:#719b03 !important;
	text-decoration:none;
	}
.sitemap2 ul, .sitemap2 li a:hover{
	color:#516f03 !important;
	text-decoration: underline !important;
	}

.success{ margin:0px 0px; padding:0px 0px; float:left;padding-top: 2%;padding-bottom: 2%;margin-bottom: 1%;padding-left: 1%;}
.success h1{ border: 0px solid #ffffff;
    color: #6a9202;
    font-size: 28px;
    margin: 0 auto;
    padding: 0;
    width: 300px;}
.success h1 span{ margin:0px 6px; padding:0px 0px; width: auto; float:left;}

.success h2{ 
    border: 0px solid #ffffff;
    color: #333333;
    font-size: 17px;
    margin: 0 auto;
    padding: 18px 0;
    text-align: center;
    width: 100%;
	}
.success h2 a{ color: #ff9933; text-decoration:underline ; cursor:pointer;}
.success h2 a:hover{ color: #ff9933; text-decoration: none;}



.logbtn2{
    background:linear-gradient(#8abc08, #597a03) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font: 16px/20px "Open Sans",Helvetica,Arial,sans-serif;
    margin:8px 80px 8px 0px;
    padding:8px 12px;
    width: auto;
	float: right;
    }
	
.logbtn2:hover{
    background:linear-gradient(#597a03, #8abc08) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
	
#atstbx2{ margin:6px 36px; padding:0px 0px; float: left;}
#atstbx{ float: left; margin:6px 36px; padding: 0;}


.logbtn3{
    background:linear-gradient(#fc3d00, #d12107) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 9px;
    color: #fff;
    cursor: pointer;
    font: 16px/20px "Open Sans",Helvetica,Arial,sans-serif;
    margin:8px 0px 8px 0px;
    padding:8px 12px;
    width: auto;
	float:right;
    }
	
.logbtn3:hover{
    background:linear-gradient(#d12107, #fc3d00) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
	
.sharingbox{
    border: 0px solid #090;
    margin: 18px 0 0 476px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
     }
	 
.sharingbox2{
    border: 0px solid #090;
    margin: -2px 0 -62px -88px;
    overflow: hidden;
    padding: 0;
    width: auto;
     }	 
	 
.loginput5{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px 11px !important;
    width:67% !important;
    }
	
.loginput6{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0px 1% 6px 0px;
    padding: 5px 11px !important;
    width:60% !important;
    }
	
	
	
.ratingreview{
    background: none;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	border-bottom: #dbdedf 1px solid;
    }
	
.ratingtext{
    border: 0px solid #090;
    color: #585858;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 60%;
    }
	
.ratingtext h1{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 0 4px;
    padding: 4px 0px 4px 0;
    text-align: left;
    width:97%;
    }
	
.ratingtext p{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 0 4px;
    padding: 0px 0px 4px 0;
    text-align: justify;
    width:97%;
    }
	
	
.ratingtext_right{
    border: 0px solid #090;
    color: #585858;
    display: block;
    float: right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 22%;
    }
	
.ratingtext_right p{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 0 0 4px;
    padding: 0px 0px 4px 0;
    text-align: justify;
    width:97%;
    }
	
.ratingtext_right p span{
    color: #666;
	font-size: 13px;
    font-weight: normal;
    }
	
	
	
	
	
	
.invite_form{
    border: 0 solid #000;
    float: left;
    margin: 5px 20px !important;
    padding: 0;
    width: 45% !important;
    }
	
	
.invite_form p{
    border: 0 solid #000;
    float: left;	
    margin: 0px 0px;
    padding: 0;
	font-size:12px;
	color:#999;
    width: 99% !important;
    }
	
.invite-input{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px 11px !important;
    width: 97% !important;
    }
	
.invitebott{
	float:right;
	}
.error-invite{
    background: none repeat scroll 0 0 #fee6d8 !important;
    border-radius: 6px;
    color: #f00;
    float: left;
    font-size: 13px !important;
    margin: 8px 0 0 !important;
    padding: 0 5px !important;
    width: 97%;
    }
	
.notiftext h6{
    color: #FFF;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 4px;
	text-align: left;
    width: 48%;
    }
	
.messagtext3{ 
    background: none repeat scroll 0 0  #FFF;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
	
.messagtext3 h2{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
	line-height:19px;
    margin: 0 84px 0 4px;
    padding: 11px 0;
    text-align: left;
    width: 38%;
    }
	
.messagtext3 h2 a{
    color: #2eaef0;
    float: left;
	text-decoration:none;
    }
	
.messagtext3 h2 a:hover{
    color: #2eaef0;
	text-decoration:underline;
    float: left;
    }
	
.messagtext3 h3{
    color: #333333;
    float: left !important ;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
	line-height:19px;
    font-weight: normal;
    margin: 0 0px 0 0px !important;
    padding: 11px 0;
    text-align: left;
    width: 38% !important;
    }
	
.addbox{
    float: left !important;
    margin: 0px 0px !important;
    padding: 0px 0px !important;
    width: 720px !important;
	height: auto !important;
	color:#FFF;
    }
	
.addbox2{
    margin: 0px  auto 15px auto !important;
    padding: 0px 0px !important;
    width: 720px !important;
	height:90px !important;
    }
.addbox3{
    margin: 0px  auto 15px auto !important;
    padding: 0px 0px !important;
    width: 720px !important;
	height:90px !important;
    }
	
	
	
.leftcategory{
	margin:0px 0px;
	padding:0px 0px;
	float:left;
	width:100%;
	border:#F00 0px solid;
	}
	
.catcontent{
	margin:0px 0px 11px 0px;
	padding:0px 0px ;
	float:left;
	width:100%;
	}
	
.catcontent h1{
    background:linear-gradient(#015858, #017171) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #014f4f;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 5px 0px;
    padding: 7px 9px;
    width: 100%;
    }
.catcontent h3{
    background:linear-gradient(#015858, #017171) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #014f4f;
    border-radius: 4px;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 5px 0px;
    padding: 7px 9px;
    width: 100%;
    }
	
.catcontent h1:before {content: "+"; color: #FFFFFF; font-weight:bold; float:right;}
.catcontent h1.active:before {content: "-" ; color:#FFFFFF; font-weight:bold; float:right;}

		
.catlink{
	margin:0px 0px;
	padding:0px 0px;
	float:left;
	width:100%;
	}
	
.catlink h2{
    color: #666;
    float: left;
    font-size: 14px;
    font-weight: normal;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0px 0px;
    padding: 5px 0px;
    width: 89%;
    }
	
.catlink h2 a{
    color: #666;
	text-decoration:none;
    }
.catlink h2 a:hover{
    color: #719b03;
	text-decoration:none;
    }
.catlink h2 a.selected{
    color: #719b03;
	text-decoration:none;
    }
.unchecked{
    background: url(../images/unchecked.png) no-repeat left !important;
    width: 19px;
	margin:5px 2px 0px 2px;
	height: 17px;
	float:left !important;
    }
	
.select_chkbx{
    background: url(../images/checked.png) no-repeat left !important;
    height: 17px;
    width: 19px;
	float:left;
	margin:5px 2px 0px 2px;
    z-index: 999 !important;
     }
	 
	 
.textcol{
	color:#FFF;
	}
	
.textcol a{
	color:#719b03;
	text-decoration:none;
	}
	
.textcol a:hover{
	color:#719b03;
	text-decoration: underline;
	}
	
.textcol2{
	color:#FFF;
	}
	
.textcol2 a{
	color: #FFF;
	text-decoration:none;
	}
	
.textcol2 a:hover{
	color:#a0dd01;
	text-decoration:none;
	}
	
.p-module{ 
margin:13px 0px 18px 0px;
padding:6px 6px;
border:#CCC 1px solid;
overflow:hidden;}


.p-module h6{
    color: #719b03 !important;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 15px;
	float: left;
    }
.catlist{ padding:3px 2px; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:12px; float:left !important ; margin:0px 0px;}

.snapshot-item{
    border-top: 1px dotted #d7d7d7;
    margin-top: 5px;
    padding-top: 5px;
    width: 100%;
    }

.snapshot-nav{
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
	width:100%;
	float:left;
    }
.snapmenu {
    margin: 0;
    padding: 0;
}
.snapmenu li {
    color: #939393;
    cursor: pointer;
    float: left;
    list-style-type: none;
    margin: 10px 0 5px;
}
.snapmenu li.selected {
    color: #333;
    font-weight: bold;
}
.snapmenu li.first {
    border-right: 1px solid #939393;
    margin-right: 10px;
    padding-right: 10px;
}

.tabtext{ width:100%; font-family:Arial, Helvetica, sans-serif; color: #000; font-size:12px; line-height:15px;}
.tabtext a{ color:#719b03; text-decoration:none;}
.tabtext a:hover{ color:#719b03; text-decoration: underline;}
.tabtext span{ color: #999;}


.leftlogin{ margin:15px 0px 0px 0px; padding:0px 0px; float:left; border: 0px solid #009900; overflow: hidden; width: 60%; border-right:#dddddd 1px solid; }
.rightlogin{ margin:15px 0px 0px 0px; padding:0px 0px; float:left; border: 0px solid  #FF9900; overflow: hidden; width: 40%; }
.rightlogin h2{
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 29px !important;
    font-weight: normal;
    line-height: 34px;
	color:#709905;
    margin:17px 0px 0px 0px;
    padding: 0;
    text-align: center;
    width: 100%;
    }
	
.rightlogin h2 span{
    font-size: 16px !important;
	color:#333333;
    }
	
.logimg{ margin:12px  auto; padding:0px 0px; border: 0px solid  #FF9900; width:351px; height:auto;  }
.logimg img{ width:100%; height:100%;  }	

.signtext{ margin:0px 0px 15px 25px; padding:15px 15px; float: left; border: 1px solid #dddddd; width: 91%; }


.signtext h2{
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 25px !important;
    font-weight: normal;
    line-height: 24px;
	color: #709905;
    margin:0px 0px 15px 0px;
    padding: 0px 0px 11px 0px;
    text-align: left;
    width: 100%;
	border-bottom:#dddddd dashed 1px;
    }
	
.signtext h2 a{
    font-size: 14px !important;
    text-decoration:none;
	color: #333333;
	cursor:pointer;
    }
.signtext h2 a:hover{
    text-decoration: underline;
	color:#709905;
    }
	
	
.signtext p{
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 13px !important;
    font-weight: normal;
    line-height: 19px;
	color: #666666;
    margin:0px 0px 9px 0px;
    padding: 0;
    text-align: left;
    width: 99%;
    }
	
.signtext p span{
    font-size: 16px !important;
    font-weight: normal;
	color:#709905;
    }
.prolink{ margin:0px 0px; padding:0px 0px; float:left; border:#F00 0px solid; width:100%;} 
.prolink ul{ margin:15px 0px 0px 0px; padding:0px 0px; float:left; width:100%;} 
.prolink li{ 
    margin:0px 18px 0px 0px; 
	float:left;
	width:45%;
	 }
	 
.prolink li span{ 
    margin:10px 36px 0px 0px; 
	float:left;
	font-size:13px;
	line-height:18px;
	width:100%;
	text-align: justify;
	}
	 
.prolink li a{ 
	padding:5px 8px;
	background: #e0e2e3; 
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333;
	width:99%;
	text-decoration:none;
	 }
	 
.prolink li a:hover{
	background:#719b03; 
	color:#333;
	text-decoration:none;
	 }
	 
	 
	 



.which-categ{
      margin:0px 0px; 
	  padding:0px 0px; 
	  float:left;
	  border:#F00 0px solid; 
	  width:67%;
	  }
	  
.which-categ ul{
      margin:0px 0px; 
	  padding:0px 0px; 
	  float:left;
	  border: #0066FF 0px solid; 
	  width:100%;
	  }
	  
.which-categ li{
    float: left;
    margin:0 1% 1% 0;
    width: 32%;
	border: #ddd 1px solid; 
    }
	
.which-categ li a{
    padding: 24px 12px;
	float:left;
	color:#333333;
	text-decoration:none;
    }
	
.which-categ li a:hover{
	color:#333333;
    }
	 
.which-categ li:hover{
    border: #009900 1px solid;
    }
	
.which-categ li.selected{
    border: #009900 1px solid;
    }
	
textarea{
    resize: none;
    }
	
.logi_width{ width:24%;}




.clientright_box{
    border: 0px solid #ff9900;
    float: right;
    margin: 2px 0 0 12px;
    overflow: hidden;
    padding: 0;
    width: 26%;
    }
	
.clientright_box2{
    border: 0px solid #ff9900;
    float: right;
    margin: 15px 0 0 0px;

    padding: 0;
    width:100%;
    }
.prouser_box{
    border: 1px dotted #ddd;
    margin: 0 0 12px;
    overflow: hidden;
    padding: 12px;
    width: 100%;
    }
	
.prouser_box h1{
    color: #719b03 !important;
    float: left;
    font-size: 19px;
    margin: 0;
    padding: 4px 6px;
    width: 71%;
	text-align:left;
    }

.proimg{
    border: 1px solid #ddd;
    display: block;
    float: left;
    height: auto;
    margin: 0;
    padding: 3px;
    width: 24%;
    }
.proimg img{
    width: 100%;
	height:100%;
    }
	
.prostat{
    border: 0px solid #090;
    border-radius: 0;
    float: left;
    margin: 9px 0px;
    padding: 0;
    width: 90%;
    }
	
.prostat_box{
    border: 0 solid #090;
    color: #585858;
    display: block;
	margin:0px 6px;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-align: justify;
    width: auto;
    }
	
.prostattext{
    border: 0 solid #090;
    color: #585858;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    text-align: justify;
    width: 100%;
    }
	
.prostattext span{
    color: #719b03 !important;
    }
	
	
	
	
.clientbox_left{
    border: 0px solid #0066FF;
    float: left;
    margin: 0px 0 0 0px;
    overflow: hidden;
    padding: 0;
    width: 72%;
    }


.overview_box{
    margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
    color: #585858;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 100%;
	border-bottom:0px solid #d8d9da;
    }
.overview_heading{
    background: #f3f4f5;
    border-bottom: 1px dashed #d8d9da;
    color: #333333;
    margin-bottom: 10px;
    padding: 6px 5px;
    width: 100%;
	font-size:18px;
    }
.overview_box p{
    margin:0px 0px;
	padding:0px 7px;
    color: #585858;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 100%;
	border: #090 0px solid;
	text-align:justify;
	line-height: 21px;
    }
	
.jobdescript{
    margin:12px 0px;
	padding:9px 9px;
    color: #585858;
    float: left;
	border:1px solid #ddd;
	overflow:hidden;
	width:100%;
	}
	
	
	
.font_20{
    background: none repeat scroll 0 0 #015858 !important;
    color: #f3f3f3;
    float: left;
    font-size: 17px;
    margin: 6px 6px 0 0;
    padding: 9px 18px;
    text-shadow: 0 1px #555 !important;
    width: auto;
    }
	
.freeimg_box{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border:0px solid #ff0000;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
    }
	
.topcontrol{
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0 4px 4px 0px !important;
    color: #555555;
	float:left;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px 6px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 90% !important;
    }
	
.topcontrol_box{
	float:left;
    padding:0px 0px;
	margin:0 0 15px;
    width: 100% !important;
	border: 0px solid #FF0000;
	border-radius: 4px !important;
    }
.topcbott{
	float:left;
    padding:17px 0px;
	margin:0px 0px;
    width: 80px !important;
	border: 0px solid #FF0000;
	border-radius: 4px 0px 0 4px !important;
	background:#8abc08 url(../images/search-24.png) no-repeat center !important;
	}
	
.margtop{
     margin-top:-3px!important;
	 float:left;
         }
		 
.mem_btn{
    background: #95ce01;
    border: 1px solid #7dac03;
    border-radius: 4px;
    box-shadow: 0 0 0 0 #9fcee7 inset, 0 0 0 0 rgba(0, 0, 0, 0.2);
    margin: 0 43px;
    padding: 4px 15px;
    width: 30%;
	color: #374c00 !important;
	font-size:15px;
    }
	

.howitbg {
    background: #95ce01!important;
	color:#FFFFFF;
	border:0px!important;
	}
	
.howitbg.current{
	color:#FFFFFF!important;
	}
	
	
	
.more-border {
    border: 0.5em dashed #fff;
    border-radius: 1em;
    margin-bottom: 1em;
    overflow: auto;
    padding: 1em 1em 2em;
    }
h1.works{
    background-image: url("../images/orng_bg.png");
    background-position: 50% center;
    background-repeat: no-repeat;
    color: white;
	font-weight:bold;
    font-size: 2em;
    margin-bottom: 1em;
    text-align: center;
    text-shadow: 1px 1px 0 #866748;
    }
.works span{
    display: block;
    padding: 2em 0;
	color:#5ca300;
    }
	
.moretext1{
    color: #ffffff !important;
    font-size: 1.7em !important;
    line-height: 28px;
    padding-right: 3em !important;
    text-align: right !important;
    margin-bottom: 1em;
     }
	
.domains-list-wrapper{
    background-color: white;
    border-radius: 0.5em;
    margin-bottom: 3em;
    padding: 0.6em;
	overflow:hidden;
    }
	
.domains-list-border{
    border: 2px dashed #9ece2b;
    overflow: auto;
    padding: 8px;
    min-height: 138px;
    }
	
.domain-joined{
    background-color: #ff9f00;
    border-radius: 5em;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 1em 2em;
    position: relative;
    text-align: center;
    }
.row-fluid{	width: auto;}

.domain-joined h2{
    line-height: 1.3em;
	font-size:27px;
    margin: 0;
    padding: 0;
	color:#FFFFFF;
	font-weight:bold;
    }
	
.domain-joined h3{
    line-height: 1.3em;
	font-size:18px;
    margin: 0;
    padding: 0;
	color:#FFFFFF;
	font-weight:bold;
    }
.domain-joined-arrow {
    background-image: url("../images/arro_img3.png");
    background-repeat: no-repeat;
    height: 65px;
    position: absolute;
    right: -40px;
    top: 50%;
    width: 97px;
    }
.row-fluid .span8{
    float: right;
    margin: 0;
    padding: 0;
    width: 67%;
    }
.more p.domains {
    font-size: 1.2em;
    margin-bottom: 0;
    text-align: justify;
    }
.domains a {
    color: #000;
    }
	
	
.rowfluid_box{	width: 100%; border:#009900 0px solid; min-height:50px; overflow:hidden;}

.rowfluid_left{	width: 70%; border:#009900 0px solid; min-height:50px; margin:0px 0px; padding:0px 0px; float:left;}
.share_img1{ width:238px; border:#009900 0px solid; min-height:50px; float: left; margin:0px 25px; padding:0px 0px;}
.share_img1 img{ width:100%; height:100%;}
.rowfluid_left h3{ color:#FFFFFF; font-weight:bold;}

.box-wrapper{
    background-color: white;
    border-radius: 0.5em;
    padding: 0.6em;
    }
	
.box-border{
    border: 1px dashed #999;
    overflow: auto;
    padding: 1em;
    }
.box-wrapper p{
    color: #333333;
    font-size: 21px;
	font-family:Arial, Helvetica, sans-serif;
    line-height: 26px;
    text-align: justify;
    font-weight: normal;
    }
	
.arrow-wrapper{
    text-align: center;
    }
	
.rowtext_box{ margin:0px 0px; padding:0px 0px; float: left; width:30%; border:#FF0000 0px solid;}

.rowtextright{ margin:0px 0px; padding:0px 0px; float: left; width:30%; border: #FF00FF 0px solid;}


.bottom-arrow{
    background-image: url("../images/learn_bottom.png");
    background-repeat: no-repeat;
    float: right;
    height: 27px;
    margin-right: 3em;
    width: 34px;
	margin-top: -15px!important;
	border:0px!important;
    }
	
	
	
	

	
.dasgtext{ 
    background:none repeat scroll 0 0 #015858 !important;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
	
.dasgtext h2 {
    color: #FFFFFF;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 0 4px;
    padding:7px 0;
    text-align: left;
    width:99%;
    }
	
	
.dasgtext h2 span{
    color: #95ce01;
	font-size:16px;
    text-align: right;
	float:right;
    }
	
.dasgtext h2 span a{
    color: #95ce01;
	text-decoration:underline;
    }
.dasgtext h2 span a:hover{
    color: #95ce01;
	text-decoration:none;
    }
	
	
	
.dasmsg-box{ 
    background: #FFFFFF;
	border-bottom: #ebe8e8 1px solid;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 4px 9px 12px 9px;
    width: 100%;
	}

.dasmsg-box h1{
    color: #6db801;
    float:left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 19px;
    font-weight: bold;
    line-height: 23px;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    text-align: left;
    width: 50%;
    }
	
.dasmsg-box h1 .img{
    border: 1px solid #999999;
    float: left;
    height: 41px;
    margin: 6px;
    padding: 2px;
    width: 53px;
    }
	
.dasmsg-box h1 img img{
    width: 100%;
	height:100%;
    }

.dasmsg-box h1 span{
    color: #999999;
	font-style:italic;
	font-size:15px;
	font-weight: normal;
    }
	
.text-dasmsg{ 
    background: #FFFFFF;
	border:#bed680 1px solid;
    float: left;
    margin: 0 auto;
    padding: 4px 6px;
    width: 100%;
	border-radius: 12px;
	}
	
.text-dasmsg p{
    color: #999999F;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 4px;
    padding: 6px 0;
    text-align: justify;
	line-height:19px;
    width:99%;
    }
	
.text-dasmsg h2{
    color: #333333;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0 4px;
    padding: 6px 6px;
    text-align: justify;
	line-height:19px;
    width: auto;
    }
	
.text-dasmsg h2 a{
    color: #333333;
	text-decoration:none;
    }
.text-dasmsg h2 a:hover{
    color: #6db801;
	text-decoration: none;
    }
	
.font_25{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    color: #003300;
    float: right;
    font-size: 15px;
    margin:-44px 6px 0 626px;
    padding: 0 18px;
    position: absolute;
    text-shadow: 0 0 #555 !important;
    width: auto;
    }

.dasright-box{ 
    background: #FFFFFF;
	border: #ebe8e8 0px solid;
    float: right;
    margin:30px 15px 0 0;
    padding:0px 12px;
    width: auto;
	font-size:18px;
	color:#999999;	
	}
	
h3.title2::after{
    background: none;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
	float:left;
    width:99%;
    }
	
	
	
.proamount{
    background: none repeat scroll 0 0 #e4eecb;
    border: 3px solid #c7d3aa;
    border-radius: 11px;
    float: left;
    margin: 34px 0;
    min-height: 100px;
    padding: 12px;
    width: 99%;
    }
	
.proamount ul{
    background: none;
    float: left;
    margin: 0px 0;
    padding: 0px 0px;
    width:100%;
	list-style:none
    }
	
	
	
.proamount li{
    background: none;
	border-bottom:#ff9933 0px solid;
	color:#373b2d;
	font-style: italic;
    float: left;
    margin: 6px 0;
    padding:0px 0px 3px 0px;
    font-size: 15px;
    font-weight: bold;
    width:100%;
    }
	
.proamount li span{
	color: #80b200;
	font-size:14px;

    }
/*-----------------Dashboard New Pages--------------*/
.clearafter:after{
	clear:both;
	display:block;
	visibility:hidden;
	content:'';
}
a, a:hover{
	transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
.dashboard_wrap{
	margin:0;
	padding:30px 15px;
	font-family:Arial, Helvetica, sans-serif;
	min-height:496px;
}
.dash_headline{
	margin:0 0 15px 0;
	padding:0;
	font-size:21px;
	color:#636363;
	line-height:36px;
	width:60%;
	float:left;
}
.dash_headline span{
	font-size:14px;
	color:#8d8d8d;
	padding:0 0 0 56px;
	margin:0 0 0 3px;
	background:url(../img/dash_line.jpg) left center no-repeat;
}
.download_tracker{
	float:right;
	width:230px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	background:#34acd7;
	font-size:14px;
	margin:0 0 15px 0;
}
.download_tracker:hover{
	background:#f09b18;
	color:#fff;
}
.dash_content{
	width:100%;
	float:left;
	border:1px solid #ddd;
	background:#f8f9f9;
	margin:0 0 30px 0;
	padding:0;
}
.dash_content ul{
	margin:0;
	padding:0;
}
.dash_content li{
	margin:0;
	padding:0;
	float:left;
	width:50%;
	overflow:hidden;
	border-right:1px solid #ddd;
	border-bottom:1px solid #fff;
}
.dash_content li:nth-child(even){
	border-right:none;
}
.dash_content li label{
	color:#555555;
	font-size:15px;
	line-height:36px;
	padding:0 0 0 15px;
	margin:0 15px 0 0;
	float:left;
	width:35%;
}
.dash_content li label em{
	font-style:normal;
	float:right;
}
.dash_content li span{
	line-height:36px;
	font-size:13px;
	color:#666666;
	display:block;
	float:left;
	width:60%;
}
.dash_table{
	margin:0;
	padding:1px 1px 0 1px;
	background:#fff;
	border:1px solid #ddd;
	float:left;
	clear:both;
	width:100%;
}
.dash_table ul{
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
	background:#f7f7f7;
}
.dash_table ul li{
	list-style:none;
	overflow:hidden;
	text-align:center;
}
.tab_head, .tab_cell, .tab_head2, .cell_2{
	color:#535252;
	font-size:13px;
	line-height:28px;
	background:#ddd;
	float:left;
	width:20%;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.tab_head:last-child, .tab_head2:last-child{
	border-right:none;
}
.tab_cell, .cell_2{
	background:none;
	font-size:13px;
	color:#828181;
	line-height:54px;
	min-height:54px;
}
.tab_cell img, .cell_2 img{
	margin:20px 0 0 0;
}
.no_found{
	text-align:center; 
	font-size:17px; 
	color:#F00; 
	line-height:46px;
}

/*------ Dash 2 ---------*/

.dash_content2{
	width:50%;
	float:left;
}
.dash_content2 li{
	width:100%;
	border-right:none;
}
.dash_graph{
	float:right;
	width:48%;
	border:1px solid #ddd;
	min-height:113px;
}
.dash_graph img{
	height:111px;
}

.tab_head2, .cell_2{
	width:12.49%;
}
.view_screenshot{
	font-size:13px;
	color:#828181;
}
.view_screenshot:hover, .view_screenshot_active{
	color:#ff9b01;
}

/*------------ Portfolio Page ---------------*/

.portfolio_wrapper{
	overflow:hidden;
}
.last_cell{
	line-height:25px;
}

/*----------------Dash Search ------------------*/
.dash_search{
	margin:0 0 30px 0;
	padding:0;
	width:100%;
	float:left;
}
.dash_search ul{
	margin:0;
	padding:0;
	width:100%;
}
.dash_search li{
	list-style:none;
	float:left;
}
.start_time{
	width:25%;
	margin-right:20px;
	border:1px solid #ccc;
}
.start_time input[type='text']{
	border:none;
	box-shadow:none !important;
	width:90%;
	padding:3px 10px;
	background:#fff;
	font-size:13px;
	margin:0;
}
.end_time{
	width:25%;
	margin-right:20px;
	border:1px solid #ccc;
}
.end_time input[type='text']{
	border:none;
	box-shadow:none !important;
	width:90%;
	padding:3px 10px;
	background:#fff;
	font-size:13px;
	margin:0;
}
.start_time img, .end_time img{
	cursor:pointer;
}

.dash_search li.search_submit{
	width:10%;
}
.submit_btn, .submit_btn:hover{
	background:#f09b18;
	width:100%;
	line-height:30px;
	display:block;
	float:right;
	text-align:center;
	color:#fff;
	font-size:14px;
	border:1px solid #df8a07;
	transition:all 300ms ease-in-out;
	-o-transition:all 300ms ease-in-out;
	-ms-transition:all 300ms ease-in-out;
	-moz-transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
.submit_btn:hover{
	background:#34acd7;
	border: 1px solid #2ca4cf;
}

@media screen and (max-width:1179px){
.dash_headline{
	width:100%;
	font-size:19px;
}
.dash_headline span{
	padding-left:40px;
	background:none;
}
.download_tracker{
	float:none;
	margin:0 auto;
	margin-bottom:15px;
	display:block;
	clear:both;
}
.dash_content li{
	border-right:none;
	width:100%;
}
.dash_content li span{
	width:45%;
}
.dash_content li label{
	width:50%;
	padding:0 0 0 5px;
	margin:0 5px 0 0;
}
.dash_content2{
	width:100%;
}
.dash_graph{
	width:100%;
	margin-bottom:20px;
}
	
}

@media screen and (min-width:470px) and (max-width:1179px){
.dash_headline{
	font-size:21px;
}
.dash_headline span{
	background:url(../img/dash_line.jpg) left center no-repeat;
	padding-left:56px;
}

@media screen and (min-width:598px) and (max-width:1179px){
.dash_headline{
	width:58%;
}
.download_tracker{
	clear:none;
	float:right;
}
.dash_content li label{
	width:40%;
	margin-right:15px;
	padding-left:15px;
}
.dash_content li span{
	width:55%;
}

}

@media screen and (min-width:760px) and (max-width:1179px){
.dash_content2{
	width:50%;
}
.dash_graph{
	width:48%;
}

}

@media screen and (min-width:1020px) and (max-width:1179px){
.dash_content li{
	width:50%;
	border-right:1px solid #ddd;
}
.dash_content2 li{
	width:100%;
	border-right:none;
}

}

}
.sub_categories{
float:left;
width:100%;
}
.sub_categories select{
padding:10px 0;
}
.browsebox{
width:280px;
}
.browseimg-input{
width:80px;
}

	
	
/*-----------------count_list--------------*/

.category ul li a .count_list{
	width:18px;
	height:18px;
	border-radius:100%;
	-o-border-radius:100%;
	-ms-border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	text-align:center;
	line-height:18px;
	font-size:11px;
	color:#fff;
	background:#f00;
	display:inline-block;
	margin:0;
	padding:0;
	border:none;
	letter-spacing:-1px;
}
.notif_active{
    background:#fecea2;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	