/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
* { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; }
img, abbr, acronym, fieldset { border: 0; }
code { line-height: 1em; }
pre { overflow: auto; clear: both; }
sub, sup { line-height: 0.5em; }
.post_image, .thumb { display: block; }
.alignleft, .left, img[align="left"] { display: block; float: left; }
.alignright, .right, img[align="right"] { display: block; float: right; }
.aligncenter, .center, img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
.alignnone, .block { display: block; clear: both; }
body { font-family: Georgia, "Times New Roman", Times, serif; color: #111; }
body{
background: url("http://localhost/business/wp-content/uploads/2013/04/bg-body.jpg") repeat scroll 0 0 transparent;
}
a { color: #d00; text-decoration: none; }
#container { width: 900px; margin-top: 25px; margin-right: auto; margin-left: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#container{
width:100%;
margin-top:0px;
/*background-color:white;
border: 1px solid #B22222*/
}
.menu { position: relative; list-style: none; z-index: 50; }
.menu li { position: relative; float: left; }
.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
.menu ul li { clear: both; }
.menu a { display: block; }
.menu ul ul { position: absolute; top: 0; }
.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }
.menu ul, .menu ul li { width: 200px; }
.menu ul ul, .menu :hover ul :hover ul { left: 200px; }
.menu a { text-transform: uppercase; letter-spacing: 1px; }
.menu ul a { width: auto; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover, .menu .current-menu-item ul a:hover, .menu .current-menu-ancestor a:hover { color: #900028; }
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover { color: #900028; }
@import url(http://fonts.googleapis.com/css?family=Gentium+Basic:400,700|Yanone+Kaffeesatz);

.menu a {
text-transform: uppercase;
letter-spacing: 1px;
padding: 25px 0px 10px;
margin-left: 25px;
font: normal 20px 'Yanone Kaffeesatz', sans-serif;
}

 .menu ul li {

background: #fff;
border: 1px solid #ececec;
border-top: 2px solid #900028;
z-index: 999999;
-moz-box-shadow: 0px 6px 7px #121012;
-webkit-box-shadow: 0px 6px 7px #121012;
box-shadow: 0px 6px 7px #121012;

}

.menu ul li a {
text-transform: uppercase;
letter-spacing: 1px;
font: normal 19px 'Yanone Kaffeesatz', sans-serif;
}

.menu .current-menu-item a {
border-bottom: 2px solid #900028;
padding-bottom:1px;
}

.menu li ul {
    float: left;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 40px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.menu li:hover ul {
    opacity: 1;
    top: 60px;
    visibility: visible;
}
#header { border-width: 0 0 3px 0; border-style: double; border-color: #ddd; padding-top: 25px; padding-right: 13px; padding-bottom: 25px; padding-left: 13px; }
#header{
border-top-width: 5px;
border-top-style: solid;
border-top-color: #5a5a5a;
width:1000px;
margin:0 auto;
border-style:none;
}
#site_title { font-size: 42px; line-height: 58px; font-weight: bold; }
#site_title a { color: #111; }
#site_title a:hover { color: #d00; }
#site_tagline { font-size: 16px; line-height: 1.375em; color: #888; }
.columns, .columns > .content, .columns > .sidebar { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.columns > .content { width: 640px; float: left; }
.columns > .sidebar { width: 259px; float: right; padding-top: 25px; padding-right: 13px; padding-left: 13px; }
.columns { 
width:1000px;
margin:0 auto;
background: none; 

}
.post_box, .post_box h4 { font-size: 16px; line-height: 25px; }
.post_box h1, .post_box .headline { font-size: 26px; line-height: 37px; }
.post_box .post_content h2, .post_box h3 { font-size: 20px; line-height: 30px; margin-top: 38px; margin-bottom: 13px; }
.post_box h5, .post_box .small { font-size: 13px; line-height: 22px; }
.post_box .drop_cap { font-size: 50px; line-height: 1em; margin-right: 8px; float: left; }
.post_box p, .post_box ul, .post_box ol, .post_box blockquote, .post_box pre, .post_box dl, .post_box dd { margin-bottom: 25px; }
.post_box ul { list-style-type: square; }
.post_box ul, .post_box ol { margin-left: 25px; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol { margin-left: 25px; }
.post_box ul ul, .post_box ul ol, .post_box ol ul, .post_box ol ol, .wp-caption p { margin-bottom: 0; }
.post_box .left, .post_box .alignleft, .post_box .ad_left { margin-bottom: 25px; margin-right: 25px; }
.post_box .right, .post_box .alignright, .post_box .ad { margin-bottom: 25px; margin-left: 25px; }
.post_box .center, .post_box .aligncenter { margin-bottom: 25px; }
.post_box .block, .post_box .alignnone { margin-bottom: 25px; }
.post_box .stack { margin-left: 25px; }
.post_box {  border-top: 1px dotted #bbb;font-family: Arial,Tahoma,Verdana,sans-serif;
font-size: 15px;
color: #555; }

.post_box p{
text-align:justify;
}
.landing .post_box { padding-right: 13px; }
.top { border-top: 0; }
.headline_area { margin-bottom: 25px; }
.headline_area p { color: #888; margin-bottom: 0; }
.headline a, .headline_area p a:hover, .num_comments, .post_edit:hover { color: #111; }
.headline a:hover { color: #d00; }
.headline_area p a, .post_edit { color: #888; border-bottom: 1px solid #ddd; }
.author_by, .date_on, .post_cats_intro { font-style: italic; }
.headline_area p a, .post_author, .post_date, .post_edit { text-transform: uppercase; letter-spacing: 1px; }
.headline_area p .post_edit { margin-left: 6px; }
.post_content h4 { font-weight: bold; }
.post_content a { text-decoration: underline; }
.post_content a:hover { text-decoration: none; }
.post_content .frame { padding: 13px; background: #eee; border: 1px solid #ddd; }
.post_content blockquote { margin-left: 13px; padding-left: 13px; color: #666; border-left: 1px solid #ddd; }
.num_comments_link { color: #666; text-decoration: none; }
.num_comments_link:hover { text-decoration: underline; }
.bracket, .num_comments { font-size: 25px; }
.bracket { color: #ccc; }
.post_box .post_image { margin-bottom: 25px; }
.post_box .post_image_box, .post_box .wp-caption { margin-bottom: 25px; padding: 13px; background: #eee; border: 1px solid #ddd; }
.post_box .post_image_box img, .post_box .wp-caption img { display: block; margin-bottom: 13px; }
.post_box .wp-caption p { font-size: 13px; line-height: 21px; margin-bottom: 0; }
.post_box .wp-caption p a { text-decoration: underline; }
.post_box .wp-caption p a:hover { text-decoration: none; }
.post_box .post_tags { color: #666; }
.post_box .post_tags a:hover { text-decoration: underline; }
.post_box .alert, .post_box .note { margin-bottom: 25px; padding: 13px; }
.post_box .alert { background: #ff9; }
.post_box .note { background: #eee; }
.post_box .alert p:last-child, .post_box .note p:last-child { margin-bottom: 0; }
.post_box pre { padding: 13px; background: #eee; overflow: auto; clear: both; }
.post_box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;; }
.post_content blockquote.right, .post_content blockquote.left { width: 45%; font-size: 26px; line-height: 35px; margin-bottom: 13px; }
.post_content blockquote.right, .post_content blockquote.left { padding-left: 0; border: 0; }
.post_content blockquote.right p, .post_content blockquote.left p { margin-bottom: 0; }
.comments_intro { font-size: 16px; color: #666; margin-top: 50px; margin-bottom: 13px; padding-right: 25px; padding-left: 13px; }
.comments_intro a { text-decoration: underline; }
.comments_intro a:hover { text-decoration: none; }
.comments_closed { font-size: 13px; line-height: 21px; color: #888; margin-right: 25px; margin-bottom: 25px; margin-left: 13px; }
.comment { font-size: 16px; line-height: 25px; border-width: 0 0 1px 0; border-style: dotted; border-color: #bbb; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 13px; }
.comment .comment_author { font-size: 18px; line-height: 25px; font-weight: bold; }
.comment .comment_aux { font-size: 13px; line-height: 22px; }
.children .comment { list-style-type: none; border-width: 0 0 0 1px; border-style: solid; border-color: #ddd; margin-top: 25px; padding-left: 25px; }
.bypostauthor { background-color: #e7f8fb; }
.children .bypostauthor { background-color: transparent; border-width: 0 0 0 2px; border-style: solid; border-color: #bde0e6; }
.comment .comment_text ul { list-style-type: square; }
.comment .comment_text ul, .comment .comment_text ol { margin-left: 25px; }
.comment p, .comment .comment_text ul, .comment .comment_text ol, .comment .comment_text blockquote, .comment .comment_text pre { margin-bottom: 25px; }
.comment .comment_text li ul, .comment .comment_text li ol { margin-left: 25px; margin-bottom: 0; }
.comment .comment_text .left, .comment .comment_text .alignleft { margin-bottom: 25px; margin-right: 25px; }
.comment .comment_text .right, .comment .comment_text .alignright { margin-bottom: 25px; margin-left: 25px; }
.comment .comment_text .center, .comment .comment_text .aligncenter { margin: 0 auto 25px auto; }
.comment .comment_text .block, .comment .comment_text .alignnone { margin: 0 auto 25px 0; }
#comments { list-style-type: none; margin-bottom: 50px; border-top: 1px dotted #bbb; }
.bypostauthor{background:#fff;}
.children .comment { padding-top: 0; padding-right: 0; padding-bottom: 0; }
.comment .avatar { float: right; margin-left: 13px; }
.comment .comment_head { margin-bottom: 13px; }
.children .comment_head { margin-bottom: 0; }
.comment_date { font-size: 12px; color: #ef3b24; margin-left: 13px; }
.comment_edit { float: right; }
.comment_date a { color: #ef3b24; }
.comment_text a, .comment_head a:hover, .comment_date a:hover { text-decoration: none; color:#000; }
.comment_text a:hover { text-decoration: none; }
.comment_text p{font-family: Arial,Tahoma,Verdana,sans-serif;
}
.comment-reply-link, .comment_edit { font-size: 12px; text-transform: uppercase; letter-spacing: 1px; color: #888; }
.comment-reply-link:hover, .comment_edit:hover { text-decoration: underline; }
#commentform { font-size: 16px; line-height: 25px; margin-bottom: 50px; padding-right: 25px; padding-left: 13px; }
#commentform label { display: block; font-family: Arial,Tahoma,Verdana,sans-serif;  }
#commentform p { margin-bottom: 13px;

 }
#commentform p a { font-family: Arial,Tahoma,Verdana,sans-serif; color:#ef3b24; text-decoration:none; }
#commentform p a:hover { text-decoration: none; color:#000000; }
#commentform p .required { color: #d00; }
.comment_moderated { font-weight: bold; }
#commentform .input_text { width: 50%; }
#commentform textarea.input_text { width: 100%;
border: 1px solid #aaa; }
.comment #commentform { padding-right: 0; padding-left: 0; }
.comment #comment_form_title { margin-top: 0; }
.children #commentform, .children #comment_form_title { margin-left: -25px; padding-left: 25px; }
#comment_form_title { font-size: 20px; color: #666; border-width: 0 0 1px 0; border-style: dotted; border-color: #bbb; margin-top: 50px; margin-right: -25px; margin-left: -13px; padding-right: 25px; padding-bottom: 13px; padding-left: 13px; }
#comment_form_title {
color: #666;
border-style: none;
font:normal 30px 'Yanone Kaffeesatz', sans-serif;
border-color: #bbb;
margin-top: 50px;
margin-right: -25px;
margin-left: -13px;
padding-right: 25px;
padding-bottom: 13px;
padding-left: 13px;
}
.input_text { font-size: inherit; line-height: 1em; font-family: inherit; color: #111; background-color: #eee; border-width: 1px; border-style: solid; border-color: #aaa; padding-top: 4px; padding-right: 4px; padding-bottom: 4px; padding-left: 4px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.input_text:focus { background-color: #fff; border-color: #777; }
.input_text { border-right-color: #ddd; border-bottom-color: #ddd; }
.input_text:focus { border-right-color: #ccc; border-bottom-color: #ccc; }
textarea.input_text { line-height: 25px; }
.input_submit { font-size: 20px; line-height: 1em; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; background-image: url('images/submit-bg.gif'); border-width: 3px; border-style: double; border-color: #999; padding-top: 8px; padding-right: 8px; padding-bottom: 8px; padding-left: 8px; }
.input_submit { display: inline-block;
color: #fff;
font-family: 'Oswald',"PT Sans",Arial,Helvetica,sans-serif;
text-transform: uppercase;
font-size: 12px;
line-height: 1.5em;
cursor:pointer;
margin: 0 0 4px 0;
padding: 6px 10px 6px 10px;
background: #000;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e5e5e5; }

.input_submit:hover { background:#ef3b24; cursor:pointer;
border: solid 1px #000;
color:#fff;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/ }
#cancel-comment-reply-link { font-size: 11px; line-height: 1em; text-transform: uppercase; letter-spacing: 1px; color: #fff; background-color: #d00; border-width: 2px; border-style: solid; border-color: #ac0000; padding-top: 5px; padding-right: 7px; padding-bottom: 5px; padding-left: 7px; }
#cancel-comment-reply-link { border-top-color: #fa5a5a; border-left-color: #fa5a5a; float: right; }
.login_alert { font-weight: bold; background-color: #eee; border-width: 1px; border-style: solid; border-color: #ddd; }
#archive_intro { border-width: 0 0 2px 0; border-style: solid; border-color: #ddd; }
.archive_title { margin-bottom: 25px; }
.prev_next { font-size: 16px; line-height: 25px; color: #666; border-width: 2px 0 0 0; border-style: solid; border-color: #ddd; padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 13px; }
.prev_next { clear: both; }
.prev_next a:hover { text-decoration: underline; }
.prev_next .next_posts { float: right; }
.prev_next:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.previous_posts, .next_posts { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }
.sidebar, .sidebar h4 { font-size: 13px; line-height: 19px; }
.sidebar h1, .sidebar .headline { font-size: 21px; line-height: 29px; }
.sidebar .post_content h2, .sidebar h3 { font-size: 17px; line-height: 24px; font-variant: small-caps; letter-spacing: 1px; margin-top: 29px; margin-bottom: 10px; }
.sidebar h5, .sidebar .small { font-size: 10px; line-height: 16px; }
.sidebar .drop_cap { font-size: 38px; line-height: 1em; margin-right: 6px; float: left; }
.sidebar p, .sidebar ul, .sidebar ol, .sidebar blockquote, .sidebar pre, .sidebar dl, .sidebar dd { margin-bottom: 19px; }
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol { margin-left: 19px; }
.sidebar ul ul, .sidebar ul ol, .sidebar ol ul, .sidebar ol ol, .wp-caption p { margin-bottom: 0; }
.sidebar .left, .sidebar .alignleft, .sidebar .ad_left { margin-bottom: 19px; margin-right: 19px; }
.sidebar .right, .sidebar .alignright, .sidebar .ad { margin-bottom: 19px; margin-left: 19px; }
.sidebar .center, .sidebar .aligncenter { margin-bottom: 19px; }
.sidebar .block, .sidebar .alignnone { margin-bottom: 19px; }
.sidebar .stack { margin-left: 19px; }
.columns > .sidebar{
width: 359px;
float: left;
padding-top: 25px;
padding-right: 13px;
padding-left: 13px;
}
.sidebar .text_box { 
margin-bottom: 38px;
text-align:justify;
font-family: Arial,Tahoma,Verdana,sans-serif;
 }
.sidebar .thesis_email_form { margin-bottom: 38px; }
.sidebar .thesis_email_form .input_text { width: 100%; margin-bottom: 13px; }
.sidebar .input_submit { font-size: 16px; padding: 6px; }
.widget { font-size: 13px; line-height: 19px; margin-bottom: 38px; }
.widget .widget_title { font-size: 17px; line-height: 24px; font-variant: small-caps; letter-spacing: 1px; margin-bottom: 10px; }
.widget p, .widget ul { margin-bottom: 19px; }
.widget li ul { margin-bottom: 0; }
.widget ul { list-style-type: none; }
.widget li { margin-bottom: 10px; }
.widget li ul, .widget li ol { margin-top: 10px; }
.widget li a:hover, .widget p a { text-decoration: underline; }
.widget p a:hover { text-decoration: none; }
.search-form .input_text { width: 100%; }
#footer { font-size: 13px; line-height: 21px; text-align: right; color: #888; border-width: 3px 0 0 0; border-style: double; border-color: #ddd; padding-top: 13px; padding-right: 13px; padding-bottom: 13px; padding-left: 13px; }
#footer{
padding-bottom:0px;
padding-left:0px;
padding-right:0px;
border-style:none;

}

#footer a { color: #D78E42;
font-family: Arial,Tahoma,Verdana,sans-serif;
  }
#footer a:hover { 
color: #DDA84E;
font-family: Arial,Tahoma,Verdana,sans-serif;
text-decoration:none;
 }

.views a.info {
    background: url("images/link.png") no-repeat scroll center center transparent !important;
}
#header-main{
margin:0 auto;
padding:0 0 0px;
min-height:70px;
}
#header-left{
padding-top:15px;
float:left;
}

#business-logo img:hover{
opacity:0.6;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.post_box .center, .post_box .aligncenter {
width: 576px;
}

#business-logo1{
text-align:center;
padding-top:30px;
margin-bottom:-20px;
}

#business-logo1 img:hover{
opacity:0.6;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

#header-right{
float:right;
}

.search_box{
float:right;
}
#search input[type="text"] {
    background: url(http://localhost/business/wp-content/uploads/2013/04/search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: italic 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 170px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	
	
    }

#search input[type="text"]:focus {
    width: 200px;
    }
 
#sliding{
width:100% !important;
}

#slider-bottom{
width:1000px;
margin:0 auto;
clear:both;
}

#recent-projects{
width:1000px;
margin:0 auto;

}
#welcome-box{
width: 100%;
margin: 0 auto;
}

#post-and-client{
width:1000px;
margin:0 auto;
}

#latest-testim{
width: 1000px;
}

#facetweet-get{
width:1000px;
}

#face{
height:360px;
}

#tweet{
width:1000px;
float:left;
}

#footer-top{
width:100%;
background-color:#ef3b24;
clear:both;

}
#business-footer{
width:1000px;
height:256px;
margin:0 auto;

}

.content .post_box h1, .post_box .headline {
font-size: 26px;
line-height: 45px;
font-family: 'Tauri', sans-serif;
text-align: left;
}

.thesis_clever_optin_inr input.emailr {
float: left;
}

.thesis_clever_optin_inr input.submitr {
height: 40px!important;
margin-top: 0px!important;
}

.post_box p{
margin-bottom:10px!important;
}

.left-footer1 {
float: left;
width: 220px;
text-align: left;
padding-left:30px;
}


.widget .widget_title{
color: #e5e5e5;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
margin-bottom: 20px;
font-family:'Yanone Kaffeesatz', sans-serif;
font-size:24px;
}

.widget p{
 font-family: Arial,Tahoma,Verdana,sans-serif;
}
.left-footer{
float: left;
width: 220px;
text-align: justify;
}

.left-footer h3{
color: #e5e5e5;
border-bottom: 1px solid #4c4c4c;
padding-bottom: 10px;
margin-bottom: 20px;
}

.columns > .content {
padding-top: 20px;
}

.middle-footer{
float: left;
width: 215px;
text-align: justify;
margin-left: 40px;
}
.right-footer{
float: left;
width: 215px;
text-align: justify;
padding-left: 10px;
margin-left: 30px;

}

.right-last-footer{
float: right;
width: 215px;
text-align: justify;
margin-right:20px;

}

#footer-bottom1{
width:100%;
height: 60px;
color: #808080;
background-color: #1a1a1a;
font-size: 0.916em;
border-top: 1px solid #000;
box-shadow: 0 4px 4px rgba(0,0,0,0.2) inset;
clear:both;
}

#footer-bottom1-inner{
margin:0 auto;
width:1000px;
}

#footer-menu{
float:right;
}

.content #post-image{
float:left;
}

.content #post-image img{
width:150px;
height:150px;
margin-right:15px;
margin-top:30px;
}

.headline_area{
margin-bottom:0px;
}
.content .headline_area p {
color: #888;
margin-bottom: 0;
font-family: Arial,Tahoma,Verdana,sans-serif;
font-size:11px;
}
.content .post_box h1, .post_box .headline {
font-size: 26px;
line-height:45px;
font-family: 'Tauri', sans-serif;
}

.content .post_excerpt{
font-size: 14px;
font-family: Arial,Tahoma,Verdana,sans-serif;
color: #555;
margin-top:0px;
}

#single-post-image img{
float:left;
margin-right:15px;
margin-bottom:5px;
}

#single-post-header h1.headline {
font-size: 26px;
line-height: 45px;
font-family: 'Tauri', sans-serif;
margin-left:0px;
margin-bottom: 5px;
}

#single-post-header p{
font-size:12px;
}

.textwidget{
font-family: Arial,Tahoma,Verdana,sans-serif;
text-align:justify;
}

.columns > .sidebar .widget .widget_title {
color:#000;
}

.widget li a{
font-family: Arial,Tahoma,Verdana,sans-serif;
}
.widget li a:hover{
font-family: Arial,Tahoma,Verdana,sans-serif;
text-decoration:none;
color:#ef3b24;
}

.tagcloud a{
display: inline-block;
color: #999;
font-family: 'Oswald',"PT Sans",Arial,Helvetica,sans-serif;
text-transform: uppercase;
font-size: 12px;
line-height: 1.5em;
margin: 0 0 4px 0;
padding: 6px 10px 6px 10px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e5e5e5;
}

.tagcloud a:hover{
background:#ef3b24;
border: solid 1px #000;
color:#fff;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
}

.search-form .input_text {
    background: #fff;
height:40px;
width:300px;
    border: 1px solid #cccccc;
    box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
    padding: 2px;
font-size:15px;
}

#portfolio-fourth{
width:1000px;
margin:0 auto;
}

#testimonial-page{
margin:0 auto;
width:1000px;
}

#pricing-table{
width:1000px;
margin:0 auto;

}

#landing-container{
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 0 1px #AAAAAA;
margin-bottom: 20px;
margin-top: 20px;
width: 1000px;
margin:0 auto;
}

#landing-container .content{
padding-left: 30px;
padding-right: 30px;
padding-bottom: 30px;
padding-top:30px;
}

#footer-landing-bottom{
width: 1000px;
margin: 0 auto;
height: 60px;
color: #808080;
background-color: #1a1a1a;
font-size: 0.916em;
border-top: 1px solid #000;
box-shadow: 0 4px 4px rgba(0,0,0,0.2) inset;
}


.prev_next { clear: both; }
.prev_next a{
display: inline-block;
color: #999;
font-family: 'Oswald',"PT Sans",Arial,Helvetica,sans-serif;
text-transform: uppercase;
font-size: 12px;
line-height: 1.5em;
margin: 0 0 4px 0;
padding: 6px 10px 6px 10px;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e5e5e5;
}
.prev_next a:hover { text-decoration: none;
background:#ef3b24;
border: solid 1px #000;
color:#fff;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
 }
.prev_next .next_posts { float: right; }
.prev_next:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.prev_next {
font-size: 16px;
line-height: 25px;
color: #666;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #ddd;
padding-top: 25px;
padding-right: 25px;
padding-bottom: 25px;
padding-left: 13px;
}
.prev_next p.previous_post{
float:left;
}
.prev_next p.next_post{
float:right;
}

#archive_intro {
border-width: 0 0 1px 0;
border-style: solid;
border-color: #ddd;
}

.columns > .sidebar {
    padding-left: 30px;
}
.post_box p {
text-align: left;
}

.content{
padding-left:30px;
padding-right:30px;
padding-bottom:30px;
}
.landing .post_box {
border: 1px solid #DDDDDD;
margin: 30px auto;
padding-left: 40px;
padding-right: 40px;
width: 800px;
}

.landing .content .post_box h1, .post_box .headline {
line-height:45px;
padding-top: 30px;
padding-bottom: 10px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size:32px;
}

.post_box p {
font-family: Arial,Tahoma,Verdana,sans-serif;
line-height:30px;
}

.thesis_clever_optinr {
  margin: 0 auto;
  padding: 20px 10px 20px; 
}


.imgurlr{height: 180px;width: 210px;float: left;margin: 12px;background: white;}

.img_outerr{border:1px dotted #fff;height: 205px;float:left;margin:12px 0 10px 0;}

.form_outerr{margin: 2px 0px 10px 0px;width: 250px;float: none;



}

.thesis_clever_optin_inr{margin:0 auto; width:1000px; padding-top: 0px;}

.thesis_clever_optin_inr h2.clever_titr {
  font-family:'Yanone Kaffeesatz', sans-serif;
font-size:32px;
color: #fff;
padding-left:80px;
	
}

.thesis_clever_optin_inr p {
    padding-left:80px;
padding-right:20px;
font-family: Arial,Tahoma,Verdana,sans-serif;
font-size:14px;
color:#fff;
padding-top:15px;
margin-bottom:15px;

}



.thesis_clever_optin_inr label.lnamer{text-align:center;font-size:15px;color:#fff;font-weight:normal;padding-right:5px;font-family:arial;}

.thesis_clever_optin_inr label.lemailr{text-align:center;font-size:15px;color:#fff;margin-left:30px;font-weight:normal;padding-right:5px;font-family:arial;}

.thesis_clever_optin_inr input.namer{ display:none;font-size: 11px;color: #9C9C9C;font-family: arial;padding-top: 10px;padding-bottom: 10px;padding-left: 10px;margin-right:45px;border: 1px solid #2683d7;box-shadow:2px 2px 3px #034581;border-radius:8px;height: 20px;width: 280px;float: left;margin-bottom: 20px;}

.thesis_clever_optin_inr input.emailr {
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    color: #9C9C9C;
    width:300px;
height: 40px;
margin-left: 80px;
font-size:18px;
padding-bottom: 4px;
padding-left:10px;
}

.thesis_clever_optin_inr input.submitr {
    padding: 0 18px;
  height: 35px;
  width:120px;
  margin-left: 20px;
 
  font-weight: bold;
  text-transform: uppercase;
font-size: 12px;
line-height: 1.5em;
  color: #fff;
 height:42px;
  font-family: 'Oswald',"PT Sans",Arial,Helvetica,sans-serif;
  background: #000;
  margin-top:30px;
  cursor:pointer;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e5e5e5;
}

.thesis_clever_optin_inr input.submitr:hover, .thesis_clever_optin_inr input.submitr:focus{
    background:#ef3b24;
border: solid 1px #000;
color:#fff;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/

}
.name_imgr{display:none;background: url("../img/name.png") no-repeat;height: 40px;float: left;width: 40px;margin-left: -87px;margin-top: 1px;border-left: 1px solid #2683D7;}

#business_footer_inner{
width:1000px;
margin:0 auto;
}

#social_iconswidget
{
width: 365px;
float: right;
padding-left:80px;
padding-top: 15px;

}
#social_iconswidgetinner
{
float: left;
border-radius: 0px;
width: 266px;
}
#social_inner1
{
margin:0 auto;
}
#social_inner1 img
{
width: 28px;height: 28px;float: left;margin-right: 10px;
}
#social_iconswidget #phone
{
float: left;
width: 155px;
font-family: Arial;
font-size: 13px;
margin-left: 30px;
padding-top: 10px;
margin-right: 20px;
}
#social_iconswidget #phone label
{
color: #929292;
font-weight: bold;
}
#social_iconswidget #phone span
{
color: #9B9B9B;
}

.lat-news{
width:480px;
height:auto;
padding-bottom:5px;
float:left;

}
.lat-news h1{
margin-bottom:10px;
padding-left:10px;
font-family:'Yanone Kaffeesatz', sans-serif;
font-size:28px;
}

#lat-news-img{
width:70px;
height:70px;
float: left;
padding: 3px;
border: 1px solid #e1e1e1;
background: #fff;
margin: 5px 10px 5px 0;
margin-left:5px;
-moz-box-shadow: 0 0 8px rgba(0,0,0,0.15);
-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.15);
box-shadow: 0 0 8px rgba(0,0,0,0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

}


#lat-news-img .attachment-post-thumbnail{
width:62px;
height:62px;
}

.lat-news-main{
height:110px;
}

.lat-news-main h3{
height:15px;
margin-left:5px;
margin-bottom: 15px;
font-family: 'Tauri', sans-serif;
}

.lat-news-main p{
width:450px;
font-size: 1.3em/1.3em;
text-align:justify;
margin: 0 0 10px;
font-size: 14px;
font-family:Arial,Tahoma,Verdana,sans-serif;
color:#555;
}


@import url(http://fonts.googleapis.com/css?family=Gentium+Basic:400,700|Yanone+Kaffeesatz);

a{
	color: #333;
	text-decoration: none;
}
#fancyNav select {
	display:none; /* this is just for the mobile display */
}
#fancyNav ul {
	display:block;
	z-index:999999;
}
#fancyNav ul li {
	display:inline-block;
	padding:20px 1px 10px;
	margin-left:30px;
	position:relative;
}
#fancyNav ul li a{
color:#444;
	font:normal 20px 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
	cursor:pointer;
}
#fancyNav ul li a:link, #fancyNav ul li a:visited {
	color:#444;
	font:normal 20px 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
}

