body {
    color: #727272;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 24px;
}

body.boxed header {
    width: 100%;
}

.wrap {
    overflow: hidden;
}

select {
	text-indent:0.01px;
	text-overflow:"";
}

img {
    max-width: 100%;
}

@font-face {
    font-family: 'OpenSans';
    src: local('?'), url('../fonts/OpenSans-Regular.ttf') format('ttf'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    src: local('?'), url('../fonts/Oswald-Regular.ttf') format('ttf'), url('../fonts/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    color: #0a4460;
    font-family: "Open Sans", Helvetica, Arial, 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;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
	color:#1a3547;
}

h3.titlebg:after {
    background: none !important;
	border:#999 0px solid;
    content: "";
    height: 5px;
    margin-left: 10px;
    position: absolute;
    top: 12px;
    width: 99%;
    }

.modal:focus {
	outline:none;
}
.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: 0px;
}

/* Header */
/* Header */
#header{
	background: #FFFFFF url(../images/headerbg.png) repeat-x left bottom !important;
    }


#header .main-header {
    z-index: 9999;
    width: 100%;
	min-height: 37px;
    position: relative;
	background: url(../images/headerbg.png) repeat-x left bottom;
	border-bottom:#ffffff 1px solid;
/*    -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: none;
	border-bottom: 1px solid #FFFFFF;
    padding: 7px 0;
}

.topnav .navbar-toggle i {
    line-height: 20px;
}

.phone-email {
    padding: 0px 0;
}

.phone-email a {
    margin-right: 0px;
}

.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: #f8f6f4;
    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{
    height: auto;
    margin: -53px 0 0;
    padding: 0;
    position: absolute;
    width: 257px;
	border: #333333 0px solid;
    }
.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-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 26px;
    line-height: 17px;
    margin: 20px 0;
	color:#0a4460;
}

.breadcrumbs {
    margin: 13px 0 !important;
}

.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;
    height: 538px ;
    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: none;
    font-weight: 500;
    margin: 0;
	color: #898989;
    font-size: 16px;
    padding: 20px 3%;
    text-align: center;
	border: 1px solid #ddd;
    }

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







.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 */
.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;
    }
.top-pad4{
    float: right;
    margin: 6px 90px;
    }
	

.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;
	background:#f7d0d1 !important;
    }

	
	
	

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: #4c6873;
    font-size: 14px;
    line-height: 24px;
}

body.boxed header {
    width: 100%;
}

.wrap {
    overflow: hidden;
}

img {
    max-width: 100%;
}



h1,h2,h3 {
    margin: 0 0 25px;
}

h3 {
    font-size: 22px;
    position: relative;
}

h3.title {
	overflow: hidden;
	line-height:28px;
}


.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: #1594e9;
}


/* Header */
/*#header .main-header {
    min-height:103px;
    z-index: 9999;
    width: 100%;
    position: relative;
	background:#f8f6f4;
    -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: 1px;
}

.phone-email {
    float: right;
    margin-top: 2px;
    padding: 0;
	text-align:right;
    }
	
.phone-email a.last{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-left: 12%;
    margin-right: 0;
    padding: 0;
    }
.phone-email a.last:hover{
    margin-right:0px;	
	background: none;	
    }

.phone-email a {
    margin: 0px 6px 0px 0px;	
	background-image: linear-gradient(#6dc6fd, #3babf5);
	background-image: -webkit-linear-gradient(top,  #6dc6fd 0%,#3babf5 100%);
	background-image: -o-linear-gradient(#6dc6fd, #3babf5);
	background-image: -moz-linear-gradient(#6dc6fd, #3babf5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dc6fd', endColorstr='#3babf5',GradientType=0 );
	padding:4px 9px;
	text-align:center;
	border-radius: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    }
.phone-email a:hover{
     background-image: linear-gradient(top,  #a5e125 0%,#62b20e 100%));
	background-image: -webkit-linear-gradient(top,  #a5e125 0%,#62b20e 100%);
	background-image: -webkit-linear-gradient(top,  #a5e125 0%,#62b20e 100%);
	background-image: -o-linear-gradient(top,  #a5e125 0%,#62b20e 100%);
	background-image: -moz-linear-gradient(top,  #a5e125 0%,#62b20e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5e125', endColorstr='#62b20e',GradientType=0 );
    }
.phone-email a.selected{
     background-image: linear-gradient(top,  #a5e125 0%,#62b20e 100%));
	background-image: -webkit-linear-gradient(top,  #a5e125 0%,#62b20e 100%);
	background-image: -webkit-linear-gradient(top,  #a5e125 0%,#62b20e 100%);
	background-image: -o-linear-gradient(top,  #a5e125 0%,#62b20e 100%);
	background-image: -moz-linear-gradient(top,  #a5e125 0%,#62b20e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5e125', endColorstr='#62b20e',GradientType=0 );
    }
	
{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0b7a1+0,8c3310+49,752201+100,bf6e4e+100 */
background: #f0b7a1; /* Old browsers */
background: -moz-linear-gradient(top,  #f0b7a1 0%, #8c3310 49%, #752201 100%, #bf6e4e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f0b7a1 0%,#8c3310 49%,#752201 100%,#bf6e4e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f0b7a1 0%,#8c3310 49%,#752201 100%,#bf6e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* IE6-9 */

}














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


/* Slider */
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    max-height: 435px !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: 5px 30px;
}

.btn-normal2 {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 6px 30px !important;
}

.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: #efefef;
	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;
	color:#4cb7f9;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.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: 22px;
    padding: 16px 45px;
}

#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: 0px;
	border-radius:2px;
}

#horizontal-tabs .tabscontent.no-padding {
    padding-left: 0;
    padding-right: 0;
}

#horizontal-tabs .tabscontent {
    display: none;
    overflow: hidden;
    padding: 24px 0px;
}

.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: #423b32;
    }
.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 */
.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;
}



.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 */


.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{
    color: #4c6873;
    margin: 4px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.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 */

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;
    float: left;
    margin: 0;
    padding: 0;
    width: 75%;
    }
.imprbox{
    background: none repeat scroll 0 0 #2eaef0;
    float: left;
    height: 20px;
    margin: 0;
    width: 100%;
    }
	
.profile_right h1{
	margin:6px 0px;
	width: auto;
	float:left;
    }
	
	
.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: #d2c8b4 !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: #423b32;
    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%; 
	  }
 
.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: Georgia,"Times New Roman",Times,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: Georgia,"Times New Roman",Times,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: Georgia,"Times New Roman",Times,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: Georgia,"Times New Roman",Times,seriff;
    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: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 1px 0 0 213px;
    padding: 8px 0 4px;
    text-align: left;
    width: 42%;
    }
	
.acount_form h2{
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: normal;
	font-family: Georgia,"Times New Roman",Times,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: Georgia,"Times New Roman",Times,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;
    color: #99abb4;
    float: left !important;
    font-family: Georgia,"Times New Roman",Times,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;
    color: #99abb4;
    float: left !important;
    font-family: Georgia,"Times New Roman",Times,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;
    color: #99abb4;
    float: left !important;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin:0px 0px 0px 4px;
    padding:8px 4px!important;
    width: 85% !important;
	font-size:12px;
    }
	
.acount-input7{
    background: #FFFFFF;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #7f7f7f;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding: 8px 11px;
    width: 60%;
	 -moz-appearance: none !important;
    }
.country-input{
    background: #FFFFFF;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #7f7f7f;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding: 8px 11px;
    width: 35%;
	 -moz-appearance: none !important;
    }
	
	
.masg2 {
    border: 0 solid #f00;
    float: left;
    margin: 0 0px;
    padding: 9px 0 0;
    width: 66% !important;
    }
.masg3{
    border: 0 solid #f00;
    float: right;
    margin: 0 3px;
    padding: 9px 0 0;
    width: 66% !important;
    }	
	
.masg5{
    border: 0 solid #f00;
    float: right;
    margin: 0 3px;
    padding: 9px 0 0;
    width: 69% !important;
    }
	
.masg6{
    border: 0 solid #f00;
    float: right;
    margin: 0 3px;
    padding: 9px 0 0;
    width: 56% !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;
	 }
	 
	
.myproheading h3{
    color: #fff;
    float: left;
    font-family: Georgia,"Times New Roman",Times,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: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    padding: 4px 27px 4px 15px;
    text-decoration: none;
    width: auto;
	}*/
	
.myedit a{
    color: #ffffff;
	text-decoration:none;
	}
	
	
.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: #699400;
    }
	
.myprotext h1{
    color: #0a4460;
    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: #1298d7;
	font-size:14px;
    }
	
	
.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*/

/* 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: 79px;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    -webkit-resize: vertical;
    -moz-resize: vertical;
    resize: vertical;
    margin: 0 0 4px;
}


/* 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;
	background:#efefef;
}

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 */
.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:0 4% 13% 4%;
}

.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: 24px 0 0 79px;
    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:#bd823a url("../images/footerbg.jpg")repeat-x left top;
	margin-top: 12px;
	min-height:321px;
    color: #A1A1A1;
    padding: 35px 0 1px 0;
    }

.footer-bottom{
    background: url("../images/footer-bottombg.png")repeat-x left bottom ;
    color: #888;
    padding:29px 13px 19px;
	border-top:#353535 0px solid;
    }

.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: #0b7398;
    float: left;
    margin: 4px 0 0;
}

.contact-us p {
    line-height: 24px;
    margin-left: 20px;
    margin-top: -2px;
}

.contact-us li p strong {
    color: #0b7398;
    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: 10px;
}
.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 {
    background: #3daee3;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 7px 36px;
	color:#ffffff;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
    }

.accordion-body,.panel-heading {
    background: #fff;
    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;
	font-size:14px;
	}

.accordionMod .panel-heading .accordion-toggle .iconActive:before {
    content: "\f068";
    font-family: FontAwesome;
}

.accordionMod .panel-heading .current {
    color: #fff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	background:#69b823 !important;
}

.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 */

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: #1a3547;
}


/*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: normal;
    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*/

.usersection{ 
        margin:0px 0px;
		padding:8px 8px;
		float:left;
		width:100%;
		background:#b6b6b6;
		border-radius: 6px;
		}
.user_box{
    border: 1px solid #d4d4d4;
	background:#ffffff;
    margin: 0 0 12px;
    padding: 12px 12px 32px 12px;
    width: 100%;
	overflow:hidden;
	border-radius: 6px;
	position:relative;
    }
	
.improve_icon{
    margin: 19px 5px 9px;
    padding: 0;
    text-align: center;
    width: 95%;
    }
.improve_icon p{
    color: #423b32;
    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 #d79b23;
    float: left;
    margin: 0 13px 0 0;
    width: 77%;
    }
.imprbox{
    background: none repeat scroll 0 0 #d79b23;
    float: left;
    height: 23px;
    margin: 0;
    width: 100%;
    }
	
.improve_bnt2{
    margin:  5px 0 !important;
    }
	
.improve_bnt{
    margin: 21px 0px;
	float:left;
    }
.improve_bnt a{
    color: #fff;
    cursor: pointer;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 18px;
    text-decoration: none;
	background: #659100;
	border:#FFFFFF 1px solid;
	border-radius: 6px;
    }
	
.improve_bnt a:hover{
   background: #94bf00;
   }
	
.profile_right{
/*    float: left;
    margin: 2px 0 0;
    padding: 0;
    width: 100%;
	border:#F00 0px solid;*/
    border: 1px solid #ddd;
	background:#ffffff;
    border-radius: 6px;
    float: left;
    margin: 0px 0 0;
    padding: 0;
    width: 100%;
	
    }
	
.profile_right h1{
	margin:14px 6px 8px 0px;
	width: auto;
	float:left;
    }
	
.profile_right h1 a{
    background: #FFFFFF;
    color: #3e5c9d;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    padding: 6px 11px;
	font-weight:bold;
    text-decoration: none;
	border-radius: 6px 6px 0 0;
	border:#ededed 1px solid;
    }
.profile_right h1 a:hover{
    background:#0073a3;
	color:#64ffff;
    text-decoration: none;
	border:#0073a3 1px solid;
    }
.profile_right h1 a.selected{
    background: #0073a3;
	color:#64ffff;
    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: #423b32;
    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: 85%;
    }
	
.edit_bott{
    color: #ffffff;
    float: right;
    margin: 10px 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% #0588bf !important;
    }
	
.edit_bott a:hover{
    background:url(../images/edit.png)no-repeat scroll 6% 50% #5aaf1f !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: auto;
    }
.pb .pbb{
    width: 60%;
    }
.pb .pbc{
    width: auto;
    }
.pb .pbd{
    width: auto;
    }
.pb.ac{
    text-align: center;
    }
		
.userimg{    
	background:#FFFFFF;
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
	overflow:hidden;
    width: 100%;
	}
		
.userimg img{ 
      width:100%; 
	  }
 
.editprofile{
    float: left;
    margin: 0px 0px 12px 0px;
    padding:0px 0px;
    width:100%;
	border:0px solid #ddd;
    }
	
.acount_form{
    border: 0 solid #000;
    float: left;
    margin: 0 0 11px;
    padding: 0;
    width: 100%;
    }
	
.acount_form p{
    color: #0b7398;
    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: #4c6873;
    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 h2 a{
    color: #0588bf;
	text-decoration: none;	
    }
.acount_form h2 a:hover{
    color: #0588bf;
	text-decoration:underline;	
    }
	
	
	
	
	
	
	
.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;
    color: #99abb4;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 7px 11px !important;
    width: 56% !important;
	-moz-appearance: none !important;
	border-radius: 6px;
    }
	
	
.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: 0px;
    color: #99abb4;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 9px 11px !important;
    width: 60% !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: #99abb4;
    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:77%; 
     color: #4c6873;
	 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: #3caee4;
	border-radius: 6px 6px 0 0;
    color: #423b32;
    display: block;
	min-height: 41px;
	overflow:hidden;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 6px 5px;
    width: 100%;
    }
	
.myproheading h3{
    color: #ffffff;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    padding: 0;
    }

