@charset "utf-8";
@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/bebas___-webfont.eot');
    src: url('../fonts/bebas___-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas___-webfont.woff') format('woff'),
         url('../fonts/bebas___-webfont.ttf') format('truetype'),
         url('../fonts/bebas___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntu_condensedregular';
    src: url('../fonts/ubuntu-c-webfont.eot');
    src: url('../fonts/ubuntu-c-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntu-c-webfont.woff') format('woff'),
         url('../fonts/ubuntu-c-webfont.ttf') format('truetype'),
         url('../fonts/ubuntu-c-webfont.svg#ubuntu_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* all */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg_1.gif);
	background-repeat: repeat;
}
img {
	border: none;
}
.main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper {
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
#logo_menu {
	width: 960px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 40px;
	padding-bottom: 30px;
	
}
#logo {
	float: left;
	width: 370px;
	margin-top: 8px;
}

::selection { background:#3d3d43; color:#FFF; }
/* mozilla firefox */
::-moz-selection {  background:#3d3d43;  color:#FFF;}

/* webkit, opera, IE9 */
div.highlightBlue::selection {  background:#3d3d43;  color:#FFF; }
/* mozilla firefox */
div.highlightBlue::-moz-selection {  background:#3d3d43;  color:#FFF;}

/* webkit, opera, IE9 */
div.highlightPink::selection {  background:#3d3d43;  color:#FFF;}
/* mozilla firefox */
div.highlightPink::-moz-selection {  background:#3d3d43;  color:#FFF;}

::selection { background:#3d3d43;  color:#FFF; }
/* mozilla firefox */
::-moz-selection {  background:#3d3d43;  color:#FFF;}


/* menu */

#menu {
	float: right;
	width: auto;
	height: 39px;
	font-family: "bebasregular";
	font-size: 17px;
	color: #f4f4f4;
	text-transform: uppercase;
	z-index: 999;
	position: absolute;
	margin-left: 220px;
	
}
#menu_left,
#menu_center,
#menu_right {
	float: right;
}
#menu_left {
	background-image: url(../images/menu_left.png);
	width: 91px;
	height: 39px;
}
#menu_right {
	background-image: url(../images/menu_right.png);
	width: 91px;
	height: 39px;
	margin-right: 20px;
}
#menu_center {
	background-image: url(../images/menu_center.png);
	height: 39px;
	line-height: 39px;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin-top: 0px;
}
#menu ul li {
	width: 91px;
	text-align:center;	
	float: left;
}
#menu ul li:hover {
	background-image: url(../images/menu_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000; 
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	color: #fff;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	
}
.current{
	background-image: url(../images/menu_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sf-menu ul li {
	width: 91px;
	text-align: center;
	background-image: url(../images/submenu_large.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 45px;
	line-height:normal;
	font-size: 14px;
	margin-left: 0px;
}
.sf-menu ul li:hover {
	background: url(../images/submenu_large.png) no-repeat bottom !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000000 !important;
	box-shadow: 0px 0px 0px 0px #000000 !important;
	
}
.sf-menu ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}
.sf-menu ul li a:hover {
	background-image: url(../images/menu_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow: 0px 0px 3px 0px #000000; 
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
.submenu_separator {
	background-image: url(../images/submemnu_dot.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 4px;
}

/* footer */

#footer {
	background-image: url(../images/footer.jpg);
	height: 228px;
	padding-top: 30px;
}
#footer_content {
	margin-right: 20px;
	margin-left: 20px;
	color: #b4b4b4;
	text-align: center;
}
.footer_column_1 {
	float: left;
	width: 220px;
	margin-right: 10px;
	margin-left: 10px;
}
.footer_column_2 {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
}
.footer_column_2 img{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.footer_column_2 img:hover{
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
}
.footer_column_3 {
	width: 140px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;

}

.footer_head {
	font-weight: bold;
	background-image: url(../images/footer_head.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.footer_content_2_img {
	float: left;
	width: 80px;
	padding-top: 10px;
}
.footer_content_2 {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 10px;
}
#footer  a {
	color: #b4b4b4;
	text-decoration: underline;
}
#footer  a:hover {
	text-decoration: none;
}
#footer_content_3 {
	padding-left: 20px;
	padding-right: 20px;
}
#footer_content_3 img {
	padding: 2px;
}
#footer_content_4 img {
	padding: 5px;
}
#footer_bg_1 {
	position: absolute;
	background-image: url(../images/footer_left.png);
	height: 31px;
	width: 219px;
	margin: -55px 0px 0px -200px;
}
#footer_bg_2 {
	position: absolute;
	background-image: url(../images/footer_right.png);
	height: 31px;
	width: 219px;
	margin: -55px 0px 0px 983px;
}
#footer_2 {
	background-image: url(../images/footer_3.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	margin-top: -55px;
	padding-bottom: 25px;
}
.footer_read_more {
	font-size: 12px;
	font-style: italic;
	padding-top: 15px;
}
.footer_read_more a {
	color: #616161 !important;
	text-decoration: none !important;
}
.footer_read_more a:hover {
	text-decoration: underline !important;
}
#footer_separators {
	position: absolute;
}
#footer_separator_1 {
	position: absolute;
	width: 1px;
	height: 170px;
	background-color: #696969;
	opacity: 0.5;
	margin: 54px 0 0 0;
}
#footer_separator_2 {
	position: absolute;
	width: 1px;
	height: 170px;
	background-color: #696969;
	opacity: 0.5;
	margin: 54px 0 0 240px;
}
#footer_separator_3 {
	position: absolute;
	width: 1px;
	height: 170px;
	background-color: #696969;
	opacity: 0.5;
	margin: 54px 0 0 490px;
}
#footer_separator_4 {
	position: absolute;
	width: 1px;
	height: 170px;
	background-color: #696969;
	opacity: 0.5;
	margin: 54px 0 0 790px;
}
#footer_separator_5 {
	position: absolute;
	width: 1px;
	height: 170px;
	background-color: #696969;
	opacity: 0.5;
	margin: 54px 0 0 960px;
}