#fancyNav ul li span {
	position:absolute;
	right:-12px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 3px;
	float:right;
	display:block;
	background:url('../images/nav_arrow.png') no-repeat left -8px;
	font:0/0 a;
}


/*===== sub_menu Style =======*/

#fancyNav ul.sub-menu li ul li{
	position:absolute;
	top:-12px;
	left:12px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('../images/arrow_top.png') no-repeat left top;
	
}
#fancyNav ul li ul li {
	float:none;
	margin:0;
	padding:0;

	position:relative;
	top:-10px;
	
	
}
#fancyNav ul li ul li a {
	
	min-width: 150px;
	padding:12px;
	font:13px Arial, tahoma, sans-serif;
	text-transform:capitalize;
	color:#777;
}
#fancyNav ul li ul li a:hover {
	background:#f9f9f9;
	color:#333;
}
#fancyNav ul li ul li a.subCurrent {
	color:#e25d29;
	cursor:default;
}
#fancyNav ul li ul li a.subCurrent:hover {
	background:none;
}
/*===================== end Header style ======================*/

.portfo{
width:1000px;
margin:0 auto;
height:340px;
clear:both;
}

.portfo h1{
width:auto;
font-weight: lighter;
font-size: 28px;
font-family: 'Yanone Kaffeesatz', sans-serif;
padding-left:10px;
}