.myedit{
    background: linear-gradient(#29a8eb, #068ace);
    color: #ffffff;
    display: block;
    float: right;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    padding: 3px 10px ;
    text-decoration: none;
	font-weight: bold;
	border:#34a3de 2px solid;
	border-bottom:#0474aa 1px solid;
	border-top:#5abcef 2px solid;
    width: auto;
	}
	
.myedit:hover{
    background: linear-gradient(#068ace, #29a8eb);
	color: #ffffff;
	}
	
/*.myedit{
    background: url("../images/edit.png") no-repeat scroll 95% 50% #659100;
    color: #ffffff;
    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% #96c100;
	color: #ffffff;
	}*/

	
	
.myproblockleft{
	 margin:0px 0px 6px 0px; 
	 padding:0px 0px; 
	 float:left; 
	 width:100%; 
	 border: #F00 0px solid;
	 }
	 
.mystatusright{
	margin:0px 0px 0px 0px;
	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: 11%;
	margin:0px 10px;
	overflow:hidden;
    }
.myproimg img{
    width: 100% !important;
    }
.myprotext{
    color: #585858;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    width: 100%;
	text-align:justify;
    }
	
.myprotext p{
	margin:0px 0px;
	padding:12px 0px;
	text-align:center;
    color: #0a4460;
    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: 0px 0px 0px 7px;
    }
.myproblocks{
    display: block;
    margin-bottom: 18px;
    }
.skilslinks{
    background:#ebf2f5;
    color: #0c4665;
    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: #3caee4;
    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:0px 20px;
		padding:0px 0px;
		float:left;
		width:96%;
		min-height:22px !important;
		border:#F00 0px solid;
		}
		
.skillsbox h3{
	font-size:17px !important;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	}
		
.skillsbox h3 a{
	color:#0392d6;
	text-decoration:none;
	font-weight:600;
	}
	
.skillsbox h3 a:hover{
	color: #62b20e  !important;
	text-decoration:none;
	}	
	
.skilllink li a{
	color: #4c6873;
	text-decoration:none;
		}
.skilllink li a:hover{
	color: #3daee3 !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: #0591d4;
    float: left;
    height: 37px;
    margin: 0 0 4px;
    padding: 0;
    width: 100%;
    }
	
.editport_text h1{
    color: #FFF;
    float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: bold;
    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(#29a8eb, #068ace) repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-family: Georgia, "Times New Roman", Times, serif;
    border-radius: 0px;
	border:#34a3de 2px solid;
	border-bottom:#0474aa 1px solid;
	border-top:#5abcef 2px solid;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 16px;
	font-weight:bold;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    width: auto;
    }	
	
.upload_bott a:hover{
    background:linear-gradient(#068ace, #29a8eb) repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
   
.messagtext{ 
    background: #64e7e7;
    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.error{ background:#fcd8d8; margin-bottom:2px;}
	
	
.messagtext2 h2 {
    color: #4c6873;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 11px 8px;
    text-align: left;
    width: 33%;
	word-wrap: break-word;
    }
	
.messagtext2 h2 a{
    color: #3caee4;
    float: left;
	text-decoration: underline;
    }
.messagtext2 h2 a:hover{
    color: #3caee4;
	text-decoration: none;
    float: left;
    }

	
.messagtext h2{
    color: #245d9d;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0px 0px;
    padding: 9px 8px;
    text-align: left;
    width: 33%;
	word-wrap: break-word;
    }
	
.notiftext2{ 
    border-radius: 0 !important;
	}	
.notiftext{ 
    background: #64e7e7 none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
.notiftext1{ 
    background: #64e7e7 !important;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
.notiftext1 h4{
    color: #245d9d;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 0px;
	text-align: left;
    width: 25%;
    }
 .notiftext3{ 
    background: #3caee4;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
 .notiftext3 h4{
    color: #0a4460;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 0px;
	text-align: left;
    width: 16%;
    }	
.notiftext h2{
    color: #0a4460;
    float: left;
    font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 4px;
	text-align:center;
    width: 16%;
    }
	
.notiftext h4{
    color: #245d9d;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 4px;
	text-align: left;
    width: 20%;
    }
	
.notiftext h5{
    color: #245d9d;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 0px;
	text-align: left;
    width: 33%;
    }
	
.notifbox{
    background: none repeat scroll 0 0 #ffffff;
    color: #1b4471;
    font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, 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: #0a4460;
    float: right;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    margin: 6px 4px 2px 4px;
    padding: 0;
    width: auto;
    }
	
.balence span{
    color: #3e5c9d;
    font-size: 14px;
    font-weight: normal;
    }
	
	
.balence2{
    color: #322e28;
    float: right;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: normal;
    margin: 16px 15px 6px 0;
    padding: 0;
    width: auto;
    }
	
.balence2 span{
    color: #d79b23;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
    font-weight: normal;
    }
	
.methodbox1{
	margin:0px 0px;
    padding:8px 9px;
    float: left;
    width: 100%;
	border: #090 0px solid;
    }
.note-details{
    border: 1px solid #ddd;
    min-height: 200px;
    padding: 1px 6px;
	background:#fff;
	margin:15px 0px;
	border-radius: 6px;
	float:left;
	}
.note-details p{
    color: #294d7d;
    float: right;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
	line-height: 21px;
    font-weight: normal;
    margin: 16px 15px 6px 0;
    padding: 0;
    width: auto;
    }
	
.note-details p span{
    color:#db6c1b;
    font-size: 19px;
    font-weight: normal;
    }
	
.note-details h2{
    color: #294d7d;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
	line-height: 21px;
    font-weight: normal;
    margin: 16px 15px 6px 0;
    padding: 0;
    width: auto;
    }
	
.note-details h2 span{
    color:#db6c1b;
    font-size: 17px;
    font-weight: normal;
    }
.note-details h2 a{
    color:#db6c1b;
	text-decoration:none;	
    }
.note-details h2 a:hover{
    color:#db6c1b;
	text-decoration: underline;	
    }
	
	
	
		
	
.methodbox{
	margin:0px 0px;
    padding:8px 9px;
    float: left;
    width: 100%;
	border: #090 0px solid;
    }
	
.methodbox p{
    color: #1a3547;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 19px;
    font-weight: normal;
    }
	
	
.methodtext4 {
    border: 0 solid #339900 !important;
    float: left;
    width: 59% !important;
}
	
.methodtext{
	color:#585858;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
    margin:0px 0px;
    padding:0px 0px;
	width:25%;
	border:#C30 0px solid;
	}
.methodtext1{
	color:#585858;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
    margin:0px 0px;
    padding:0px 4px;
	width:20%;
	border:#C30 0px solid;
	}
.methodtext3{
	color:#423b32;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
    margin:0px 0px;
    padding:0px 0px;
	width:16%;
	border:#C30 0px solid;
	}
.methodtext3 a{
	color:#0392d6;
	text-decoration:none;
	}
.methodtext3 a:hover{
	color:#0392d6;
	text-decoration: underline;
	}
	
	
	
	
.methodtext3 h2{
	margin:4px 0px;
    padding:0px 0px;
    color: #4c6873;
    float: left;
	text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    width: 97%;
	word-wrap: break-word;
    }
.methodtext h2{
	margin:4px 0px;
    padding:0px 0px;
    color: #4c6873;
    float: left;
	text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    width: 90%;
	word-wrap: break-word;
    }
.methodtext h2 a{
    color: #0392d6;
	text-decoration:none;
    }
.methodtext h2 a:hover{
    color:#0392d6;
	text-decoration: underline;
    }
	
	
	
	
.methodtext h3{
	margin:4px 0px;
    padding:0px 0px;
    color: #0a4473;
    float: left;
	text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    width: 100%;
	word-wrap: break-word;
    }
	
.methodtext1 h2{
	margin:4px 0px;
    padding:0px 0px;
    color: #0a4460;
    float: left;
	text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    width: 99%;
	word-wrap: break-word;
    }
.methodtext1 h2 a{
         color: #0392d6;
		 text-decoration:none;
		 }
.methodtext1 h2 a:hover{
         color: #0392d6;
		 text-decoration: underline;
		 }
		 
		 
	
	
		
.paypalimg{
	color:#585858;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: normal;
    margin:4px auto;
    padding:0px 0px;
	width:60px;
	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: #322e28;
  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;
    color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 4px 11px ;
    width: 90% ;
    }
	
div.p_table h1{
    float: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 44px;
    text-align: center;
    }
	
	
	
.settinbox{
	color:#585858;
    float: left;
    font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, 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{ margin:0px 12px} 
	
.doller .mini-inp{
    border: 1px solid #ccc;
    float: none;
    margin-right: 5px;
	padding:0px 3px;
    width: 26%;
	text-align: left;
    }
		
.clearfix:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	}
.clearfix{
 }
 
.ok-btn {
    background: #5aaf1f;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    width: 33px;
    }
.ok-btn:hover{
    background: #0588bf;
    } 
	
	
.subdcribe-bar{
    background: #3babf5;
	border-radius: 4px;
	margin:4px 4px;
	padding: 7px 9px;
	font-size:18px;
	color:#FFFFFF;
	float:left;
	width:99%;
    }
.subdcribe-bar-left{
    float: left;
    height: auto;
    margin: 0;
    padding: 0px;
    width: auto;
    }
.subdcribe-bar-left li{
    color: #FFFFFF;
    display: block;
    float: left;
    font: bold 17px Georgia,"Times New Roman",Times,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 Georgia, "Times New Roman", Times, serif;
    margin-right: 2px;
    margin-top: 3px;
    }
.search-job-content {
    border-bottom: 1px solid #e5e8ea;
    clear: both;
    display: block;
    height: auto;
    padding: 7px 0px 0px 0px;
    width: 100%;
	background:#FFF;
	position:relative;
	}
.search-job-content:hover{
		background: #eef9fe;
       }
.search-job-content h1{
    color: #0392d6;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
    font-weight: bold;
    margin: 14px 12px 7px 12px !important;
	padding:0px 0px;
	width:100%;
	float:left;
	border-bottom:0px;
	
	
    }
.search-job-content-minili{
    height: auto;
    margin: 6px 0 11px;
    padding: 0px 12px;
    width: 100%;
    }
.search-job-content-minili li{
    border-right: 1px solid #c1c7ca;
    color: #4c6873;
    display: block;
    float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    list-style: none;
	line-height: 12px;
    margin-right: 6px;
    padding-right: 6px;
    }
.search-job-content-minili li.last{ border-right: 0px;}
	
	
.search-job-content p{
    clear: both;
    color: #4c6873;
    float: left;
    font: 12px Georgia, "Times New Roman", Times, serif !important;
	line-height:18px;
    }
.search-job-content p span{
    color: #205691;
    margin-right: 48px;
    }
.search-job-content p img{
    vertical-align: middle;
    }
	
.featuredimg{
	margin:0;
	padding:0px 0px 0px 0px;
	position:absolute;
	width:auto;
	top:-4px;
	right:0px;
	}
.mar-top{
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    font-weight: bold;
    margin:7px 12px 0 12px;
    color: #0392d6;
	float:left;
	width:99%;
	}
.mar-top a{
    font-family: Arial, Helvetica, sans-serif;
    color: #0073a3;
    font-size: 13px;
	font-weight:normal;
    padding: 2px;
    text-decoration: none;
    }
.mar-top a:hover{
      text-decoration:underline;
      }
	
.resutblock{
    border-bottom: 1px dotted #cccccc;
    display: block;
    float: left;
	margin:0px 0px;
    padding: 15px 0px !important;
    width: 100%;
	background:#FFF;
    }
.resutblock:hover{
		background: #ebf9ff !important;
       }
.resutblock h5{
    color: #454444;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    margin: 0  9px;
    }
.resutblock h5 a{
    color: #0073a3;
    font-size: 13px;
    padding: 2px;
    text-decoration: none;
    }
.resutblock h5 a:hover{
    color: #0073a3;
    text-decoration: underline;
    }

/*.resutblock p{
    color: #565555;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    margin: 0;
    padding: 12px 6px 2px 4px;
    text-align: justify;
    width: 100%;
    }*/
	   
	   
	   
.resultimg{
    border: 1px solid #d5daca;
	background:#FFF;
    display: block;
    float: left;
    height: auto;
    margin: 3px 12px 6px 6px;
    padding: 1px;
    text-align: center;
    width: 100px;
    }
.resultimg img{
    width: 100%;
	}
.resutblock{
    border-bottom: 1px dotted #cccccc;
    display: block;
    float: left;
	position:relative;
    padding-bottom: 10px;
    width: 100%;
    }
.resultimgblock{
    display: block;
    float: left;
    margin-right: 15px;
    text-align: center;
    width: 100px;
    }
.resulttxt{
    display: block;
    float: left;
    width: 48%;
    }
.resulttxt h2{
    color: #0b7398;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 5px;
    }
.resulttxt h2 a{
    color: #0392d6;
	text-decoration:none;
    }
.resulttxt h2 a:hover{
    color: #0392d6;
	text-decoration: underline;
    }
	
.resulttxt h3{
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px;
    }	
.resulttxt h4{
    color: #4c6873;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
    }	
.resulttxt p{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    margin: 0 0 5px;
	color:#4c6873;
    }
.resulttxt p a{
     text-decoration: underline;
    }
.resulttxt p a:hover{
    text-decoration: none;
    }
	
.featuredimg2{
    margin: 7px 0 0 72%;
    padding: 0;
    position: absolute;
    width: 60px;
    }
	
	
	
/*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: #4c6873;
    font-size: 14px;
    font-weight: normal;
    line-height:25px;
    margin:0px 0px;
    padding:0px 0px;
    text-align: justify;
	float:left;
	width:100%;
    }
	
.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 3px;
    width: 100%;
    }
	
.aed_pan{
    width: 100%;
    }
.lft_area {
    float: left;
    margin-right: 10px;
    width: 60%;
}
.rht_area {
    float: right;
    width: 34%;
}
.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: #0392d6;
    font: normal 22px/26px Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding: 0;
    }
.opt_text span{
    color: #423b32;
    font: normal 12px/0px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    }
	
.ago_text {
    color: #4c6873 !important;
    float: left !important;
    font:13px/18px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    text-align: center !important;
    width: 100%;
    }
.ago_text2 {
    color: #FF0000 !important;
    float: left !important;
    font: 16px/19px Arial,Helvetica,sans-serif;
	font-weight:bold;
	width:100%;
	text-align:center;
    }
	
.color_open{
    background: none repeat scroll 0 0 #d79b23 !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 !important;
    }
.cal_s_text{
    color: #fff;
    font: 12px/18px Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
	min-width: 52px;
	float:left;
	text-align:center;
    }
.clr{
    clear: both;
    }
.awd_area{
    background-color: #eff7fa;
    border: 1px solid #cbd9df;
    float: left;
    margin-top: 10px;
    min-height: 20px;
    padding: 5px;
    width: 100%;
    }
.td_bd {
    border-right: 1px solid #e7e3df;
	padding:8px 5px;
    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: #0392d6;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    }
		
.skilslinks2 {
    color: #4c6873;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 15.5px;
    margin: 2px;
    padding: 4px 6px;
    }
	
.proposalcss{
    color: #0a4460;
    display: block;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
	width:64%;
	}
.proposalcss_right{
    color: #0a4460;
    display: block;
    float: right;
    font-family: Georgia, "Times New Roman", Times, serif; 
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 5px;
	width:27%;
	}

	
	
	
.opt_text1 {
    color: #0392d6;
    float: left;
    font: 17px/26px Georgia,"Times New Roman",Times,serif;
    margin: 7px 0;
    padding: 0;
    text-align: center !important;
    width: 100%;
	}
.opt_text1 img{
   margin-bottom:5px;
	}
	
	
.pro_rgt{
    float: right;
    padding: 0 0 0 0%;
    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: 2px 0px 12px 0px;
    width:100%;
    }
.browse_right_text {
    background: #3caee4 ;
    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: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight:600;
    margin: 0;
	line-height:20px;	
    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;
	color: #8e9a9a;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding: 6px 3px;
    width:95%;
}
.cost_select {
    border: 1px solid #cccccc;
    border-radius: 4px;
    float: left;
    margin: 0;
	color: #8e9a9a;
    font-family: Georgia,"Times New Roman",Times,serif;
    padding: 6px 3px;
    width: 95%;
}
.cost_form_box h1 {
    color: #727272;
    float: left;
    font-family: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, 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: Georgia, "Times New Roman", Times, 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: #99abb4;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0px 26px 0px 0px;
    padding: 5px 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_file1{
    float: left;
    margin: 0px  0px;
    padding: 0;
    width: 100% !important;
    }
	
.flist_file2{
    float: left;
    margin: 0 0 0 36%;
    padding: 0;
    width: 63% !important;
    }
	
.flisttext{
	border-bottom: #eeebeb 1px solid;
    float: left;
    margin:7px 17px 7px 0px;
    padding: 0px 0px;
	width: auto;
	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 #dad4c8;
    display: block;
    float: left;   
    padding: 2px;
    width: 11%;
    }
.portimg img{
    width: 100%;
    }
	
.portimgvideo{
    border: 1px solid #dad4c8;
    display: block;
    float: left;   
    padding: 2px;
    width: 20%;
    }
.portimgvideo img{
    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{
    color: #4c6873;
    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: #0a4460;
	font-size:17px;
    }
	
.portbox_text p{
    border: 0 solid #090;
    color: #4c6873f;
    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: #0a4460;
    }
	
.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: #797361 url("../images/services_bg.jpg") no-repeat scroll right center;
    min-height: 346px;
    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:52px 0px;
   width: 25%;
    }
.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 0px;
    width: 100%;
}
.post_textsec p {
   color: #ffffff;
    font: normal 26px/59px "Open Sans",Helvetica,Arial,sans-serif;
    text-align: center;
    }
.sml_s {
    font-size: 11px;
}

.sml_s2 {
    font-size: 13px;
	color:#494949;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.margin-top14 {
    margin-top: 14px;
}

.cat_sec{
    float: left;
    width: 100%;

    }
.cat_sec h2{
    color: #7dab04;
    font: 27px/30px "Gotham bold",Arial,Helvetica,sans-serif ;
    text-align: center;
    text-transform: uppercase;
	float:left;
	margin:0px 0px;
	padding:12px 0px;
	width:100%;
}

.cat_sec h2 span{
    color: #494949;
    }
	
.cat_sec ul {
    list-style-type: none;
    margin: 0 22px;
    float: left;
    width: 99%;
    }
.cat_sec li{
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 2px #ccc;
    float: left;
    margin: 20px 8px 10px;
    width: 23%;
    }
.talentbox{
   cursor: pointer;
    display: block;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    height: 252px;
    width: 100%;
    }
.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: 19.8%;
}
.talentbox:hover > #info_layer {
    display: block;
}
.talentlink {
    color: #424f5c;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif ;
    font-size: 19px;
    padding: 18px 0;
    text-align: center;
    width: 100%;
}
.talentlink a {
    color: #6f6354;
    font-family:"Open Sans",Helvetica,Arial,sans-serif ;
    font-size: 19px;
	font-weight:normal;
    text-decoration: none;
}
.talentlink a:hover {
    color: #55493a;
}
.talent_overlay h3 {
    background: none;
    color: #ffffff;
    font:19px/26px "Open Sans",Helvetica,Arial,sans-serif;
    padding-bottom: 15px;
    padding-top: 40px;
    text-align: center;
}
.ImgSec{
    border-bottom: 1px solid #cfc1a4;
    float: left;
    height: 188px;
    margin: 0;
    padding: 0 0 2px;
    text-align: center;
    width: 100%;
    }
.talent_overlay p {
    color: #fff;
    font: 13px/18px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 10px;
    text-align: center;
}
.view_btn {
    background:#c1b49a;
    border: medium none;
    color: #302e2b;
    cursor: pointer;
    font: 18px/20px "Open Sans",Helvetica,Arial,sans-serif;
    margin-top: 22px;
    padding: 9px 22px;
}
.view_btnarea {
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.view_cat_btn {
    background:#c1b49a;
    border: medium none;
    color: #302e2b;
    cursor: pointer;
    font: 18px/20px "Open Sans",Helvetica,Arial,sans-serif;
    padding: 11px 22px;
    text-align: center;
	 margin-top: 15px;
    }
.view_cat_btn:hover {
    background:#b9a681;
    }
	
	
.testmain_sec{
    margin: 0 auto;
    width: 91%;
    }

.testmain_sec h2{
    color: #FFF;
    font: 27px/30px "Open Sans",Helvetica,Arial,sans-serif;
    text-align: center;
    text-transform: uppercase;
	float:left;
	margin:0px 0px;
	padding:26px 0px;
	width:100%;
}

.testmain_sec h2 span{
    color: #7dab04;
    }

.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;
	background:#ffffff;
	border:#d8d8d8 1px solid;
	box-shadow: 0 1px 3px #d8d8d8;
    margin:0 15px;
    width: 97%;
    }
.wrokarea_main_div ul {
    list-style-type: none;
}
.wrokarea_main_div li {
    float: left;
    margin: 0px 0 0 7px;
    width: 240px;
   }
.sec1.last{
     border-right:0px solid #e6e6e6;
      }
   
.sec1 {
    background: #ffffff;
    border-right: 1px solid #e6e6e6;
    border-radius: 0px;
    float: left;
	padding:0px 14px;
    text-align: center;
    width: 100%;
   }
.sec1:hover {
    background:#ffffff;
}

.tpo_t_icon{
    margin: -37px auto 20px auto;
    height: 70px;
    width: 70px;
    z-index: 1;
    }

.sec1 h2{
    /*color: #595959;*/
    font: 18px/19px "Georgia",Helvetica,Arial,sans-serif;
    text-align: center;
	margin:0px 0px;
	padding:0px 0px;
	width:100%;
	float:left;
    }
	
.sec1 p{
    color: #1390ca;
    float: left;
    font: 15px/20px "Georgia",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 10px 30px 6px 30px;
    text-align: center;
    width: 98%;
    font-weight: normal;
    }

.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;
    }
.learn_btn:hover {
    border: 2px solid #1491cb;
    color: #1491cb;
    }
	
	

.l_btn_area {
    float: right;
    text-align: right;
	margin:14px 12px 16px;
    width: auto;
}

.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: #1a3547;
    font: 600 21px/0px "Georgia",Helvetica,Arial,sans-serif;
    padding-bottom:0px;
    padding-top:24px;
    text-align: center;
    text-transform: uppercase;
    }
	
.partner_area h2 span{
    color:#1491cb;
    }
	
.prt_img_area2{
    float: left;
    width: 100%;
	min-height:80%;
	background:#efefef;
	margin-bottom: 23px;
    }
		
.prt_img_area{
    border: 1px solid #bebebe;
	background: #fff none repeat scroll 0 0;
    float: left;
    margin: 0 2% 17px;
    padding: 0 69px;
    width: 96%;    }
	
.prt_img_area ul{
    list-style-type: none;
     }
.prt_img_area li{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #bebebe !important;
    float: left;
    margin: 20px 9px !important;
    max-width: 150px !important;
    }

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

}
.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;
    padding: 2px 4px;
}
.text a {
    color: #fff;
}
.ftr_src_area{
    float: left;
    margin: 17px 0;
    width: 100%;
    }

.ftr_src_area h2 {
    color: #fff;
    font: 16px/18px "Open Sans",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
	float:left;
    }
.ftr_src_text {
    background: #eae5da;
    border: 1px solid #ada499;
    color: #ccc;
    float: left;
    font: 12px/18px Arial,Helvetica,sans-serif;
    padding: 8px 10px;
    width: 55%;
}
.ftr_src_btn {
    background: #6f6354;
    border: 1px solid #6f6354;
    color: #ffffff;
    cursor: pointer;
    font: 16px/18px Arial,Helvetica,sans-serif;
    margin-left: 6px;
    padding: 8px 15px;
    text-align: center;
    text-transform: uppercase;
}
.ftr_src_btn:hover{
    background:  #5a4f42;
    border: 1px solid #5a4f42;
    color: #ffffff;
    }


.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: 17px;
    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;
    }
.posted_by_name a{
	color:#0b8ecc;
	text-decoration:none;
    }
.posted_by_name a:hover{
	color:#0b8ecc;
	text-decoration: underline;
    }
	
	
.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 #e9f7fe;
	border-bottom: 1px dotted #d5e3ea;
    }
	
.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%;
	word-wrap: break-word;
    }
	
.milestonebox h1 span{
    color: #333333;
    float: right;
    text-align: right;
    }
	
.milestonebox h3{
    color: #4c6873;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 18px 0px;
	text-align: left;
    width: 16%;
	word-wrap: break-word;
    }
.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%;
	word-wrap: break-word;
    }	
.milestontext{ 
    background: #e3f0f6;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
	
.milestontext h3{
    color: #0a4460;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 0px;
	text-align: left;
    width: 16%;
	word-wrap: break-word;
    }
	
.milestontext h4{
    color: #0a4460;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 9px 0px;
	text-align: left;
    width: 16%;
	word-wrap: break-word;
    }
.milestontext h5{
    color: #0a4460;
    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: 20%;
	word-wrap: break-word;
    }
	
	
.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: #eff6f9 none repeat scroll 0 0;
    border: 1px solid #d2dfe5;
    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: #0a4460;
    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;
    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: #d2dee4 none repeat scroll 0 0;
    color: #0a4460;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 17px;
    margin: 25px 50px 0 86px;
    padding: 7px 0;
    text-align: center;
    width: 66%;
    }
	
.reply_box_right p {
    border-bottom: 1px solid #cdcdcd;
    color: #0a4460;
    font-family:"Open Sans",Helvetica,Arial,sans-serif;
    font-size:13px;
    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: #0a4460;
    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;
    margin: 0 0 0 68px;
    padding: 0 0 0 19px;
    }
.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;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 3px 11px !important;
    width: 70px;
	}
	