/* slider (top) */

#top {
	height: 420px;
	background-image: url(../images/bg_2.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#top_2 {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 420px;
}
#top_3 {
	height: 420px;
}
#top_slider {
	background-color: #CCC;
	height: 300px;
	width: 940px;
	margin-left: 55px;
	margin-top: 40px;
}
#top_flex_slider {
	height: 385px;
	width: 940px;
	margin-left: 55px;
	margin-top: 40px;
}
#slider_nav_prev {
	background-image: url(../images/slider_prev.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 39px;
	position: absolute;
	margin-top: -165px;
	margin-left: 13px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	opacity: 1.0;
}
#slider_nav_next {
	background-image: url(../images/slider_next.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 39px;
	position: absolute;
	margin-top: -165px;
	margin-left: 1000px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	opacity: 1.0;
}
#slider_nav_prev:hover,
#slider_nav_next:hover {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	opacity: 0.7;
}
#slider_submenu {
	background-image: url(../images/slider_submenu.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 85px;
	width: 1000px;
	margin-left: 25px;
}
#slider_submenu_2 {
	background-image: url(../images/slider_submenu.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 85px;
	width: 1000px;
	margin-left: 25px;
	margin-top: -85px;
}
#slider_submenu ul,
#slider_submenu_2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 40px !important;
}
#slider_submenu ul li,
#slider_submenu_2 ul li {
	padding-left: 12px;
	padding-right: 12px;
	text-transform: uppercase;
	float: left;
	font-size: 14px;
	font-family: "bebasregular";
	line-height: 30px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 13px;
}
#slider_submenu ul li a,
#slider_submenu_2 ul, li a {
	color: #9b9b9b;
	text-decoration: none;
}
#slider_submenu ul li a:hover,
#slider_submenu_2 ul li a:hover {
	text-decoration: underline;	
}
#slider_submenu_active,
#slider_submenu_2_active {
	background-color: #000;
}
#slider_submenu_active a,
#slider_submenu_2_active_a {
	color: #fff !important;
}
#top_header {
	text-align: center;	
	color: #fff;
	font-size: 23px;
	font-family: 'ubuntu_condensedregular';
	text-transform: uppercase;
	margin-top: -12px;
}
#top_header_2 {
	text-align: center;	
	color: #fff;
	font-size: 23px;
	font-family: 'ubuntu_condensedregular';
	text-transform: uppercase;
	margin-top: -20px;
}


/* index */

#weoffer {
	background-image: url(../images/bg_3.png);
	height: 302px;
}
#weoffer_content {
	margin-right: 20px;
	margin-left: 20px;
}
.weoffer_column {
	float: left;
	width: 260px;
	padding-top: 30px;
	padding-bottom: 40px;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
}
.weoffer_icons {
	height: 60px;
}
.weoffer_title {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'bebasregular';
}
.weoffer_text {
	font-size: 14px;
}
#ourrecentworks {
	background-image: url(../images/bg_4.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#ourrecentworks_head {
	background-image: url(../images/ourrecentworks.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 39px;
	width: 1000px;
	font-size: 24px;
	line-height: 38px;
	color: #FFF;
	text-align: center;
	font-family: 'bebasregular';
	position: absolute;
	margin-top: -20px;
}
#ourrecentworks_desc {
	font-size: 14px;
	text-align: center;
	padding-top: 25px;
}
#ourrecentworks_slider {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	height: 170px;
	margin-top: 20px;
}
.ourrecentworks_slider_column {
	float: left;
	height: 190px;
	width: 300px;
	text-align: center;
}	
.ourrecentworks_slider_column img {
	border: 3px double #CCC;
	width:294px;
	height:184px;
	padding:-12px;
}	
#ourrecentworks_slider_nav {
	position: absolute;
	margin-left: 20px;
}
#happyclients_ourblog {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 40px;
	padding-bottom: 15px;
}
#ourrecentworks_slider_nav_prev {
	background-image: url(../images/slider_2_prev.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 21px;
	position: absolute;
	margin-top: -115px;
	margin-left: -17px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	opacity: 1.0;
}
#ourrecentworks_slider_nav_next {
	background-image: url(../images/slider_2_next.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 21px;
	position: absolute;
	margin-top: -115px;
	margin-left: 955px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	opacity: 1.0;
}
#ourrecentworks_slider_nav_prev:hover,
#ourrecentworks_slider_nav_next:hover {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	opacity: 0.7;
}
.happyclients_ourblog_column {
	width: 454px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	text-align: center;
	border: 3px double #c1c1c1;
}
.happyclients_ourblog_head {
	line-height: 38px;
	color: #FFF;
	background-image: url(../images/happyclients_ourblog.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 39px;
	position: absolute;
	width: 454px;
	font-family: 'bebasregular';
	font-size: 24px;
	margin-top: -20px;
}
.happyclients_ourblog_content_icon {
	text-align: right;
	float: left;
	width: 60px;
	padding-top: 40px;
	margin-right: 10px;
}
.happyclients_ourblog_content_desc {
	float: left;
	padding-top: 40px;
	width: 350px;
	text-align: left;
	height: 70px;
	padding-bottom: 10px;
	font-size: 14px;
}
.happyclients_ourblog_content_arm {
	text-align: left;
	padding-left: 70px;
	padding-bottom: 30px;
	font-style: italic;
	color: #616161;
}
.happyclients_ourblog_content_arm a {
	color: #616161;
	text-decoration: none;
}
.happyclients_ourblog_content_arm a:hover {
	text-decoration: underline;
}
#circle_button_1 {
	background-image: url(../images/circle_button_1.png);
	height: 55px;
	width: 68px;
	position: absolute;
	margin-top: -75px;
	margin-left: 465px;
}
#circle_button_1 a {
	text-align: center;
	display: block;
	height: 40px;
	width: 48px;
	padding: 15px 10px 0 10px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-family: 'bebasregular';
	font-size: 14px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