.views{
   width: 220px;
   height: 250px;
   margin: 10px;
   float: left;
   border: 1px solid #aaa;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
    margin-right:20px;
   background:#f2f2f2;
   }


.views .mask{
 width: 220px;
   height: 180px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   
}


.views img {
   display: block;
   position: relative;
}

.views a.info {
   background:url(images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

.views-sixth{
height:180px;
}


.views-sixth .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -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;
}
.views-sixth a.info {
	position:relative;
	top:-5px;
	left:-5px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.views-sixth:hover .mask {
   opacity: 1;
   border:90px solid rgba(0,0,0,0.7);
}
.views-sixth:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}
.views-sixth h3{
padding-top:20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size:24px;
}
.views-sixth h3:hover{
padding-top:20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size:24px;
color:#ef3b24;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
}
.views-sixth p{
color:#999;
font-weight:bold;

}

.portfo4{
width:1000px;
margin:0 auto;
height:auto !important;
margin-top:20px;
}

.portfo4 h1{
width:auto;
font-weight: lighter;
font-size: 28px;
font-family: 'Yanone Kaffeesatz', sans-serif;
padding-left:10px;
padding-bottom:20px;
}

.views {
	width: 220px;
   height: 250px;
   margin: 10px;
   float: left;
   border: 1px solid #aaa;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin-right:20px;
   background:#f2f2f2;
   margin-bottom:50px;
}

.views2{
   width: 470px;
   height: 500px;
   margin: 10px;
   float: left;
   border: 1px solid #aaa;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   margin-right:20px;
   background:#f2f2f2;
   margin-bottom:50px;

}

.views.mask{
 width: 220px;
   height: 180px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   
}


.views img {
   display: block;
   position: relative;
   width:220px;
   height:180px;
}

.views a.info {
   background:url(images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

.views-sixth{
height:180px;
}


.views-sixth .mask {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -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;
}
.views-sixth a.info {
	position:relative;
	top:-15px;
	left:-10px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.views-sixth:hover .mask {
   opacity: 1;
   border:90px solid rgba(0,0,0,0.7);
}
.views-sixth:hover a.info {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}
.views-sixth h3{
padding-top:20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size:24px;
}
.views-sixth h3:hover{
padding-top:20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size:24px;
color:#ef3b24;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
}
.views-sixth p{
color:#999;
font-weight:bold;

}

.portfo3{
width:1000px;
margin:0 auto;
height:auto !important;
margin-top:20px;

}

.portfo3 h1{
width:auto;
font-weight: lighter;
font-size: 28px;
font-family: 'Yanone Kaffeesatz', sans-serif;
padding-left:10px;
padding-bottom: 20px;
}

.view3{
width: 303px;
   height: 333px;
   margin: 10px;
   float: left;
   border: 1px solid #aaa;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
      margin-right:20px;
   background:#f2f2f2;
   margin-bottom:50px;
}

.view3 .mask3{
 width: 303px;
   height: 248px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   
}


.view3 img {
   display: block;
   position: relative;
   width:303px;
   height:245px;
}

.view3 a.info3 {
   background:url(images/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

.view-sixth3{
height:180px;
}


.view-sixth3 .mask3 {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -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;
}
.view-sixth3 a.info3 {
	position:relative;
	top:-5px;
	left:-5px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.view-sixth3:hover .mask3 {
   opacity: 1;
    border:124px solid rgba(0,0,0,0.7);
}
.view-sixth3:hover a.info3 {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}
.view-sixth3 h3{
padding-top:20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size:28px;
}
.view-sixth3 h3:hover{
padding-top:20px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size:28px;
color:#ef3b24;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
}
.view-sixth3 p{
color:#999;
font-weight:bold;

}

.portfo2{
width:1000px;
margin:0 auto;
padding-top:20px;
margin-bottom:20px;
}

.portfo2 h1{
width:auto;
font-weight: lighter;
font-size: 28px;
font-family: 'Yanone Kaffeesatz', sans-serif;
padding-left:10px;
padding-bottom: 20px;
}



.view2 .mask2{
 width: 470px;
   height: 385px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   
}


.view2 img {
   display: block;
   position: relative;
   width:470px;
   height:385px;
}

.view2 a.info2 {
   background:url(http://localhost/business/wp-content/uploads/2013/04/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}

.view-sixth2{
height:180px;
}


.view-sixth2 .mask2 {
   opacity: 0;
   overflow:visible;
   border:0px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -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;
}
.view-sixth2 a.info2 {
	position:relative;
	top:-15px;
	left:-10px;
	opacity:0;
   -moz-transform:scale(0,0);
   -webkit-transform:scale(0,0);
   -o-transform:scale(0,0);
   -ms-transform:scale(0,0);
   transform:scale(0,0);
   -webkit-transition: -webkit-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -moz-transition: -moz-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -o-transition: -o-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   -ms-transition: -ms-transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
   transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.view-sixth2:hover .mask2 {
   opacity: 1;
   border:194px solid rgba(0,0,0,0.7);
}
.view-sixth2:hover a.info2 {
	opacity:1;
	-moz-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-o-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	-moz-transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
	-o-transition-delay:0.3s;
	-ms-transition-delay:0.3s;
	transition-delay:0.3s;
}
.view-sixth2 h3{
padding-top:5px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size:32px;
}
.view-sixth2 h3:hover{
padding-top:5px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size:32px;
color:#ef3b24;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
}
.view-sixth2 p{
color:#999;
font-weight:bold;

}

.read-more-blog-new
{
float:right;
padding-bottom:18px;
padding-top:18px;
}

.read-more-blog-new a{


outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 18px;
padding: .2em 1em .2em 1em;
color:#fff;
text-shadow: none;
font-weight: 500;
background: #ef3b24;
margin-right: 5px;
font-family: 'Yanone Kaffeesatz', sans-serif;
text-transform: uppercase;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-transform: uppercase;
transition: color 300ms,background-color 300ms,opacity 300ms;
-moz-transition: color 300ms,background-color 300ms,opacity 300ms;
-o-transition: color 300ms,background-color 300ms,opacity 300ms;
-webkit-transition: color 300ms,background-color 300ms,opacity 300ms;
box-shadow: 0px 0px 0px black;
-webkit-box-shadow: 0px 0px 0px black;
-moz-box-shadow: 0px 0px 0px black;
}
.read-more-blog-new a:hover {
background:#000;
border: solid 1px #000;
color:#fff;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
}

ul,ol,li{ 
	margin:0;
	padding:0;
}

.pricing h2{
padding-top:20px;
}

.pricing1 h2{
padding-top:20px;
}

.pricing2 h2{
padding-top:20px;
}

.freshdesignweb{
padding-top:50px;
margin:0 auto; 
width:1000px;
}



.freshdesignweb2{
padding-top:50px;
margin:0 auto; 
width:1000px;
padding-left:150px;
}


.pricing_box  { 
   font-family:Tahoma, Geneva, sans-serif;
   border: 1px solid #ccc; float: left;
   text-align: center;
   padding: 0 0 20px 0;
   margin-left:-1px; 
   box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5);
   -moz-box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5);
    background: #fff;}

.pricing_box.radius-left { 
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
   border-bottom-left-radius: 5px; 
   -moz-border-bottom-left-radius: 5px;}

.pricing_box.radius-right {
	 -webkit-border-top-right-radius: 5px;
	  border-top-right-radius: 5px; 
	  -moz-border-top-right-radius: 5px;
	   -webkit-border-bottom-right-radius: 5px;
	    border-bottom-right-radius: 5px; 
		-moz-border-bottom-right-radius: 5px;}

.pricing_box .header  { 
    color:#000;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
    border-bottom:3px solid #9ED929;
  }

.pricing_box .header { width: 100%; height: 68px; }
.pricing_box .header span { position: relative; top: 20px; font-weight: bold; line-height: 28px;}
.pricing_box .header span.info { position: relative; font-weight: normal; top: 2px; display: block; color: gray; } 
.pricing_box p { line-height: 28px;}
.pricing_box ul { list-style: none; margin: 0 0 15px 0!important; text-align: left;}

.freshdesignweb .pricing_box { width:250px; font-size: 12px; margin-bottom:30px; }

.designweb1 .pricing_box { width:330px; font-size: 12px; margin-bottom:30px; }

.freshdesignweb2 .pricing_box { width:350px; font-size: 12px; margin-bottom:30px;  }

.pricing_box ul li { line-height: 4em; padding-left: 20px!important; margin-left:0; list-style-type: none!important;}
.pricing_box ul li.odd { background: #F9F9F9;}
.pricing_box ul li.even { background: #fff;}
.pricing_box strong { background: url(http://localhost/business/wp-content/uploads/2013/04/price.sprite.png) no-repeat 0 -9999px; height: 12px; padding-left: 20px; font-style: normal; color: gray; }
.pricing_box strong.no { background-position: 0 0;}
.pricing_box strong.yes { background-position: 0 -15px;}
.pricing_box strong.single { background-position: 0 -30px; }
.pricing_box strong.unlim { background-position: 0 -45px; }

.pricing_box strong.nopad { padding: 0;}
.pricing_box h3{ margin: 20px 0; font-size: 22px; display: block;}
.pricing_box h3 em{ font-size: 12px; font-weight: normal;}

.pricing_box p.button a { 
    font-size: 16px; 
	height:35px;
	font-weight:bold; 
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(241,242,243)),
        color-stop(0.51, rgb(244,245,246)),
        color-stop(0.87, rgb(247,248,249))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(241,242,243) 2%,
        rgb(245,246,247) 51%,
        rgb(248,249,241) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;

}

.pricing_box p.button a:hover{
	background:#9ed72f;
	}

.pricing_box.large { 
     position: relative;
	 z-index: 9; 
	 margin-top: -20px; 
	 -moz-box-shadow: 0 1px 10px #cbcbcb; 
	 -webkit-box-shadow: 0 1px 10px #cbcbcb; 
	 box-shadow: 0px 1px 10px #cbcbcb; 
	 padding: 0 0 40px 0; border-radius: 5px;}

.pricing_box.large .header {
	color:#fff;
	font-size:24px;
	height:85px;
    text-shadow:1px 1px 1px #568F23;
    border:1px solid #93CE37;
    border-bottom:3px solid #9ED929;
    background-color:#9DD929;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;}

.pricing_box.large .header  span{ top: 30px; }
.pricing_box.large .header  span.info{ top: 14px; color: #576e1f; text-shadow:none; }

.pricing_box.large p.button a{ 
 font-size: 16px; 
	height:35px;
	font-weight:bold; 
	background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(123,192,67)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(158,217,41))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(123,192,67) 2%,
        rgb(139,198,66) 51%,
        rgb(158,217,41) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
 }
.pricing_box.large p.button a:hover{ 
    background:#9ed72f;
	}

/*Buttons*/
p.button { margin: 0 20px 0 0; padding: 0; display: inline-block;}
p.button a{ float: left; line-height:32px; *line-height:28px; margin: 0 -20px 0 0!important; padding: 0 20px; height:100%; border: none; cursor: pointer; color: #3f4950; font-size: 12px; font-family:Tahoma, Geneva, sans-serif; text-shadow: 0 1px 0 #fff; text-decoration:none }
p.button a:hover{text-decoration: none;}

.designweb1{
padding-top:50px;
margin:0 auto; 
width:1000px;
}


.pricing1 h2{
padding-top:20px;
}


.freshdesignweb1{
padding-top:50px;
margin:0 auto; 
width:1000px;
}

.demo-1 .sl-slider-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.demo-2 .sl-slider-wrapper {
	width: 100%;
	height: 485px;
	overflow: hidden;
	position: relative;
}

		.demo-2 .bg-img-1{
		  
          
}

.demo-2 .sl-slider h2,
.demo-2 .sl-slider blockquote
 {
	padding: 100px 30px 10px 30px;
	width: 80%;
	max-width: 960px;
	
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.demo-2 .sl-slider blockquote p{
padding-left:100px;
width:80%;
max-width:960px;

margin:0 auto;
position:relative;
z-index:100;
}

.demo-2 .sl-slider h2 {
	font-size: 100px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.demo-2 .sl-slider blockquote {
	font-size: 28px;
	padding-top: 10px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.demo-2 .sl-slider blockquote cite a {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
	padding-left:200px;
}

.demo-2 .bg-img {
	/*padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;*/
	position: absolute;
	/*top: -200px;
	left: -200px;*/
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	/*background-position: center center;*/
}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
	text-align: center;
	position: absolute;
	bottom: 2%;
	height: 30px;
	width: 100%;
	left: 0;
	z-index: 1000;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.demo-2 .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.demo-2 .nav-dots span.nav-dot-current,
.demo-2 .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
}

/* Content elements */

.demo-1 .deco {
	width: 260px;
	height: 260px;
	border: 2px dashed #ddd;
	border: 2px dashed rgba(150,150,150,0.4);
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	margin: 0 0 0 -130px;
}

.demo-1 [data-icon]:after {
    content: attr(data-icon);
    font-family: 'AnimalsNormal';
	color: #999;
	text-shadow: 0 0 1px #999;
	position: absolute;
	width: 220px;
	height: 220px;
	line-height: 220px;
	text-align: center;
	font-size: 100px;
	top: 50%;
	left: 50%;
	margin: -110px 0 0 -110px;
	box-shadow: inset 0 0 0 10px #f7f7f7;
	border-radius: 50%;
}

.demo-1 .sl-slide h2 {
	color: #000;
	text-shadow: 0 0 1px #000;
	padding: 20px;
	position: absolute;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 13px;
	text-transform: uppercase;
	width: 80%;
	left: 10%;
	text-align: center;
	line-height: 50px;
	bottom: 50%;
	margin: 0 0 -120px 0;
}

.demo-1 .sl-slide blockquote {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	height: 70px;
	color: #8b8b8b;
	z-index: 2;
	bottom: 50%;
	margin: 0 0 -200px 0;
	padding: 0;
}

.demo-1 .sl-slide blockquote p{
	margin: 0 auto;
	width: 60%;
	max-width: 400px;
	position: relative;
}

.demo-1 .sl-slide blockquote p:before {
	color: #f0f0f0;
	color: rgba(244,244,244,0.65);
	font-family: "Bookman Old Style", Bookman, Garamond, serif;
	position: absolute;
	line-height: 60px;
	width: 75px;
	height: 75px;
	font-size: 200px;
	z-index: -1;
	left: -80px;
	top: 35px;
	content: '\201C';
}

.demo-1 .sl-slide blockquote cite {
	font-size: 10px;
	padding-top: 10px;
	display: inline-block;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
}

/* Custom background colors for slides in first demo */

/* First Slide */
.demo-1 .bg-1 .sl-slide-inner,
.demo-1 .bg-1 .sl-content-slice {
	background: #fff;
}

/* Second Slide */
.demo-1 .bg-2 .sl-slide-inner,
.demo-1 .bg-2 .sl-content-slice {
	background: #000;
}

.demo-1 .bg-2 [data-icon]:after,
.demo-1 .bg-2 h2 {
	color: #fff;
}

.demo-1 .bg-2 blockquote:before {
	color: #222;
}




/* Third Slide */
.demo-1 .bg-3 .sl-slide-inner,
.demo-1 .bg-3 .sl-content-slice {
	background: #db84ad;
}

.demo-1 .bg-3 .deco {
	border-color: #fff;
	border-color: rgba(255,255,255,0.5);
}

.demo-1 .bg-3 [data-icon]:after {
	color: #fff;
	text-shadow: 0 0 1px #fff;
	box-shadow: inset 0 0 0 10px #b55381;
}

.demo-1 .bg-3 h2,
.demo-1 .bg-3 blockquote{
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}

.demo-1 .bg-3 blockquote:before {
	color: #c46c96;
}

/* Forth Slide */
.demo-1 .bg-4 .sl-slide-inner,
.demo-1 .bg-4 .sl-content-slice {
	background: #5bc2ce;
}

.demo-1 .bg-4 .deco {
	border-color: #379eaa;
}

.demo-1 .bg-4 [data-icon]:after {
	text-shadow: 0 0 1px #277d87;
	color: #277d87;
}

.demo-1 .bg-4 h2,
.demo-1 .bg-4 blockquote{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.demo-1 .bg-4 blockquote:before {
	color: #379eaa;
}

/* Fifth Slide */
.demo-1 .bg-5 .sl-slide-inner,
.demo-1 .bg-5 .sl-content-slice {
	background: #ffeb41;
}

.demo-1 .bg-5 .deco {
	border-color: #ECD82C;
}

.demo-1 .bg-5 .deco:after {
	color: #000;
	text-shadow: 0 0 1px #000;
}

.demo-1 .bg-5 h2,
.demo-1 .bg-5 blockquote{
	color: #000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.demo-1 .bg-5 blockquote:before {
	color: #ecd82c;
}



/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}

/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
    font-family: 'AnimalsNormal';
    src: url('fonts/animals-webfont.eot');
    src: url('fonts/animals-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/animals-webfont.woff') format('woff'),
         url('fonts/animals-webfont.ttf') format('truetype'),
         url('fonts/animals-webfont.svg#AnimalsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    
    font-weight: 300;
  
    color: #333;
    -webkit-font-smoothing: antialiased;
}

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

.container {
	width: 100%;
	position: relative;
}

.container.demo-1 {
	height: 100%;
	position: absolute;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container > header,
.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}


/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.demo-1 .codrops-demos {
	position: absolute;
	z-index: 2000;
	top: 30px;
	left: 30px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #883d59;
	border-color: #883d59;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

#services {
width:1000px;
height:250px;
padding-top:30px;
padding-bottom:20px;

}

#services .service {
float: left;
width: 325px;
margin-left:15px;

}

#services .service h3.title {
margin-bottom: 4px;
margin-left: 55px;
font-weight: lighter;
font-size: 18px;
font-family: 'Tauri', sans-serif;
color: #000;
text-shadow: 1px 1px 1px #ffffff;
padding-top: 10px;
}

#services .service .thumb {
width: 285px;
float:left;
padding-bottom:10px;
}


#services .service img {
max-width: 100%;
height: auto;
float:left;
}



 #services .service p {
text-align: justify;
padding-bottom: 15px;
padding-top: 15px;
font-size:13px;
width: 285px;
font-family:Arial,Tahoma,Verdana,sans-serif;
color:#555;
font-weight:bold;
}



#services .service1 {
float: right;
padding-right:25px;

}

#services .service1 h3.title {
margin-bottom: 4px;
margin-left: 55px;
font-weight: lighter;
font-size: 18px;
font-family: 'Tauri', sans-serif;
color: #000;
text-shadow: 1px 1px 1px #ffffff;
padding-top: 10px;
}

#services .service1 .thumb {
width: 285px;
float:left;
padding-bottom:10px;

}


#services .service1 img {
max-width: 100%;
height: auto;
float:left;
}


 #services .service1 p {
text-align: justify;
padding-bottom: 15px;
padding-top: 15px;
font-size:13px;
width: 285px;
font-family:Arial,Tahoma,Verdana,sans-serif;
color:#555;
font-weight:bold;
}

#services .service a{
float:left;
margin-top:15px;
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 14px;
padding: .5em 1em .6em 1em;
color: #fff;
text-shadow: none;
font-weight: 500;
margin-right: 5px;
font-family: 'Yanone Kaffeesatz', sans-serif;
text-transform: uppercase;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-transform: uppercase;
transition: color 300ms,background-color 300ms,opacity 300ms;
-moz-transition: color 300ms,background-color 300ms,opacity 300ms;
-o-transition: color 300ms,background-color 300ms,opacity 300ms;
-webkit-transition: color 300ms,background-color 300ms,opacity 300ms;
box-shadow: 0px 0px 0px black;
-webkit-box-shadow: 0px 0px 0px black;
-moz-box-shadow: 0px 0px 0px black;
}
#services .service a:hover{
color:#fff;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
}

#services .service1 a{
float:left;
margin-top:15px;
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 14px;
padding: .5em 1em .6em 1em;
text-shadow: none;
font-weight: 500;
margin-right: 5px;
font-family: 'Yanone Kaffeesatz', sans-serif;
text-transform: uppercase;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-transform: uppercase;
transition: color 300ms,background-color 300ms,opacity 300ms;
-moz-transition: color 300ms,background-color 300ms,opacity 300ms;
-o-transition: color 300ms,background-color 300ms,opacity 300ms;
-webkit-transition: color 300ms,background-color 300ms,opacity 300ms;
box-shadow: 0px 0px 0px black;
-webkit-box-shadow: 0px 0px 0px black;
-moz-box-shadow: 0px 0px 0px black;
}
#services .service1 a:hover{
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
}

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

 .client-says{
 width:480px;
 float:left;
 padding-left:40px;
 margin-top:0px !important;
 }
 
 nav select{
 display:none;
 }
 
 .client-says h1{
font-size: 28px;
font-family: 'Yanone Kaffeesatz', sans-serif;
color: #000;
text-shadow: 1px 1px 1px #ffffff;
 }
 
 #ca-more{
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 14px;
padding: .5em 1em .6em 1em;

text-shadow: none;
font-weight: 500;

margin-right: 5px;
font-family: 'Yanone Kaffeesatz', sans-serif;
text-transform: uppercase;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-transform: uppercase;
transition: color 300ms,background-color 300ms,opacity 300ms;
-moz-transition: color 300ms,background-color 300ms,opacity 300ms;
-o-transition: color 300ms,background-color 300ms,opacity 300ms;
-webkit-transition: color 300ms,background-color 300ms,opacity 300ms;
box-shadow: 0px 0px 0px black;
-webkit-box-shadow: 0px 0px 0px black;
-moz-box-shadow: 0px 0px 0px black;
}

#ca-more:hover{

text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
}
 
 /* Circular Content Carousel Style */