.dispute{
	margin:0 0 16px;
	padding:0px 0px;
	float:left;
	width:100%;
	border:#0F0 0px solid;
	}
.dispute h3{
    color: #0a4460;
    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: #4c6873;
    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 #e9f7fe;
    font-weight: normal;
	border-bottom: 0px dotted #bdbdbd;
    }
	
.transbox h2{
    color: #4c6873;
    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:23%;
    }


.transbox h3{
    color: #4c6873;
    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: #4c6873;
	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: #4c6873;
    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: #4c6873;
    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:18%;
    }
	
	
.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: 0px 6px 0 6px;
    padding: 0px 0px;
    width: 12%;
    }
	
.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: 0px 6px 0 6px;
    padding: 0px 0px;
    width: 12%;
    }
	
.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;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 1px 0 !important;
    padding: 5px 11px !important;
    width: 76% !important;
   }
   
.transbnt{
    background: #659100;
    border-radius: 0;
    color: #fff;
    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;
	float:left;
    }
	
.transbnt:hover{
    background: #94bf00;
    }
	
.boxline{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; float:left; height:1px; background: #CCC; width:100%;}
	
	

.orboxline{ margin:10px 6px; padding:0px 0px 0px 0px; float:left; background: url("../images/linebg2.png") repeat-x left bottom; width:98%; 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: #fee6d8 none repeat scroll 0 0 ;
    border-radius: 0 ;
    color: #f00;
    float: right;
    font-size: 13px;
    margin:3px 39px 0 0;
    padding: 0 9px ;
    width: 94%;
    }
	
.error-msg2 p{
    color: red;
    float: left;
    margin: -2px 0 0;
	font-size: 13px !important;
    text-align: left;
    width: auto;
    }
.error-msg33{
    background: #ffdbd8 none repeat scroll 0 0 !important;
    border-radius: 4px;
    color: #ff0000;
    float: right !important;
    font-size: 13px !important;
    line-height: 31px;
    margin: 3px 31px 0 0 !important;
    padding: 0 5px !important;
    width: 60%;
    }
	
		
.error-msg3{
    background: #ffdbd8 none repeat scroll 0 0 !important;
    border-radius: 4px;
    color: #ff0000;
    float: right;
    font-size: 13px !important;
    line-height: 31px;
    margin: 3px 43px 0 0 !important;
    padding: 0 5px !important;
    width: 60%;
    }
 .error-msg_budget{
    background: #ffdbd8 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ff0000;
    float: left;
    font-size: 12px;
    line-height: 31px;
    margin: 3px 0 0 375px;
    padding: 0 5px;
    width: 22%;
    }
	
.error-msg5{
    background: #ffdbd8 !important;
    border-radius: 4px !important;
    color: #f00;
    float: left;
    font-size: 13px !important;
    line-height: 31px;
    margin: 3px 0 4px !important;
    padding: 0 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: #fff0e8 none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #f00;
    float: left;
    font-size: 13px !important;
    line-height: 31px;
    margin: 3px 10px 4px 165px !important;
    padding: 0 6px !important;
    width: 60%;
    }
.error-msg133{
    background: #fff0e8 none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #f00;
    float: left;
    font-size: 13px !important;
    line-height: 31px;
    margin: 3px 10px 4px 273px !important;
    padding: 0 6px !important;
    width: 60%;
    }
	
	
.error-msg13 p{
    color: #F00!important;
    }
		
a.facebott{
	cursor: pointer;    float: left;    height: auto;    margin:0px 230px 8px 230px;    padding: 0;    text-decoration: none;    width: 220px;
    }
	
a.facebott img{
    width: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%;
    }
	
	
	
	
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%;
    }	
	
.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: #ffdddd none repeat scroll 0 0;
    border-radius: 6px !important;
    color: red;
    float: left;
    font-size: 12px !important;
    line-height: 31px;
    margin: 4px 1px 0 38px;
    padding: 0 3px;
    width: 57%;
    word-wrap: break-word;
    }
	
.loadingimg{
	    float: right;
        margin: -52px 410px 0 195px;
	    }
		
		
.safetybox{
    float: left;
    margin: 0 0 11px;
    padding: 0;
    width:50%;
    }
	
.safetybox p{
    color: #4c6873;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    text-align: right;
    width: 33%;
	line-height:18px;
    }
.safetybox h2{
    color: #4c6873;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    text-align: justify;
    width: 63%;
	line-height:18px;
    }
	
.safetybox{
    float: left;
    margin: 0 0 11px;
    padding: 0;
    width:50%;
    }
	
.safetybox2 p{
    color: #4c6873;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    text-align: right;
    width: 16.5%;
	line-height:18px;
    }
.safetybox2 h2{
    color: #4c6873;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    text-align: justify;
    width: 82%;
	line-height:18px;
    }
	
	
.pagination{
    float: left;
    margin: 0px 0px;
    padding: 12px 0px;
    width: 100%;
	border:#333333 0px solid;
    }
	
.pagination ul{
    border: 0px solid #e2e2e2;
    float: left;
    margin: 0;
    padding: 5px 0;
    width: 100%;
	text-align:center;
    }
.pagination li{
    font-family: Arial,Verdana,Sans-serif;
    font-size: 13px;
    font-weight: normal;
    list-style-type: none;
	margin:0px 2px;	
	display: inline-block;	
    }
	
.pagination li a{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    color: #34b0f0;
    font-weight: bold;
    padding: 7px 11px;
    text-decoration: none;
    }
	
.pagination li a:hover{
    background:#3babf5;
	border: 1px solid #3babf5;
    color: #ffffff;
    text-decoration: none;
    }
	
.pagination li a.active{
    background:#3babf5;
    text-decoration: none;
	color: #ffffff;
	border: 1px solid #3babf5;
    }
	
.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%;
	color:##0b7398;
	}	
.login_form p{
    color: #4c6873;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    width: 35%;
    }
	
.login_form h2{
    color: #0392d6;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin: 0 0 0 4px;
    padding: 8px 12px 4px 0;
    width: auto;
    }
	
	
.login_form p span{
    color: #F00;
    }
	
.login_form h3{
    color: #7f7f7f;
    float: right;
    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: 64%;
    }
	
	
.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:ffffff !important;
    border: 0px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #0b7398;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
	float:left;
    padding: -1px 11px !important;
    width: 48%;
    }
	
.browbox2input{
    background:#fff !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 6px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px 5px !important;
    width: 57%!important;
    }
	
	
.sitemap2 ul{
    margin: 0px 0px;
    padding: 0px 0px;
	float:left;
	list-style:none;
    width: 99%;
    }
	
.sitemap2 li{
    margin: 0px 0px;
    padding: 0px 0px;
	float:left;
    color: #729d00;
    float: left;
	font-size:17px;
    line-height: 31px;
    width:45%;
    }

.sitemap2 li a{
	color: #4c6873;
	text-decoration:none;
	font-size:16px;
	}
	
.sitemap2 li a:hover{
	color: #729d00;
	}
.forgot_success{
    float: left;
    margin: -4% 0 1%;
    padding: 2% 0 2% 1%;
    width: 83%;
	}
.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: 830px;}
.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(#008fcb, #0061a6);
    border:3px #d3e6ed solid;	
    color: #fff !important;
    cursor: pointer;
    font: 16px/20px "Open Sans",Helvetica,Arial,sans-serif;
    margin:8px 0px 8px 0px;
    padding:8px 12px;
	border-radius: 5px !important;
    width: auto;
	float: right;
    }
	
.logbtn2:hover{
    background: linear-gradient(#0061a6, #008fcb);
	color: #fff;
    }
	
.logbtn_margin{
    margin:0px 3px 8px 31px;
    }
	
#atstbx2{     
    float: right;
    margin: 0 0 6px;
    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 Georgia, "Times New Roman", Times, 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 444px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
     }
	 
.sharingbox2{
    border: 0px solid #090;
    margin: 0px 0px;
    padding: 0;
    width: auto;
	float:left;
     }	 
	 
.loginput5{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0px;
    color: #8e9a9a;
    float: left !important;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 8px 5px !important;
    width:44% !important;
    }
	
.loginput6{
    background: #FFFFFF;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #8e9a9a;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 20px;
    padding: 5px 8px;
    width: 60%;
	-moz-appearance: none !important;
    }
.phoneinput{
    background: #FFFFFF;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #8e9a9a;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 5px 8px;
    width: 35%;
    }	
.loginput6.success{ 
    border-color: #468847 !important;
    color: #468847 !important;
    }
	
.loginput6.error{ 
    border-color: #b94a48 !important;
    color: #b94a48 !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: #0a4460 !important;
    float: left !important;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 18px !important;
    font-weight: normal !important;
    margin: 0 0 0 4px !important;
    padding: 4px 0 !important;
    text-align: left !important;
    width: 97% !important;
    }
	
.ratingtext p{
    color: #0a4460;
    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: 0px;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px 11px !important;
    width: 97% !important;
    }
	
.invitebott{
    float: left;
    margin: 0 0 0 -55px !important;
	}
.invitebott2{
    float: left;
    margin: 0 0 0 -51px !important;
	}  
.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{
    margin: 15px auto;
    padding: 0px 0px;
    width: 720px ;
	height: auto;
	color:#FFF;
    }
	
.addbox2{
    margin: 16px  auto 15px auto ;
    padding: 0px 0px ;
    width: 720px ;
	height: auto;
    }
.addbox3{
    margin: 15px  auto 15px auto;
    padding: 0px 0px;
    width: 720px;
	height: auto;
    }
	
	
	
.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: #59bae6 none repeat scroll 0 0;
    border: 1px solid #50add8;
    color: #1a3547;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 5px 0px;
    padding: 7px 9px;
    width: 100%;
    }
.catcontent h3{
    background: #59bae6 none repeat scroll 0 0;
    border: 1px solid #50add8;
    color: #1a3547;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 5px 0px;
    padding: 7px 9px;
    width: 100%;
    }
	