#circle_button_1 a:hover {
	background-image:url(../images/circle_button_1_hover.png);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
#circle_button_2 {
	background-image: url(../images/circle_button_2.png);
	height: 55px;
	width: 68px;
	position: absolute;
	margin-top: -43px;
	margin-left: 433px;
}
#circle_button_2 a {
	text-align: center;
	display: block;
	height: 50px;
	width: 48px;
	padding: 5px 10px 0 10px;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-family: 'bebasregular';
	font-size: 14px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
}
#circle_button_2 a:hover {
	background-image:url(../images/circle_button_2_hover.png);
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.ourrecentworks_slider_hover {
	background-image: url(../images/ourrecentworks_slider_hover.png);
	background-repeat: repeat;
	height: 190px;
	width: 240px;
	position: absolute;
	text-align: center;
	color: #fff;
	opacity: 0.0;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	padding: 0 30px 0 30px;
}
.ourrecentworks_slider_hover_title {
	font-size: 18px;
	font-family: 'bebasregular';
	text-transform: uppercase;
	padding: 20px 0 15px 0px;
	background: url(../images/white_drop.png) no-repeat center bottom;
}
.ourrecentworks_slider_hover_desc {
	padding: 15px 0 15px 0px;
	background: url(../images/white_drop.png) no-repeat center bottom;
}
.ourrecentworks_slider_hover_a {
	text-transform: uppercase;
	color: #FFF;
	display: block;
	font-family: 'bebasregular';
	text-decoration: none;
	padding: 15px 0 15px 0;
	width: 100px;
	margin: 0 auto 0 auto;
	background: url(../images/read_more_shadow.png) no-repeat center bottom;
}
.ourrecentworks_slider_hover_a:hover {
	text-decoration: underline;
}

/* about */

#about_top {
	background-image: url(../images/bg_2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 40px;
	
}
#about_top_header,
#blog_top_header {
	float: left;
	width: 80px;
	font-family: bebasregular;
	font-size: 27px;
	margin-left: 30px;
	color: #fff;
	padding-top:3px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#about_top_content,
#blog_top_content {
	float: right;
	width: 850px;
	margin-right: 30px;
	font-size: 11px;
	color: #bdbdbd;
	padding-top: 10px;
}
#ourphilosophy_twittertopics {
	padding-top: 30px;
}
#ourphilosophy {
	float: left;
	width: 560px;
	margin-right: 60px;
	margin-left: 30px;
}
#twittertopics {
	float: left;
	width: 320px;
}
.about_content_header {
	font-size: 24px;
	text-transform: uppercase;
	font-family: bebasregular;
	padding-bottom: 20px;
}
#ourphilosophy_content {
	font-size: 14px;
}
.twittertopic_row {
	border: 3px double #c1c1c1;
	padding: 9px;
	margin-bottom: 10px;
}
.twittertopic_row_l {
	float: left;
	width: 195px;
	font-size: 14px;
}
.twittertopic_row_r {
	float: right;
	width: 90px;
	text-transform: uppercase;
	font-size: 11px;
	text-align: right;
}
#start_your_business_head {
	line-height: 56px;
	background-image: url(../images/about_header.png);
	height: 56px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#start_your_business_head_l {
	color: #FFF;
	text-align: center;
	float: left;
	width: 660px;
	font-family: 'ubuntu_condensedregular';
	font-style: italic;
	font-size: 35px;
}
#start_your_business_head_r {
	color: #FFF;
	text-align: center;
	float: left;
	width: 260px;
	font-family: 'ubuntu_condensedregular';
	font-size: 20px;
}
#meettheourcreativeteam {
	background-image: url(../images/bg_4.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#meettheourcreativeteam_header {
	font-size: 24px;
	text-transform: uppercase;
	font-family: bebasregular;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.meettheourcreativeteam_desc {
	font-size: 14px;
	padding-bottom: 30px;
	margin-right: 30px;
	margin-left: 30px;
}
.meettheourcreativeteam_column {
	float: left;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#meettheourcreativeteam_colums {
	margin-left: 20px;
}
.meettheourcreativeteam_c_img {
	float: left;
	width: 130px;
}
.meettheourcreativeteam_c_img img {
	padding: 2px;
	border: 1px solid #c7c7c7;
}
.meettheourcreativeteam_c_content {
	float: right;
	width: 160px;
}
.meettheourcreativeteam_c_content_author {
	color: #6c6c6c;
	padding-top: 15px;
}
#services_top_header,
#gallery_top_header,
#contact_top_header {
	float: left;
	width: 110px;
	font-family: bebasregular;
	font-size: 27px;
	margin-left: 30px;
	color: #fff;
	padding-top:3px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#services_top_content,
#gallery_top_content,
#contact_top_content {
	float: right;
	width: 820px;
	margin-right: 30px;
	font-size: 11px;
	color: #bdbdbd;
	padding-top: 10px;
}