.ca-container{
	float:left;
	width:480px;
	height:375px;
	margin-left:25px;
	position: relative;
	top: -15px;
	margin-bottom:30px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:480px;
	height:340px;
	text-align:center;
}


.ca-item-main{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	border: 1px solid #ddd;
	

}
.ca-icon img{
	width:100px;
	height:100px;
	position:relative;
	margin:0 auto;
	background:url(http://localhost/business/wp-content/uploads/2013/04/testimonial_bg.png) no-repeat;
	-moz-box-shadow:inset 0px 2px 8px #333; /* FF3.5+ */
-webkit-box-shadow:inset 0px 5px 25px #000; /* Saf3.0+*/
box-shadow:inset 0px 2px 8px #333; /* Opera 10.5, IE 9 */

-moz-border-radius: 50px; /* FF1+ */
-webkit-border-radius: 50px; /* Saf3-4 */
border-radius: 50px; /* Opera 10.5, IE 9, Saf5, Chrome */
	
	
}


.ca-item h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item h4{
	font-family:Arial,Tahoma,Verdana,sans-serif;
	
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item h4 span{
	
	display:block;
	
}
.ca-item h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}


.ca-nav span{
	
	cursor:pointer;
	padding-left: 20px;
	text-align: center;
	color: blueviolet;
	color: gray;
	text-shadow: 1px 1px 1px #ffffff;
	position:relative;
	bottom:-25px;
	z-index:1;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-150px;
	padding-left:200px;
	
}

 .client-says1{

 float:left;
 
 margin-top:10px;
 
 }
 
 .client-says1 h1{
font-size: 28px;
font-family: 'Yanone Kaffeesatz', sans-serif;
color: #000;
text-shadow: 1px 1px 1px #ffffff;
padding-bottom: 40px;
padding-top: 20px;
padding-left:20px;
 }
 
 #ca-more1{
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 14px;
padding: .5em 1em .6em 1em;

text-shadow: none;
font-weight: 500;

margin-right: 5px;
font-family: 'Yanone Kaffeesatz', sans-serif;
text-transform: uppercase;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-transform: uppercase;
transition: color 300ms,background-color 300ms,opacity 300ms;
-moz-transition: color 300ms,background-color 300ms,opacity 300ms;
-o-transition: color 300ms,background-color 300ms,opacity 300ms;
-webkit-transition: color 300ms,background-color 300ms,opacity 300ms;
box-shadow: 0px 0px 0px black;
-webkit-box-shadow: 0px 0px 0px black;
-moz-box-shadow: 0px 0px 0px black;
}

