/* ======================================================================================================
 GENERAL TYPOGRAPHY 
=======================================================================================================*/

/* ================= 1. CSS Reset ================= */
html, body,
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
}
strong,
b {
  font-weight :bold;
}
em,
dfn,
i {
  font-style: italic;
}

/* ================= General tags ================= */
body {
  color: #3A3239;
  backgorund: #F6F4E7;
  font: 14px/1.7 Helvetica, Arial, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 600;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  text-decoration: none;
  outline: none;
}
a {
  color: #8EC31F;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
  color: #63C;
}
pre {
  padding: 20px;
  white-space: pre;
  overflow: auto;
}
code {
  display: block;
  line-height: 15px;
  overflow: auto;
  padding: 14px;
  border: 1px solid #DDD;
  background: #F6F6F6;
  color: #595959;
  font-size: 11px;
  white-space: pre;
}
code strong {color: #000;}

p {
  line-height: 30px;
  color: #74665B;
  font-size: 1.2em;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
}
dl,
hr,
h1, h2, h3, h4, h5, h6,
ol, ul,
pre,
table,
address,
fieldset,
blockquote,
article, p {
  margin-bottom: 15px;
}
::selection {
  background: #2E2823;
  color: #FFF;
}
::-moz-selection {
  background: #2E2823;
  color: #FFF;
}
.comment{
  line-height: 30px;
  font-size: 1.2em;
}

/* ================= Headers ================= */
h1 {
  color: #453C34;
  font-size: 2em;
}
h2 {
  margin-top: 20px;
  color: #453C34;
  font-size: 22px;
}
h3 {
	color: #453C34;
  font-size: 1.8em;
}
h4 {
  font-size: 1.5em;
  color: #453C34;
}
h5 {
  color: #453C34;
  font-size: 1.3em;
}
h6 {
  color: #453C34;
	font-size: 12px;
}
h1.regular,
h2.regular,
h3.regular,
h4.regular,
h5.regular,
h6.regular {
  font-weight: 400;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #FFF;
 }
h1.page_title {
  margin-bottom: 10px;
}
h1.bottom_line {
  margin: 15px 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #D9D9D9;
}
h2.bottom_line {
  margin-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
h3.bottom_line {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}
h3.bottom_line2 {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #D9D9D9;
}
h4.bottom_line {
  margin-bottom: 11px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
p.bottom_line {
  margin-bottom: 10px;
  padding: 0 0 13px 0;
  border-bottom: 1px solid #D9D9D9;
}
div.bottom_line {
  margin-bottom: 10px;
  padding: 0 0 13px 0;
  border-bottom: 1px solid #D9D9D9;
}
p.align_center {
  color :#999;
  text-align: center;
}
p.align_center a {font-weight: bold;}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 600;
}

/* ================= List Styles ================= */
ul {
	list-style: none;
	margin-top: 0;
}
ol {
  margin-bottom: 0;
  margin-top: 0;
}
ol,
ol li {
  list-style: decimal outside;
}

/* ================= Images ================= */
img.alignleft {
  float: left;
  margin: 10px 16px 10px 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  float: right;
  margin: 5px 0px 5px 11px;
}

/* ================= Tables ================= */
table {
}
table thead td {
  height: 30px;
  background: #DDD;
  color: #262626;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
table td {
  font-weight: normal;
	vertical-align: middle;
}
table tr.grey {background: #F2F2F2;}

/* ================= Forms ================= */
input,
textarea {
  padding: 7px 10px 7px 10px;
  border: 1px solid #CCC;  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  font-size: 11px;
}

/* ================= Deviders ================= */
.clear {
  display :block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}
.padding3 {
  line-height: 0;
  padding-top: 3px;
  font-size: 0;
}
.padding5 {
  line-height: 0;
  padding-top: 5px;
  font-size: 0;
}
.padding10 {
  line-height: 0;
  padding-top: 10px;
  font-size: 0;
}
.padding12 {
  line-height: 0;
  padding-top: 12px;
  font-size: 0;
}
.padding15 {
  line-height: 0;
  padding-top: 15px;
  font-size: 0;
}
.padding17 {
  line-height: 0;
  padding-top: 17px;
  font-size: 0;
}
.padding20 {
  line-height: 0;
  padding-top: 20px;
  font-size: 0;
}
.padding25 {
  line-height: 0;
  padding-top: 25px;
  font-size: 0;
}
.padding30 {
  line-height: 0;
  padding-top: 30px;
  font-size: 0;
}
.padding40 {
  line-height: 0;
  padding-top: 40px;
  font-size: 0;
}
.padding50 {
  line-height: 0;
  padding-top: 50px;
  font-size: 0;
}
.padding60 {
  line-height: 0;
  padding-top: 60px;
  font-size: 0;
}
.padding80 {
  line-height: 0;
  padding-top: 80px;
  font-size: 0;
}
.none {display: none;}
.line {
  border-top: 1px solid #D9D9D9;
  font-size: 0px;
}
hr {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: transparent;
}
hr {
  margin :5px 0 25px 0;
  background: #D9D9D9;
  color: #D9D9D9;
}
hr.dotted {border-style: dotted;}
p + hr {margin: 25px 0 20px 0;}

/* ======================================================================================================
 GENERAL STRUCTURE
=======================================================================================================*/

/* ================= Header and Logo ================= */
.container {
  width: 940px;
  margin: 0 auto;
}
.header_bg {
  min-height: 160px;
  padding-top: 5px;
  background-color: #F7FFD7;
}
.header_bg h1{
  margin: 3px;
  font-size: 11px;
  font-weight: normal;
}
.header_bg.grey {
  background: #F2F2F2 url("../images/header_delimiter.png") repeat-x bottom;
}
.header_bg .logo {
  margin-top: 5px;
}
.header_bg .logo img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}

/* ================= Header Menu ================= */
.main-menu {
  float: right;
  margin: 5px 0 0 0;
}
.main-menu ul {margin: 0;}
.main-menu li ul {
  left: -2px;
  padding-top: 2px;
}
.main-menu li ul li {box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.1);}
.main-menu li {
  display: block;
  position: relative;
  z-index: 100;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.main-menu a {
  display: block;
  position: relative;
  color: #453C34;
  font-family: "Helvetica neue", Arial, sans-serif;
  font-weight: bold;
}
.main-menu a:hover {
  color: #63C;
  text-decoration: none;
}
.main-menu li.submenu > a {
  padding-right: 20px;
  background: url(../images/menu_down_arrow.png) no-repeat right;
  cursor: default;
}
.main-menu > ul > li {
  float: left;
  margin-right: 28px;
}
.main-menu > ul > li:last-child {margin-right: 0;}
.main-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 100;
}
.main-menu li:hover > ul {display: block;}
.main-menu li ul li.submenu > a {
  padding-right: 10px;
  background: #F7FFD7 url(../images/submenu_left_arrow.png) no-repeat right;
}
.main-menu li ul li.submenu > a:hover {
  padding-right: 10px;
  background: #F7FFD7 url(../images/submenu_left_arrow.png) no-repeat right;
}
.main-menu li ul li {
  display: block;
  width: 18em;
  height: 33px;
  border-bottom: 1px solid #534A42;
  background: #F7FFD7;
}
.main-menu li ul li a:hover {
  background: #F7FFD7;
  color: #63C;
}
.main-menu li ul li:last-child {
  border-bottom: 1px solid #2E2823;
}
.main-menu li ul li a {
  line-height: 33px;
  padding: 0 25px 0 12px;
  background: #F7FFD7;
}
.main-menu li ul li ul {
  top: -1px !important;
  left: 100% !important;
  padding: 0 !important;
}

/* ================= Footer ================= */
.footer_bg {
  margin-top: 60px;
  border-top: 10px solid #D93E39;
  background: #282828;
}
.footer_bg.no_margin {
  margin-top: 0;
}
.footer {
  margin-top: 35px;
}
.footer_bg .footer h1.about {
  background: url("../images/footer_about.png") no-repeat 0px 4px;
  color: #AAA;
  font-weight: 400;
  font-size: 18px;
  text-indent: 30px;
  text-shadow: 0 1px 0 #262626;
}
.footer_bg .footer h1.blog {
  background: url("../images/footer_blog.png") no-repeat 0px 4px;
  color: #AAA;
  font-weight: 400;
  font-size: 18px;
  text-indent: 30px;
  text-shadow: 0 1px 0 #262626;
}
.footer_bg .footer h1.flickr {
  background: url("../images/footer_flickr.png") no-repeat 0px 4px;
  color: #AAA;
  font-weight: 400;
  font-size: 18px;
  text-indent: 30px;
  text-shadow: 0 1px 0 #262626;
}
.footer_bg .footer p {
  line-height: 22px;
  color: #CCC;
}
.footer_bg_bottom {
  border-top: 1px solid #453C34;
  background-color: #8EC31F;
}
.footer .lastest_posts img {
  float: left;
  margin: 5px 20px 0 0;
}
.footer .lastest_posts a {}
.footer .col_1_3 {
  width: 280px;
  margin: 20px 40px 0 0;
}
.footer .col_1_3.last {
  width: 280px;
  margin: 20px 0 0 0;
}
.footer .flickr ul {
  margin-right: -20px;
 }
.footer .flickr ul li {
  float: left;
  margin: 0 20px 20px 0;
  padding: 0;
}
.ie7 .footer .flickr ul li {
  float: left;
  margin: 0 13px 19px 0;
  padding: 0;
}
.footer .flickr ul li a {
  display: block;
  width: 72px;
  height: 72px;
  border: 4px solid #202020;
}
.footer_bottom .menu ul {
  list-style: none;
  margin: 5px 0;
  padding: 5px 0 0 0;
  font-size: 12px;
}
.footer_bottom .menu ul li {
  display: block;
  list-style: none;
  z-index: 9999;
  margin: 5px 0;
  padding: 0;
}
.footer_bottom .menu ul li a {
	display: block;
  color: #F1ECD8;
	font-weight: bold;
	text-decoration: none;
}
.footer_bottom .menu ul li a.selected {
  color: #D8C0A8;
}
.footer_bottom .menu ul li a:hover {
  color: #63C;
}
.footer_bottom p,
.footer_bottom p a {
  line-height: 15px !important;
  margin: 5px !important;
  color: #F1ECD8;
  font-size: 11px;
}
.fcom{
  margin: 5px !important;
  font-size: 12px;
}
.fname{
  margin: 5px !important;
  font-weight: bold;
  font-size: 16px !important;
}

address{
  line-height: 20px;
	margin: 0 auto;
	border-top: 1px solid #453C34;
	color: #74665B;
  font-style: normal;
	font-size: 10px;
	text-align: center;
}
.footer_bottom .keep_in {
	padding:20px 0 0 0;
	color: #A6A6A6;
	font-weight:600;
}

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

/* ================= Page title + Search ================= */
.page_info {
	margin: 10px 0 10px 0;
}
.page_info .text {
  float: left;
}
.page_info .search .left {
  float: left;
  padding: 0 0 0 0;
}
.page_info .search .right {
  float: left;
  padding: 4px 0 0 0;
}
.page_info .search .inputSearch {
  margin: 0;
  width: 40px;
  height: 30px;
  border: 0;
  background: url("../images/search_button.png") no-repeat;
  cursor: pointer;
}
.page_info .search .inputSearch:hover {
  background-repeat: no-repeat;
  background-position: 100% -30px;
}
.page_info .search .inputSearch:active {
  background-repeat: no-repeat;
  background-position: 0 -60px;
}
.page_info .search .inputText {
  width: 140px;
  height: 20px;
  margin: 4px 15px 0 11px;
  padding: 5px;
  border: 1px solid #E4E4E4;
  color: #808080;
}
.delimiter {
  height: 5px;
  margin: 0 0 15px 0;
  background: url("../images/companies_bottom.png") repeat-x;
}

/* ================= Columns ================= */
.content {
  float: left;
  width: 620px;
  margin: 25px 40px 0 0;
}
.sidebar {
  float: left;
  width: 280px;
  margin: 10px 0 0 0;
}
.col_1_2 {
  float: left;
  width: 460px;
  margin: 0 20px 0 0;
}
.col_2_3 {
  float: left;
  width: 620px;
  margin: 0 20px 0 0;
}
.col_1_3 {
  float: left;
  width: 300px;
  margin: 0 10px 0 0;
}
.col_1_4 {
  float: left;
	width: 220px;
	margin: 0 20px 0 0;
}
.col_1_5 {
  float: left;
  width: 172px;
  margin: 0 20px 0 0;
}
.col_3_4 {
  float: left;
  width: 658px;
  margin: 0 20px 20px 0;
  border-right: 1px dotted #333;
  padding: 0 20px;
}
.content .col_1_2 {width: 300px;}
.content .col_1_3 {width: 193px;}
.content .col_2_3 {width: 406px;}
.content .col_1_4 {width: 140px;}
.content .col_1_5 {width: 108px;}
.content .col_3_4 {width: 460px;}
.col_1_2.last,
.col_2_3.last,
.col_1_3.last,
.col_1_4.last,
.col_1_5.last,
.col_3_4.last,
.col_3_4 .col_1_2.last {
	margin: 0;
}
.content .col_1_2.last,
.content .col_2_3.last,
.content .col_1_3.last,
.content .col_1_4.last,
.content .col_1_5.last,
.content .col_3_4.last {
	margin: 0;
}

.col_3_4 img{
  height: auto;
  max-width: 100%;
  width: auto\9; /* ie8 */
}

article{
  margin: 0 0 15px 0;
}
section,
aside{
  margin: 0;
  padding: 0;
}

/* ======================================================================================================
 SPECIFIC PAGE STYLES
=======================================================================================================*/

/* ================= Homepage Companies ================= */
.companies {
  margin: 25px 0 80px 0;
  padding: 0;
}
.companies .ctop {
  height: 5px;
  background: url("../images/companies_top.png") repeat-x;
}
.companies .cbody {
  margin: 30px 0;
 }
.companies .cbody ul {
  margin: 0;
  padding: 0;
}
.companies li {
  display: inline;
  float: left;
  margin: 0 0 0 16px;
  padding: 0;
}
.companies li a.thumb {
  display: block;
  width: 140px;
  height: 50px;
  cursor: pointer;
}
.companies li span {
  display: block;
  width: 140px;
  height: 50px;
  overflow: hidden;
}
.companies .cbottom {
  margin: 0 0 0 0;
  height: 5px;
  background: url("../images/companies_bottom.png") repeat-x;
}

/* ================= Homepage Featured Columns ================= */
.featured_bg {
  background: #url("../images/featured_bg.png") no-repeat top center;
}
.featured_block {
  margin: 5px 0 35px 0;
  text-align: center;
}
.featured_block h3 {
  margin-bottom: 10px;
  padding: 0;
}
.featured_block p {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}
.featured_bg img {
  position: relative;
}
.features .title {
  margin: 0 0 13px 0;
  padding: 15px 15px 15px 10px;
  border-bottom: 1px solid #D9D9D9;
  background: #716457;
}
.features img {
  float: left;
  margin: 0 10px 0 0;
}
.features .title h3 {
  line-height: 26px;
  margin: 0 0 0 0;
  color: #FFF;
  font-weight: bold;
}

/* ================= Homepage Widgets ================= */
.homepage_divider {
  height: 5px;
  margin-top: 0;
  background: url("../images/homepage_divider.png") repeat-x;
}
.homepage_widgets_bg {
  border-top: 1px solid #453C34;
  background: #716457;
}
.homepage_widgets_bg p {
  color: #FAFAF5;
}
.button_divider {
  width: 207px;
  margin: -70px auto 0 auto;
}
.button_divider a.button_big {
  margin: 0 0 0 11px;
}
.homepage_widgets {
  padding: 40px 0 80px 0;
  border: 0;
  border-top: 1px solid #F1F1F1;
  text-align: center;
}
.homepage_widgets .col_1_3 {
  width: 280px;
  margin: 40px 20px 0 20px;
}
.homepage_widgets .col_1_3 h3.red {
  margin: 27px 0 10px 0;
}
.homepage_widgets .col_1_3 .widget_body p {
  margin: 0 0 0 0;
}
.homepage_widgets .col_1_3.first {
  margin: 40px 20px 0 10px;
}
.homepage_widgets .col_1_3.last {
  width: 280px;
  margin: 40px 0 0 20px;
}
.homepage_widgets .widget_body {
  margin: 0 0 0px 0;
  padding: 10px 20px;
  border: 1px solid #CCC;
  background: #FFF;
}
.homepage_widgets .widget_body .homepage_widget_top {
  height: 20px;
  margin: 0 0 10px 0;
  background: url("../images/homepage_widget_top.png") repeat-x;
}
.homepage_widgets .widget_body .divider_border {
  height: 1px;
  margin: 5px 0 10px 0;
  background: url("../images/homepage_widget_divider_border.png") repeat-x;
}
.homepage_widgets .widget_body .image {
  position: relative;
  float: left;
  width: 60px;
  margin-top: 6px;
  padding :5px 5px 0 5px;
  border: 1px solid #CCC;
}
.homepage_widgets .widget_body .image img {
  width: 60px;
  height: 60px;
}
.homepage_widgets .widget_body .image .widget_quotes {
  position: absolute;
  top: -7px;
  left: 0px;
  width: 25px;
  height: 22px;
  background: url("../images/widget_quotes.png") no-repeat;
}
.homepage_widgets .widget_body .text {
  float: left;
  width: 150px;
  margin-left: 15px;
}
.homepage_widgets .widget_body .text p {
	line-height: 22px;
	margin: 0 0 5px 0;
  text-align: left;
}
.homepage_widgets .widget_body .widget_comments {
  float: left;
  padding: 3px 0 3px 0;
  color:#DC4B46;
  font-size: 12px;
  text-align: left;
}
.homepage_widgets .widget_body .hour {
  float: right;
  line-height: 11px;
  padding: 7px 0 0 15px;
  background: url("../images/hour.png") no-repeat left 85%;
  color: #A7A6A6;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  font-size: 11px;
}
.homepage_widgets .widget_bottom {
  width: 282px;
  height: 10px;
  background: url("../images/homepage_widget_bottom.png") no-repeat;
  font-size: 0;
}
.homepage_widgets p {
  text-align: center;
}
.homepage_widgets .widget_newsletter {
  border: 1px solid #CCC;
  background: #FFF;
}
.homepage_widgets .widget_newsletter h3 {
  margin: 10px 0 10px 0;
}
.homepage_widgets .widget_newsletter .wline {
  height: 6px;
  background: url("../images/newsletter_bg.png") no-repeat;
  font-size: 0;
}
.homepage_widgets .widget_newsletter .widget_newsletter_body {
  padding: 10px 20px 20px 20px;
}
.homepage_widgets .widget_newsletter .divider_border {
  height: 1px;
  margin: 0 0 10px 0;
  background: url("../images/homepage_widget_divider_border.png") repeat-x;
}
.homepage_widgets .widget_newsletter label {
  display: block;
  margin: 10px 0 10px 0;
  color: #707070;
  font-weight: 400;
  text-align: left;
}
.homepage_widgets .widget_newsletter input[type="text"] {
  width: 90%;
  border: 1px solid #E6E6E6;
  color: #707070;
  font-weight: 400;
}
.homepage_widgets .widget_newsletter .button_big {
  margin: 10px 0 10px 0;
}
.homepage_widgets .widget_newsletter .button_big span {
  width: 195px;
}
.recent_post_slider .slides_container {
  display: none;
  width: 238px;
}
.recent_post_slider .slides_container div.slide {
  display: block;
  width: 238px;
}
.pagination {
  width: 50px;
  margin: 10px auto 20px auto;
}
.pagination li {
  float: left;
  margin: 0 3px;
}
.pagination li a {
  display: block;
  float: left;
  width: 10px;
  height: 0;
  overflow: hidden;
  padding-top: 11px;
  background-image: url(../images/pagination.png);
  background-position: 0 0;
}
.pagination li.current a {background-position: 0 -11px;}
.follow_us_box {
  padding: 15px;
  border: 1px solid #CCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
}
.follow_us_box a.twitter {
  float: left;
  padding: 0 0 0 24px;
  background: url("../images/homepage_twitter.png") no-repeat left;
  color: #262626;
  font-size: 16px;
}
.follow_us_box a.twitter:hover {
  text-decoration: none;
}
.follow_us_box a.twitter span {
  color: #D93E39;
}
.follow_us_box span.spacing {
  padding: 0 30px 0 30px;
  color: #262626;
  font-size: 16px;
}
.follow_us_box a.facebook {
  float: right;
  padding: 0 40px 0 18px;
  background: url("../images/homepage_facebook.png") no-repeat left;
  color: #262626;
  font-size: 16px;
}
.follow_us_box a.facebook span {
  color: #D93E39;
}
.follow_us_box a.facebook:hover {
  text-decoration: none;
}
.recent_works_left {
  float: left;
}
.recent_works_left h2 {
  margin-bottom: 10px;
}
.recent_works_left h2 strong {
  font-weight: 700;
}
.recent_works_arrows {
  float: right;
  padding: 11px 0 3px 0;
}
.recent_works_arrows a.prev_item {
  position: absolute;
  width: 22px;
  height: 22px;
  margin-top: 132px;
  margin-right: 8px;
  margin-left: -980px;
  background: url("../images/portfolio_prev.png") no-repeat top;
}
.recent_works_arrows a.prev_item:hover {
  background: url("../images/portfolio_prev.png") no-repeat bottom;
}
.recent_works_arrows a.next_item {
  position: absolute;
  width: 22px;
  height: 22px;
  margin-top: 132px;
  margin-left: 19px;
  background: url("../images/portfolio_next.png") no-repeat top;
}
.recent_works_arrows a.next_item:hover {
  background: url("../images/portfolio_next.png") no-repeat bottom;
}
.recent_works {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.recent_works ul:after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  content: "";
}
.recent_works ul li {
  float: left;
  width: 293px;
  height: 200px;
  margin: 0 10px 60px 10px;
  background: #FFF;
}
.recent_works ul li .recent_image {
  display: block;
  position: relative;
  width: 281px;
  height: 140px;
  padding: 5px;
  border: 1px solid #CCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.recent_works ul li .recent_image .portfolio_image {
  width: 281px;
  height: 140px;
}
.recent_works ul li .title {
  display: block;
  padding: 10px 0 10px 0;
  color: #262626;
  font-size: 18px;
  text-align: left;
}
.recent_works ul li .title a {
  color: #262626;
  font-weight: bold;
  font-size: 18px;
}
.recent_works ul li .title a:hover {
  color: #D93E39;
}
.recent_works ul li .clear {
  display: block;
  clear: both;
  padding: 5px 0 0 0;
}

/* ================= Contact Page ================= */
.contact_map {
  width: 261px;
  height: 310px;
  padding: 35px 0 0 21px;
  margin: 30px 0 30px 0;
  background: url("../images/contact_map.png") no-repeat;
}
.map_canvas {
    width: 240px;
    height: 280px;
}
.required_info {
  margin: 0 0 10px 0;
  font-size: 12px;
}
.required_info span {
  color: red;
}
.inputText {
  width: 300px;
  height: 24px;
  padding: 7px;
  border: 1px solid #CCC;
}
.inputTextarea {
  width: 525px;
  height: 250px;
  padding: 7px;
  border: 1px solid #CCC;
}
.contact_form .inputText.error_class {
  border: 1px solid #EF716D;
}
.contact_form .inputTextarea.error_class {
  border: 1px solid #EF716D;
}
.contact_form label {
  margin-right: 0.5em;
  color: #262626;
  font-size: 13px;
  text-align: left;
}
.contact_form label span {
  color: red;
}

/* === Clearfix === */
.clear {
  display: block;
  clear: both;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  width: 0;
  line-height: 0;
  visibility: hidden;
  font-size: 0;
  content: ' ';
}
* html .clearfix, :first-child+html .clearfix {
  zoom: 1
}



/* ======================================================================================================
 WIDGETS
=======================================================================================================*/

/* ================= General Widget Style ================= */
.widget {
  margin: 0 0 35px 0;
}
.widget.margin_medium {
  margin: 0 0 10px 0;
}
.widget.margin_small {
  margin: 0 0 15px 0;
}
.widget h2 {
  margin: 0 0 10px 0;
  background: url("../images/widget_bg.png") repeat-x 0 12px;
  text-align: left;
}
.widget h2 span {
  padding: 0 10px 0 0px;
  background: #FFF;
  text-align: left;
  color: #262626;
  font-size: 17px;
}

/* ================= Categories ================= */
.categories ul {
  margin: -10px 0 0 0;
 }
.categories ul li a {
}
.categories ul li a:hover,
.categories ul li a.selected {
  color: #D93E39;
  text-decoration: none;
}

/* ================= Recent Posts ================= */
.recent_post {
  margin: 0 0 15px 0;
}
.recent_post .image {
  float: left;
  width: 60px;
  height: 60px;
  padding: 5px;
  border:1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.recent_post .image img {
  margin: 0;
  padding: 0;
}
.recent_post .text {
  float: left;
  width: 198px;
  padding: 0 0 0 10px;
}
.recent_post .text a.title {
  line-height: 23px;
  padding: 0;
  border: 0;
  color: #666;
  font-size: 11px;
  text-decoration: none;
}
.recent_post .text a.title:hover {
  color:#D93E39;
  text-decoration: underline;
}
.recent_post .text .comments {
  display: inline-block;
  line-height: 11px;
  padding: 6px 0 0 13px;
  background: url("../images/recent_post_comments.png") no-repeat left 85%;
  color: #A6A6A6;
  font-size: 11px;
}
.recent_post .text .time {
  display: inline-block;
  line-height: 11px;
  padding: 2px 5px 0 13px;
  background: url("../images/hour.png") no-repeat left 85%;
  color: #A6A6A6;
  font-size: 11px;
}
/* ================= Last Tweet ================= */
.tweet {
  margin-bottom: 20px;
}
.tweet p {
  margin: 0 0 0px 0;
}
.tweet .title {
  padding: 0 0 2px 0;
  color: #D93E39;
  font-weight: bold;
}
.tweet .hour {
  line-height: 11px;
  color: #B2B2B6;
  font-size: 10px;
}
/* ================= Blockquote ================= */
blockquote.right {
  float: right;
  width: 220px;
  margin: 10px 0px 0px 20px;
}
blockquote.left {
  float: left;
  width: 220px;
  margin: 10px 20px 0px 0px;
}
blockquote p {
  line-height: 22px;
  margin-bottom: 20px;
  padding: 0;
  color: #666;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  font-size: 11px !important;
}
blockquote {
  line-height: 22px;
  padding: 0 10px 0 22px !important;
  border-left: 4px solid #ADD3DD;
  color: #666;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
  font-size: 11px !important;
  quotes: none;
}

/* ======================================================================================================
 MISC.
=======================================================================================================*/	

/* ================= Boxes ================= */
.bordered_box {
  line-height: 21px;
  margin-top: 1px;
  margin-bottom: 20px;
  border: 1px solid #EFEFEF;
}
.bordered_box .title {
  height: 30px;
  margin: -2px -2px 0 -2px;
}
.bordered_box .title h1 {
  padding: 5px 0 0 19px;
  color: #FFF;
}
.tabs ul {
  margin: 0;
  padding: 0px 0 0 0;
}
.tabs ul li {
  float: left;
  margin: 0 3px -2px 0;
  border: 1px solid #EFEFEF;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.tabs ul li a {
  display: block;
  height: 24px;
  overflow: hidden;
  padding: 5px 15px 0 15px;
  border-bottom: none;
  background: #FBFBFB;
  color: #595959;
  font-weight: bold;
  font-size: 12px;
}
.tabs ul li a:hover {
  background: #F2F2F2;
  color: #D93E39;
  text-decoration: none;
}
.tabs ul li.ui-tabs-selected a {
  background: #FFF;
  color: #D93E39;
  border-bottom: 1px solid #FFF;
  margin-bottom: -2px;
}
.ui-tabs {
	position: relative;
	padding: 0;
	zoom: 1;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  padding: 0;
  border-width: 0;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.content_text {
  line-height: 22px;
  padding: 10px;
  color:#4D4D4D;
  font-size: 12px;
}
.question_box {
  line-height: 22px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #9AC1FA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #DBEEFE;
  color: #4180CF;
}
.success_box {
  line-height: 22px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #A4CB8B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #E9FEDB;
  color: #488E1B;
}
.attention_box {
  line-height: 22px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #F2C779;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background:#FFF8C4;
  color: #ED7C18;
}
.error_box {
  line-height: 22px;
  margin-bottom: 10px;
  padding: 8px 10px;
  border: 1px solid #F7B3B1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FFF1F1;
  color: #D93E39;
}
.toggle {
  height: 25px;
  padding: 5px 0 0 10px;
  border: 1px solid #EFEFEF;
  background: #FBFBFB;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
.toggle_active {
  height: 25px;
  padding: 5px 0 0 10px;
  color: #595959;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
.toggle_container {
  line-height: 22px;
  border: 1px solid #EFEFEF;
  border-top: 0px;
  color: #4D4D4D;
  font-size: 12px;
}
.toggle_container p {
  line-height: 22px;
  margin: 0;
  padding: 10px;
}
.toogle_box {
  position: relative;
  margin-bottom: 20px;
}
.toogle_box .toggle .icon {
  position: absolute;
  top: 10px;
  right: 4px;
  width: 18px;
  height: 19px;
  background: url("../images/toggle_open.png") no-repeat;
}
.toogle_box .toggle_active .icon {
  position: absolute;
  top: 10px;
  right: 4px;
  width: 18px;
  height: 19px;
  background: url("../images/toggle_close.png") no-repeat;
}

/* ================= Custom lists ================= */
.numbered_list {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 12px;
}
.iconic_list {
  list-style-image: url(../images/list-check.png);
  list-style-position: inside;
  font-size: 12px;
}
.arrow_list {
  list-style-image: url(../images/list-arrow.gif);
  list-style-position: inside;
  font-size: 12px;
}

/* ================= Paggination ================= */
.content .pages {
}
.pages a {
  display: block;
  float: left;
  line-height: 14px;
  margin: 10px 10px 0 0;
  padding: 8px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #707070;
  text-align: center;
}
.pages a:hover {
  color: #DE5853;
  text-decoration: none;
}
.pages a.selected {
  border: 0;
  background: #D93E39;
  color: #FFFFFF;
}
.pages a.prev {
  background: url("../images/pages_prev.png") no-repeat center center;
 }
.pages a.prev:hover {
  background: url("../images/pages_prev_hover.png") no-repeat center center;
}
.pages a.next {
  background: url("../images/pages_next.png") no-repeat center center;
}
.pages a.next:hover {
  background: url("../images/pages_next_hover.png") no-repeat center center;
}

/* ================= Buttons Link Styles ================= */
a.button {
  display: inline-block;
  height: 20px;
  line-height: 12px;
  margin: 0 5px 20px 5px;
  padding: 8px 10px 0 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
a.button.large {
  line-height: 14px;
  height: 24px;
  padding: 11px 10px 0 10px;
}
a:hover.button {
  background-position: 0 -28px;
}
a:hover.button.large {
  background-position: 0 -35px;
}
a.button.white {
  border: 1px solid #D3D3D3;
  background-image: url(../images/button_white.png);
  color: #555;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
}
a.button.large.white {
  background-image: url(../images/button_white_large.png);
}
a:hover.button.white {
  border: 1px solid #C4C4C4;
}
a.button.grey {
  border: 1px solid #B5B5B5;
  background-image: url(../images/button_grey.png);
  color: #555555;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.grey {
  background-image: url(../images/button_grey_large.png);
}
a:hover.button.grey {
  border: 1px solid #989898;
}
a.button.red {
  border: 1px solid #DF6F8B;
  background-image: url(../images/button_red.png);
  color: #913944;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.3);
}
a.button.large.red {
  background-image: url(../images/button_red_large.png);
}
a:hover.button.red {
  border: 1px solid #C36079;
}
a.button.orange {
  border: 1px solid #F5B74E;
  background-image: url(../images/button_orange.png);
  color: #996633;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.orange {
  background-image: url(../images/button_orange_large.png);
}
a:hover.button.orange {
  border: 1px solid #D29A3A;
}
a.button.green {
  border: 1px solid #ADC671;
  background-image: url(../images/button_green.png);
  color: #5D7731;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.green {
  background-image: url(../images/button_green_large.png);
}
a:hover.button.green {
  border: 1px solid #8BB14D;
}
a.button.teal {
  border: 1px solid #90C6C8;
  background-image: url(../images/button_teal.png);
  color: #437B7D;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.teal {
  background-image: url(../images/button_teal_large.png);
}
a:hover.button.teal {
  border: 1px solid #7DB9BB;
}
a.button.blue {
  border: 1px solid #8DC5DA;
  background-image: url(../images/button_blue.png);
  color: #42788E;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.blue {
  background-image: url(../images/button_blue_large.png);
}
a:hover.button.blue {
  border: 1px solid #7CAEC0;
}
a.button.navy {
  border: 1px solid #A2AFB8;
  background-image: url(../images/button_navy.png);
  color: #515F6A;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.navy {
  background-image: url(../images/button_navy_large.png);
}
a:hover.button.navy {
  border: 1px solid #8996A0;
}
a.button.purple {
  border: 1px solid #BC9DB9;
  background-image: url(../images/button_purple.png);
  color: #7B5777;
  text-shadow: 0 1px 0 rgba(255,255,255, 0.4);
}
a.button.large.purple {
  background-image: url(../images/button_purple_large.png);
}
a:hover.button.purple {
  border: 1px solid #A482A0;
}
a.button.black {
  border: 1px solid #4C4C4C;
  background-image: url(../images/button_black.png);
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0,0,0, 0.4);
}
a.button.large.black {
  background-image: url(../images/button_black_large.png);
}
a:hover.button.black {
  border: 1px solid #2C2C2C;
}

/* ================= Dropcap ================= */
.dropcap {
  display: block;
  float: left;
  line-height: 35px;
  margin: 0 10px 2px 0;
  color: #D93E39;
  font-weight: bold;
  font-size: 35px;
  text-shadow: #FFF 1px 1px 1px;
}

/* ================= Highlight Styles ================= */
.highlight {
  display: inline-block;
  padding: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 6px;
  font-size: 11px;
}
.highlight.green {
  background: #D3F9C4;
  color: #519A35;
}
.highlight.blue {
  background: #DBEEFE;
  color: #4180CF;
}
.highlight.grey {
  background: #B3B3B3;
  color: #FFFFFF;
}
.highlight.yellow {
  background: #FFF1D1;
  color: #D97939;
}

/* ================= Magnifying glass ================= */
a.zoom {
  position: absolute;
  z-index: 999;
  overflow: hidden;
  background: url("../images/blank_hover.png") repeat;
  cursor: pointer;
}
a.zoom img {
  position: relative;
}
.created {
  width: 50px !important;
  height: 50px;
}

/* ======================================================================================================
 MEDIA QUERIES
=======================================================================================================*/	

/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {
/* ================= Logo and Main menu ================= */
.logo {
  display: block;
  float: none;
  width: 100%;
}
.main-menu {
  float: left;
  margin: 0 0 30px 0;
}
/* ================= Portfolio ================= */
.portfolio_1_4 ul {
  width: 768px;
}
.portfolio_1_4 ul li {
  width: 172px;
  height: 308px;
}
.portfolio_1_4 ul li .image {
  width: 160px;
  height: 120px;
}
.portfolio_1_4 ul li .image .portfolio_image {
  width: 160px;
  height: 120px;
}
.portfolio_1_4 ul li .title {
}
.portfolio_1_4 ul li .title a {
}
.portfolio_1_3 ul {
  width: 768px;
}
.portfolio_1_3 ul li {
  width: 236px;
  height: 319px;
}
.portfolio_1_3 ul li .image {
  width: 224px;
  height: 168px;
}
.portfolio_1_3 ul li .image .portfolio_image {
  width: 224px;
  height: 168px;
}
.portfolio_1_2 {
  padding: 0;
}
.portfolio_1_2 ul {
  width: 768px;
}
.portfolio_1_2 ul li {
  width: 364px;
  height: 404px;
}
.portfolio_1_2 ul li .image {
  width: 352px;
  height: 275px;
}
.portfolio_1_2 ul li .image .portfolio_image {
  width: 352px;
  height: 275px;
}

/* ================= Recent Works on Homepage ================= */
.recent_works {
  width: 748px !important;
}
.recent_works ul li {
  width: 229px !important;
  height: 319px !important;
}
.recent_works ul li .recent_image {
  width: 217px;
  height: 168px;
}
.recent_works ul li .recent_image .portfolio_image {
  width: 217px;
  height: 168px;
}
/* ================= Blog Post and Sidebar ================= */
.blog_post .right_side .published {/*display:inline-block; */}
.content {
  width: 488px;
  margin-right: 20px;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content .left_side {
  display: none;
}
.content .right_side {
  width: 488px;
}
.blog_post .delimiter_vertical {
  display: inline-block;
  float: left;
  height: 13px;
  padding: 4px 5px 0 5px;
}
.content .blog_post .right_side .block_post {
  width: 466px;
  padding: 10px 10px 0 10px;
}
.content .blog_post .right_side .block_post img {
}
.sidebar {
  width: 240px;
}
.sidebar .widget .recent_post .text {
  width: 158px;
}
.content .pages {
  margin-left: 0;
}

/* ================= Blog Comments ================= */
.comments-info {
  padding: 0px 0 0 16px;
}
.comment_box .text {
  width: 355px;
  padding-left: 15px;
}

/* ================= Blog Reply box ================= */
.comments_form input {
  width: 127px;
}
.comments_form textarea {
  width: 465px;
  height: 140px;
}
/* ================= Container and Columns ================= */
.container {
  width: 748px;
}
.col_1_2 {
  width: 364px;
}
.col_1_3 {
  width: 236px;
}
.col_2_3 {
  width: 492px;
}
.col_1_4 {
  width: 172px;
}
.col_1_5 {
  width: 133px;
}
.col_3_4 {
  width: 556px;
}
.content .col_1_2 {
  width: 239px;
  margin: 0 10px 0 0;
}
.content .col_1_3 {
  width: 156px;
  margin: 0 10px 0 0;
}
.content .col_2_3 {
  width: 322px;
  margin: 0 10px 0 0;
}
.content .col_1_4 {
  width: 114px;
  margin: 0 10px 0 0;
}
.content .col_1_5 {
  width: 89px;
  margin: 0 10px 0 0;
}
.content .col_3_4 {
  width: 362px;
  margin: 0 10px 0 0;
}
/* ================= Pricing Table ================= */
.pricing_table .box {
  width: 364px;
}
.pricing_table.columns_2 .box,
.pricing_table.columns_2 .item_list {
  width: 248px;
}
.pricing_table.columns_3 .box, .pricing_table.columns_3 .item_list {
  width: 186px;
}
.pricing_table.columns_4 .box,
.pricing_table.columns_4 .item_list {
  width: 148px;
}
.pricing_table.columns_5 .box,
.pricing_table.columns_5 .item_list {
  width: 122px;
}

/* ================= Contact Page ================= */
.contact_map {
  width: 226px;
  height: 310px;
  margin: 40px 0 20px 0;
  padding: 0 0 0 0;
  background: none;
}
.map_canvas {
  width: 220px;
  height: 280px;
}
.inputText {
  width: 300px;
  height: 24px;
}
.inputTextarea {
  width: 300px;
  height: 150px;
}
/* ================= Home Page ================= */
.homepage_widgets .col_1_3 {
  width: 226px;
  margin: 40px 10px 0 10px;
}
.homepage_widgets .col_1_3.last {
  width: 226px;
  margin: 40px 0 0 10px;
}
.homepage_widgets .col_1_3.first {
  width: 226px;
  margin: 40px 10px 0 10px;
}
.homepage_widgets .widget_newsletter .button_big span {
  width: 145px
}
.homepage_widgets .widget_body .image {
  position: relative;
  float: none;
  width: 60px;
  margin: 7px auto 5px auto;
}
.homepage_widgets .widget_body .text {
  float: none;
  width: 200px;
  margin-left: 0;
}
.follow_us_box a.twitter {
  float: left;
}
.follow_us_box a.facebook {
  float: left;
  margin-left: 5px;
}
.recent_post_slider .slides_container {
  display: none;
  width: 190px;
}
.recent_post_slider .slides_container div.slide {
  display: block;
  width: 190px;
}
img.liquid {
  width: 100%;
}
.features .title h3 {
  font-size: 15px;
}
.features .title h4 {
  font-size: 16px;
}

/* ================= Footer ================= */
.footer .col_1_3 {
  width: 226px;
  margin: 40px 10px 0 10px;
}
.footer .col_1_3.last {
  width: 226px;
  margin: 40px 10px 0 10px;
}
.footer .flickr ul {
  margin-right: -5px;
}
.footer .flickr ul li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
}
.footer .flickr ul li a {
  display: block;
  width: 64px;
  height: 64px;
  border: 4px solid #202020;
}
.footer .flickr ul li a img {
  width: 64px;
  height: 64px;
}
}

/* ================= Mobile (Portrait) < 767px ================= */
@media only screen and (max-width: 767px) {
/* ================= Logo and Main menu ================= */
.logo {
  display: block;
  float: none;
  width: 100%;
  text-align: center;
}
.header_bg {
  height: auto;
}
.main-menu {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
}
.main-menu ul {
  position: static !important;
  padding: 0 !important;
}
.main-menu li {
  display: block !important;
  float: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid #D9D9D9 !important;
  box-shadow: none !important;
}
.main-menu li.submenu > a {
  cursor: pointer;
}
.main-menu li a {
  line-height: 33px;
  padding :0 16px;
}
.main-menu li ul li a {
  padding-left: 32px !important;
}
.main-menu li ul li ul li a {
  padding-left: 48px !important;
}
.main-menu li.submenu > a {
  padding-right: 20px;
  background: url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul li.submenu > a {
  padding-right: 10px;
  background: url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul li.submenu > a:hover {
  padding-right: 10px;
  background: #F5F5F5 url(../images/arrow_320.png) no-repeat right;
}
.main-menu li.submenu > a {
  padding-right: 20px;
  background: url(../images/arrow_320.png) no-repeat right;
}
.main-menu li ul {
  display: none !important;
}
.main-menu li:hover > ul {
  display: block !important;
}

/* ================= Blog Post and Sidebar ================= */
.blog_post .left_side {
  display: none;
}
.blog_post .right_side .published {
  /*display:inline-block; */
}
.sidebar {
  float: none;
  margin-top: 40px;
}
.content {
  float: none;
  width: 300px;
  margin-right: 0;
}
.content img {
  max-width: 100%;
  height: auto;
}
.content .left_side {
  display: none;
}
.content .right_side {
  width: 300px;
}
.content .blog_post .right_side .block_post {
  width: 280px;
  padding: 10px 10px 0 10px;
}
.blog_post .delimiter_vertical {
  margin: 0;
  padding: 0 1px 0 1px;
  text-indent: -9999px;
}
.content .blog_post .right_side .block_post img {
  width: 100%;
}
.content .pages {
  margin-left: 0;
}
.blog_post .published {
  float: none;
}
.blog_post .author {
  float: none;
}
.blog_post .category {
  float: none;
}
.blog_post .number_comments {
  float: none;
}

/* ================= Container and Columns ================= */
.col_1_2,
.col_1_3,
.col_1_4,
.col_1_5,
.col_3_4,
.col_2_3 {
  float: none;
  margin-right: 0;
}
.container,
.col_1_2,
.col_1_3,
.col_1_4,
.col_1_5,
.col_3_4,
.col_2_3 {
  width: 300px;
}
.content .col_1_2,
.content .col_1_3,
.content .col_1_4,
.content .col_1_5,
.content .col_3_4,
.content .col_2_3 {
  width: 300px;
}

/* ================= Contact Page ================= */
.inputText {
  width: 285px;
}
.inputTextarea {
  width: 285px;
  height: 150px;
}
.submit {
  margin: 0;
}

/* ================= Page Info ================= */
.page_info .text {
  float: none;
}
.page_info .search {
  float: none;
}

/* ================= HomePage ================= */
.homepage_widgets .col_1_3 {
  float: none;
  width: 280px;
  margin: 40px auto 0 auto;
}
.footer .col_1_3 {
  float: none;
  width: 280px;
  margin: 40px auto 0 auto;
}
.homepage_widgets .col_1_3.last {
  float: none;
  width: 280px;
  margin: 40px auto 0 auto;
}
.homepage_widgets .col_1_3.first {
  float: none;
  width: 280px;
  margin: 40px auto 0 auto;
}
.footer .col_1_3.last {
  float: none;
  width: 280px;
  margin: 40px auto 0 auto;
}
.footer_bottom .col_2_3 {
	float: none;
  width: 280px;
	margin: 40px auto 0 auto;
}
.footer_bottom .col_1_3 {
	float: none;
  width: 280px;
	margin: 40px auto 0 auto;
}
.follow_us_box a.twitter {
  float: left;
}
.follow_us_box a.facebook {
  float: left;
  margin-left: 5px;
}
}

/* ================= Mobile (Landscape) 480px - 767px ================= */
@media only screen and (min-width: 480px) and (max-width: 767px) {
/* ================= Logo and Main menu ================= */
.logo {
  display: block;
  float: none;
  width: 100%;
}
.main-menu {
  float: left;
  margin: 0 0 30px 0;
}

/* ================= Blog Post and Sidebar ================= */
.blog_post .right_side .media_query_visible {
  display: block;
}
.blog_post .right_side .media_query_invisible {
  display: none;
}
.content {
  width: 420px;
  margin-right: 0;
}
.content .left_side {
  display: none;
}
.content .right_side {
  width: 420px;
}
.content .blog_post .block_post .delimiter_vertical {
  margin: 0;
  padding: 0 1px 0 1px;
  text-indent: -9999px;
}
.content .blog_post .right_side .block_post {
  width: 400px;
  padding: 10px 10px 0 10px;
}
.content .blog_post .right_side .block_post img {
  width: 100%;
}
.sidebar {
  float: none;
  width: 420px;
}
.sidebar .widget .recent_post .text {
  width: 338px;
}
.blog_post .published {
  float: none;
}
.blog_post .author {
  float: none;
}
.blog_post .number_comments {
  float: none;
}
.blog_post .category {
  float: none;
}
.content .pages {
  margin: 0;
}

/* ================= Blog Comments ================= */
.comment_box .reply {
  float: none;
  margin: 0 auto auto 10px;
}
.comment_box .avatar {
  float: left;
}
.comment_box .text {
  float: left;
  width: 310px;
  padding: 0 0 0 10px;
}

/* ================= Blog Reply box ================= */
.comments_form {
  margin: 20px 0 0 0;
}
.comments_form input {
  width: 397px;
}
.comments_form textarea {
  width: 397px;
  height: 140px;
}
.comments_form .comment_wrap {
  float: left;
  margin: 0 0 20px 0;
}

/* ================= Recent Works on Homepage ================= */
.recent_works {
  width: 420px !important;
}
.recent_works ul li {
  width: 400px !important;
  height: 435px !important;
  margin: 0 0 60px 0;
}
.recent_works ul li .recent_image {
  width: 388px;
  height: 305px;
}
.recent_works ul li .recent_image .portfolio_image {
  width: 388px;
  height: 305px;
}
/* ================= Container and Columns ================= */
.companies .cbody {
  width: 420px;
  margin: 0 auto;
}
.col_1_2,
.col_1_3,
.col_1_4,
.col_1_5,
.col_3_4,
.col_2_3 {
  float: none;
  margin-right: 0;
}
.container,
.col_1_2,
.col_1_3,
.col_1_4,
.col_1_5,
.col_3_4,
.col_2_3 {
  width: 420px;
}
.content .col_1_2,
.content .col_1_3,
.content .col_1_4,
.content .col_1_5,
.content .col_3_4,
.content .col_2_3 {
  width: 420px;
}

/* ================= Page Info ================= */
.page_info .text {
  float: none;
}
.page_info .search {
  float: none;
}

/* ================= Contact page ================= */
.inputText {
  width: 250px;
}
.inputTextarea {
  width: 250px;
  height: 150px;
}
/* ================= Homepage ================= */
.homepage_widgets .col_1_3 {
  float: none;
  width: 280px;
  margin: 40px auto 0 auto;
}
.homepage_widgets .col_1_3.last {
  float: none;
	width: 280px;
	margin: 40px auto 0 auto;
}
/* ================= Footer ================= */
.footer .col_1_3 {
  float: none;
  width: 420px;
  margin: 40px auto 0 auto;
}
.footer .col_1_3.last {
  float: none;
  width: 420px;
  margin: 40px auto 0 auto;
}
.footer_bottom .col_2_3 {
  float: none;
  width: 420px;
  margin: 40px auto 0 auto;
}
.footer_bottom .col_1_3 {
  float: none;
  width: 420px;
  margin: 40px auto 0 auto;
}
}

/* ================= Mobile (Portrait) < 320px ================= */
@media only screen and (max-width: 317px) {
/* ================= Container and Columns ================= */
.col_1_2,
.col_1_3,
.col_1_4,
.col_1_5,
.col_3_4,
.col_2_3 {
  float: none;
  margin: 0;
}
.container,
.col_1_2,
.col_1_3,
.col_1_4,
.col_1_5,
.col_3_4,
.col_2_3 {
  width: 226px;
}
.content .col_1_2,
.content .col_1_3,
.content .col_1_4,
.content .col_1_5,
.content .col_3_4,
.content .col_2_3 {
  width: 226px;
}

/* =================  Blog Post and Sidebar ================= */
.blog_post .right_side .media_query_visible {
  display: block;
}
.blog_post .right_side .media_query_invisible {
  display: none;
}
.content {
  width: 226px;
  margin-right: 0;
}
.content .left_side {
  display: none;
}
.content .right_side {
  width: 226px;
}
.content .delimiter_vertical {
  display: none;
}
.content .blog_post .right_side .block_post {
  width: 206px;
  padding: 10px 10px 0 10px;
}
.content .blog_post .right_side .block_post img {
  width: 100%;
}
.sidebar {
  float: none;
  width: 226px;
}
.sidebar .widget {
  width: 226px;
}
.sidebar .widget .recent_post .text {
  width: 138px;
}
.content .pages {
  margin: 0;
}

/* ================= Recent Works on Homepage ================= */
.recent_works {
  width: 226px !important;
}
.recent_works ul li {
  width: 206px !important;
  height: 312px !important;
}
.recent_works ul li .recent_image {
  width: 194px;
  height: 160px;
}
.recent_works ul li .recent_image .portfolio_image {
  width: 194px;
  height: 160px;
}
/* =================  Contact page ================= */
.contact_map {
  width: 226px;
  height: 310px;
  margin: 40px 0 20px 0;
  padding: 0 0 0 0;
  background: none;
}
.map_canvas {
  width: 226px;
  height: 280px;
}
.inputText {
  width: 210px;
}
.inputTextarea {
  width: 210px;
  height: 70px;
}
.submit {
  margin: 0;
}

/* =================  Page Info ================= */
.page_info .text {
  float: none;
}
.page_info .search {
  float: none;
}
.page_info .search .inputText {
  width: 90px;
}

/* =================  Logo ================= */
.logo img {
  width: 100%;
}

/* =================  HomePage ================= */
.homepage_widgets .col_1_3 {
  width: 226px;
  padding: 0;
  margin: 40px auto 0 auto;
}
.footer .col_1_3 {
  width: 226px;
  margin: 40px auto 0 auto;
}
.footer_bottom .col_1_3 {
  width: 226px;
  margin: 40px auto 0 auto;
}
.footer_bottom .col_2_3 {
  width: 226px;
  margin: 40px auto 0 auto;
}
.homepage_widgets .col_1_3.last {
  width: 226px;
  margin: 40px auto 0 auto;
  padding: 0;
}
.homepage_widgets .col_1_3.first {
  width: 226px;
  margin: 40px auto 0 auto;
  padding: 0;
}
.homepage_widgets .widget_body .image {
  position: relative;
  float: none;
  width: 60px;
  margin: 7px auto 5px auto;
}
.homepage_widgets .widget_body .text {
  float: none;
  width: 200px;
  margin-left: 0;
}
.homepage_widgets .widget_newsletter .button_big span {
  width: 145px
}
.recent_post_slider .slides_container {
  display: none;
  width: 190px;
}
.recent_post_slider .slides_container div.slide {
  display: block;
  width: 190px;
}
.follow_us_box a.twitter {
  float: left;
  font-size: 15px;
}
.follow_us_box a.facebook {
  float: left;
  margin-left: 5px;
  font-size: 15px;
}
img.liquid {
  width: 100%;
}
.features .title h3 {
  font-size: 17px;
}
.features .title h4 {
  font-size: 16px;
}

/* =================  Footer ================= */
.footer .col_1_3.last {
  width: 226px;
  margin: 40px auto 0 auto;
}
.footer_bottom .col_1_3.last {
  width: 226px;
  margin: 40px auto 0 auto;
}
.footer_bottom .col_2_3.last {
  width: 226px;
  margin: 40px auto 0 auto;
}
.footer .flickr ul {
  margin-right: -5px;
}
.footer .flickr ul li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
}
.footer .flickr ul li a {
  display: block;
  width: 64px;
  height: 64px;
  border: 4px solid #202020;
}
.footer .flickr ul li a img {
  width: 64px;
  height: 64px;
}
}
/* =================  Banner ================= */

.bannerbg {
  padding: 10px 0;
  border-top: 1px solid #2E2823;
  border-bottom: 1px solid #2E2823;
  background-color: #706456;
}
.MT0 {
  margin-top: 0px !important;
}
/* CSS3 buttons */

.red-button {
  padding: 11px 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #483936;
  -moz-box-shadow: 0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
  background: -moz-linear-gradient(  top,  #F69890 0%,  #F59186 50%,  #F37F74);
  background: -webkit-gradient(  linear, left top, left bottom,  from(#F69890),  color-stop(0.50, #F59186),  to(#F37F74));
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: 0px 1px 0px rgba(69,61,52,0.6),  0px 1px 0px rgba(255,255,255,0.3);
}
.red-button:hover {
  padding: 11px 20px;
  border: 1px solid #483936;
  background: -moz-linear-gradient(  top,  #F37F74 0%,  #f59186 50%,  #F69890);
  background: -webkit-gradient(  linear, left top, left bottom,  from(#F37F74),  color-stop(0.50, #F59186),  to(#F69890));
  text-decoration: none;
}
.red-button:active {
  border: 1px solid #483936;
  background: -moz-linear-gradient(  top,  #DF776C 0%,  #f59186 50%,  #F69890);
  background: -webkit-gradient(  linear, left top, left bottom,  from(#DF776C),  color-stop(0.50, #F59186),  to(#F69890));
}
.green-button {
  padding: 11px 20px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #3D4536;
  -moz-box-shadow: 0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 2px 2px rgba(000,000,000,0.3),  inset 0px 1px 1px rgba(255,255,255,0.5);
  background: -moz-linear-gradient(  top,  #88B272 0%,  #7FAB68 50%,  #6C9B55);
  background: -webkit-gradient(  linear, left top, left bottom,  from(#88B272),  color-stop(0.50, #7FAB68),  to(#6C9C55));
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: 0px 1px 0px rgba(69,61,52,0.6),  0px 1px 0px rgba(255,255,255,0.3);
}
.green-button:hover {
  padding: 11px 20px;
  border: 1px solid #483936;
  background: -moz-linear-gradient(  top,  #6C9B55 0%,  #7FAB68 50%,  #88B272);
  background: -webkit-gradient(  linear, left top, left bottom,  from(#6C9B55),  color-stop(0.50, #7FAB68),  to(#88B272));
  text-decoration: none;
}
.green-button:active {
  border: 1px solid #483936;
  background: -moz-linear-gradient(  top,  #618F4B 0%,  #7FAB68 50%,  #88B272);
  background: -webkit-gradient(  linear, left top, left bottom,  from(#618F4B),  color-stop(0.50, #7FAB68),  to(#88B272));
}
.big_link {
  color: #FFF;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
/* =================  Social ================= */
.social-links {
  position: absolute;
  margin: 0;
  padding: 0;
  padding-top: 18px;
}
.social-links li {
  display: inline;
  width: 24px;
  height: 26px;
  padding-right: 5px;
}
/* =================  Contact Sidebar ================= */
ul.contact-address li {
  font-size: 12px !important;
}
ul.contact-address li {
  line-height: 25px !important;
  padding: 10px !important;
  border-bottom: 1px solid #F6F4E7;
}
ul.contact-address li:hover {
  background: #F7F3E3;
}
ul.contact-address li.address span {
  padding: 30px 0;
  padding-left: 35px !important;
  background: url(../images/address.png) no-repeat left;
}
ul.contact-address li.phone span {
  padding: 30px 0;
  padding-left: 35px !important;
  background: url(../images/phone.png) no-repeat left;
}
ul.contact-address li.email span {
  padding: 30px 0;
  padding-left: 35px !important;
  background: url(../images/email.png) no-repeat left;
}

/* =================  General Sidebar Menu ================= */

ul.sidebarmenu{
  margin-top: 20px;
}

ul.sidebarmenu li {
  font-size: 1em !important;
}
ul.sidebarmenu li {
  line-height: 20px !important;
  padding: 10px !important;
  border-bottom: 1px dotted #E8E3D0;
  background-color: #F7FFD7;
}
ul.sidebarmenu li:hover {
  background: #D7D6C4;
}

.sidetitle{
  margin: 5px 0;
  color: #453C34;
  font-weight: 600;
  font-size: 1.2em;
}
.sidetel{
  margin: 5px 0 0 5px;
  font-weight: bold;
  font-weight: 600;
  font-size: 1em;
}

#sidefoot{
  text-align: center;
}
#sidefoot img{
  margin: 10px 0;
}