/* services */

#services_content {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 30px;
}
#services_header {
	line-height: 57px;
	background-image: url(../images/services_header.png);
	height: 57px;
	width: 888px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-family: ubuntu_condensedregular;
	font-size: 30px;
	text-transform: uppercase;
	padding-left: 50px;
}

/* portfolio */

#portfolio_submenu {
	background-image: url(../images/gallery_submenu.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 55px;
	width: 1000px;
	margin-top: 10px;
}
#portfolio_submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 40px !important;
}
#portfolio_submenu ul li {
	padding-left: 12px;
	padding-right: 12px;
	text-transform: uppercase;
	float: left;
	font-size: 14px;
	font-family: "bebasregular";
	line-height: 30px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 13px;
}
#portfolio_submenu ul li a {
	color: #9b9b9b;
	text-decoration: none;
}
#portfolio_submenu ul li a:hover {
	text-decoration: underline;	
}
#portfolio_submenu_active {
	background-color: #000;
}
#portfolio_submenu_active a {
	color: #fff !important;
}
#portfolio_top_header {
	float: left;
	width:210px;
	font-family: bebasregular;
	font-size: 27px;
	margin-left: 30px;
	color: #fff;
	padding-top:3px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#portfolio_top_content {
	float: right;
	width: 720px;
	margin-right: 30px;
	font-size: 11px;
	color: #bdbdbd;
	padding-top: 10px;
}
.portfolio_content_category {
	background-image: url(../images/bg_3.png);
	background-repeat: repeat-x;
	height: 302px;
	margin-top: 40px;
}
.portfolio_content_category_head {
	background-image: url(../images/ourrecentworks.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 39px;
	width: 1000px;
	font-size: 24px;
	line-height: 38px;
	color: #FFF;
	text-align: center;
	font-family: 'bebasregular';
	position: absolute;
	margin-top: -20px;
}
.portfolio_content_category_thumbs {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 30px;
}
.portfolio_nav_prev {
	background-image: url(../images/portfolio_nav_prev.png);
	height: 249px;
	width: 56px;
	position: absolute;
	margin-top: -250px;
	margin-left: -35px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	opacity: 1.0;
}
.portfolio_nav_next {
	background-image: url(../images/portfolio_nav_next.png);
	height: 249px;
	width: 56px;
	position: absolute;
	margin-top: -250px;
	margin-left: 980px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	opacity: 1.0;
}
.portfolio_nav_prev:hover,
.portfolio_nav_next:hover {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	opacity: 0.7;
}
#portfolio_content_text {
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
}
#portfolio_content_text_a {
	text-align: center;
	padding-bottom: 30px;
}
#portfolio_content_text_a a {
	font-family: 'bebasregular';
	font-size: 18px;
	text-decoration: none;
	color: #000;
}
#portfolio_content_category_thumbs_1,
#portfolio_content_category_thumbs_2,
#portfolio_content_category_thumbs_3,
#portfolio_content_category_thumbs_4 {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 30px;
	height: 260px;
}
#portfolio_content_category_thumbs_1 .portfolio_content_category_thumb,
#portfolio_content_category_thumbs_2 .portfolio_content_category_thumb,
#portfolio_content_category_thumbs_3 .portfolio_content_category_thumb,
#portfolio_content_category_thumbs_4 .portfolio_content_category_thumb {
	margin-top: 30px;	
}
.portfolio_thumb_hover {
	opacity: 0.0;


	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	background-image: url(../images/portfolio_hover.png);
	height: 178px;
	width: 198px;
	position: absolute;
	text-align: center;
	display: block;
	left: 83px;
	top: 281px;
}


/* gallery */

#gallery_content {
	padding-top: 10px;
	padding-bottom: 10px;	
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
	
}
.gallery_thumb {
	margin: 10px;
	float: left;
	height: 181px;
	width: 220px;
}
.gallery_thumb_hover {
	height: 181px;
	width: 220px;
	position: absolute;
	background-image: url(../images/gallery_hover.png);
	background-repeat: no-repeat;
	opacity: 0.0;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	display: block;
	margin-top: 10px;
	margin-left: 10px;
}
#gallery_nav_prev {
	background-image: url(../images/gallery_nav_prev.png);
	height: 422px;
	width: 56px;
	position: absolute;
	margin-top: -560px;
	margin-left: -35px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	opacity: 1.0;
}
#gallery_nav_next {
	background-image: url(../images/gallery_nav_next.png);
	height: 422px;
	width: 56px;
	position: absolute;
	margin-top: -560px;
	margin-left: 980px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	opacity: 1.0;
}
#gallery_nav_prev:hover,
#gallery_nav_next:hover {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	opacity: 0.7;
}