#ca-more1:hover{


text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
}
 
 /* Circular Content Carousel Style */
.ca-container1{
	float:left;
	position: relative;
	top: -15px;
}
.ca-wrapper1{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item1{
	position:relative;
	float:left;
	width:480px;
	height:340px;
	text-align:center;
	margin-bottom:20px;
	margin-left:10px;
}


.ca-item-main1{
	padding:20px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	border: 1px solid #ddd;
	

}
.ca-icon1 img{
	width:100px;
	height:100px;
	position:relative;
	margin:0 auto;
	background:url(http://localhost/business/wp-content/uploads/2013/04/testimonial_bg.png) no-repeat;
	-moz-box-shadow:inset 0px 2px 8px #333; /* FF3.5+ */
-webkit-box-shadow:inset 0px 5px 25px #000; /* Saf3.0+*/
box-shadow:inset 0px 2px 8px #333; /* Opera 10.5, IE 9 */

-moz-border-radius: 50px; /* FF1+ */
-webkit-border-radius: 50px; /* Saf3-4 */
border-radius: 50px; /* Opera 10.5, IE 9, Saf5, Chrome */
	
	
}


.ca-item1 h3{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:30px;
	color:#000;
	margin-bottom:20px;
	
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.ca-item1 h4{
	font-family:Arial,Tahoma,Verdana,sans-serif;
	
	font-size:12px;
	text-align:left;
	border-left:10px solid #b0ccc6;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.ca-item1 h4 span{
	
	display:block;
	
}
.ca-item1 h4  span.ca-quote{
	color:#f4eee3;
	font-size:100px;
	position:absolute;
	top:20px;
	left:0px;
	text-indent:0px;
}


.ca-nav1 span{
	
	cursor:pointer;
	padding-left: 20px;
	text-align: center;
	color: blueviolet;
	color: gray;
	text-shadow: 1px 1px 1px #ffffff;
	position:relative;
	bottom:-25px;
	z-index:1;
}
.ca-nav1 span.ca-nav-next1{
	background-position:top right;
	left:auto;
	right:-150px;
	padding-left:200px;
	
}


#twitter_div {

font-family: Arial, Helvetica, sans-serif;
font-size: 13.4px;
width: 220px;
padding-left: 39px;
padding-bottom: 58px;
float: left;
height:195px;

}

#twitter_div h3{
color: #e5e5e5;
border-bottom: 1px solid #fff;
padding-bottom: 10px;
padding-top:3px;
font-family:'Yanone Kaffeesatz', sans-serif;
font-size:24px;
text-align:left;
}


 
#twitter_div ul li {
	width: 215px;
list-style: none;
padding-top: 19px;
text-align:justify;

}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #D78E42;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #DDA84E;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
 
