/*
Theme Name: webtakersit
Theme URI: http://webtakersit.com/

Author: shailesh Lekhwar

Version: 3.7 
 
*/


/*---------------------------------------------------------- */


* {outline: none;
    margin: 0;
    padding: 0;
}
* {
    margin: 0;
    outline: medium none;
    padding: 0;
}
.container {
    text-align: center;
}
body {
    color: #000000;
    font-family: Calibri;
    font-size: 15px;
}
.extra-box {
    min-height: 130px;
    overflow: hidden;
}
.clear {
	clear:both;
}
.text-33 {
	width:200px;
	height:59px;
	float:left;
	margin: 7px 0 0;
}
.text-33 a {
	background-image: url("images/appstore_200.png");
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 59px;
	width: 200px;
	color: transparent;
	text-decoration: none;
	opacity: 1.0;
}
.text-33 a:hover {
	opacity: 0.6;
}
/* =Menu
-------------------------------------------------------------- */
.nav {
	height:76px;
	float:left;
	padding:0;
	background: #ececec;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6f6f6), to(#d8d8d8));
	background: -moz-linear-gradient(#f6f6f6, #d8d8d8);
	background: linear-gradient(#f6f6f6, #d8d8d8);
	-pie-background: linear-gradient(#f6f6f6, #d8d8d8);
	background-image: -o-linear-gradient(#f6f6f6, #d8d8d8);
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav ul li {
	background: url("images/bg-menu.gif") no-repeat scroll right 15px rgba(0, 0, 0, 0);
	float: left;
	list-style-type: none;
	position: relative;
	line-height: normal;
	margin: 0;
	position: relative;
}
.nav ul li:last-child {
	background:none;
	border-radius: 0 15px 15px 0px;
	overflow: hidden;
}
.nav ul li:first-child {
	background:none;
	border-radius: 15px 0 0 15px;
	overflow: hidden;
}
.nav ul li a {
	float:left;
	padding: 0px 27px;
	font-size:18px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	height: 76px;
	line-height: 76px;
}
.nav ul li a:hover {
	background:url(images/li_hover_bg.png) repeat-x 0 0px;
	color:#3d96ac;
	font-size:18px;
	text-decoration: none;
	background-color:#f6f6f6;
}
.nav ul li:hover ul {
	display:block;
	z-index:99;
}
.nav ul li ul {
	display:none;
	z-index:99;
	padding:7px 0px;
	position:absolute;
	top:76px;
	left:0;
}
/*.nav ul ul li:first-child {
	border:none!important;
}*/
.nav ul ul li {
	background: #ececec;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f6f6f6), to(#d8d8d8))!important;
	background: -moz-linear-gradient(#f6f6f6, #d8d8d8)!important;
	background: linear-gradient(#f6f6f6, #d8d8d8)!important;
	-pie-background: linear-gradient(#f6f6f6, #d8d8d8)!important;
	background-image: -o-linear-gradient(#f6f6f6, #d8d8d8)!important;
	border-radius:15px!important;
	-moz-border-radius:15px!important;
	-webkit-border-radius:15px!important;
	display: block;
	float: none;
	padding: 5px 10px;
	position: relative;
	min-width: 270px !important;
}
.nav ul ul li a {
	float:none!important;
	display: block;
	font-size: 20px;
	font-weight: 400;
	height: auto !important;
	line-height: 18px;
	margin: 0;
	padding: 5px 0px;
	text-align: left;
}
.nav ul ul li a:hover {
	background:none!important;
	float:none!important;
	display: block;
	font-size: 20px;
	font-weight: 400;
	height: auto !important;
	line-height: 18px;
	margin: 0;
	text-align: left;
}
.nav ul li.current_page_item > a, .nav ul li.current-menu-ancestor > a, .nav ul li.current-menu-item > a, .nav ul li.current-menu-parent > a {
	background-color:#55acc1;
	color:#f5f5f5;
	display: block;
}
.nav ul li.current_page_item a:hover {
	color:#000000;
}
* html .nav ul li.current_page_item a, * html .nav ul li.current-menu-ancestor a, * html .nav ul li.current-menu-item a, * html .nav ul li.current-menu-parent a, * html .nav ul li a:hover {
	background-color:#55acc1!important;
	color:#f5f5f5!important;
	display: block;
}
.input1, textarea {
	margin: 0 0 10px !important;
}
/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.bot_border {
	border-bottom: 1px solid #E4E4E4;
	margin: 0 0 10px;
	padding-bottom: 9px;
	width: 100%;
}
.bot_border:last-child {
	border-bottom:none;
}
/*----------------------Blog------------css------- Start----------------------*/


.blog_main {
	float: left;
	width: 100%;
}
.blog_left {
	background-position: right top;
	background-repeat: no-repeat;
	border-right: 1px solid #E4E4E4;
	float: left;
	padding: 0 37px 0 0;
	width: 620px;
}
.blog_left p {
	text-align:justify;
}
.blog_right {
	float: right;
	width: 265px;
}
.cat-links, .meta-sep {
}
.entry-title {font-size: 28px;
line-height: 1.2em;
color: #333333;
margin: 0 0 14px 0;
 	text-transform: capitalize;
}
.entry-title a {color: #333333;
 	text-decoration: none;
}
/* =Widget Areas
-------------------------------------------------------------- 

.entry-content1 P {width: 620px;
    margin: 0 0 10px;
 }

.entry-content span {
    clear: both;
 }

.entry-content  {border-bottom: 1px solid #CCCCCC;}
 */
 .entry-summary P {
	width: 620px;
	margin: 0 0 10px;
}
.entry-summary {
}
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.entry-content1 P {
	width: 620px;
	margin: 0 0 10px;
}
.entry-content2 {
	border-bottom: 1px solid #E4E4E4;
}
.entry-content2 P {
	width: 620px;
	margin: 0 0 10px;
}
.widget-area ul ul {
}
.widget-area ul ul li {
	background: url("images/bullet-round.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
	padding: 10px 0;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-container #recent-posts-2 {
	background:#000000;
	padding:10px;
}
.widget-title {
	border-bottom: 1px solid #E4E4E4;;
 	font-weight: normal;
	margin: 0;
 }
.widget-area a:link, .widget-area a:visited {
	padding: 0 0 0 28px;
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: none;
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #333;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
}
.widget_rss a.rsswidget:hover {
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}
.widget-area {
	-webkit-text-size-adjust: 120%;
}
.entry-title2 {
	font-size: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.entry-title1 {
	font-size:20px;
	margin-bottom: 0;
}
.entry-title1 a:link, .entry-title1 a:visited {
	text-decoration: none;
}
.entry-title1 a:active, .entry-title1 a:hover {
}
.entry-utility {
	border-bottom: 1px solid #E4E4E4;
	display: block;
	font-size: 15px;
	height: 24px;
	padding: 15px 0 10px;
}
.entry-meta {
	display: block;
	font-size: 14px;
	margin: 0 0 10px;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #333;
}
.entry-meta a, .entry-utility a {
	font-size: 14px;
	text-decoration: none;
}
.entry-meta a:hover, .entry-utility a:hover {
	font-size: 14px;
	text-decoration: none;
}
/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	clear:both;
	text-transform: uppercase;
}
.navigation a:link, .navigation a:visited {
	font-size: 16px;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	text-decoration: none;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: 50px 10px 50px 0px;
}
/* Comments form */
input[type=submit] {
}
#respond {
	border-top: 1px solid #333;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	font-weight: normal;
}
#respond label {
	float: left;
	font-size: 16px;
	margin: 13px 0;
	width: 87px;
}
#respond input {
	height: 30px;
	margin: 9px 0;
	width: 47%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
.entry-date {
}
.entry-date:hover {
	text-decoration: none;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #333;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.page_title_author {
	border-bottom: 1px solid;
	font-size: 31px;
	margin: 32px 0 0;
}
.comment-author cite {
	font-style: normal;
	font-weight: normal;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
}
.reply a:hover, a.comment-edit-link:hover {
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword, .nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/*----------------------Blog------------------- E--------N--------D------*/



.color-6 {
    color: #000071!important;
    text-align: center!important;
    width: 220px!important;
}



/*.list li {
    background-image: url("images/arrow.png");
    background-position: left 2px;
    background-repeat: no-repeat;
    color: #717171;
    float: left;
    font-size: 14px;
    font-weight: 400;
    list-style-type: none;
    margin: 10px 0;
    padding: 0 23px;
    text-align: left;
    width: 267px;
}*/
.works-list span {
    color: #2A2A2A;
    float: right;
    font-size: 19px;
    margin: 7px 0 0;
}


.list span {
    color: #2A2A2A;
    float: right;
    font-size: 19px;
    margin: 7px 0 0;
}
.list {  padding: 25px 0 0!important;
} 

.container_16 .prefix_2 {
    padding-left: 78px!important;
    min-width: 320px!important;
}