/* contact */

#contact_content {
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#contact_content_left {
	float: left;
	width: 560px;
	margin-right: 60px;
}
#contact_content_right {
	float: left;
	width: 320px;
}
#contact_content_l_desc {
	font-size: 14px;
}
#contact_content_l_dane_1 {
	background-image: url(../images/contact_icon_map.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 190px;
	padding-left: 40px;
}
#contact_content_l_dane_2 {
	background-image: url(../images/contact_icon_phone.png);
	float: left;
	width: 120px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}
#contact_content_l_dane_3 {
	background-image: url(../images/contact_icon_mail.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	width: 130px;
	padding-left: 40px;
}
#contact_content_l_dane {
	font-family: 'bebasregular';
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
}
#contact_content_l_dane a {
	color: #000;
	text-decoration: none;
}
#contact_content_l_dane a:hover {
	text-decoration: underline;
}
#contact_form_header {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'bebasregular';
	padding-top: 10px;
	padding-left: 0px;
}
.contact_form_row {
	padding-top: 15px;	
}
.contact_form_row_left {
	float: left;
	width: 110px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'bebasregular';
	line-height: 22px;
	padding-top: 5px;
}
.contact_form_row_right {
	float: left;
	width: 210px;
}
.contact_form_row_right input {
	border: 3px double #c1c1c1;
	width:176px;
	height: 22px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: ubuntu_condensedregular;
	font-style: italic;
	font-size: 14px;
}
.contact_form_row_right input:focus {
	background-color: #CCC;
}
.contact_form_header {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'bebasregular';
	padding-top: 10px;
}
#contact_content_map iframe {
	width: 100%;
}
#contact_form_textarea_label {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'bebasregular';
	padding-top: 20px;
}
#contact_form_textarea textarea {
	border: 3px double #c1c1c1;
	width:284px;
	height: 150px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: ubuntu_condensedregular;
	font-style: italic;
	font-size: 14px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#contact_form_textarea textarea:focus {
	background-color: #CCC;
}
#contact_form_button {
	font-size: 14px;
	line-height: 33px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/contact_form_button.jpg);
	text-align: center;
	height: 33px;
	width: 142px;
	display: block;
	margin-left: 178px;
	margin-top: 15px;
	border: none;
}

/* blog */

.blog_post {
	margin-right: 30px;
	margin-left: 30px;
}
.blog_post_top {
	margin-top:20px;	
}
.blog_post_header {
	float: left;
	font-family: bebasregular;
	padding-right: 20px;
	font-size: 24px;
	padding-bottom: 10px;
	border-right: solid 1px #000;
	text-transform: uppercase;
}
.blog_post_header a {
	text-decoration: none;
	color: #000;
}
.blog_post_header a:hover {
	text-decoration: underline;
}
.blog_post_date {
	float: left;
	padding-left: 20px;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: -4px;
	padding-top: 8px;
}
.blog_post_bottom_desc {
	float: left;
	width: 800px;
	padding-top: 15px;
}
.blog_post_bottom_read_more {
	font-size: 14px;
	line-height: 33px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/blog_post_read_more.jpg);
	text-align: center;
	display: block;
	float: right;
	height: 33px;
	width: 97px;
	margin-top: 15px;
}
.blog_post_bottom {
	padding-bottom: 15px;
	border-bottom: 1px solid #000;	
}
#blog_post_paging_older {
	float: left;
	width: 25%;
	margin-left: 30px;
	padding-top: 30px;
	text-align: right;
}
#blog_post_paging_newest {
	text-align: left;
	float: right;
	width: 25%;
	padding-top: 30px;
	margin-right: 30px;
}
#blog_post_paging_center {
	float: none;
	width: 100%;
	margin-top: -55px;
	text-align: center;
	padding-top: 10px;
	font-family: 'bebasregular';
	font-size: 18px;
}#blog_post_paging {
	padding-bottom: 30px;
}
#blog_post_paging_center a {
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	color: #1a1a1a;
}
#blog_post_paging_active {
	font-size: 36px;	
	color: #1a1a1a;
}
#blog_post_paging_older a {
	line-height: 32px;
	background-image: url(../images/blog_paging_older.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 26px;
	display: block;
	color: #1a1a1a;
	padding-right: 50px;
	font-family: 'bebasregular';
	font-size: 18px;
	text-decoration: none;
}
#blog_post_paging_newest a {
	line-height: 32px;
	color: #1a1a1a;
	background-image: url(../images/blog_paging_newest.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
	display: block;
	padding-left: 50px;
	font-family: 'bebasregular';
	font-size: 18px;
	text-decoration: none;
}
#blog_post_top_header {
	float: left;
	padding-right: 20px;
	font-family: bebasregular;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	padding-left: 30px;
}
#blog_post_top_content {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: -4px;
	padding-top: 10px;
	color: #bdbdbd;
}
#blog_photo {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
}
#blog_post_desc {
	font-size: 14px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#blog_post_comments {
	float: left;
	width: 620px;
	margin-left: 30px;
	padding-bottom: 30px;
}
#blog_post_comment_add {
	float: left;
	width: 320px;
	padding-bottom: 30px;
}
#blog_post_comments_list {
	background-image: url(../images/blog_post_bg.jpg);
	background-repeat: repeat;
	padding-top: 15px;
}
.blog_post_comment_row_1 {
	width: 538px;
	border: 3px double #c1c1c1;
	margin-top: 10px;
	padding: 8px;
}
.blog_post_comment_row_2 {
	width: 478px;
	border: 3px double #c1c1c1;
	margin-top: 10px;
	padding: 8px;
	margin-left: 60px;
}
.blog_post_comment_row_img {
	float: left;
	height: 91px;
	width: 91px;
	padding-right: 5px;
}
.blog_post_comment_row_content_1 {
	float: left;
	width: 430px;
	padding-left: 10px;
}
.blog_post_comment_row_content_2 {
	float: left;
	width: 370px;
	padding-left: 10px;
}
.blog_post_comment_row_content_nick {
	font-size: 14px;
}
.blog_post_comment_row_content_date {
	font-size: 10px;
	padding-bottom: 10px;
}
.blog_post_comment_row_content_txt {
	color: #575757;
}
.blog_post_comment_row_1_answer {
	background-image: url(../images/comment_answet.png);
	display: block;
	height: 18px;
	width: 19px;
	position: absolute;
	margin-left: 520px;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	opacity: 0.5;
}
.blog_post_comment_row_1_answer:hover {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	opacity: 1.0;
}