#twitter_div p {
	
	padding-right: 6px;
	padding-bottom: 10px;
}

#portfolio
{
width:1000px;
float:left;
min-height:100px;
background:#fff;
}
#business_portfoliopage
{
margin: 15px;
width: 1000px;
margin-right: 0px;
margin-left: 25px;
margin: 0 auto;
}
#business_portfoliopage img
{
width: 295px;
height: 250px;
float: left;
border: 5px solid #E7E6E6;
margin-right: 10px;
}
#business_portfoliopage  h1 {
width: 950px;
float: left;
color: #6A6A6A;
border-bottom: 1px solid #E7E6E6;
margin-bottom: 15px;
font-family: Arial;
font-size: 20px;
padding-bottom: 10px;
}
#business_portfoliopage a
{
float:left;
}
#business_portfoliopage .headline_area a
{
font-family: Arial;
font-size: 15px;
float: left;
color: #6A6A6A;
text-decoration: none;
padding-top: 10px;
}
#business_portfoliopage .portfolio-teaser
{
width: 322px;
float: left;
margin-bottom: 50px;
}
#business_portfoliopage #content_box
{
margin-top:25px;
margin-left:25px;

}

.thesis_business_optins {
  margin: 0 auto;
  padding: 20px 20px 20px;
  margin-bottom:30px;
  border:1px solid #ddd;
}


.imgurlr{height: 180px;width: 210px;float: left;margin: 12px;background: white;}

.img_outerr{border:1px dotted #fff;height: 205px;float:left;margin:12px 0 10px 0;}

.form_outerr{margin: 2px 0px 10px 0px;width: 250px;float: none;



}

.thesis_business_optin_inr{ width:300px; padding-top: 0px; font-family: arial; }

.thesis_business_optin_inr h2.business_titr {
font-family: arial;
font-size:32px;
color: #fff;
	
}

.thesis_business_optin_inr h2{
font-size:24px;
}

.thesis_business_optin_inr p {
padding-right:20px;
font-family: Arial,Tahoma,Verdana,sans-serif;
font-size:14px;
color:#fff;
padding-top:15px;

}



.thesis_business_optin_inr label.lnamer{text-align:center;font-size:15px;color:#fff;font-weight:normal;padding-right:5px;font-family:arial;}

.thesis_business_optin_inr label.lemailr{text-align:center;font-size:15px;color:#fff;margin-left:30px;font-weight:normal;padding-right:5px;font-family:arial;}

.thesis_business_optin_inr input.namer{ border: 1px solid #DDDDDD;
border: 1px solid #DDDDDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #9C9C9C;
width: 255px;
height: 40px;
font-size: 14px;
padding-bottom: 4px;
padding-left: 10px;
margin-bottom: 20px;

}

.thesis_business_optin_inr input.emailr {
border: 1px solid #DDDDDD;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #9C9C9C;
width: 255px;
height: 40px;
font-size: 14px;
padding-bottom: 4px;
padding-left: 10px;
margin-bottom: 20px;
}

.thesis_business_optin_inr input.submitr {
    padding: 0 18px;
  height: 35px;
  width:255px;
 
  font-weight: bold;
  text-transform: uppercase;
font-size: 12px;
line-height: 1.5em;
  color: #fff;
 height:42px;
  font-family: 'Oswald',"PT Sans",Arial,Helvetica,sans-serif;
  background: #000;
  
  cursor:pointer;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #e5e5e5;
}

.thesis_business_optin_inr input.submitr:hover, .thesis_business_optin_inr input.submitr:focus{
    background:#ef3b24;
border: solid 1px #000;
color:#fff;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/

}
.name_imgr{display:none;background: url("../img/name.png") no-repeat;height: 40px;float: left;width: 40px;margin-left: -87px;margin-top: 1px;border-left: 1px solid #2683D7;}

#business_welcome{
width:100%;
height:100px;
padding: 12px 16px;
color: #454545;
box-shadow:0 4px 4px rgba(0,0,0,0.4) inset;

}

#business_welcome_inner{
width:1000px;
margin:0 auto;
}

#business_welcome_inner h1{
text-align:center;
font-family:'Yanone Kaffeesatz', sans-serif;
font-size:32px;
color: rgb(144, 145, 145);
}

#business_welcome_inner p{

float:left;
padding-left:0px;
padding-right:20px;
font-family: 'Lato', sans-serif;
font-size:17.5px;
padding-top:25px;

}

 #business_welcome_button a{
float:left;
margin-top:15px;
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
font-size: 18px;
padding: .5em 1em .6em 1em;
text-shadow: none;
font-weight: 500;
margin-right: 5px;
font-family: 'Yanone Kaffeesatz', sans-serif;
text-transform: uppercase;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-transform: uppercase;
transition: color 300ms,background-color 300ms,opacity 300ms;
-moz-transition: color 300ms,background-color 300ms,opacity 300ms;
-o-transition: color 300ms,background-color 300ms,opacity 300ms;
-webkit-transition: color 300ms,background-color 300ms,opacity 300ms;
box-shadow: 0px 0px 0px black;
-webkit-box-shadow: 0px 0px 0px black;
-moz-box-shadow: 0px 0px 0px black;
}

#business_welcome_button a:hover{
border: solid 1px #000;
text-shadow: none;
/*Transition*/ -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; 
/*Glow*/ -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8);*/
}

#copyright_text {
	
	padding-top:10px;
	text-align:justify;
	padding-left:10px;
	float:left;
}
.menu ul li a {
padding-top: 15px;
}
.menu li ul {
border-top: 2px solid #e25d29;
}
.menu ul li {
border: 0;
border-top: 0;
}

#landing-container .business-logo img {
margin:0 auto;
}

@media screen and (max-width:1024px){
#landing-container{
width: 965px;
}
#footer-landing-bottom {
width:965px;
}
.menu {
margin-right: 40px;
}
}

@media screen and (max-width:966px){
#header{
width: 940px;
}


#recent-projects {
width: 940px;
}

#post-and-client {
width: 940px;
}

.search-form .input_text {
width: 285px;
}

#latest-testim {
width: 940px;
}
.thesis_clever_optin_inr {
width: 940px;
}
#business-footer {
width: 940px;
}
.left-footer {
width: 200px;
}
#twitter_div {
padding-left: 30px;
}
.right-footer {
width: 205px;
padding-left: 0px;
}
.right-last-footer {
margin-right: 10px;
}
#footer-bottom1-inner {
width: 940px;
}
.columns > .sidebar {
width:315px;

}
#pricing-table {
width: 940px;
}
#landing-container {
width: 850px;
}
#footer-landing-bottom {
width: 850px;
}
.menu {
margin-right: 40px;
}

.thesis_clever_optin_inr{
width:940px;
}

#footer-menu {
padding-right: 50px;
}

.lat-news {
width: 450px;
}

.portfo {
width: 940px;
}

.views{
margin: 13px;
margin-right:0px;
}

.views {

   margin: 13px;
   margin-right:0px;
}

.portfo3 {
width: 940px;
}

.view3 {
margin: 10px;
margin-right: 0px;
}

.freshdesignweb {
width: 940px;
}

.freshdesignweb .pricing_box {
width: 235px;
}

.freshdesignweb2 {
width: 940px;
padding-left: 120px;
}

.designweb1 {
width: 940px;
}

.designweb1 .pricing_box {
width: 310px;
}

#slider-bottom {
width: 940px;
}
#services {
width: 940px;
}
#services .service {
width: 300px;
}

#services .service1 {
padding-right: 8px;
}