.catcontent h1:before {content: "+"; color: #1a3547; font-weight:bold; float:right;}
.catcontent h1.active:before {content: "-" ; color:#1a3547; font-weight:bold; float:right;}

		
.catlink{
	margin:0px 0px;
	padding:0px 0px;
	float:left;
	width:100%;
	}
	
.catlink h2{
    color: #0b7398;
    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: #0b7398;
	text-decoration:none;
    }
.catlink h2 a:hover{
    color: #729d00;
	text-decoration:none;
    }
.catlink h2 a.selected{
    color: #729d00;
	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:#a2a2a2;
	font-size:15px;
	font-family: "Georgia",Helvetica,Arial,sans-serif  ;
	}
	
.textcol a{
	color:#1491cb;
	text-decoration:none;
	}
	
.textcol a:hover{
	color:#1491cb;
	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:49px 15px 15px; 
   padding:0px 0px; 
   float: right; 
   overflow: hidden; 
   width: 50%; 
   }
   
.rightlogin{ 
    float: left;
    margin: 37px 15px 15px 15px;
    overflow: hidden;
    padding: 0;
    width: 42%;
	}
.rightlogin h2{
    color: #0b7398;
    font-family: "Georgia",Helvetica,Arial,sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    margin: 6px 0px 0px 0px;
    padding: 0;
    text-align: center;
    width: 100%;
    }
	
.rightlogin h2 span{
    font-size: 15px !important;
	color:#729d00;
	line-height:20px;
	font-weight:600;
    }
	
.logimg{ margin:6px  auto; padding:0px 0px; border: 0px solid #FF9900; width:351px; height:auto;  }
.logimg img{ width: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 ;
    font-size: 25px;
    font-weight: normal;
    line-height: 24px;
	color: #423b32;
    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;
    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 11px 0px; 
	float:left;
	width:44%;
	border:#CCCCCC 1px solid;
	 }
	 
.prolink li span{ 
    margin:6px 10px; 
	float:left;
	font-size:13px;
	line-height:18px;
	width:94%;
	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:100%;
	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;
    }
	
.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: #69b823 !important;
    float: left;
    font-size: 15px;
    line-height: 17px;
	font-family:Georgia, "Times New Roman", Times, serif;
    margin: 0;
	font-weight:600;
    padding: 0 0 2px 0px;
    text-align: left;
    width: 77%;
    }
.prouser_box h1 span{
    color: #4c6873 !important;
    float: left;
    font-size: 12px;
     }

.proimg{
    border: 1px solid #ddd;
    display: block;
    float: left;
    height: auto;
    margin: 0px 6px 6px 0px;
    padding: 3px;
    width: 19%;
    }
.proimg img{
    width: 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: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    text-align: justify;
    width: auto;
    }
	
.prostattext{
    border: 0 solid #090;
    color: #0a4460;
    display: block;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    text-align: left;
	line-height:22px;
    width: 100%;
    }
.prostattext a{
    color: #0073a3;
	padding:2px 2px;
	text-decoration:none;
    }
.prostattext a:hover{
    color: #1298d7;
	padding:2px 2px;
	text-decoration:none;
    }
	
	
.prostattext span{
    color: #1298d7 !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: #3caee4;
    border-bottom: 0px dashed #d7e2e8;
    color: #fff;
	font-family:Georgia,"Times New Roman",Times,serif;
    margin-bottom: 10px;
    padding: 6px 12px;
    width: 100%;
	font-weight:bold;
	font-size:18px;
    }
.overview_box p{
    margin:0px 0px;
	padding:0px 7px;
    color: #4c6873;
    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:#4c6873;
    float: left;
	border:1px solid #ddd;
	overflow:hidden;
	width:100%;
	}
	
	
	
.font_20{
    background: #3daee3 none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    color: #ffffff;
    float: left;
    font-size: 17px;
    margin: 6px 6px 0 0;
    padding: 4px 18px;
    width: auto;
	font-weight:bold;
	font-family: Georgia,"Times New Roman",Times,serif;
    }
.font_20 a{
    color: #ffffff;
    font-size: 17px;
	text-decoration:none;
    }	

	
.font_22{
    color: #ffffff;
    float: left;
    margin: 11px 6px 7px 0;
    width: auto;
	font-weight:bold;
	font-family: Georgia,"Times New Roman",Times,serif;
    }
.font_22 a{   
    background: #3daee3; 
	padding: 8px 15px;
	border-radius: 6px 6px 0 0;
	color: #ffffff;
    font-size: 16px;
	text-decoration:none;
    }	
.font_22 a:hover{
    color: #ffffff;
	text-decoration:none;
	background: #5ab01e;
    }	
.font_22 a.selected{
    color: #ffffff;
	text-decoration:none;
	background: #5ab01e;
    }
		
	
.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;
    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: 88% !important;
    }
	
.topcontrol_box{
	float:left;
    padding:0px 0px;
	margin:8px 0 15px 5px;
    width: 100% !important;
	border: 0px solid #FF0000;
	border-radius: 4px !important;
    }
.topcbott{
	float:left;
    padding:17px 0px;
	margin:0px 0px;
    width: 80px;
	background:#69b823 url(../images/search-24.png) no-repeat center !important;
	}
	
.margtop{
     margin-top:-3px!important;
	 float:left;
         }
		 
.mem_btn{
    background: #659100;
    margin: 0 39px;
    padding: 4px 15px;
    width: 30%;
	color: #fff !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%;}
.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:#64e7e7 !important;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
	
.dasgtext h2 {
    color: #0a4460;
    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: #423b32;
    float:left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
    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;
    margin: 6px;
    padding: 2px;
    width: 53px;
    }
	
.dasmsg-box h1 img img{
    width: 100%;
    }

.dasmsg-box h1 span{
    color: #999999;
	font-style:italic;
	font-size:15px;
	font-weight: normal;
    }
	
.text-dasmsg{ 
    background: #edf5f8 none repeat scroll 0 0;
    border: 1px solid #cfdbe0;
    float: left;
    margin: 0 auto;
    padding: 4px 6px;
    width: 100%;
	}
	
.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: #e7f2f7;
    border: 1px solid #cedce3;
    float: left;
    margin: 0px 0 15px 0;
    min-height: 100px;
    padding: 12px;
	border-radius: 6px;
    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: #0a4460;
	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: #729d00;
	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;
}


.hirebnt{
    background: #0588bf none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
	border:0px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 18px;
    text-decoration: none;
    text-shadow: 0 1px #555 !important;
     }
.hirebnt:hover{
    background: #5aaf1f;
    }
	
.user22{ margin:6px 0px; padding:0px 0px; float:left; width:100px; height: auto;}
.user22 img{ width:100%; height: auto;}
.proposal{ margin:12px 0px 0px 0px; padding:0px 0px; float:left; width:auto;}
.clientright_icon{ margin:0px 0px 0px 0px; padding:0px 0px; float:left; width:auto;}
.star{  
    float: left;
    height: 12px;
    margin: 0 1px;
    padding: 0;
    width: 13px;
	}
.star img{ width:100%; height: auto;}
.clienttext{ margin:0px 0px 0px 0px; padding:0px 0px; float:left; width:auto; line-height:17px;}
.clienttext span{ font-size:14px; }

.memberbox{ margin:0px 0px; padding: 0px 0px; width:100%; min-height:430px;}



.notileft {
    border: 0 solid #ff0000;
    float: left;
    margin: 14px 0px 0px 0px;
    padding: 0;
    width: 78%;
}
.notileft p{
    color: #4c6873;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
}
.notileft p a {
    color: #0392d6;
    text-decoration: none;
}
.notileft p a:hover {
    color: #0392d6;
    text-decoration: underline;
}
.notiright {
    border: 0 solid #009900;
    float: right;
    margin: 14px 0px 0px 0px;
    padding: 0;
    width: 20%;
}
.notiright p{
    color: #4c6873;
    float: left;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    }

.logbtn6{
	float: left;
    }
.jobuser_photo{
    float: left;
    height: 236px;
    margin: 0;
    padding: 0;
    width:310px;
    }
.jobuser_photo img{
    height:100%;
    width: 100%;
    }
.uploded_img{
    float: left;
    height: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    width: 200px;
	border:#FF0000 0px solid;
	}
	
.uploded_img img{
    height: auto;
    width: 100%;
    }	
	
.masg7{
    border: 0 solid #f00;
    float: right;
    margin: 0;
    padding: 0;
    width: 66.4% !important;
    }
.masg7 p{
    border: 0 solid #f00;
    float: left;
    margin: 0 0px;
    padding: 0px 0px;
    width: 100% !important;
	color:#333333;
	font-size:16px;
	text-align:left;
    }
.methodtext_1{
    float: left;
    width: 33% !important;
    }
	
	
	
.resutblock2{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcd9d7;
    display: block;
    float: left;
    margin: 12px 0 0;
    padding: 8px 0 0 !important;
    width: 100%;
    }
	
.resutblockbox{
    background: #fff none repeat scroll 0 0;
    border: 0px solid #dcd9d7;
    display: block;
    float: left;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    }
.resutblockbox .title{
    background: #3caee4;
    color: #0a4460;
    float: left;
    height: 41px;
    line-height: 22px;
    margin-bottom: 10px;
    padding: 6px 5px;
    width: 100%;
     }
.resutblockbox .title h2{
    color: #ffffff;
    display: block;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    width: 100%;
    }
	
.resultimg2{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5daca;
    display: block;
    float: left;
    height: 93px;
    margin: 0 12px 6px 6px;
    padding: 1px;
    text-align: center;
    width: 100px !important;
    }
.resultimg2 img{
    width: 100% !important;
	height: 93px;
    }

.resulttxt2{
    border: 0 solid #ff0000;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 62%;
    }
.resulttxt2 h2{
    color: #0392d6 !important;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 5px;
    }
.resulttxt2 p{
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0 0 5px;
    }
.resulttxt2 h4{
    color: #0a4460;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
    width: 99%;
    }
.skilstext{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 2px;
    text-decoration: none;
    width: 100%;
    }
.skilstext h2{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #999999;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 29px;
    margin: 0 4px 5px 0;
    text-decoration: none;
    }
.skilstext h2 a{
    background: #ebf2f5;
    color: #322e28;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 10px;
    text-decoration: none;
    }
.skilstext h2 a:hover{
    background: #3caee4;
    color: #ffffff;
     }
.resultright2{
    border: 0 solid #ff0000;
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    width: 16%;
    }
.resultright2img{
    border: 0 solid #ff0000;
    display: block;
    float: right;
    margin: 0 4px;
    padding: 0;
    width: 31%;
    }
.resultright2img img{
    height: auto;
    width: 100%;
    }
.durationbox{
    background: #ecf0f2;
    float: left;
    margin: 0;
    padding: 4px 2px;
    width: 100%;
    }
.durationbox h1{
    color: #0a4460;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 2px;
    text-align: left;
    width: 65%;
    }
.durationbox h2{
    color: #0a4460;
    float: right;
    font-size: 13px;
    margin: 0;
    padding: 2px;
    text-align: right;
    width: 30%;
    }
.loginfor_right{    
    border: 0px solid #ff0000;
    float: left;
    margin-left: 26%;
	margin-top: 8px;
	}
	
.describe{width:65% !important; float:left;} 	
.error-msg122{
    background: #fff0e8 none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #f00;
    float: left;
    font-size: 13px !important;
    line-height: 31px;
    margin: 3px 10px 4px 273px !important;
    padding: 0 6px !important;
    width: 44%;
    }
	
.loginput55 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px !important;
    width: 44% !important;
}

.loginput56{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0;
    color: #666666;
    float: left !important;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 8px 5px !important;
    width: 29% !important;
    }
.error-msg123{
    background: #fff0e8 none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #f00;
    float: left;
    font-size: 13px !important;
    line-height: 31px;
    margin: 3px 10px 4px 273px !important;
    padding: 0 6px !important;
    width: 29%;
    }
	
.errormsg13{
    background: url(../images/1_9-16.png) left center no-repeat;
    border-radius: 0 !important;
    color: #f00;
    float: left;
    font-size: 13px !important;
    line-height: 31px;
    margin: 3px 10px 4px 165px !important;
    padding: 0 6px  0 18px!important;
    width: 60%;
    }
	
	
.bannerleft{
    border: 0 solid #ff0000;
    min-height: 200px;
    margin: 200px 14px;
    padding: 0;
    position: absolute;
    width: 47%;
    z-index: 9999;
    }
.bannerleft h2{
    color: #FFFFFF;
    float: right;
    font: 36px/43px "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 97%;
    }
.bannerright{
    border: 0 solid #ff0000;
    float: right;
    min-height:100px;
    padding: 0;
    position: relative;
    right: 0;
	top:34px;
    width: 29%;
    z-index: 9999;
    }
	
.hire-cont{
    float: left;
    margin: 0 0 25px 36px;
    padding: 0;
    width: 285px;
    }
.hire-cont img{
    width: 100%;
     }
.work-cont{
    float: left;
    margin:0 0 25px 36px;
    padding: 0;
    width: 285px;
    }
.work-cont img{
    width: 100%;
    }	
.checkpro{
    float: left;
    margin: 0px 0 24px 0;
    padding: 0;
    width: 347px;
    }
.checkpro img{
    width: 100%;
    }
	
	
	
	
	
	
	
	
	
	
	
	
.bannerright h2{
    color: #5f5446;
    float: left;
    font: 36px/43px "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 97%;
    }
	
	

.topbtn1{
    background: #c1b49a;
    color: #302e2b;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: normal;
    margin: 21px 0;
    padding: 7px 22px;
    text-align: center;
    vertical-align: middle;
	border:0px;
	}
.topbtn1:hover{
    background: #b9a681;
    color: #302e2b;
    }

.topbtn2{
    background: #6f6354;
    color: #ffffff;
    cursor: pointer;
    float: left;
	border:0px;
    font-size: 18px;
    font-weight: normal;
    margin: 21px 0;
    padding: 7px 22px;
    text-align: center;
    vertical-align: middle;
    }
.topbtn2:hover{
    background: #554b3e;
    color: #ffffff;
    }
	
.frepport_area{
    /*background:rgba(0, 0, 0, 0) url("../img/laptop-keyboard.jpg") no-repeat fixed center center / cover ;
	background: url("../img/laptop-keyboard.jpg") center center  ;*/
/*	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center center;
	border-bottom: 1px solid #d8dce0;
	min-height:230px;*/
	background:#efefef ;
	border-bottom:#ffffff 1px solid;
    width: 100%;
	margin:0px 0px;
	padding:0px 0px 8px 0px;
	float:left;
     }
	 
.frepport_area h2{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #322e28;
    float: left;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 40px;
    margin: 0;
    padding: 133px 0 0px 0;
    text-align: center;
    width: 100%;
    line-height: 20px;	
    }

.vdbtn1{
    background: #c1b49a;
    color: #302e2b;
    border: 0 none;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
    margin: 26px 40%;
    padding: 7px 37px;
    text-align: center;
    width: auto;
    float: left;
     }
.vdbtn1:hover{
    background: #b9a681;
    color: #302e2b;
    }
.pm-center{
    text-align: center;
    }
.pm-column-title{
    color: #423b32;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 15px;
	line-height:37px;
    padding: 0;
    text-transform: uppercase;
    }
	
	
.pm-column-title span{
    color: #5f5446;
    font-size: 23px;
	font-weight: normal;
	text-transform: none;
    }
	
.professional-freelanc_area{
    background:#f6f3f0 !important;
    width: 100%;
	float:left;
	margin:0px 0px 59px 0px !important;
	padding:0px 0px; 
	min-height:200px;
    }
.freelanc_sec{
    margin: 0 auto;
    max-width: 1140px;
    }
	
.freelanc_sec h2{
    color: #423b32;
    float: left;
    font: 40px/59px "Open Sans",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 12px 0px;
    text-align: left;
    width:70%;
    }	
	
.btn-post-project{
    background-color: #00AFFF;
    box-shadow: 0 2px 0 #0090E9;
    color: #FFFFFF;
    padding: 10px 25px;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 9;
    }
	
.createpro_btn{
  background:#5cbd2f;
  padding: 6px 12px;
  margin:30px 0px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  float: right;
  color:#FFFFFF;
  border:0px;
  border-radius: 4px;
  border-bottom:#378911 2px solid
}

.createpro_btn:hover{
background: #61cc30;
color:#FFFFFF;
border-bottom:#378911 2px solid;
}


.postpro_btn{
  background:#34495e;
  padding: 6px 12px;
  margin:30px 0px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  float: right;
  color:#FFFFFF;
  border:0px;
  border-radius: 4px;
  border-bottom:#2b3d4f 2px solid
}

.postpro_btn:hover{
background: #446280;
color:#FFFFFF;
border-bottom:#2b3d4f 2px solid;
}
	
.freelanc_text{ 
    border: 0px;
    color: #2c3e50;
    font-size: 19px;
    margin: -11px 0px 0px 0px;
    position: absolute;
    width: auto;
    padding: 12px 16px;
    border-top: #5bbc2f 2px solid;
    border-bottom: #bac6ce 0px solid;
    font-weight: normal;
	background: #FFFFFF;  
    }
.creat_btn{
  background: #c1b49a;
  padding: 3px 12px;
  margin:30px 12px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  float: right;
  color:#302e2b;
  border:0px;
 }
.creat_btn:hover{
  background: #b9a681;
  color:#302e2b;
 }
	
.profile-content{
    background-clip: padding-box;
    background-color: #ffffff;
    box-shadow: 0 1px 1px #e6e6e5;
    display: block;
    float: left;
    margin: 10px 0px 10px 16px;
    min-height: 208px;
    padding: 20px 25px;
    width: 48%;
    }
	 
.top-profile{
    margin-bottom: 10px;
    }
.top-profile, .bottom-profile {
    list-style: none outside none;
    margin: 0;
    padding: 0;
     }
.profile-content .top-profile .img-avatar {
    margin-right: 20px;
	}
.top-profile li, .bottom-profile li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
     }
	 
.profile-content .top-profile .avatar-profile {
    border-radius: 50%;
    display: inline-block;
    height: 67px;
    overflow: hidden;
    width: 70px;
    }
.profile-content .top-profile .avatar-profile img {
    height: 67px;
    width: 100%;
    }
.profile-content .top-profile .link-profile {
    margin-top: -25px;
}

.profile-content .bottom-profile .wrapper-achivement {
    max-width: 48%;
    width: 48%;
    }

.profile-content .top-profile .name-profile {
    color: #423b32;
    display: block;
    font-size: 20px;
    font-weight: normal;
    }

.profile-content .top-profile .name-profile2 {
    color: #af893e;
    display: block;
    font-size: 14px;
    font-weight: normal;
	}

.profile-content .top-profile .position-profile {
    color: #2DCB71;
    font-size: 14px;
}
.profile-content .top-profile .info-profile {
    width: 53%;
}