/* 404  */


#not_found {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

/* under construction */

#uc_logo {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}
#uc_header {
	background-image: url(../images/bg_2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
.uc_header_h {
	font-family: bebasregular;
	font-size: 27px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#uc_header_desc {
	color: #bdbdbd;
	font-size: 11px;
}
#uc_photo {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}
#uc_photo img {
	border: 1px solid #FFF;
}
#uc_footer {
	background-image: url(../images/bg_2.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
#uc_newsletter {
	background-image: url(../images/uc_newsletter_bg.gif);
	background-repeat: repeat-x;
	width: 295px;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
}
#uc_input {
	height: 26px;
	width: 210px;
	border: 3px double #c1c1c1;
	padding-left: 15px;
	padding-right: 15px;
	font-family: ubuntu_condensedregular;
	font-style: italic;
	font-size: 14px;
	margin-left: 5px;
	margin-top: 5px;
	position: absolute;
}
#uc_form_button {
	background-image: url(../images/uc_form_button.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 28px;
	display: block;
	position: absolute;
	border: 3px double #c1c1c1;
	background-position: center center;
	margin-left: 255px;
	margin-top: 5px;
}
#uc_footer_desc {
	width: 960px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	font-size: 11px;
	text-align: center;
}

/* txt */

#styling {
	padding-top: 40px;
	padding-bottom: 40px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	background-image: url(../images/white_light.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.styling_box_540 {
	padding: 10px;
	float: left;
	width: 540px;
}
.styling_box_380 {
	padding: 10px;
	float: left;
	width: 380px;
}
.styling_box_460 {
	padding: 10px;
	float: left;
	width: 460px;
}
.styling_box_300 {
	padding: 10px;
	float: left;
	width: 300px;
}

/* tabs */

#tabs {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.tabs_header {
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: bebasregular;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}
#accordion {
	margin: 10px;
	float: left;
	width: 460px;
}
#toggle {
	margin: 10px;
	float: left;
	width: 460px;
}
.ac-container label{
	font-family: 'bebasregular';
	position: relative;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 19px;
	background-image: url(../images/tabs_accordion_headere.png);
	background-repeat: repeat;
	margin-bottom: 2px;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #000;
    color: #fff;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 15px;
    background: transparent url(../images/accordion_plus.png) no-repeat center center; 
}
.ac-container input:checked + label:hover:after{
    background-image: url(../images/accordion_minus.png);
}
.ac-container input{
    display: none;
}
.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition:
        height 0.3s ease-in-out,
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ article{
    transition:
        height 0.5s ease-in-out,
        box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container article p{
    color: #000;
    font-size: 14px;
    padding: 20px;
}
.ac-container input:checked ~ article.ac-small{
    height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
    height: 180px;
}
.ac-container input:checked ~ article.ac-large{
    height: 230px;
}
#tabs_tabs {
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	background: rgba(255, 255, 255, 0.5);
}
#tabs_tabs #container {
	width: 940px;
}
#tabs_tabs  #tabbox {
	height: 68px;
}
#tabs_tabs  #panel {
	background-color:#FFF;
	border-top: 3px solid #000;
}
#tabs_tabs #tab_1,
#tabs_tabs #tab_2,
#tabs_tabs #tab_3 {
	background-image: url(../images/tabs_accordion_headere.png);
	background-repeat: repeat;
	display: block;
	line-height: 38px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	font-family: 'bebasregular';
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 1px;
	font-size: 19px;
}
#tabs_tabs  a {
	color: #fff;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#tabs_tabs .tab_select {
	background-color: #000;
}
#tabs_tabs #tab_2_txt,
#tabs_tabs #tab_3_txt {
	padding:20px;
	display:none;
}
#tabs_tabs #tab_1_txt  {
	padding:20px;
}
.tinynav { display: none }

@media only screen and (max-width: 1049px){
    .tinynav { display: block }
    #nav { display: none }
/* all */

body {
	width: 100%;
	overflow-x: hidden;
}
.main {
	width: 95%;
	
}
.wrapper {
	width: 95%;
}
#menu {
display:block;
float:left;
}