.client-says {
width: 480px;
}
.ca-container {
width: 430px;
margin-left:50px;
}
.ca-item {
width: 430px;
}
.ca-nav span.ca-nav-next {
right: -115px;
padding-left: 180px;
}

.ca-item1{
width:455px;
}

.thesis_business_optin_inr{ width:285px;  }

.thesis_business_optin_inr input.namer{ 

width: 235px;

}

.thesis_business_optin_inr input.emailr {

width: 235px;

}

.thesis_business_optin_inr input.submitr {

  width:235px;

}

#business_welcome {
height: 130px;
}
#business_welcome_inner {
width: 940px;
}
#business_welcome_button a {
float: right;
}

.ca-container {
margin-left: 60px;
}

.lat-news-main {
padding-left: 0px;
}

}

@media screen and (max-width:768px){

#header {
width: 740px;
padding-top: 0;
}
#header-main {
margin: 0 auto;
padding: 0 0 5px;
min-height: 110px;
}

.columns > .sidebar {
width: none;
}


#header-left{
float: none;
text-align: center;
}

#header-right{
width: 740px;
float: none;

}
#fancyNav ul {
float: left;
margin-bottom: 20px;
}
.columns{
width:740px;
background:none;
padding-left: 50px;
}

#slider-bottom {
width: 740px;
}
#latest-testim {
width:740px;

}
#business-footer {
width: 740px;
height:480px;

}
#recent-projects {
width: 740px;
}

#post-and-client {
width: 740px;
}
.left-footer {
margin-left: 142px;
}

.right-footer {

padding-left: 0px;
margin-left: 150px;
}

.right-last-footer {
margin-right: 93px;
}

#footer-bottom1-inner {
width: 740px;
}

#landing-container{
width:715px;
}

.landing .post_box {
width: 650px;
}

#footer-landing-bottom{
width:715px;
}

#pricing-table{
width:740px;

}

.thesis_clever_optin_inr{
width:740px;
}

#social_iconswidget {
float: right;
padding-top: 0px;
}
#social_iconswidgetinner {
float: none;
width: 366px;
margin-top:15px;
}

.lat-news h1 {
padding-left:none;

}

.lat-news {
width: 580px;

}

.lat-news-main {
height: 110px;
padding-left: 150px;
}

	.menu-business-container{
		margin-left:30px;
	}
		/* menu ul & select */
		#fancyNav ul {
			
		}
		#fancyNav select {
			width:100%;
			display:block;
			margin-bottom:30px;
			cursor:pointer;
			padding:6px;
			background:#f9f9f9;
			border:1px solid #e3e3e3;
			color:#777;
		}

.portfo {
width: 740px;
height:650px;
}

.views{
margin: 30px;
margin-left: 100px;
}

.portfo4{
width:740px;
padding-left: 130px;
}

.portfo3{
width:740px;
padding-left:40px;
}

.freshdesignweb{
padding-top:50px;
margin:0 auto; 
width:740px;
}
.freshdesignweb .pricing_box { width:185px; font-size: 10px;}

.freshdesignweb2{
width:740px;
padding-left:0px;
}

.demo-2 .bg-img {
height: 370px;
}

.demo-2 .sl-slider-wrapper {
height: 370px;
}

.sl-slider-wrapper {
height: 370px;
}

#slider-bottom {
width: 740px;
}

#services {
width: 740px;
height: 280px;
}

#services .service {
width: 225px;
margin-left: 20px;
}

#services .service .thumb {
width: 225px;
}
#services .service p {
width: 225px;

}

#services .service1 {
padding-right: 5px;
}

#services .service1 .thumb {
width: 225px;
}
#services .service1 p {

width: 225px;

}

.client-says{
padding-left: 20px;
}
.ca-container {
height: 345px;
margin-left: 150px; 
}

#twitter_div {
height: 255px;
padding-left:65px;
}

#business_welcome {
height: 130px;
padding: none;
}

#business_welcome_inner {
width: 740px;
}

#business_welcome_inner p {
line-height:25px;
}

#business_welcome_button a {
float: right;
margin-top: 0px;
padding: .2em 1em .3em 1em;
}

#copyright_text {

padding-top: 2px;
padding-left: 44px;
}

.designweb1{
width:740px;
}
.designweb1 .pricing_box { width:245px;}

	#fancyNav ul li{
			margin-left:12px;
		}
}

@media screen and (max-width:603px){
#header{
width: 580px;
}

#header-main{
min-height: 150px;
}
#header-right {
width: 580px;
padding-left:0px;
}

.landing .post_box {
width:450px;
}

.content .post_box h1, .post_box .headline {

line-height: 30px;
}



#recent-projects {
width: 580px;
}
.portfo {
width: 580px;
height: 650px;
padding-left: 50px;
}
#post-and-client {
width: 580px;
}
#latest-testim {
width: 580px;
}


.thesis_clever_optin_inr {
width: 580px;
}
.left-footer {
margin-left: 42px;
}
.right-footer {
margin-left: 40px;
}
.right-last-footer {
margin-right: 213px;
}
#footer-bottom1-inner {
width: 580px;
}

.columns {
width: 580px;
}
.columns > .content {
width: 500px;
}

.post_box .center, .post_box .aligncenter {
width: 400px;
}



#pricing-table {
width: 580px;
}

#landing-container {
width: 550px;
}

#footer-landing-bottom {
width: 580px;
}
#footer-landing-bottom {
width: 550px;
}

.thesis_clever_optin_inr{
width:580px;
}

#social_iconswidget {
padding-top: 0px;
}

.portfo4 {
width: 580px;
padding-left: 50px;
}

.portfo3 {
width: 580px;
padding-left: 140px;
}

.freshdesignweb {
width: 580px;
}

.freshdesignweb2 {
width: 580px;
padding-left: 115px;
}

.designweb1 {
width: 580px;
padding-left: 50px;
}

.demo-2 .bg-img {
height: 300px;
}
.demo-2 .sl-slider-wrapper {
height: 300px;
}
.demo-2 .sl-slider h2, .demo-2 .sl-slider blockquote {
padding: 30px 30px 10px 30px;
}

.sl-slider-wrapper {
height: 300px;
}

.demo-2 .sl-slider h2, .demo-2 .sl-slider blockquote {
padding:0px;
}

#slider-bottom {
width: 580px;
}
#services {
width: 580px;
height:490px;
}
#services .service {
margin-left: 40px;
}
#services .service1 {
float: left;
padding-top: 40px;
padding-left: 40px;
}

.ca-item1 {
width: 455px;
margin-left: 60px;
}

#business_welcome_inner {
width: 580px;
}
}

@media screen and (max-width: 480px){

.columns{
width:460px;
background:none;
padding-left: 0px;
}

.columns > .content {
width: 460px;
}

#header {
width: 460px;
}

#header-main{
padding: 0 0 0px;
}

#header-right {
width: 440px;
height: none;
float:none;
padding-left: 0px;
min-height:70px;
}
#slider-bottom {
width: 460px;
}

#recent-projects {
width: 460px;
}
#post-and-client {
width: 460px;
}

.content .post_box h1, .post_box .headline {
line-height: 35px;
}

#latest-testim {
width: 460px;
}

#business-footer {
width: 460px;
height: auto;
}
.left-footer {
float:none;
margin-left: 130px;
}

.right-footer {
float: none;
width: 225px;
margin-left: 130px;
}

.right-last-footer {
float: none;
margin-left: 130px;
}

#footer-bottom1 {

height: 90px;
}

#footer-bottom1-inner {
width: 440px;
}

#landing-container{
width:425px;
}

.landing .post_box {
width: 350px;
}

#footer-landing-bottom{
width:425px;
}
#footer-menu{
float:none;
}

.menu {
margin-top: -20px;
}


#pricing-table{
width:460px;

}

.thesis_clever_optin_inr {
margin: 0 auto;
width: 460px;
padding-top: 0px;
}

.thesis_clever_optin_inr h2.clever_titr {
padding-left: 30px;
}

.thesis_clever_optin_inr p {
padding-left: 30px;
line-height: 25px;
padding-bottom: 15px;
}

.thesis_clever_optin_inr input.emailr {
margin-left: 0px;
}

#social_iconswidget {
width: 365px;
float: none;
padding-left: 110px;
}

.lat-news {
width: 460px;
}

.lat-news-main {
height: 110px;
padding-left: 0px;
}

.menu-business-container {
margin-left: 0px;
}

#fancyNav ul li {
padding: 10px 1px 0px;
}

#fancyNav ul li ul {
top:35px;
}

.portfo {
width: 460px;
height: 1140px;
padding-left: 120px;
}

.portfo4{
width:460px;
}

.portfo3{
width:460px;
padding-left:60px;
}

.freshdesignweb{
width:460px;
padding-left:50px;
}

.freshdesignweb2{
width:460px;
padding-left:50px;
}

.designweb1{
width:460px;
}
.designweb1 .pricing_box { width:225px;}

.demo-2 .bg-img {
height: 230px;
}

.demo-2 .sl-slider-wrapper {
height: 230px;
}
.demo-2 .sl-slider h2, .demo-2 .sl-slider blockquote {
padding: 0px 0px 0px 0px;
}

.demo-2 .bg-img {
height: 300px;
}

.sl-slider-wrapper {
height: 300px;
}

.demo-2 .sl-slider h2, .demo-2 .sl-slider blockquote {
padding:0px;
}

#slider-bottom{
width:460px;
}

#services {
width: 300px;
height: 640px;
margin-left: 90px;
}

#services .service {
margin-bottom:10px;
}

#services .service1 {
float: none;
padding-left: 45px;
clear:both;
}

.client-says {
width: 460px;

}

.ca-container {
width: 460px;
margin-left: 0px;
}

.ca-item {

width: 460px;
}



.ca-nav span.ca-nav-next {
right: -120px;
}

.ca-item1{
	width:450px;
	margin-left: 0px;
}

#twitter_div {
padding-left: 130px;
float: none;
height: 255px;
width: 350px;
}

#business_welcome{
height:150px;

}
#business_welcome_inner {
width: 460px;
margin-top:0px;
}

#business_welcome_inner p {
padding-top:15px;
}
#business_welcome_button a {
float: right;
margin-top: 0px;
padding: .2em .5em .3em .5em;
position: relative;
right: 30px;
}

#copyright_text {
padding-top: 10px;
text-align: justify;
padding-left: 10px;
margin-left: 130px;
float:none;
}

}

@media screen and (max-width: 320px){

.columns{
width:300px;
}

.columns > .content {
width: 300px;
}

.columns > .sidebar {
padding-left: 0px;
}

.post_box .center, .post_box .aligncenter {
width: 250px;
}

.post_box .right, .post_box .alignright, .post_box .ad {
width: 230px;
height: 150px;
}

.post_box .left, .post_box .alignleft, .post_box .ad {
width: 230px;
height: 150px;
}


#header {
width: 300px;

}

#header-main{
height:none;
}