.profile-content .bottom-profile .wrapper-achivement ul li {
    border-right: 1px solid #F4F6F8;
    display: inline-block;
    max-width: 85px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profile-content .bottom-profile .wrapper-achivement .rate-it {
    font-size: 12px;
}

.profile-content .bottom-profile .list-skill-profile {
   max-width: 51% !important;
    width: 51% !important;
}

.profile-content .bottom-profile .list-skill-profile ul li {
    background-clip: padding-box;
    background-color: #f6f3f0;
    margin-bottom: 3px;
    margin-right: 1px;
    max-width: 165px;
	font-size:13px;
    overflow: hidden;
    padding: 2px 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
	    white-space: nowrap;
	list-style: none outside none;
	
}


.title-tab-project{
    padding: 0 10px 0 20px;
    }
	
.title-tab-project span, .title-tab-profile h2{
    color: #4e4c48;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
    }
.title-project{
    color: #30363B;
    display: inline-block;
    vertical-align: middle;
    }
.title-project img{
    border-radius: 2px;
    margin-right: 10px;
    }
.project-item-title{
    display: inline-block;
    width: 85%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
	
.list-project, .top-profile, .bottom-profile{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    }
.list-project li{
    background-clip: padding-box;
    background-color: #FFFFFF;
    box-shadow: 0 1px 1px rgba(225, 230, 234, 0.75);
    color: #30363B;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 10px 10px 8px 20px;
    }
	
.list-project li span, .list-project li span a {
    color: #656E78;
    display: block;
    font-weight: 400;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
	
.list-project li .budget-project{
    color: #2C3D4F;
    font-weight: 700;
	
    }
.list-project li .wrapper-btn {
    margin: 0;
    text-align: right;

     }
.btn-sumary {
    background-clip: padding-box;
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 2px 0 #233140;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 30px;
}

.btn-sumary:hover{
    color: #FFFFFF;
   }
	 
.list-project li .wrapper-btn .btn-apply-project {
    background-color: #5cbd2f;
    box-shadow: 0 2px 0 #378911;
    padding: 2px 20px;
    }
	
.footlink{
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    }
.footlink h3{
    color: #f9f699!important;
    float: left;
    font-size: 24px !important;
    margin: 0;
	font-family: "Georgia", Helvetica, Arial, sans-serif;
    padding: 0;
    text-transform: none;
    width: 100%;
    }
.footlink ul{
    float: left;
    list-style: outside none none;
    margin: 12px 0;
    padding: 0;
    width: auto;
    }
.footlink li{
    color: #5b5246;
    float: left;
    font-size: 14px;
    line-height: 21px;
	font-family:"Georgia", Helvetica, Arial, sans-serif;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    }
.footlink li a{
    color: #1e1408;
    float: left;
    font-size: 16px;
    padding: 3px 0 !important;
    text-decoration: none;
    }
.footlink li a:hover{
    color: #f5d952;
    text-decoration: none;
     }
.abouttext{
    float: left;
    margin: 0;
    min-height: 500px;
    padding: 12px;
    width: 100%;
    }	
	
.abouttext h2{
    color: #62b20e;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 23px;
    line-height: 32px;
    margin:12px 0px;
    padding: 0px 0px;
    width: 100%;
    }
	
	
.abouttext p {
    float: left;
    line-height: 22px;
    margin: 0px 0px 17px 0px;
    padding: 0px 0px;
	font-size:13px;	
	font-family:Georgia, "Times New Roman", Times, serif;
    text-align: justify;
    word-wrap: break-word;
    }
.abouttext p span{
    color: #62b20e;
    font-size: 18px;
	padding: 6px 0;
    width: 100%;
	float:left;
    }
	
.qstn{ font-size:19px; color:#1390ca; margin:12px 0px 0px 0px;}


.error-msg14{
    background: #ffdbd8 none repeat scroll 0 0;
    color: #FF0000;
    float: left;
    font-size: 13px ;
    line-height: 31px;
    margin: 3px 10px 4px 251px ;
    padding: 0 6px ;
    width: 60%;
	border-radius: 4px;
    }
.error-msg14 p{
    color: #FF0000;
    width: 100%;
    }
	
.login_form #imge{
    float: left;
    width: 7%;
	margin-right:8px;
	border:1px solid #d7d7d7;
    }
.update_margin{
    margin-left: 263px;
    }
	
.clientdetails{ margin:0px 0px; padding:6px 0px; float:left; width:100%;}
.cliendet_text{ margin:0px 0px; padding:0px 0px; float:left; width:100%;}	
.cliendet_left{ margin:0px 0px; padding:0px 0px; float:left; width:52%; min-height:25px; font-size:14px; color:#0a4460;}	
.cliendet_right{ margin:0px 0px; padding:0px 0px; float:left; width:48%; min-height:25px; font-size:14px; color:#3daee2; }		
.cliendet_right a{ color:#56a311; text-decoration:none; }	
.cliendet_right a:hover{ color:#56a311; text-decoration: underline; }		

.browsebox2{
    margin-left: 0 !important;
    }
	
.methodtext6{
    color: #585858;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    width: 25%;
    }
.methodtext6 h2{
    color: #4c6873;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 4px 0;
    padding: 0;
    text-align: left;
    width: 90%;
    word-wrap: break-word;
    }
.methodtext6 h2 a{
    color: #0392d6;
	text-decoration:none;	
    }
.methodtext6 h2 a:hover{
    color: #0392d6;
	text-decoration: underline;	
    }
	
	
	
.bottom-top{ margin-top:6px;}
.subs_error2{
    background: #ffdbd8 !important;
    border-radius: 0 !important;
    color: #f00;
    float: left;
    font-size: 13px !important;
    line-height: 31px;
    margin: 3px 10px 4px 0px !important;
    padding: 0 6px !important;
    width: 100%;
    }
		
.topuser{
    margin:0px 47px 0px 0px;
    padding: 0px;
	float:left;
	width:auto;
	}	
.topuser_text{
    margin:0px 0px 0px 5px;
    padding: 2px;
	width:auto;
	float: left;
	background:#3daee3;	
	}	
.topuser h2{
    border: 2px solid #23edbe;
    color: #ffffff;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin: 0;
    padding: 6px;
    text-align: center;
    min-width: 109px;
	}
	
.easystep{
    border: 0 solid #ff0000;
	background-image: linear-gradient(#3aabe0, #1390ca);
    border-radius: 6px;
    float: left;
    margin: 8px 15px 0px 15px;
    min-height: 100px;
    padding: 2px 0;
    width: 97%;
    }
.easystep_left{
    border: 0 solid #00cc00;
    float: left;
    margin: 8px 0 0 14px;
    padding: 0;
    width: 59%;
    }
.easystep_left h2{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #FFFFFF;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 44px;
    font-weight: normal;
    line-height: 44px;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    }
.easystep_left h2 span{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: normal;
    text-transform: none;
    }
.easystep_right{
    border: 0 solid #0033cc;
    float: right;
    margin: 0px 15px 0 0;
    padding: 0;
    width: 34%;
    }
.easystep_right ul{
    border: 0 solid #ff0000;
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
    }
.easystep_right li{
    color: #ffffff;
    float: right;
    font-size: 15px;
    line-height: 23px;
    list-style: outside none none;
    margin: 0 0 3px;
	font-family:Georgia, "Times New Roman", Times, serif;	
    padding: 0;
    text-align: right;
    width: 100%;
    }
.easystep_right li span{
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #3fc4fd;
    border-radius: 59px;
    color: #40687b;
    float: right;
    font-size: 15px;
    height: 22px;
    margin: 0 0 0 8px;
    padding: 0;
    text-align: center;
    width: 22px;
    line-height: 13px;
    font-weight: normal;
    }
	
.topcbott2 {
    background: #36ab0f url("../images/search-24.png") no-repeat scroll center center !important;
    border: 0 none;
    float: right;
    margin: 0;
    padding: 5px 0;
    width: 80px;
}


.latestjob{
      margin:0px 0px; 
	  padding:0px 0px; 
	  float:left; 
	  width:70%; 
	  min-height:80px;
	  border:#0033FF 0px solid;
	  }		  
.talent_search{ 
        border:#949391 6px solid;
		background:#ffffff; 
		margin:0px 0px ; 
		padding:0px 0px; 
		float:left; 
		width:100%; 
		min-height:41px;
		border-radius: 5px;
		}
.talenbox{ margin:0px 0px; padding:0px 0px; border:#0000FF 0px solid; width:32%; float:left; min-height:20px;}
.talen-input{ margin:0px 0px; padding:7px 8px; color:#939698; font-size:14px; border:#0000FF 0px solid; width:60%; float:left; }
.talen_btn{
    background: #65b622 url("../images/search_btn.png") no-repeat scroll center center;
    border: 0 none !important;
    color: #939698;
    float: left;
    font-size: 14px;
    margin: 2px 0 2px 4px;
    padding:7px 24px;
    width: auto;
    border-radius: 6px;
    }
.resetbtn{
    background-image: linear-gradient(#f6b47f, #f6b47f);
	background-image: -webkit-linear-gradient(top,  #f6b47f 0%,#f6b47f 100%);
	background-image: -o-linear-gradient(#f6b47f, #f6b47f);
	background-image: -moz-linear-gradient(#f6b47f, #f6b47f);	
    border: 0 none !important;
    border-radius: 6px;
    color: #FFFFFF !important;
    float: left;
    font-size: 19px;
    margin: 2px 9px;
    padding: 14px 28px;
	font-family:Georgia, "Times New Roman", Times, serif;
    width: auto;
    }
	
.resetbtn:hover{
    background-image: linear-gradient(top,  #f48b1c 0%,#f48b1c 100%));
	background-image: -webkit-linear-gradient(top,  #f48b1c 0%,#f48b1c 100%);
	background-image: -webkit-linear-gradient(top,  #f48b1c 0%,#f48b1c 100%);
	background-image: -o-linear-gradient(top,  #f48b1c 0%,#f48b1c 100%);
	background-image: -moz-linear-gradient(top,  #f48b1c 0%,#f48b1c 100%);
    color: #FFFFFF;
    }
	
.joblistbox{padding:15px; background:#FFFFFF; float:left; width:100%;}
.joblistbox p{ float: right; text-align:right; width:33.333%; line-height: 18px; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; }
.joblistbox p a{ background: none; padding:6px 6px 6px 20px; color: #666666; text-decoration:none; }
.joblistbox p a:hover{ color:#1390ca; text-decoration:none; }

.joblistbox ul{ margin:0px 12px 0px 0px; padding:0px 0px 25px 0px; float:left; width:32%; min-height:100px;}
.joblistbox ul.last{ margin:0px 0px 0px 0px; float:right;}
.joblistbox ul h1{ margin:0px 0px 12px 0px; font-family:Georgia, "Times New Roman", Times, serif; float:left; text-align:left; width:100%; font-size:16px; font-weight:bold; color:#FFFFFF;}

.joblistbox ul h1 a:hover{ color:#FFFFFF; background:#3dade2 url("../images/joblist_arrow.png") no-repeat right top;}
.joblistbox ul h1 a.selected{ color:#FFFFFF; background:#3dade2 url("../images/joblist_arrow.png") no-repeat right top;}

.joblistbox li{ float:left; width:33.333%; line-height: 18px; font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; }
.joblistbox li a{ background: url("../images/bullet.png") no-repeat left ; padding:6px 6px 6px 20px; float:left; color: #666666; text-decoration:none; }
.joblistbox li a:hover{ float:left; color:#1390ca; text-decoration:none; }

ul.joblist {
	margin:17px -5px 0px -5px;
	border:0px;
}
ul.joblist li {
	width:33.333%;
	padding: 0 5px;
	text-align:left;
}
ul.joblist a{
	font-size:16px; font-weight:bold; color:#FFFFFF; background:#00719e url("../images/joblist_arrow.png") no-repeat right top; border:none; padding:5px 15px; border-radius: 0px 0px 0 0;
}


ul.joblist > li > a:hover{
	background:#3aace2 url("../images/joblist_arrow.png") no-repeat right top; border:none; border-radius: 0px 0px 0 0;
   }
ul.joblist > li.active > a {
	 border:0px solid #fff;
	 background:#3aace2 url("../images/joblist_arrow.png") no-repeat right top; border:none; border-radius: 0px 0px 0 0;
}

ul.joblist > li.active > a,

ul.joblist > li.active > a:hover,

ul.joblist > li.active > a:focus {

  color: #fff;

  cursor: default;

  background:#3aace2 url("../images/joblist_arrow.png") no-repeat right top; border:none; border-radius: 0px 0px 0 0;

  border: 0px solid #dddddd;

  border-bottom-color: transparent;

}

.postfree{
    border: 0px solid #ff3300;
	background: url("../images/divider_bg.png") no-repeat left ;
    float: right;
    margin: 0 0px 0 0;
    padding: 0px 0px 0px 24px;
    width: 28%;
	min-height:254px;
    }
.postright{
    float: left;
    margin: 0 0 7px;
    padding: 0 0 5px;
    width: 100%;
    }
.postright h2{
    color: #1390ca;
    float: left;
    font: 19px/30px "Georgia",Helvetica,Arial,sans-serif;
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
    width: 100%;
    }
.postright ul{
    border: 0 solid #ff0000;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    }
.postright li{
    color: #4c6873;
    float: left;
    font-size: 13px;
    line-height: 21px;
    list-style: outside none none;
	font-family:Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    }
	
.postright li span{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 19px;
    height: 45px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 45px;
    }
.tour-contbtn{
    background:rgba(0, 0, 0, 0) linear-gradient(#3aabe1, #1390ca) repeat scroll 0 0;
	border-radius: 6px;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font: 18px/20px "Georgia",Helvetica,Arial,sans-serif;
    padding: 6px 26px;
    text-align: center;
	float:left;
    }
.tour-contbtn:hover{
    background:rgba(0, 0, 0, 0) linear-gradient(#a5e125, #62b20e) repeat scroll 0 0;
   }
.follow{ margin:0px 0px 15px 0px; padding:0px 0px; width:100%; float:left;}
.follow .icon{ margin:0px 6px 0px 0px; padding:0px 0px; width:auto; float:left;}
	  
.newsimg{margin:0px auto 15px auto; padding:0px 0px; width:214px; height: auto; }
.newsleter{margin:4px 0 33px; padding:4px 19px; width:100%;float: right; background:#FFFFFF;  border-radius: 9px; text-align:center; }
.news-input{
    border: 1px solid #cccccc;
    color: #999999;
    float: left;
	font-family: "Georgia",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 16px 0 0px 0;
    padding: 2px 8px;
    width: 100%;
    }
	
.subscribtn:hover{
    background: rgba(0, 0, 0, 0) linear-gradient(#f3791c, #f4941c) repeat scroll 0 0;
    }
.subscribtn{
    background: rgba(0, 0, 0, 0) linear-gradient(#f4941c, #f3791c) repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font: 18px/20px "Georgia",Helvetica,Arial,sans-serif;
    padding: 8px 22px;
	margin:11px auto 6px auto;
    text-align: center;
    }
	
.signtitle{   
    background: #3cade1 none repeat scroll 0 0;
    border-radius:0px;
    float: left;
    margin: 7px 0 2px;
    padding: 3px;
    width: 100%;
	}
.signtitle h1{ margin:0px 0px; padding:8px 12px 8px 0px; float: left; width: auto; font-size:22px; font-weight:600; color:#FFFFFF; font-family:Georgia, "Times New Roman", Times, serif;}	
.signtitle h2{ margin:0px 0px; padding:13px 0px; float: left; width: auto; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; font-weight: normal; color:#14526e; }	
.signtitle h2 a{ text-decoration:none; color:#ffffff; font-weight: bold; }
.signtitle h2 a:hover{ text-decoration: underline;}

.postjob{ margin:0px 0px; padding:0px 0px; float:left; width:100%;}
.postsearch{ margin:0px 0px; padding:4px 0px; float:left; width:70%;}
.postjob-btn{ margin:0px 0px; padding:0px 0px; float: right; width:257px; height:auto;}
.postjob-btn img{ width:100%;}


.login-main{
    border: 0px solid #ddd;
    float: left;
    margin: 12px 0px;
    padding: 0;
    width: 100%;
	border-radius: 8px;
	background:#ffffff;
    }
	
	
.login_box_right2{
    background: #efefef none repeat scroll 0 0;
    border-radius: 4px;
    float: left;
    margin: 12px 0px;
    padding: 22px;
    width: 100%;
    }

.login_box_right2 h2{
    color: #017aac;
    float: left;
    font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    margin: 8px 0 0;
    padding: 0 0 4px;
    width: 99%;
    }
.log_form3{
    float: left;
    margin: 4px 12px 4px 0px;
    padding: 0;
    width:31%;
    }
.log_form3 .radio{ margin:2px 4px 0 0 !important; padding:0px 0px; float:left; width:auto;}

.log_form3 p{
    color: #7f7f7f;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
	float:left;
    padding: 0px;
    width:70%;
    }
.log_form3 p a{
    color: #7f7f7f;
	text-decoration:none;
    }
.log_form3 p a:hover{
    color: #1390ca;
	text-decoration: underline;
    }	
		
.login_box_right1{
    background: #efefef none repeat scroll 0 0;
    border-radius: 4px;
    float: left;
    margin: 0;
    padding: 22px 22px 44px;
    width: 100%;
    }
.loginform{
	border: 0px solid #009900;
    float: left;
    margin:8px 0px 0px 0px;
    padding: 0;
    width: 100%;
	}	
.loginform p{
    color: #0b7398;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0px 0px;
    padding: 0px 0px  8px 0px;
    width: 100%;
    }	
.loginform p span{
    color: #F00;
    }
	
.loginform p a{
    color: #7f7f7f; text-decoration:none;
    }	
.loginform p a:hover{
    color: #1390ca; text-decoration: underline;
    }		
	
.loginput1{
    background: #FFFFFF;
    border: 1px solid #d7d7d7;
    border-radius:6px;
    color: #8e9a9a;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 5px 9px;
	margin:0px 0px;
    width:86%;
    }
.loginerror-msg{
    background: #ffdbd8;
	border-radius: 4px;
    color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
    float: left;
    font-size: 13px;
    line-height: 31px;
    margin: 4px 0px;
    padding: 0 8px;
    width: 86%;
    }
	
	
.submitbut{
	background-image: linear-gradient(#00afeb, #016c96);
	background-image: -webkit-linear-gradient(top,  #00afeb 0%,#016c96 100%);
	background-image: -o-linear-gradient(#00afeb, #016c96);
	background-image: -moz-linear-gradient(#00afeb, #016c96);
    border-radius: 6px;
    margin-right: 2px;
    padding: 5px 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	font-weight:600;
	font-size:16px;
	border:#006d94 1px solid;
    text-align: center;
	color:#FFFFFF;
    }
.submitbut:hover{
	background: rgba(0, 0, 0, 0) linear-gradient(#016c96, #00afeb) repeat scroll 0 0;
	background: -webkit-linear-gradient(#016c96, #00afeb);
	background: -moz-linear-gradient(#016c96, #00afeb);
	background: -o-linear-gradient(#016c96, #00afeb);
	background: -ms-linear-gradient(#016c96, #00afeb);
	background: linear-gradient(#016c96, #00afeb);
	border: 1px solid #006d94;	
	}
	
	
.post_left{
    float: left;
    margin: 12px;
    padding: 22px 20px;
    width: 65%;
	min-height:200px;
	background: #efefef none repeat scroll 0 0;
    border-radius: 6px;
    }
.postform{
    border: 0px solid #000;
    float: left;
    margin: 8px 0 0 0px;
    padding: 0;
    width: 100%;
	}	
.postform p{
    color: #7f7f7f;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0px 0px;
    padding: 8px 12px 4px 0;
    width: 25%;
    }
.postform p span{
    color: #f00;
    }
	
.postinput{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #666666;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 5px 9px;
    width: 60%;
    }
.postinput2{
    background: #ffffff none repeat top right;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #666666;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 8px 9px;
    width: 60%;    
	 -ms-appearance: none !important;
     -moz-appearance: none;
    }
		
.select_arrow{  
	background: #fff url(../images/select_arrow.png) no-repeat right center !important;
	-webkit-appearance: none;
	-ms-appearance: none !important;
	 text-indent:999;
    }	
.posterror-msg{
    background: #ffdbd8;
	border-radius: 4px;
    color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
    float: left;
    font-size: 13px;
    line-height: 31px;
    margin: 4px 0 4px 152px;
    padding: 0 8px;
    width: 60%;
    }
.postinput3{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #666666;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 5px 9px;
    width: 35%;
/*	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;*/
	 -moz-appearance: none;
    }	
.postinput4{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #666666;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 8px 9px;
    width: 30%;
	 -ms-appearance: none;
     -moz-appearance: none;
    }
	
.posterror3-msg{
    background: #ffdbd8;
	border-radius: 4px;
    color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
    float: left;
    font-size: 13px;
    line-height: 31px;
    margin: 4px 0 4px 151px;
    padding: 0 8px;
    width: 35%;
    }
.pos_form3 .checkbox{ float: left; margin: 5px 4px 0 0; padding: 0; width: auto; }
.pos_form3{
    float: left;
    margin: 4px 12px 4px 0px;
    padding: 0;
	width: auto;
	}
.pos_form3 p{
    color: #7f7f7f;
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: normal;
	float:left;
	line-height: 30px;
    padding: 0px;
    width: auto;
    }
	
.pos_form4 .checkbox{ float: left; margin: 8px 4px 0 0 !important; padding: 0; width: auto; }
.pos_form4{
    float: right;
    margin: 4px 0px 0px 0px;
    padding: 0;
    width:64%;
	text-align:left;
    }
.pos_form4 p{
    color: #7f7f7f;
	font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: normal;
    margin: 9px 0px 0px 0px;
	float:left;
    padding: 0px;
    width:70% !important;
    }
	
	
	
.post_left h2{
    color: #e27111;
	font-family:Georgia, "Times New Roman", Times, serif;
    float: left;
    font-size: 23px;
    line-height: 32px;
    margin: 28px 0 12px;
    padding: 0 0 8px;
    width: 100%;
	}
.post_left h2 span{
	font-size:13px;
	color:#223263;
	}
.postform h3{
    border: 0 none;
    color: #333333;
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 0 25%;
    padding: 0;
    width: 60%;
	font-family:Georgia, "Times New Roman", Times, serif;	
    }
.postform h3 span{
    color: #FF0000;
    font-size: 13px;
    }
	
.agreterm{
    float: left;
    margin: 8px 0 0 25%;
    padding: 0;
    width: 60%;
	}
	 
.agreterm p{
    color: #7f7f7f;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
	float:left;
    padding:0px 0px 0px 4px;
    width: 70%;
	}
	
	
.agreterm h2{
    color: #333333;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
	float:left;
    padding:10px 8px;
    width: auto;
	border:0px;
	}
.agreterm h2 a{
    color:#729d00;
	text-decoration:none;
	} 
.agreterm h2 a:hover{
    color:#729d00;
	text-decoration: underline;
	} 
	
	
	 
.agreterm .checkbox{
			float:left;
			margin:0px 0px;
			padding:0px 0px;
			width: auto;
			}

	
	
	
	
	
	
	
.post_right{
    border-left: 1px solid #cccccc;
    float: left;
    margin: 12px 0 12px 6px;
    min-height: 200px;
    padding: 0px 0px 0px 20px;
    width: 31%;
    }
	
.post_linkbox1{
    float: left;
    margin: 0px 0px 12px 0px;
    padding: 5px 1px;
    width: 100%;
	min-height:100px;
	border-radius: 6px;
	background:#3caee4;
    }
.post_linkbox2{
    float: left;
    margin: 0px 0px 12px 0px;
    padding: 5px 1px;
    width: 100%;
	min-height:100px;
	border-radius: 6px;
	background:#2585ad;
    }
	
.posttitle{     
    margin: 0px 12px;
    padding: 0px 0px;
    width: 93%;
	overflow:hidden;
    }
.posttitle h1{     
    margin: 3px 0 0px 0;
    padding: 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
    width: 70%;
	float:left;
	color:#FFFFFF;
	font-size:15px;
	font-weight: normal;
	line-height:19px;
	}	
.posttitle h3{     
    margin: 0px 0px;
    padding: 11px 0px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
    width: 70%;
	float:left;
	color:#FFFFFF;
	font-size:16px;
	font-weight: normal;
	line-height:19px;
	}
	
.posttitle img{     
    margin: 0px 12px 0px 0px;
    padding: 0px 0px;
    width: auto;
	float:left;
	}
.post_linkbox1 p {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin: 0px  0px;
    padding: 8px 0px;
	text-align:center;
    width:100%;
    }
.post_linkbox1 p a {
    color: #ffffff;
	text-decoration: none;
    }
.post_linkbox1 p a:hover {
    color: #ffffff;
	text-decoration: underline;
    }
	
	
.post_linkbox1 h2{
    background: #ffffff;
    color: #7f7f7f;
    font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    line-height: 19px;
    margin: 5px 0 0;
    padding: 18px 17px;
    text-align: justify;
    width:100%;
    }
.postebox{
    background: #2484ac none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    float: left;
    margin: 0 0 2px;
    padding: 4px 6px;
    width: 100%;
    }	
	
.postebox h2{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 28px;
    font-weight: normal;
    margin: 0px 0 0;
    padding: 6px 12px 0;
    width: 29%;
    }
.postebox h4{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #64fff6;
    float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
	line-height:18px;
    margin: 0px 0 0;
	text-align:center;
    padding: 0 12px;
    width: 70%;
    }
.postebox2{
    background: #3caee4 none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    float: left;
    margin: 0 0 2px;
    padding: 4px 6px;
    width: 100%;
    }
.postebox2 h4{
    color: #ffffff;
	}
.post_linkbox2 p {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #64fff6;
    float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 19px;
    margin: 0px  0px;
    padding: 8px 0px;
	text-align:center;
    width:100%;
    }
.post_linkbox2 p a {
    color: #64fff6;
	text-decoration: none;
    }
.post_linkbox2 p a:hover {
    color: #64fff6;
	text-decoration: underline;
    }
	
	

	
.client_img{
		margin:0px 0px;
		padding:0px 0px;
		background:#FFFFFF;
		height:auto;
		width:100%;
		float:left;
		text-align:center;
		}
.client_img img{
		width:100%;
		}
.inbox_left{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    float: left;
    margin: 2px 0px;
	min-height:300px;
    padding: 0;
    width:100%;
    }
.inbox-title{
    background: #62b20e;
    border-radius: 6px 6px 0 0;
    float: left;
    margin: 2px;
    padding: 6px 12px;
	color:#FFFFFF;
	font-size:19px;
    width: 98%;
    }
	
	
	
.filterform{
    float: left;
    margin: 8px 12px;
    padding: 0;
    width: 90%;
	}	
.filterform p{
    color: #0b7398;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0px 0px;
    padding: 2px 0px;
    width:100%;
    }
	
.inbox_left .textlink{
    float: left;
    margin: 8px 0px;
    padding:15px 0px;
    width: 100%;
    border: #ececec 1px solid;
    height: 120px;
    overflow-y: scroll;
	}
	

	
		
.filtinput{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #666666;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0;
    padding: 5px 6px;
    width: 100%;
	-moz-appearance: none;
    }
	
.filterlink{
    float: left;
    margin: 15px 12px 0px 12px;
    padding: 0;
    width: 90%;
    }
.filterlink h3{
    background: #3babf5;
    border-radius: 6px;
    color: #FFFFFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 6px 12px;
    width: 100%;
    }
.filterlink h2{
    color: #0b7398;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 5px 12px;
    width: 99%;
    }
.filterlink h2 a{
    color: #0b7398;
    text-decoration: none;
    }
.filterlink h2 a:hover{
    color: #729d00;
    text-decoration: none;
     }
.filterlink h2 a.selected{
    color: #729d00;
    text-decoration: none;
    }
	
.filterlink h4 input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 2px 0 0 3px;
    }
	
.filterlink h4{
    color: #0b7398;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 5px 0px 5px 13px;
    width: auto;
    }
.filterlink h4 a{
    color: #0b7398;
    text-decoration: none;
    }
.filterlink h4 a:hover{
    color: #729d00;
    text-decoration: none;
     }
.filterlink h4 a.selected{
    color: #729d00;
    text-decoration: none;
    }

	
	
		
.resulttxt3{
    display: block;
    float: left;
    width:34%;
	min-height: 140px;
	position:relative;
    }
.resulttxt3 h2{
    color: #0b7398;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px;
    }
.resulttxt3 h3{
    color: #666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 5px;
    }	
.resulttxt h5{
    color: #4c6873;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
	line-height:16px;
    margin: 0 0 5px;
    }
.resulttxt h5 a{
    color: #0392d6;
	text-decoration:none;
	padding:2px 2px;
	font-size: 13px;
    }
.resulttxt h5 a:hover{
    color: #0392d6;
	text-decoration:  underline;
    }
.member_platinum{     
    margin: 7% 0 9px 77%;
    padding: 0;
    position: absolute;
	width:60px;
	}
.member_platinum img{     
	width:100%;
	}
.similar_follow{
    float: left;
    margin:0px 0px 14px 0px;
    padding: 0px 0px;
	text-align:center;
    width:100%;
	border:#FF0000 0px solid;
    }
.similar_followbox{
    margin:0px  auto;
    padding: 0px 0px;
    width:117px;
	border:#000000 0px solid;
    }
	
.similar_followbox .icon{
    float: left;
    margin:0px 0px;
    padding: 0px 0px;
	text-align:center;
	width:auto;
	border:#FF0000 0px solid;
    }
	
.follow2 {
    float: right;
    margin:7px 11px;
    padding: 0;
    width: auto;
	border:#FF0000 0px solid;
    }
.follow2 .icon{
    float: left;
    margin: 0 0px 0 0;
    padding: 0;
    width: auto;
    }
.follow3{
    float: right;
    margin:4px 0px 0px 0px;
    padding: 0;
    width: auto;
	border:#FF0000 0px solid;
    }
.follow3 .icon{
    float: left;
    margin: 0 0px 0 0;
    padding: 0;
    width: auto;
    }
	
.invitbut{
    background: #0588bf;
    border: 1px solid #0588bf;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-size: 16px;
	margin:12px 0px 0px 0px;
    padding: 4px 22px;
    text-align: center;
    }
.invitbut:hover{
    background: #5aaf1f;
    border: 1px solid #5aaf1f;
    color: #ffffff;
    }
	
.category-list h1 {
    background: #669200 none repeat scroll 0 0;
    border-bottom: 1px solid #f8f8f8;
    border-radius: 4px;
    color: #ffffff;
    float: left;
    font-size: 16px;
    margin: 21px 0 8px;
    padding: 6px 9px;
    width: 100%;
	font-family:Georgia, "Times New Roman", Times, serif;
    }
.categoryline{ margin:12px 0px; padding:0px 0px; float:left; border:#d7d7d7 dashed 1px; width:100%; font-family: Georgia, "Times New Roman", Times, serif;}
.dastopbox{ margin:12px 9px 0px 9px; padding:0px 0px 12px 0px; float:left; border-bottom:#e0e0e0 1px solid; width:98%;}
.dastopleft{ margin:0px 0px; padding:0px 0px; float:left; width:50%;}
.dastopleft h1{
    color: #699400;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px;
	width:100%;
	float:left;
    }
.dastopleft p{
    color: #4c6873;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
	width:100%;
	float:left;
    }
.dastopbox .welcomtext{
    border: 1px solid #cccccc;
    border-radius: 6px;
    color: #1F497D;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 38px;
    margin: 4px 0 0;
    padding: 35px 20px;
    text-align: center;
    width: 50%;
    }
.dastopbox .welcomtext span{
    color: #3DAEE3;
    }
	
	
	
.profilebut{
	background: rgba(0, 0, 0, 0) linear-gradient(#91bc00, #659000) repeat scroll 0 0;
	background: -webkit-linear-gradient(#91bc00,#659000);
	background: -moz-linear-gradient(#91bc00,#659000);
	background: -o-linear-gradient(#91bc00,#659000);
	background: -ms-linear-gradient(#91bc00,#659000);
	background: linear-gradient(#91bc00,#659000);
	box-shadow: 0 1px 1px 0 #ffffff inset, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
	border: 1px solid #8cb400;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    font-size: 18px;
	font-weight:bold;
    margin: 12px 0 0;
    padding: 8px 22px;
    text-align: center;
     }
.profilebut:hover{
	background: rgba(0, 0, 0, 0) linear-gradient(#659000, #91bc00) repeat scroll 0 0;
	background: -webkit-linear-gradient(#659000, #91bc00);
	background: -moz-linear-gradient(#659000, #91bc00);
	background: -o-linear-gradient(#659000, #91bc00);
	background: -ms-linear-gradient(#659000, #91bc00);
	background: linear-gradient(#659000, #91bc00);
	box-shadow: 0 1px 1px 0 #ffffff inset, 0 2px 0 -1px rgba(0, 0, 0, 0.2);
	border: 1px solid #8cb400;
    color: #ffffff;
     }
	
.create_profile_left{
    border: 0px solid #000;
    float: left;
    margin: 0px 4px;
    padding: 0 0 6px;
    width: 70%;
    }
	
.create_notificat{
      margin:0px 0px 12px 0px;
	  padding:0px 0px;
	  float:left;
	  width:100%;
	  }
	
.notification_text{
    background: #3daee3;
    border-radius: 6px 6px 0 0;
	font-family:Georgia,"Times New Roman",Times,serif;
    float: left;
	font-size: 17px;
    font-weight: bold;
	color:#FFFFFF;
    margin: 8px 1px 1px;
    padding: 4px 9px;
    width: 100%;
    }

.notific_text{
    float: left;
    margin: 8px  0px;
    padding: 0;
    width: 100%;
	}	
	
.notific_text p{
    color: #4c6873;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
	text-align:left;
    margin: 6px 10px;
	line-height:17px; 
    width: 46%;
    }
	
	
.improvbox {
    margin: 0px 5px 9px;
    padding: 0;
    text-align: center;
    width: 99%;
	float:left;
	border:#FF0000 0px solid;
     }
.improvbox p{
    color: #4c6873;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
	text-align:left;
    margin: 6px 10px;
	line-height:17px; 
    width: 60%;
    }
	 
	 
.improve_icon2{
    margin: 0px 5px 9px;
    padding: 0;
    text-align: center;
    width: 95%;
    }
.improvebox2{
    background: rgba(0, 0, 0, 0) url("../images/updateimg.jpg") repeat scroll 0 0 !important;
    border: 2px solid #cccccc;
	border-radius: 6px;
    float: left;
    margin: 0 13px 0 0;
    width: 77%;
     }
.imprbox2{
    background: #FFFFFF;
	border-radius:0px 6px 6px 0px;
    float: right;
    height: 24px;
    margin: 0;
    width: 100%;
    }
	 
	
	
.create_profile_right {
    border-left: 1px solid #e0e0e0;
    float: right;
    margin: 0 3px 2px 0;
    padding: 0 0 6px 6px;
    width: 28%;
     }
.qucik_text{
    background: #3daee3;
    border-radius: 6px 6px 0 0;
    float: left;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 17px;
    font-weight: bold;
    margin: 8px 1px 1px;
    padding: 4px 9px;
	color:#FFFFFF;
    width: 98%;
    }	
	
.profile_box_link{
    float: left;
    margin: 6px 0px;
    padding: 7px 0px;
    width:100%;
     }
.profile_box_link ul{
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width:100%;
    }
.profile_box_link li{
    border-bottom: 1px dotted #e9e8e8;
    color: #4c6873;
    float: left;
    font-size: 13px;
	padding: 6px 2px 6px 8px;
    width: 97%;
	font-family:Georgia, "Times New Roman", Times, serif;
    }
.profile_box_link li a{
    color: #4c6873;
    float: left;
    text-decoration: none;
     }
.profile_box_link li a:hover{
    color: #1594e9;
    text-decoration: none;
     }
.profile_right2{
    border: 1px solid #ddd;
    }
.profile_right3{
    border: 1px solid #ddd;
	padding:1px 6px;
	min-height: 300px;
    }
	
.editprofile2{
    border: 1px solid #e7e7e7;
    }
.ad_more{margin:7px 8% 0 0; padding:0px 0px; float:right;}

.acerror-msg{
    background: #fff0e8 none repeat scroll 0 0;
    color: #f00;
    float: left;
    font-size: 13px;
    line-height: 31px;
    margin: 3px 0 4px 283px;
    padding: 0 6px;
    width: 56%;
    }
	
.methodleft3{
    border: 0 solid #ff9900;
    float: left;
    margin: 0;
    padding: 0;
    width: 66%;
    }
.methodtext22{ width:100% !important;}
	
	
.amountinput22{
    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;
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin: 0px 85px 0px 0px;
    padding: 4px 11px;
    width: 29% !important;
    }
	
	
	
.methodleft{
    border: 0 solid #ff9900;
    float: left;
    margin: 0;
    padding: 0;
    width: 33%;
    }
.methodleft2{
    float: left;
    margin: 0;
    padding: 0;
    width: 30%;
    }
.methodleft2 h3{
    float: left;
    font-size: 16px;
    margin: 0;
    padding: 0;
    width: 100%;
    }
.methodleft ul{
    float: left;
    margin: 0 0 0 21px;
    padding: 0;
    width: 50%;
    }
.methodleft li{
    float: left;
    font-size: 13px;
    list-style: outside none none;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:17px;
    margin: 0;
    padding: 0;
    width: 100%;
	color:#0a4473;
    }
	
.error-msg15{
    background: #ffdbd8;
    border-radius: 4px;
    color: #FF0000;
    float: left;
    font-size: 13px ;
    line-height: 31px;
    margin: 3px 10px 4px 251px ;
    padding: 0 8px ;
    width: 60%;
    }
.error-msg15 p{
    color: #FF0000;
    width: 100% !important;
    }
	
.clearfix_margin{
    margin: 10px 2px;
    }
.testing_left{ 
           margin:0px 0px;
		   padding:0px 0px;
		   float:left;
		   width:75%;
		   border:#FF0000 0px solid;
		   }
.testing_left h5{
    color: #4c6873;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    margin: 0 0 5px;
    }
.testing_left h5 a{
    color: #0392d6;
    font-size: 13px;
    padding: 2px;
    text-decoration: none;
    }
.testing_left h5 a:hover{
    color: #0392d6;
    text-decoration: underline;
     }
		   
		   
		   
	
.testing_right{ 
           margin:0px 0px;
		   padding:121px 0px 0px 0px;
		   float: right;
		   width:24%;
		   border: #0033FF 0px solid;
		   }	   
		   
 
.banner_area {
    background: #e5e5e5 url(../images/banner_bg1.png) repeat-x bottom;
    border-bottom: 1px solid #d8dce0;
    float: left;
    margin: 0px 0px;
    min-height: 350px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
   }
.banner_area img {
    text-align: center;
  	max-width:100%;
    }
	


.top_icon{
    float: left;
    margin: 5px 0px 0px 0px;
    padding: 0;
    width: auto;
	line-height: 11px;
    }
	
.top_icon_img{
    float: left;
    margin: 7px 1px 0px 1px;    
    width: auto;
    }
.top_icon_img a{
padding: 0px;
background:none;
text-decoration:none;
    }
.top_icon_img a:hover{
background:none;
text-decoration:none;
    }
		
.langbox{ margin:0px; padding: 0px; width:auto }
.langbox .langselect{ margin:2px 0px; padding: 1px 2px; width:auto; border:#CCCCCC 1px solid; color: #333333; border-radius: 5px 0 0 5px; }	
.posts-block{ padding-left:0px;}
.sidebar{ padding-right:6px;}


.builder{
    background: #0073a3 url("../images/builder_pic.png") no-repeat scroll right center;
    border-radius: 6px;
    float: left;
	min-height: 129px;
    margin:6px 0px;
    padding: 0;
    width:100%;
    }
.builder p{
    color: #b7da3d;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 21px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 25px 0 0 15px;
    width: 89%;
    }
.builder p span{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    width: 89%;
    }
.postside{ padding:0px 0px;}
.post_right2{ width:auto;} 

.post_right2 h4{
    width: 53%;
    }	
.post_right2 p{
    text-align: center !important;
    }

 

.postbox_left{ padding:12px 12px ; margin:0px 0px; background:#efefef; }
.postform2{
    border: 0px solid #009900;
    float: left;
    margin: 8px 0px 0px 0px;
    padding: 0;
    width: 100%;
    }
.postform2 p{
    color: #0073a3;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0px 0px;
    padding: 0px 0px 8px 0px;
    width: 100%;
    }
.posinputt{
    background: #FFFFFF ;
    border: 1px solid #d7d7d7 ;
    border-radius: 6px;
    color: #666666;
    float: left ;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 5px;
    width: 100%;
    }
.posinputt1{
    background: #FFFFFF ;
    border: 1px solid #d7d7d7 ;
    border-radius: 6px;
    color: #666666;
    float: left ;
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 8px 5px;
    width: 100%;
	-ms-appearance: none !important;
    -moz-appearance: none !important;
    }
	
.pos_error-msg{
    background: #ffdddd;
    border-radius: 6px;
    color: #FF0000;
    float: left;
    font-size: 13px;
    line-height: 31px;
    margin: 3px 0px;
    padding: 0 6px;
    width: 100%;
    }
.cke_reset{
    border-radius: 6px;
    width: 100% !important;
    }
.search-job-content-minili li.bor-right{ border-right:0px;}
.jobtext{ margin:0px 0px; padding:0px 12px; float:left; width:100%;}
.jobtext p{
    margin: 0;
    padding: 0 0 6px;
    color: #4c6873;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px !important;
    width: 100%;
	border-bottom:
	}
.posted_bottom{ margin:15px 0px 0px 0px; padding:4px 0px; float:left; width:100%;    
    background: #ecf4f7 none repeat scroll 0 0;
    border-top: 1px solid #dceaf0; min-height:25px;}
.posted_bottom .lefttext{ margin:6px 0px 0px 0px; padding:0px 0px; float:left; width: auto;}

.posted_bottom .lefttext p{  margin:2px 0px 0px 12px; float:left; width: auto; font-size: 13px; font-family:Arial, Helvetica, sans-serif;}

.posted_bottom .lefttext p a{
    color: #0073a3;
    font-family: Arial,Helvetica,sans-serif;    
    font-weight: normal;
    padding: 2px;
    text-decoration: none;
    }
.posted_bottom .lefttext p a:hover{
    text-decoration: underline;
    }
.editprof_top{ margin:0px 0px 9px 0px; padding:22px 0px 6px 0px; float:left; width:100%; border-bottom:#ddd 1px solid;}
.editprotop{
    float: right;
    margin: 0px 0px;
    padding: 0px 0px;
    width: auto;
    }
.editprotop h2{   
    color: #999999;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 29px;
    margin: 0 4px 5px 0;
    }
.editprotop h2 a{
    background: #3daee3;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 18px;
	border-radius: 5px;
    text-decoration: none;
     }
.editprotop h2 a:hover, .editprotop h2 a.active {
    background: #5aaf1f;
    color: #ffffff;
    }
.goldmember{
    float: right;
    margin: 0px 0px;
    padding: 0px 0px;
    width: auto;
    }
.goldmember h2{   
    color: #999999;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    margin:0px 0px;
    }
.goldmember h2 a{
    background: rgba(0, 0, 0, 0) linear-gradient(#fccb01, #af6107) repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
	font-weight:600;
    padding: 4px 18px;
	border-radius: 5px;
    text-decoration: none;
     }
.goldmember h2 a:hover{
    background:  rgba(0, 0, 0, 0) linear-gradient(#af6107, #fccb01) repeat scroll 0 0;
    color: #ffffff;
    }
.login_form h4{
    color: #7f7f7f;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin: 0px 0px;
    padding: 13px 0;
    text-align: left;
    width: 74%;
    }
.login_form h5{
    color: #e27111;
	font-family:Georgia, "Times New Roman", Times, serif;
    float: left;
    font-size: 23px;
    line-height: 32px;
    margin: 28px 0 12px;
    padding: 0 0 8px;
    width: 100%;
	}
.login_form h5 span{
	font-size:13px;
	color:#223263;
	}
	
.address h3{
	padding: 6px 0px;
    margin: 0px 0px; 
	font-family:Georgia, "Times New Roman", Times, serif;
    text-align: justify;
    word-wrap: break-word;
    color: #62b20e;
    font-size: 22px;
    width: 100%;
	float: left;
    line-height: 31px;
	float:left;
    }
.address h3 span{
    color: #0b7398;
    font-size: 18px;
    }
.contacttext{ margin:12px 0px; padding:0px 0px; float:left; width:auto; }

	
.contacttext h3{
	padding: 6px 0px;
    margin: 0px 0px; 
	font-family:Georgia, "Times New Roman", Times, serif;
    text-align:left;
    word-wrap: break-word;
    color: #62b20e;
    font-size: 22px;
    width: 100%;
	float: left;
    line-height: 31px;
    }
	
	
.contacttext p{
	padding: 0px 0px;
    margin: 0px 0px; 
	font-family:Georgia, "Times New Roman", Times, serif;
    color:#4c6873;
    font-size: 14px;
	float:left;
	width:100%;	
    }
.category{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 6px;
    margin: 0 0 12px;
    overflow: hidden;
    padding: 12px 12px 32px;
    width: 100%;
    }
.delete-more{   
    float: right;
    margin-right: 7%;
    padding-top: 1%;
    width: 4%;
	}
.editprof_top h4{
    color: #62b20e;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 21px;
    font-weight: bold;
    margin: 0 7px 6px;
    padding: 0;
    width: 100%;
    }	
.overlink{
	padding: 0px 0px;
	margin: 0px 0px; 
	float:left;
	width:100%;
	min-height:200px;
	overflow:hidden;
	border: #FF0000 0px solid;		
	}

.overlink ul{
	padding: 0px 0px 12px 0px;
	margin: 0px 0px; 
    float:left;
	width: 100%;	
	}	
.overlink li {
    color: #ffffff;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    font-weight: bold;
    margin:2px 0px;	
	width: 100%;  
	list-style:none;
	float:left;	
    }	
.overlink li a{
    border-radius: 4px;
	padding: 4px 12px;  
	background: #3daee3 none repeat scroll 0 0;    
	width: 100%; 
	color:#FFFFFF;
	float:left;
	text-decoration:none;
    }	
.overlink li a:hover{
    background: #5ab01e;
	text-decoration:none;
	color:#FFFFFF;
    }
	
.create_overview{
    float: left;
    margin: 12px 0px;
    padding: 0px 0px;
    width: 100%;
    }
.create_overview_left {
    float: left;
    margin: 0px 0px;
    padding:0px 0px;
    width: 70%;
    }	
.overleft_texr {
    border: 1px solid #e0e0e0;
    float: left;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px;
	border-radius: 6px 6px 0 0;
	min-height:100px;
    width: 100%;
    }
.overleft_texr .title{
    background: #3daee3 none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    color: #ffffff;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px;
    padding: 4px 9px;
    width: 100%;
    }
.overleft_texr p{
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 22px;
    margin: 11px 11px;
    padding: 0px 0px;
    text-align: justify;
    word-wrap: break-word;
    }
	
.overleft_texr h1{
    color: #0392d6;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: bold;
    margin:15px 0px;
	line-height:35px;
    padding: 0;
    width: 100% !important;
	text-align:center;
    }
.overleft_texr h1 span{
    color: #0392d6;
    font-size: 20px;
    font-weight: normal;
    }
	
	
	
.inner_cont22{
	margin:0px 0px;
	padding:0px 0px 12px 0px;
	float:left;
	width:100%;
	border:#F00 0px solid;
	}
	
.inner_cont22 h2{
    border-bottom: 1px solid #ccc;
    color: #0392d6;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    margin:0px 0px 12px 0px;
    padding:0px 0px 6px 0px;
	float:left;
	width:100%;
    }
	
.inner_cont22 p{
    color: #4c6873;
    font-size: 14px;
    font-weight: normal;
    line-height:25px;
    margin:0px 0px;
    padding:0px 0px;
    text-align: justify;
	float:left;
	width:100%;
    }
.create_overview_right{
    float: right;
    margin: 0 3px 2px 0;
    padding: 0;
    width: 28%;
    }
.overright_texr{
    border: 1px solid #e0e0e0;
    border-radius: 6px 6px 0 0;
    float: left;
    margin: 0 0 15px;
    min-height: 100px;
    padding: 0;
    width: 100%;
    }
.overright_texr .title{
    background: #3daee3 none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    color: #ffffff;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
    }
.identitytext{
    border-bottom: 1px solid #e0e0e0;
    float: left;
    margin:6px 6px 0px 6px;
    padding: 0px 0px 8px 0px;
    width: 94%;
    }	
	
.identitytext h1{
    float: left;
    margin:0px 0px;
    padding: 0px 0px;
	color:#0392d6;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
    width: 45%;
    }
.identitytext h2{
    float: left;
    margin:0px 0px;
    padding: 0px 0px;
	color:#4c6873;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
    width: 54%;
	word-wrap: break-word;
    }
.identitytext p{
    float: left;
    margin:0px 0px;
    padding: 0px 0px;
	color:#4c6873;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
    width: 95%;
    }
	
.select-skills{  
    float: left;
    margin: 0px 0px;
    padding: 0;
    width: auto;
    }
.select-skills ul{  
    float: left;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px;
    width: 100%;
    }
	
.select-skills li{  
    border-bottom: 1px solid #eae9e9;
    float: left;
    margin: 0 28px 7px 0;
    padding: 0 0 2px;
    width: 46%;
    }
.select-skills li span{  
    float: left;
    margin: 5px 4px 0 0;   
    width: auto;
    }
.select-skills li .select{  
    float: right;
	-moz-appearance: none;
    margin: 2px 0px 0 4px;   
    width: 26%;
	color:#4c6873;
	border:#CCCCCC 1px solid;
    }
.select-skills li a{ 
    color: #4c6873;
    text-decoration: none;
	}
.select-skills li a:hover{ 
    color: #0392d6;
    text-decoration: none;
	}
.gold_hidden{ color:#d88f03;}

	
.forgotbg{    
    background: #32c7ff none repeat scroll 0 0 !important;
    border: 6px solid #ffffff;
    border-radius: 3px;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 17px 17px !important;
	width:632px !important;
	}	
.forgottext{    
    background: #ffffff !important;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 8px;
	min-height: 70px;
	width:100%;
	}
.forgottext h2{
    color: #0b7398;
    font-family: "Georgia",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 6px 0 0;
    padding: 0;
    text-align: left;
    width: 100%;
    }
.forgotform{
    border: 0px solid #000;
    float: left;
    margin: 8px 17px !important;
    padding: 0;
    width: 93%;
    }
.forgotform p{
    color: #0073a3;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 12px 8px 0;
    width: auto;
    }
.forgotinput{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #666666;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0px 0px ;
    padding: 5px 9px;
    width: 46%;
    }	
.forgot-btn:hover{
    background: #62b20e;
    border: 1px solid #62b20e;
    }
.forgot-btn{
    background: #00b0f0;
    border: 1px solid #00b0f0;
    border-radius: 5px;
	margin: 0px 0px 0px 6px !important;
	color:#FFFFFF;
    font-size: 18px;
    padding: 5px 15px;
    cursor: pointer;
    font-family: Georgia,"Times New Roman",Times,serif;
    }
.forgoterror-msg{
    background: #ffdbd8 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ff0000;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 31px;
    margin: 4px 27.7%;
    padding: 0 8px;
    width: 45.9%;
    }
.forgoterror-msg22{
    background: #ffdbd8 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ff0000;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 31px;
    margin: 4px 0%;
    padding: 0 8px;
    width: 45.9%;
    }	
	
.forgotinput2 {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #666666;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding: 5px 9px;
    width: 75%;
    }
.forgoterror-msg2{
    background: #ffdbd8 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ff0000;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    line-height: 31px;
    margin: 4px 26.4%;
    padding: 0 8px;
    width: 45.9%;
    }		
	
.milestonebox h6{
    color: #4c6873;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin:0px 0px;
    padding: 18px 0px;
	text-align: left;
    width: 14%;
	word-wrap: break-word;
    }
.milestonebox h6 a{
    color: #2eaef0;
    float: left;
    text-decoration: none;
    }
.milestonebox h6 a:hover{
    color: #2eaef0;
    float: left;
    text-decoration: underline;
    }
	
	
.milestontext h6{
    color: #0a4460;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 9px 0;
    text-align: left;
    width: 14%;
    word-wrap: break-word;
    }
.methodbox22{
	margin:0px 0px;
    padding:8px 9px;
    float: left;
    width: 100%;
	border: #090 0px solid;
    }
	
.methodbox22 h2{
    color: #0b7398;
    font-family: "Georgia",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 6px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
    }
.methodbox22 h2 a{
    color: #729d00;
	text-decoration:none;
    }
.methodbox22 h2 a:hover{
    color: #729d00;
	text-decoration: underline;
    }
.verifibg{
    background: #fff none repeat scroll 0 0 !important;
    border: 3px solid #00a0ee;
    border-radius: 3px;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0px !important;
    }
.verifitext{
    background: #ffffff none repeat scroll 0 0 !important;
    float: left;
    margin: 0px 0px;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    }
.verifitext h2{
    background:#01a1ef;
    color: #ffffff;
    font-family: "Georgia",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin: 6px 0 0;
    padding: 4px 0px;
    text-align: center;
    width: 100%;
    }
.verifitext p{
    color: #0073a3;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
	text-align:center;
    padding: 8px 40px;
    width: 100%;
    }
	
.verifitext-left{
    background: #ffffff;
    float: left;
    margin: 0px 12px;
    overflow: hidden;
    padding: 0px;
    width: 60%;
    }
.verifitext-left p{
    color: #0073a3;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
	text-align:center;
    padding: 8px 0px;
    width: 100%;
    }
.verifitext-left p a{
    color: #729d00;
	text-decoration:none;
    }
.verifitext-left p a:hover{
    color: #729d00;
	text-decoration: underline;
    }
	
.verifiform{
    border: 0 solid #000;
    float: left;
    margin: 18px 6px !important;
    padding: 0;
    width: 100%;
    }
.verifiform p{
    color: #0073a3;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 12px 8px 0;
    width: auto;
    }	
.verifiinput{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #666666;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding: 5px 9px;
    width: 54%;
    }
.verification_line{ margin:8px 0px; padding:0px 0px; float:left; height:3px; background:#00b2fc; width:100%;}

.verifitext-right{
    background: #ffffff;
    float: left;
    margin: 0px 0px;
    overflow: hidden;
    padding: 0px;
    width: 33%;
    }
.verifi-btn{
    background: #00b0f0;
    border: 1px solid #067db5;
    border-radius: 5px;
	margin: 0px 11px 15px 0px !important;
	color:#FFFFFF;
	float:right;
    font-size: 18px;
    padding: 5px 15px;
    cursor: pointer;
    font-family: Georgia,"Times New Roman",Times,serif;
    }
.verifi-btn:hover{
    background: #62b20e;
    border: 1px solid #5aa50a;
    }
.prjct{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    color: #666666;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    margin: 0;
    padding: 5px 9px;
    }
	
.addfolioimg{
    border-bottom: 3px solid #3cade2;
    float: left;
    margin: 12px 0px;
    padding: 0px 0px;
    width: 100%;
    }
.addfolioimg h5{
    color: #0b7398;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px;
	padding:0px 12px;
	width: auto;	
    }
.addfolioimg h5 a{
    color: #0b7398;
	text-decoration:none;
    }
.addfolioimg h5 a:hover{
    color: #0b7398;
	text-decoration: underline;
    }	
	
.choosebtn{
	margin:14px 9px;	
	width: auto;
	float:left;
    }
	
.choosebtn a{
    background: rgba(0, 0, 0, 0) linear-gradient(#fdfdfd, #d9d9d9) repeat scroll 0 0;
    border: 1px solid #aaaaaa;
    border-radius: 24px;
    color: #595959;
    cursor: pointer;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    font-weight: bold;
    padding: 7px 47px;
    text-decoration: none;
    }
.choosebtn a:hover{
    background:  rgba(0, 0, 0, 0) linear-gradient(#d9d9d9, #fdfdfd) repeat scroll 0 0;
	color:#595959;
    text-decoration: none;
	border:#aaaaaa 1px solid;
    }
.choosebtn a.selected{
    background:  rgba(0, 0, 0, 0) linear-gradient(#d9d9d9, #fdfdfd) repeat scroll 0 0;background: #0073a3;
	color:#aaaaaa;
    text-decoration: none;
    }
	
.addfolioimg ul{
	margin:21px 2px 0px 0px;
	padding:0px 0px;
	width: auto;
	float: right;
	border:#FF0000 0px solid;
    }
	
.addfolioimg li{
	margin:0px 2px;
	width: auto;
	float:left;
    }	
	
.addfolioimg li a{
    background: #0073a3;
    border-radius: 6px 6px 0px 0px;
    color: #ffffff;
    cursor: pointer;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    font-weight: bold;
    padding: 7px 30px;
    text-decoration: none;
    }
.addfolioimg li a:hover{
    background:#3cade2;
	color:#ffffff;
    text-decoration: none;
    }
.addfolioimg li a.selected{
    background:#3cade2;
	color:#ffffff;
    text-decoration: none;
    }

.selectfile_box{
    border: 0px solid #f00;
    float: left;
    margin: 0;
    padding: 0;
    width: 56% !important;
    }
.selectfile_box .icon{
    float: left;
    margin: 0;
    padding: 0;
    width: 37px !important;
    }
.selectfile_box .radio-input{
    float: left;
    margin: 35px 0px 0px 3px;
    padding: 0;
    width: 12px !important;
	}
.selectfile_box .pos_form3{
    float: left;
    margin: 4px 5px 4px 0px;
    padding: 0;
    width:13%;
    }
	
.datatext{
    float: left;
    margin: 8px 0px;
    padding: 12px;
    width:99%;
	border:#CCCCCC 1px solid;
	border-radius: 6px;
    }
	
	
.datatext h2{ 
    margin: 0px 0px;
    padding: 0px;  
    color: #4c6873;  
    float: left;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    width: 100%;
	}
.datatext span{   
    color: #0392d6;
	text-decoration:none;  
	}

.modaltop{ top:25px !important; left:125px;}	
	

.videobox{ margin:15px auto; padding:0px 0px; text-align:center; width:420px; height:315px;}	


.modal-dialog{
    /*padding-top: 187px;*/
    }
.describebox{
    float: left;
    width: 60%;
        }
.closicon{
    margin-left: 42%;
    margin-top: 8px;
	}
.error-msg8{
   background: #ffdddd;
    border-radius: 4px;
    color: red;
    float: left;
	line-height: 31px;
    margin: 3px 0px 0px 0px;
    padding: 0px 4px;
    width: 95%;
	}	
	
.alert_sign{
    margin: 8px 0 0 4px !important;
	}
.alert_sign2{
    margin: 22px 0 0 2px !important;
	}
.alert_signsuccess{
    margin:8px 0 0 5px !important;
	width: 99%;
	}
.alert_signsuccess2{
    margin: 20px 0 0 2px !important;
	width: 99%;	
	}
.select_div {
	position:relative;
}
.select_div span {
	width:30px;
	height:30px;
	background-color:#000;
	color:#fff;
	display:block;
	position:absolute;
	right:0;
	top:0;
}	
.select35{  padding:0px 2px; border:1px solid #d7d7d7; color:#8e9a9a;}
.select {
    border: 1px solid #ccc;
    overflow: hidden; 
    display: block;
}

select{       
    height: 30px;
    padding: 5px 2px;
    border: 0;
    font-size: 13px;       
   
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select:after {
    content:"\f0d7";
    font-family: FontAwesome;
    color: #fff;
    padding: 12px 15px;
    position: absolute; right: 0; top: 0;
    background: #3bade1;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
    box-sizing: border-box;   
	display:table;
	line-height:7px;
}

.post_date{
	margin-top:5px !important;
}
.contac_margin{ margin-bottom:8px;}
.notmain{margin:0px 0px; padding:0px 0px; float:left; width:100%;}
.notmain2{ margin:0px 0px; padding:0px 0px; float:left; width:100%;}
.notiftext5{ 
    background: #64e7e7 none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 4px 9px;
    width: 100%;
	}
.notiftext5 h7{
    color: #245d9d;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 9px 4px;
    text-align: left;
    width: 20%;
    }
.methodtext7{
    border: 0 solid #c30;
    color: #585858;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 4px;
    width: 20%;
    }
.methodtext7 h4{
    color: #4c6873;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    margin: 4px 0;
    padding: 0 2px;
    text-align: left;
    width: 99%;
    word-wrap: break-word;
    }
.methodtext7 h4 a{
    color: #0392d6;
    text-decoration: none;
    }
.methodtext7 h4 a:hover{
    color: #0392d6;
    text-decoration: underline;
    }
.det-btn{
    background:#659100;
    font-size: 14px;
    padding: 4px 6px;
	line-height:30px;
	margin:0px 0px;
	color:#ffffff !important;
	text-decoration:none;
	}

.det-btn:hover{
    background:#94bf00;
	color:#ffffff !important;
	text-decoration:none;
	}
.porttext{ margin:0px 0px; padding:6px 0px; font-size:16px; float:left; width:100%; background: #f0f3f5; border:#000000 0px solid; text-align:center;}	
.alertwrong{
    width: 57%;
    position: relative;
    line-height: 40px;
    }
	
	
	
	
	
.tab-content{ border:#ddd 1px solid; border-top:none; overflow:hidden; margin-bottom: 16px; background:#FFFFFF; min-height:151px;}
.breadcrumb-wrapper22 {
    background: #3bade1;
    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);
    }
.breadcrumbs {
    margin: 13px 0 !important;
}

.breadcrumbs ul li {
    display: inline-block;
	font-family:Georgia,"Times New Roman",Times,serif;
    line-height: 24px;
    font-size: 13px;
    color: #fff;
    margin: 0 0 0 5px;
}

.breadcrumbs2 ul li a {
    color: #fff;
    font-weight: 600;
}

.breadcrumbs2 ul li.active{
    color: #14497b;
    font-weight: 600;
     }

.breadcrumbs2 ul li:first-child {
    margin-left: 2px !important;
}

.breadcrumbs2 ul li:nth-child(2):before,.breadcrumbs ul li:first-child:before {
    content: " ";
    margin: 0;
}

.breadcrumbs2 ul li:before {
    color: #fff;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0 9px 0 0;
}

.dashleft{ margin-left:39%;}
.featured_teb{
    border: 1px solid #ddd;
    float: left;
	min-height: 100px;
    margin: 12px 0px 0px 0px;
    overflow: hidden;
    width: 100%;
    }
.new_featured{ margin:17px 0px 17px 22px; padding:0px 0px; float:left; width:auto;}
		
		
.sharingbox22{ float:left; width:45%;}	
.sharingbox22 .logbtn2{
    background:linear-gradient(#008fcb, #0061a6);
    border:3px #fff solid;	
    color: #fff !important;
    cursor: pointer;
    font: 600 16px/20px Georgia,"Times New Roman",Times,serif;
    margin:8px 0px 8px 0px;
    padding:6px 12px;
	border-radius: 11px !important;
    width: auto;
	box-shadow: 0 0 2px #4e555a;
	float: right !important;
    }
	
.sharingbox22 .logbtn2:hover{
    background: linear-gradient(#0061a6, #008fcb);
	border:3px #fff solid;	
	color: #fff;
    }	
	
	
.sharingbox23{ float:right;}
		
.sharingbox23 .logbtn2{
    background:linear-gradient(#008fcb, #0061a6);
    border:3px #fff solid;	
    color: #fff !important;
    cursor: pointer;
    font: 600 16px/20px Georgia,"Times New Roman",Times,serif;
    margin:8px 0px 8px 0px;
    padding:6px 12px;
	border-radius: 11px !important;
	box-shadow: 0 0 2px #4e555a;
    width: auto;
	float: right !important;
    }
	
.sharingbox23 .logbtn2:hover{
    background: linear-gradient(#0061a6, #008fcb);
	border:3px #fff solid;	
	color: #fff;
    }
.skill-select_arrow{
    background: #fff url("../images/skill-select_arrow.jpg") no-repeat scroll right center !important;
	-webkit-appearance: none;
    }
	
.postform .input-group-addon:first-child{
    background: #fff none repeat scroll 0 0;
    border-right: 0 none;
    }
.postform .input-group-lg > .form-control, .postform .input-group-lg > .input-group-addon, .postform .input-group-lg > .input-group-btn > .btn {
    font-size: 18px;
    height: 38px;
	width:38px;
    line-height: 1.33;
    padding: 2px 8px;
    }
	
.postform .input-group-addon img{
    height: auto;
	width:100%;
    }
.postform .input-group {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 100%  !important;
    }
	
	
.postform .input-group .form-control{
    margin-bottom: 0;
    width: 100%;
	background:#fff;
	font-size:15px;
	border:	1px solid #d7d7d7;
	border-left:0px;	
    }
.postform .form-control::-moz-placeholder{
    color:#000000;
    }
.postform .form-control:focus{
    box-shadow: none ;
    }	
.progress-bar h4{ position:absolute; color:#0392d6; font-family:Georgia, "Times New Roman", Times, serif; font-weight:600; font-size:16px;}	


.error-msg_post{
    background: #ffdddd none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    color: #f00;
    float: left;
    font-size: 13px !important;
    line-height: 31px;
    /* margin: 3px 10px 4px 273px !important; */
    padding: 0 6px !important;
    width: 60%;
    }
	
.member_platinum2{
    margin: 0px auto;
    padding: 0;
    width: 76px;
    }
.text-height{ min-height:80px;}
	
.payment-cancel{ margin:49px auto 18px auto; padding:20px 0px; border:#fccf74 1px solid; max-width:579px; text-align:center; font-size:32px; color:#1f497d; background: #f7b41d url("../images/payment-cancelbg.jpg") repeat-x !important; border-radius: 12px;}
.overview_box{ margin:0px 0px; padding:0px 0px; float:left; background:#fefefe; border:#e1e1e3 1px solid;     border-radius: 6px 6px;}
.overview_box .title {
    background: #3daee3 none repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    color: #ffffff;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    font-weight: bold;
    margin: 0px 0px;
    padding: 4px 9px;
    width: 100%;
    }
.overviewblock{
    border-bottom: 1px dotted #cccccc ;
    display: block;
    float: left;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
    }
.overviewblock_left{
    display: block;
    float: left;
    width: 55%;
	border:#FF0000 0px solid;
    }
.overviewimg {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d5daca;
    display: block;
    float: left;
    height: auto;
    margin: 3px 12px 6px 6px;
    padding: 1px;
    text-align: center;
    width: 100px;
    }
.overviewimg img {
    width: 100%;
    }
.overviewblock_left h2 {
    color: #62b20e;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 19px;
    font-weight: 600;
    margin: 9px 0 5px 6px;
    }
.overviewblock_left h2 a{
    color: #62b20e;
	text-decoration:none;
    }
.overviewblock_left h2 a:hover{
    color: #62b20e;
	text-decoration: underline;
    }
	
	
	
.overviewblock_text{
    margin: 0px 0px;
	padding:0x 0px;
	float:left;
	min-height:109px;
		
	
    }
	
.overviewblock_text h2{
    color: #0073a3;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: normal;
    margin: 9px 0 5px 6px;
    }
.overviewblock_text h3{
    color: #0073a3;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-weight: normal;
    margin: 9px 6px 5px 0px;
	float:left;
    }
.overviewblock_text h3 a{
text-decoration:none;
color: #0073a3;
    }
.overviewblock_text h3 a:hover{
text-decoration: underline;
color: #0073a3;
    }
	
.overviewblock_text h4{
    color: #999999;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 17px;
    font-weight: normal;
    margin: 9px 6px 5px 0px;
	float:left;
    }
.overviewblock_text h4 a{
text-decoration:none;
color: #698d23;
    }
.overviewblock_text h4 a:hover{
text-decoration: underline;
color: #698d23;
    }
	
.overviewblock_right{
    border: 0px solid #0000cc;
    display: block;
    float: right;
    min-height: 140px;
    padding: 14px;
    position: relative;
    width: auto;
    }
.overviewblock_right h2{
    color: #d88f03;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
   }
   
.overviewblock_right h3{
    color: #62b20e;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
   }
   
.overviewblock_right h3 span{
    color: #d88f03;
     }
.detailbox{ margin:4px 6px; padding:6px 6px; float:left; width: auto;  border:#cdcdcd 0px solid;}
.detailbox h2{   color: #0073a3;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 18px;
    font-weight: 600;
    margin: 9px 0 3px 0px;} 
.detailbox p{   color: #0073a3;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 13px;
    font-weight: 300;
    margin: 2px 0px; }
	.detailbox p a{ float:right; color: #0073a3; text-decoration:none;
    }
	.detailbox p a:hover{ color: #0073a3; text-decoration: underline;
    }  
	  
	
.detailstext_client{ background:#fcf8d2; border:#cecfc1 1px solid;  margin:6px 0px; padding:6px 6px; float:left; width:100%; border-radius: 6px;  min-height: 91px;}
.detailstext_freelancer{ background:#b3e0f5; border:#b8cbd6 1px solid;  margin:6px 0px; padding:6px 6px; float:left; width:100%; border-radius: 6px;  min-height: 91px;}
.detailstext_client p{ margin:4px 6px; padding:0px 0px; float:left; width: auto; text-align:justify; line-height:19px; font-size:14px; color:#0073a3;}	
.detailstext_freelancer p{ margin:4px 6px; padding:0px 0px; float:left; width: auto; text-align:justify; line-height:19px; font-size:14px; color:#0073a3;}	
.detailstext p{ margin:4px 6px; padding:0px 0px; float:left; width: auto; text-align:justify; line-height:19px; font-size:14px; color:#666666;}	
.detailstext{ margin:6px 0px; padding:6px 6px; float:left; width:100%; background:#efeff1; border:#cdcdcd 1px solid; border-radius: 6px;  min-height: 81px;}
	
	
	
	
	
	

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

.browsebox22{
    margin-left: 251px;
    margin-top: 6px;
    width: 280px;
    }
.browsebox{
    margin-left: 0px;
    margin-top: 6px;
    width: 280px;
}
.browseimg-input{
width:80px;
}

	
	
/*-----------------count_list--------------*/
.count_list{
	width:21px;
	height:18px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	line-height:18px;
	font-size:12px;
	color:#000066;
	background:#3daee3;
	display:inline-block;
	margin:0px 4px;
	padding:0;
	border:none;
	letter-spacing:-1px;
    }

.count_list2{
	width:18px;
	height:18px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:600;
	line-height:18px;
	font-size:12px;
	color: #000066;
	background:#3daee3;
	display:inline-block;
	margin:0px 4px;
	padding:0;
	border:none;
	letter-spacing:-1px;
}

.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;
}
.cstm_frm_grp {
	margin: 10px auto 25px;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	
}
.cstm_frm_grp span {
	position: absolute;
	top: 0;
	left: 0;
	color: #3e475e;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 15px;
}
.cstm_form_cntrl {
	border-radius: 0;
	border: 1px solid #3bade1;
	height: 40px;
	padding-left: 30px;
}
.cstm_modalCon {
	margin: 1% auto;
}
.cstm_modalHd {
	background-color: #3bade1;
	color: #fff;
}
.cstm_modal_title {
	font-family: Playball-Regular;
	text-transform: none;
	font-size: 20px;
	text-align: center;
	color:#fff;
}
.cstm_footer p {text-align:left;padding:0 15px;}	
	
	
	
	


	
	
	
	
	
	
	
	
	
	
	
	
	
	
	