#menu_left,
#menu_center,
#menu_right {
	float: left;
}
#menu_left {
	background-image: none;
	width: auto;
	height: auto;
}
#menu_right {
	background-image: none;
	width: auto;
	height: auto;
	margin-right: 20px;

}
#menu_center {
	background-image: none;
	width: auto;
	height: auto;
	display:block;
	margin-left:-222px;	margin-top:40px;
}

.tinynav {
background:#c3c3c3;
font-size:18px;
font-family: 'ubuntu_condensedregular';	border:none;
box-shadow: #67718d 4px 4px 4px ;
}

#logo_menu {
	margin-right: auto;
	margin-left: auto;
	width: 100%;

	
}
#logo {
	width: 100%;
	display:block;
	margin-top:0px;
}

/* slider (top) */

#top,
#top_2,
#top_3 {
	background-image: none;
	height: auto;
	padding-top: 15px;
}

#slider_submenu {
	background: url(../images/resp_pattern_1.gif) repeat;
	width: 100%;
	background-color: #333;
	padding: 0 !important;
	margin: 0 auto 0 auto;
	height: 210px;
	border: 2px solid #fff;
}
#slider_submenu_2 {
	background: url(../images/resp_pattern_1.gif) repeat;
	width: 100%;
	height: 200px;
	border: 2px solid #fff;
	padding: 0 !important;
	margin: -50px auto 0 auto;
}
#slider_submenu ul,
#slider_submenu_2 ul {
	margin: 0 !important;
	padding: 0 !important;
}
#slider_submenu ul li,
#slider_submenu_2 ul li {
	float: none;
	margin: 0 !important;
	padding: 5px 5% 5px 5%;
	line-height: normal;
}
#top_header {
	text-align: center;	
	color: #000;
	font-size: 23px;
	font-family: 'ubuntu_condensedregular';
	text-transform: uppercase;
	margin-top: 10px;
}
#top_slider {
	width:100% !important;
	height: auto !important; 
	margin-left:0px;
}
#top_flex_slider {
	width: auto;
	height: auto;
	margin: 0 auto 0 auto;
}

/* index */

#weoffer {
	background-image: none;
	height: auto;
}
.weoffer_column {
	display: inline;
	float: none;
}
#circle_button_1,
#circle_button_2 {
	display: none;
}
#ourrecentworks {
	width: 100%;
	background-image: none;
}
#ourrecentworks_head {
	width: 100%;
	margin-top: 20px;
}
#ourrecentworks_desc {
	padding-top: 60px;
}
.happyclients_ourblog_column {
	width: 100%;
	display: inline;
	margin-bottom: 40px;
}
.happyclients_ourblog_content_icon {
	display: none;
}
.happyclients_ourblog_content_desc {
	float: none;
	height: auto;
	width: 100%;
}
.happyclients_ourblog_head {

	position: static;
	width: 100%;
	}
.happyclients_ourblog_content {
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -15px;
	padding-bottom: 10px;
}
.happyclients_ourblog_content_arm {
	float: none;
	display: inline;
	padding-left: 0px;
	padding-bottom: 20px;
}

/* footer */

#footer {
	height: auto;
	background: url(../images/resp_pattern_2.jpg) repeat;
	border-top: 2px solid #fff;
	padding-top: 0;
}
#footer_2 {
	display: none;
}
#footer_separators {
	display: none;
}
.footer_column_1,
.footer_column_2,
.footer_column_3 {
	float: none;
	display: inline;
}
.footer_head {
	font-size: 22px;
	padding-top: 20px;
}
.footer_content_2_img {
	display: none;
}
.footer_content_2 {
	float:none;
	width: 100%;
	text-align: center;
	display: block;
}

/* 404 */

#not_found img {
	width: 100%;
}

/* about */

#about_top_header,
#blog_top_header {
	float: none;
	width: 100%;
	padding: 0 0 0 30px;
	margin: 0;
}
#about_top_content,
#blog_top_content {
	float: none;
	width: 90%;
	padding: 10px 0px 0px 30px;
	margin: 0;
}
#ourphilosophy {
	float: none;
	width: 100%;
}
#ourphilosophy_content {
	padding-right: 50px;
}
#twittertopics {
	float: none;
	width: 100%;
}
#twittertopics .about_content_header {
	padding-left: 30px;
	padding-top: 30px;
}
.twittertopic_row {
	margin-left: 30px;
	margin-right: 30px;
}
#start_your_business_head {
	background-image: url(../images/resp_pattern_1.gif);
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	border: 2px solid #fff;
}
#start_your_business_head_l {
	text-align: center;
	float: none;
	width: 100%;
	line-height: normal;
	padding-top: 10px;
}
#start_your_business_head_r {
	text-align: center;
	float: none;
	width: 100%;
}
#meettheourcreativeteam_colums {
	margin-left: 0px;
}
.meettheourcreativeteam_column {
	float: both;
	display: inline;
	width: 100%;
	margin-right: 0px;
	padding-bottom: 10px;
	margin-left: 0px;
}
.meettheourcreativeteam_c_img {
	float: none;
	width: 100%;
	text-align: center;
}
.meettheourcreativeteam_c_content {
	float: none;
	text-align: center;
	width: 90%;
	margin: 0 auto 0 auto;
	padding-top: 10px;
}

/* blog */

#portfolio_submenu {
	background: url(../images/resp_pattern_1.gif) repeat;
	height: auto;
	width: 100%;
	margin-top: 10px;
	border: 2px solid #fff;
	
}
#portfolio_submenu ul {
	margin: 0 !important;
	padding: 0!important;
}
#portfolio_submenu ul li {
	float: none;
	display: block;
	margin: 0!important;
	padding: 5px 5% 5px 5% !important;
}
.blog_post_header {
	float: both;
	border: 0;
}
.blog_post_date {
	float: both;
	font-size: 10px;
	width: 100%;
	margin-left: -20px;
	padding-bottom: 20px;
}
.blog_post_thumb img {
	width: 100%;	
}
.blog_post_bottom_desc {
	float: none;
	padding-top: 15px;
	width: 100%;
}
#blog_post_paging_older {
	float: left;
	width: 25%;
	margin-left: 30px;
	padding-top: 30px;
	text-align: right;
}
#blog_post_paging_newest {
	text-align: left;
	float: right;
	width: 25%;
	padding-top: 30px;
	margin-right: 30px;
}
#blog_post_paging_center {
	float: none;
	width: 100%;
}
#blog_post_top_header {
	float: none;
}
#blog_post_top_content {
	float: none;
	padding-left: 30px;
}
#blog_photo img {
	width: 100%;
}
#blog_post_comments {
	float: none;
	width: 100%;
	margin-left: 30px;
	padding-bottom: 30px;
}
.blog_post_comment_row_content_1 {
	float: both;
	width: 100%;
	padding-left: 0px;
}
.blog_post_comment_row_content_2 {
	float: both;
	width: 100%;
	padding-left: 0px;
}
.blog_post_comment_row_img {
	float: both;
	height: 91px;
	width: 100%;
}
.blog_post_comment_row_1_answer {
	background-image: url(../images/comment_answet.png);
	display: block;
	height: 18px;
	width: 19px;
	position: absolute;
	right: 15%;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	transition: 0.3s linear;
	opacity: 0.5;
}
.blog_post_comment_row_1 {
	width: 85%;
	border: 3px double #c1c1c1;
	margin: 10 auto 0 auto!important;
	padding: 8px;
}
.blog_post_comment_row_2 {
	width: 75%;
	border: 3px double #c1c1c1;
	margin: 10 auto 0 auto !important;
	padding: 8px;
	
}
#blog_post_comment_add {
	float: none;
	width: 100%;
	padding-bottom: 30px;
	padding-left: 30px;
}
.contact_form_row_right {
	float: none;
	width: 100%;
}
.contact_form_row_right input {
	width: 80%;
}
#contact_form_textarea textarea {
	width: 80%;
}
#contact_form_button {
	font-size: 14px;
	line-height: 33px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/contact_form_button.jpg);
	text-align: center;
	height: 33px;
	width: 142px;
	display: block;
	margin: 20px 0 0 0;
}

/* contact */

#services_top_header,
#gallery_top_header,
#contact_top_header {
	float: none;
	width: 100%;
}
#services_top_content,
#gallery_top_content,
#contact_top_content {
	width: auto;
	padding: 10px 0px 0px 30px;
}
#contact_content_l_dane_1,
#contact_content_l_dane_2,
#contact_content_l_dane_3 {
	width: auto;
	float: none;
	margin-bottom: 15px;
}
#contact_content_left {
	float: none;
	width: auto;
}
#contact_content_map iframe {
	width: 110%;
}
.contact_form_row_right {
	float: none;
	width: auto;
}
.contact_form_row_right input {
	border: 3px double #c1c1c1;
	width: 90%;
	height: 22px;
	padding-left: 15px;
	padding-right: 15px;
	font-family: ubuntu_condensedregular;
	font-style: italic;
	font-size: 14px;
}
#contact_content_right {
	float: none;
	width: auto;
}
#contact_form_textarea textarea {
	width: 90%;
}

/* gallery */

#filterOptions li {
	float: none !important;
	
}

/* services */

#services_header {	
	background: url(../images/resp_pattern_1.gif) repeat;
	width: auto;
	text-align: center;
	padding-left: 0;
	border: 2px solid #fff;
	height: auto;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* portfolio */

#portfolio_top_header {
	float: none;
	width: 100%;
}
#portfolio_top_content {
	float: none;
	width: auto;
	padding-left: 30px;
}
.portfolio_content_category_head {
	width: 100%;
}

/* txt */

#styling {
	padding-top: 40px;
	padding-bottom: 40px;
	width: auto;
}
.styling_box_540 {
	padding: 10px;
	float: none;
	width: auto;
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.styling_box_380 {
	padding: 10px;
	float: none;
	width: auto;
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.styling_box_460 {
	padding: 10px;
	float: none;
	width: auto;
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.styling_box_300 {
	padding: 10px;
	float: none;
	width: auto;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

/* under construction */

#uc_photo  {
	padding-left: 30px;
	padding-right: 30px;
}
#uc_photo img {
	width: 100%;
}
#uc_footer_desc {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/* tabs */

.tabs_header {
	width: auto;
	padding-left: 40px;
}
#accordion {
	float: none;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}
#toggle {
	float: none;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}
#tabs {
	width: auto;
}
#tabs_tabs #container {
	width: auto;
}
#tabs_tabs {
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	background: rgba(255, 255, 255, 0.5);
}
#contactmsg span {
	width: 400px !important;
	
}

}

@media only screen and (max-width: 400px){

#blog_post_paging_older {
display:none;
}
#blog_post_paging_newest {
display:none;
}
#contactmsg span {
	width: 170px !important;
	
}


}