#header-right {
width: 280px;
height: none;
float:none;
padding-left: 0px;

}
#slider-bottom {
width: 300px;
}

#post-and-client {
width: 300px;
}

.content .headline_area p {
margin-left:0px;
}

#recent-projects {
width: 300px;
}

#latest-testim {
width: 300px;
}

#business-footer {
width: 300px;
height:none;
}

.left-footer {
float: none;
margin-left: 40px;
}

.right-footer {
float: none;
margin-left:40px;
}

.right-last-footer {
margin-left: 40px;
float:none;
}

#footer-bottom1-inner {
width: 250px;
}

.landing .post_box {
width: 200px;
}

#footer-bottom1 {
height: 70px;
}

#footer-menu {
padding-right:0px;
}

.content .post_box h1, .post_box .headline {
line-height:37px;
}

.search-form .input_text {
width:280px;
}

#landing-container{
width:265px;
}

#footer-landing-bottom{
width:265px;
}
.menu {
margin-top: 0px;
margin-left:0px;
}

.columns > .sidebar {
padding-left: 10px;
width: 275px;
}

#pricing-table{
width:300px;
}

.content #post-image img{
width:220px;
height:220px;
}

.thesis_clever_optin_inr {
width: 300px;
}

.thesis_clever_optin_inr h2.clever_titr {
padding-left: 30px;
}

.thesis_clever_optin_inr p {
padding-left: 30px;
line-height: 20px;
padding-bottom:20px;
}
.thesis_clever_optin_inr input.emailr {
width: 250px;
margin-left: 30px;
}

.thesis_clever_optin_inr input.submitr {
margin-top:10px;
margin-left: 100px;
}

#social_iconswidget {
width: 280px;
float: left;
padding-left: 20px;
padding-top: 20px;

}
#social_iconswidgetinner {

margin-top:-15px;
}

.lat-news {
width: 300px;
}

.lat-news-main{
padding-left:0px;
}
.lat-news-main h3 {
font-size: 15px;
}

.lat-news-main p {
width: 300px;
}

.lat-news-main a#read_more1 {
margin-right: 0px;
}

.menu-business-container {
margin-left: none;
}

#fancyNav ul li {
padding: 10px 1px 0px;
}

#fancyNav ul li ul {
top:35px;
}

.portfo {
width: 300px;
height: 1140px;
margin-left: -20px;
padding-left: 50px;
}

.views {
margin-left: 40px;
}

.portfo4{
width:300px;
padding-left: 40px;
}

.portfo3{
width:300px;
padding-left:0px;
}

.view3{
width:280px;
}

.freshdesignweb{
width:300px;
padding-left:50px;
}

.freshdesignweb2{
width:300px;
padding-left:0px;
}
.freshdesignweb2 .pricing_box {
width: 300px;
}

.designweb1{
width:300px;
padding-left:50px;
}

.demo-2 .sl-slider h2, .demo-2 .sl-slider blockquote {
padding: 0px 0px 0px 0px;
font-size:26px;
}
.demo-2 .sl-slider blockquote p {
padding-left:0px;
font-size: 14px;
}

.demo-2 .sl-slider blockquote cite a {
padding-top: 0px;
padding-left: 100px;
}

.demo-2 .bg-img {
height: 150px;
}

.demo-2 .sl-slider-wrapper {
height: 150px;
}

.demo-2 .bg-img {
height: 300px;
}

.sl-slider-wrapper {
height: 300px;
}

.demo-2 .sl-slider h2, .demo-2 .sl-slider blockquote {
padding:0px;
}

#slider-bottom{
width:300px;
}

#services {
width: 300px;
height: 640px;
padding-bottom: 20px;
margin-left:0px;
}
#services .service {
width: 270px;
height:200px;
margin-left:0px;
}

#services .service p {
width:275px;
}

#services .service1 {
margin-left: 0px;
padding-left: 1px;
}

#services .service1 p {
width:270px;
}
#services .service .thumb {
width: none;
float: none;
}

#services .service1 .thumb {
width:none;
float:none;
}

.client-says {
width: 300px;
float: left;
padding-left: 0px;
margin-top: 10px;
}

.ca-container {
width: 300px;
height:375px;
margin-left: 0px;
}

.ca-nav span.ca-nav-next {
right: 0px;
padding-left: 160px;
}

.ca-item {

width: 300px;
}

.ca-item h3 {
font-size: 20px;
}

.ca-item h4 {
margin: 0px;
}

#ca-more {
padding: .4em .4em .4em .4em;
}

.ca-item1{
	width:280px;
	height:400px;
	
}

#twitter_div {
padding-left:40px;
float: none;
height: 255px;
width: 250px;
}

.thesis_business_optin_inr{ width:275px; padding-top: 0px; }

.thesis_business_optin_inr input.namer{ 

width: 200px;

}

.thesis_business_optin_inr input.emailr {

width: 200px;

}

.thesis_business_optin_inr input.submitr {

  width:200px;

}

#business_welcome{

height:150px;

}
#business_welcome_inner {
width: 300px;
}

#business_welcome_inner p {
float: none;
padding-left: 20px;
padding-right: 20px;
font-family: 'Lato', sans-serif;
font-size: 15px;
padding-top: 15px;
}

#business_welcome_button a {
float:right;
margin-top: 0px;
padding: .2em .2em .2em .2em;
}

#copyright_text {
padding-left: 0px;
float: none;
margin-left: 0px;
}
}

@media screen and (max-width: 240px){
.post_box .center, .post_box .aligncenter {
width: 150px;
}

.post_box .right, .post_box .alignright, .post_box .ad {
width: 160px;
height: 100px;
}

.post_box .left, .post_box .alignleft, .post_box .ad {
width: 160px;
height: 100px;
}


.columns{
width:220px;
}

.columns > .content {
width: 220px;
}

.columns > .sidebar {
width:220px;
}

.landing .post_box {
width: 170px;
}

#header {
width: 220px;
}

#header-main{
min-height: 227px;
}

#pricing-table{
width:220px;
}

#header-right {
width: 200px;
height: none;
float:none;
padding-left: 0px;

}

#slider-bottom {
width: 220px;
}
#recent-projects {
width: 220px;
}

#post-and-client {
width: 220px;
}

#latest-testim {
width: 220px;
}

#business-footer {
width: 220px;
height:none;
}

.left-footer {
float: none;
margin-left:0px;
}

.right-footer {
float: none;
padding-left: 0px;
margin-left: 0px;
}

.right-last-footer {
float: none;
margin-left: 0px;
}

#footer-bottom1-inner {
width: 220px;
}

.content .headline_area p {
margin-left: 0px;
}

.search-form .input_text {
width:200px;
}

#landing-container{
width:220px;
}

#footer-landing-bottom{
width:220px;
}

.content #post-image img{
width:150px;
height:150px;
}

.thesis_clever_optin_inr {
width: 220px;
}

.thesis_clever_optin_inr h2.clever_titr {
padding-left: 30px;
}

.thesis_clever_optin_inr p {
padding-left: 30px;
line-height: 20px;
padding-bottom: 10px;
}

.thesis_clever_optin_inr input.emailr {
width: 200px;
margin-left: 0px;
}
.thesis_clever_optin_inr input.submitr {
margin-left: 50px;
margin-top: 10px;
}

#social_iconswidget {
width: 220px;
float: none;
padding-left: 0px;
}
#social_iconswidgetinner {
width: 220px;
}
#social_inner1 img {
width: 20px;
height: 20px;
}

.lat-news-main {
height: 160px;
padding-left:0px;
}

.lat-news {
width: 220px;
}

.lat-news-main h3 {

margin-bottom: 25px;
font-size: 14px;
}

.lat-news-main p {
width: 220px;
}

.menu-business-container {
margin-left: none;
}

#fancyNav ul li {
padding: 10px 1px 0px;
}

#fancyNav ul li ul {
top:35px;
}

#fancyNav ul li ul li a {
width: 140px;
}

.portfo {
width: 200px;
height:1140px;
padding-left:0px;
margin-left: -10px;
}

.views{
margin:0px;
margin-bottom:20px;
width:200px;
}
.views .mask{
width:200px;
}

.portfo4{
width:200px;
margin-left: -40px;
}


.views {
width:200px;
}

.portfo3 {
width: 220px;
}

.view3 {
width:210px;
}

.freshdesignweb {
width: 220px;
}

.freshdesignweb .pricing_box {
margin-left: -30px;
}

.designweb1 {
width: 220px;
}

.designweb1 .pricing_box {
width:200px;
margin-left: -40px;
}

.freshdesignweb2 {
width: 220px;
}

.freshdesignweb2 .pricing_box {
width:220px;
}

.demo-2 .sl-slider h2, .demo-2 .sl-slider blockquote {
font-size:15px;
}

.demo-2 .sl-slider blockquote p {

font-size: 12px;
}


.demo-2 .sl-slider blockquote cite a {
padding-left: 50px;
}

.demo-2 .bg-img {
height: 110px;
}

.demo-2 .sl-slider-wrapper {
height: 110px;
}

#slider-bottom{
width:220px;
}

#services {
width: 220px;
height:700px;

}

#services .service {
width: 220px;
margin-left:0px;
height:220px;
}
#services .service .thumb {
width: 220px;
}

#services .service p {
width: 220px;
}
#services .service1 {
float: none;
padding-left:0px;
margin-left:0px;
}

#services .service1 .thumb {
width: 220px;
float:left;
margin-left: 0px;
}

#services .service1 p {
width:220px;
margin-left: 0px;
}

.client-says {
width: 220px;
padding-left: 0px;
}

.ca-container {
float: left;
width: 220px;
height: 395px;
margin-left: 0px;
}

.ca-item {
width: 220px;
}

.ca-item h3 {
font-size:15px;
}

.ca-item h4 {
line-height: 15px;
margin: 0px;
padding-bottom:5px;
}

.ca-nav span.ca-nav-next {
right: 0px;
padding-left: 85px;
}

.ca-item1 {
width:220px;
}

#twitter_div {
padding-left: 0px;
padding-bottom: 58px;
float: none;
height: 230px;
width:220px;
}

.thesis_business_optins {
padding: 10px 10px 10px;
}
.thesis_business_optin_inr {
width: 200px;
}

.thesis_business_optin_inr input.namer{

width: 175px;

}

.thesis_business_optin_inr input.emailr {

width: 175px;

}

.thesis_business_optin_inr input.submitr {

  width:175px;
}

#business_welcome {
height: 200px;
}

#business_welcome_inner {
width: 220px;
}

#business_welcome_button a {
float:right;
}
#business_welcome_inner p {
float: none;
padding-left: 20px;
padding-right: 20px;
font-family: 'Lato', sans-serif;
font-size: 15px;
padding-top: 15px;
}

#copyright_text {
width: 220px;
line-height: 30px;
padding-left: 0px;
}
}
.columns:after, .post_box:after, .post_box .post_content:after, .sidebar:after, .sidebar .post_content:after, .menu:after, .comment .comment_text:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }