 
	



	@import url('font-awesome.css');

	
    @font-face {font-family: 'CuprumFFURegular';src: url('fonts/cuprum-webfont.eot');src: url('fonts/cuprum-webfont.eot?#iefix') format('eot'),
url('fonts/cuprum-webfont.woff') format('woff'),url('fonts/cuprum-webfont.ttf') format('truetype'),url('fonts/cuprum-webfont.svg#webfontpryDnV5p') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'VegurRegular'; src: url('fonts/vegur-r_0.602-webfont.eot');src: url('fonts/vegur-r_0.602-webfont.eot?#iefix') format('eot'),url('fonts/vegur-r_0.602-webfont.woff') format('woff'),url('fonts/vegur-r_0.602-webfont.ttf') format('truetype'), url('fonts/vegur-r_0.602-webfont.svg#webfont43BoF65N') format('svg');font-weight: normal;font-style: normal;}
@font-face { font-family: 'VegurBold'; src: url('fonts/vegur-b_0.602-webfont.eot');src: url('fonts/vegur-b_0.602-webfont.eot?#iefix') format('eot'),  url('fonts/vegur-b_0.602-webfont.woff') format('woff'),url('fonts/vegur-b_0.602-webfont.ttf') format('truetype'),url('fonts/vegur-b_0.602-webfont.svg#webfontKXEypgsh') format('svg'); font-weight: normal;font-style: normal;}


    
    /* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{

}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
    
}
abbr,acronym { border:0;
}

	body {
	color: #333;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background-image:url(../tema/bg.png);
	background-repeat:repeat;
	border-top:4px solid #ff0505;

}

#background_bg{
	width:100%;
	height:635px;
	background-color:#777474;
	float:left;
	position:absolute;
	z-index:-1;
background-image:url(../tema/backround.jpg);
	border-bottom:1px solid #fff;
    

}

#background_bg_inner{
	width:100%;
	height:318px;
	background-color:#777474;
	float:left;
	position:absolute;
	z-index:-1;
	background-image:url(../tema/pietra.jpg);
	border-bottom:1px solid #fff;
}
#background_bg_inner2{
	width:100%;
	height:318px;
	background-color:#777474;
	float:left;
	position:absolute;
	z-index:-1;
	background-image:url(../tema/creea.jpg);
	border-bottom:1px solid #fff;
}


p, ul, ol, dl, table, fieldset, blockquote, pre, code {
}
/* headings
------------------------------------------------------*/
h1, h2, h3, h4, h5, .jqueryslidemenu a, .jqueryslidemenu ul li ul li a {
	color:#fefefe;
	
}
h1, h2, h3, h4, h5 {
	color:#282724;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 11px;
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
hr {
	border: 1px solid #eee;
	width: 100%;
	color: #eee;
	height: 1px;
}
p {
	color:#333;
	padding-bottom:10px;
}
/* imgage alignment
----------------------------------------------------------------------------------------------------*/
.alignright {
	float: right;
	margin: 3px 0 0px 20px;
	width:auto;
}
.alignleft {
	float: left;
	margin:0px 20px 0px 0px;
	width:auto;
}
.align {
	float: left;
	margin: 0 10px 0px 0;
	width:auto;
}
a img {
	border:none;
}
img {
	max-width:100%;
	height:auto;
}
 *|*:focus {
 outline: none;
}
a:link, a, a:visited {
	color:#a29c9a;
	text-decoration:none;
}
a:hover {
	color:#ff0505;
}

.thumb_img {
	float: left;
	margin: 0px 20px 0px 0px;
}
.description {
	display:block;
	overflow: hidden;
   
}
.description p {
	display:block;
	overflow: hidden;
  
}
.img_radius {
	height:100px;
	width:100px;
	-moz-border-radius:100px;
	border-radius:100px;
}

.drop_cap {
	background-color:#4d4c47;
	height: 70px;
	width: 70px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px; /* Safari and Chrome */
	border-radius: 35px;
	text-align:center;
	behavior: url(ie-css3.htc);
}
.drop_cap h5 {
	color:#fff;
	padding-top:25px;
}
.drop_cap:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#ff0505;
	cursor:pointer;
}
.clear {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	width: 100%;
}
a.read_more {
	background-color:#4d4c47;
	border:1px solid #2b2b2b;
	padding:7px 15px 7px 15px;
	border-radius:5px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
}
a.read_more:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#ff0505;
	border:1px solid #ff0505;
}


span.divider {
	display:block;
	overflow:hidden;
	clear:both;
	margin-top:30px;
	margin-bottom:30px;
	border-top:1px solid #e4dfd6;
}

.blockquotes{
background-image:url(../tema/blockquote_img.png);
background-repeat:no-repeat;
background-position:left -1px;
font-style:italic;
font-weight:bold;
}
/*end common/genral style*/

/* Pagination
====================================*/
.pagination {
	margin-bottom: -10px;
}

.pagination li {
	padding: 5px 10px;
	border: 1px solid #ddd;
	display: inline-block;
	float: left;
	background: #fff;
	color: #888;
	margin-right: 1px;

}

.ie7 .pagination li {margin-right: 5px;}

li.current {
	background: #ff0505;
	border: 1px solid #ff0505;
	color: #fff;
}


/*top section start*/

header{
	height:80px;
	padding-bottom:30px;
	padding-top:40px;
}
header figure {
	float:left;
	padding:0px;
	margin:0px;
}

.top_right {
	float:right;
}

ul.top_info{
list-style:none;
}


ul.top_info li{
display: inline-block;
background-color:#555;
margin-left:10px;
}

ul.top_info li span{
padding:5px 10px;
margin:0px;
float:left;

}
span.call_1st_col{
background-color:#2b2b2b;
font-weight:bold;
color:#ccc;
}

span.call_2nd_col{
background-color:#535353;
color:#c7c7c7;
font-weight:bold;
}

#social_media {
text-align:right;
padding-top:10px;
}

#social_media img{
padding-left:5px;
cursor:pointer;
}

#social_media img:hover{
opacity:0.8;
}
/*top section end*/


/*teaser start*/
.teaser {
	background-color:#282724;
	padding:50px 30px 30px 30px;
	overflow:hidden;
	text-align:center;
}
.teaser h3{
	font-size:25px;
	margin-bottom:30px;
	color:#fff;
}
.teaser span{
	color:#ff0505;
}

span.teaser_icon {
	background-color:#4d4c47;
	display: block;
	height: 136px;
	width: 136px;
	margin:0px auto;
	margin-top:30px;
	border-radius:68px 68px 68px 68px;
	position:relative;
}

span.teaser_icon img {
	position:absolute;
	margin-top:-30px;
	left:50%;
	margin-left:-30px;
	top:50%;
}

span.teaser_icon:hover {
	-moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#ff0505;
	cursor:pointer;
}
/*teaser end*/

/*content home start*/
.home .content {
padding-bottom:0px;
min-height:inherit;

}

/*content home end*/

/*content start*/
.content {
	background-color:#fff;
	padding:40px 30px;
	overflow:hidden;
	background-image:url(../tema/content_bg.png);
	background-repeat:repeat-x;
	border-top:1px solid #fff;
	min-height:500px;
}
.content h3 {
	color:#282724;
	padding-bottom:20px;
	line-height:25px;
}
.content h3 span {
	color:#ff0505;
}
.content h4 {
	padding-bottom:10px;
}
/*content end*/

/*trigger start*/
span.trigger {
	width: 0; 
	height: 0; 
	border-left:10px solid transparent; 
	border-right:10px solid transparent; 
	border-bottom:10px solid #ff0505;
	line-height: 46px;
	font-size: 2em;
	font-weight: normal;
	float:right;
	cursor:pointer;
	position:absolute;
	left:50%;
	margin-left:-10px;
	top:-14px;
}
span.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}
span.trigger a:hover {
	color: #fff;
}

.toggle_container {
	background-color:#ff0505;
	padding:5px 10px 0px 10px;
	text-align:center;
}
.toggle_container p {
	color:#fff;
	text-align:center;
}
.trigger_container {
	border-top:4px solid #ff0505;
	position: relative;
}
/*trigger end*/


/*footer start*/
footer {
	background-color:#2B2B2B;
	padding:30px 30px 0px 30px;
	overflow:hidden;
	margin-top:0px;
	color:#fff;
}
/*Footer End*/

/*bottom footer start*/
.footer {
	background-color:#1b1b1b;
	padding:10px 30px 0px 30px;
	overflow:hidden;
	margin-bottom:30px;
}
.copyright p {
	text-align:center;
	color:#aaaaaa;
	font-weight:100;
	letter-spacing:0.1px;
}
/*bottom footer end*/


/*sub header start*/
.sub_header {
    border-bottom: 1px  dotted #E4DFD6;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 10px 0 40px;
}
.sub_header h2 {
	float:left;
	color:#282724;
}
.sub_header h5 {
	float:left;
	margin-left:20px;
	padding-left:20px;
	color:#636363;
	border-left:1px solid #e4dfd6;
}

.search_box{
	float:right;
	margin-top:-5px;
}

.search_box .text_input {
    float: left;
    height: 15px;
    margin: 0;
    padding: 8px;
    width:150px;
}

.search_box .text_input{

    background-color:#F2F2F2;
    color: #2b2b2b;
    outline: medium none;
    padding: 8px;
}


.search_box input{
    border: medium none;
    font-size: inherit;
    outline: medium none;
}


.search_button {
    background: url(../tema/search_button.png) no-repeat scroll center center transparent;
    border: medium none;
    display: block;
    float: left;
    height: 31px;
    line-height: 31px;
    margin: 0;
    outline: medium none;
    width: 31px;
	 background-color:#2B2B2B;
	 border-left:1px solid  #fff;
}


 .search_button:hover {
    -moz-transition: background-color 0.3s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
	background-color:#ff0505;
	cursor:pointer;
}
/*sub header end*/


aside {
	border-left:1px solid #e4dfd6;
	padding:0px 0px 10px 20px;
}




/*contact start*/
#response{
color:#ff0505;
margin-bottom:20px;

}
#contact-form {
	margin-top: 25px;
}

#contact-form input, #contact-form textarea {
	padding: 5px;
	width:99%;
	font-family: Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	border:1px solid #ccc;
	background-color:#f2f2f2;
	color:#666666;
}

#contact-form textarea {
	height:185px;
	background-color:#f2f2f2;
}

#contact-form textarea:focus, #contact-form input:focus {
	border:1px solid #ff0505;
}

#contact-form p input#submit {
	float:right;
	background-color:#4d4c47;
	border:1px solid #2b2b2b;
	padding:5px;
	border-radius:5px;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	width:100px;
	font-size:12px;
}

#contact-form p input#submit:hover{
		background-color:#ff0505;
		border:1px solid #679202;
		cursor:pointer;
}

label {
	float: left;
	width:70px;
	padding-top: 5px;
	font-size:16px;
	font-family: 'Oswald', sans-serif;
	
}
	.vaidate_error{
border:1px solid #FF0000!important;
}


/*contact end*/


/*typogaraphy start*/
.hilight-yellow {
	background-color: #FFFF99;
}
.hilight-black {
	background-color: #000;
	color:#fff;
}
/*typogaraphy end*/


/*pricing table start*/
#pricing_table{
text-align:center;
margin-top:90px;
width:101%;
}

#pricing_table .one_third{
margin-right:1px;
float:left;
width:32.95%;
}

#pricing_table .one_fourth{
margin-right:1px;
float:left;
width:24.65%;
}

#pricing_table .one_third ul,
#pricing_table .one_fourth ul{
list-style:none;
background-color:#F9F9F9;
-moz-box-shadow:inset 0 0 8px #dfdfdf;
-webkit-box-shadow:inset 0 0 8px #dfdfdf;
box-shadow:inset 0 0 8px #dfdfdf;
}

#pricing_table .one_third ul li,
#pricing_table .one_fourth ul li{
padding-bottom:10px;
padding-top:10px;
border-bottom: 1px solid #dfdfdf;
border-top: 1px solid #F9F9F9;
text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

.pricing_col_1{
background: #0b5f6c; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45aebf', endColorstr='#0b5f6c'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#45aebf), to(#0b5f6c)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #45aebf,  #0b5f6c); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #45aebf,  #0b5f6c); /* for opera 3.6+ */ 
border-bottom:1px solid #05454f;
}
.pricing_col_2{
background: #b93d17; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee8317', endColorstr='#b93d17'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ee8317), to(#b93d17)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ee8317,  #b93d17); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #ee8317,  #b93d17); /* for opera 3.6+ */ 
border-bottom:1px solid #9a2c0a;
}
.pricing_col_3{
background: #537027; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a32d', endColorstr='#537027'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#68a32d), to(#537027)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #68a32d,  #537027); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #68a32d,  #537027); /* for opera 3.6+ */ 
border-bottom:1px solid #354c12;
}
.pricing_col_4{
background: #d79f07; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdc400', endColorstr='#d79f07'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#fdc400), to(#d79f07)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #fdc400,  #d79f07); /* for firefox 3.6+ */ 
background: -o-linear-gradient(top,  #fdc400,  #d79f07); /* for opera 3.6+ */ 
border-bottom:1px solid #cc9501;
}

.highlight{
background-color:#e3e3e3;
}

.heading{
padding:20px 20px 0px 20px;
}

.heading h2{
color:#fff;
}
 
.wide{
padding:40px 40px 25px 40px;
margin-top:-45px;
}

.pricing_space{
height:100px;
}

.heading span{
padding-top:10px;
padding-bottom:10px;
display:block;
}

.price_button{
background: #282828; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#282828'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#282828)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #4d4d4d,  #282828); /* for firefox 3.6+ */
background: -o-linear-gradient(top,  #4d4d4d,  #282828); /* for opera 3.6+ */ 
padding:30px;
border-top:1px solid #212121;
}

.price_button a.read_more:hover{
background-color:#999999 !important;
border:1px solid #000 !important;
}

#pricing_table span i{
color:#fff;
}
/*pricing table end*/



.jqueryslidemenu{
background-color: #2b2b2b;
height: auto;
min-height: 50px;
position:relative;
z-index:1000;
font-family:CuprumFFURegular;font-size:17px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.jqueryslidemenu select{
display:none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;	
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
font-size:16px;
/*background: #111111; background of tabs (default state)*/
color: white;
padding:16px 22px 16px 20px;
color: #2d2b2b;
text-decoration: none;
border-left: 1px solid #3c3c3c;
border-right: 1px solid #111;
border-left: 1px solid rgba(255, 255, 255, 0.08);
border-right: 1px solid rgba(0, 0, 0, 0.7);
background-color:#2b2b2b;
text-shadow:1px 1px 2px #333;
}
.jqueryslidemenu ul li a i{
padding-right:8px;
font-size:12px;
}


.jqueryslidemenu ul li.main-links:first-child a{
border-left:none;
}
.jqueryslidemenu  ul li.main-links:last-child a{
border-right: 1px solid #111;
}
.jqueryslidemenu  ul li.main-links:last-child{
border-right: 1px solid #3c3c3c;
}
* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: #202020; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-size:12px;
width: 160px; /*width of sub menus*/
padding:13px 13px 13px 20px;
font-family: Tahoma;
margin: 0;
background-color:#2b2b2b;
border-bottom:1px solid #222;
border-top:1px solid #333;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
}
.jqueryslidemenu a.active{
background-color: #ff0505!important;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top:20px;
right:5px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.downarrowclass{
padding-right:10px;
}



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

/* Columns shortcode
----------------------------------------------------------------------------------------------------*/
.fullwidth {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.one_half {
	width:48.10%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}
.one_half_last {
	width:48.10%;
	float:right;
	margin-bottom:20px;
}
.one_third {
	width:30.80%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}

.one_third_last {
	width:30.80%;
	float:right;
	margin-bottom:20px;

}
.one_third_urun {
	width:68%;
	float:right;
	margin-bottom:20px;

}
.two_third {
	width:65.40%;
	float:left;
	margin-right:3.80%;
}
.two_third_last {
	width:65.40%;
	float:right;
	margin-bottom:20px;
    color:#333;

}
.two_urun {
	width:30%;
	float:left;
	margin-bottom:20px;
    color:#333;

}
.one_fourth {
	width:22.15%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;

}
.one_fourth_last {
	width:22.15%;
	float:right;
	margin-bottom:20px;
}
.three_fourth {
	width:74.05%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}
.three_fourth_last {
	width:74.05%;
	float:right;
	margin-bottom:20px;
}
.one_fifth {
	width:16.96%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}
.one_fifth_last {
	width:16.96%;
	float:right;
	margin-bottom:20px;
}
.four_fifth {
	width:79.240%;
	float:left;
	margin-right:3.80%;
	margin-bottom:20px;
}
.four_fifth_last {
	width:79.240%;
	float:right;
	margin-bottom:20px;
}
* html .clearfix {
} /* IE6 */
*:first-child+html .clearfix {
} /* IE7 */
/* clearfix */

.clear {
	clear:both;
	display:block;
	height:0px;
	width:100%;
	visibility:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 400px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position:absolute;
	bottom:50%;
	left:8%;
}
.ei-title h2, .ei-title h3{
	text-align: left;
}
.ei-title h2{
	font-size: 40px;
	color: #424242;
	line-height:60px;
}
.ei-title h3{
	font-size: 20px;
	color: #000;
}
.ei-slider-thumbs{
	height: 13px;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -99999px;
	background: #ff0505;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: #424242;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.ei-slider-thumbs li a:hover{
	background-color: #ff0505;
}
.ei-slider-thumbs li img{
	position: absolute;
	bottom: 50px;
	opacity: 0;
	z-index: 999;
	max-width: 100%;
}
.ei-slider-thumbs li:hover img{
	opacity: 1;
	bottom: 13px;
	
}


.widget_container h3{
padding-bottom:25px;
}

.widget_container h4{
color:#282724;
padding-bottom:10px;

}

.widget_container ul{
list-style:none;
color:#333;
}

.widget_container ul li{
padding-bottom:10px;
margin-bottom:10px;
overflow:hidden;
color:#fff;
}
.widget_container ul li a{
padding-bottom:10px;
margin-bottom:10px;
overflow:hidden;
color:#333;

}

.widget_container span{
color:#ff0505;
text-shadow:1px 1px 1px #fff;
}

.content_wide .widget_container h4:hover{
color:#ff0505;
cursor:pointer;
}


footer .widget_container h4{

background-image:url(../tema/border_bottom.png);
background-repeat:repeat-x;
background-position:bottom center;
padding-bottom:10px;
margin-bottom:10px;
font-family:CuprumFFURegular;font-size:17px;
} 

footer .widget_container span{
color:#ff0505;
font-size: 21px;
text-shadow:1px 1px 1px #000;
}


.flickr_widget img{
float:left;
margin:0px 4px 4px 0px;
}

.widget_archives li{
border-bottom:1px solid #E4DFD6;
background-image:url(../tema/list_icon.png);
background-repeat:no-repeat;
background-position:left 1px;
padding-left:25px;
}

aside .widget_container{
margin-bottom:30px;
clear:both;
overflow:hidden;
padding-top:3px;
}
aside .widget_container ul li{
padding-bottom:10px;
margin-bottom:10px;
clear:both;
}
aside .widget_container li{
border-bottom:1px solid #E4DFD6;
background-image:url(../tema/list_icon.png);
background-repeat:no-repeat;
background-position:left 1px;
padding-left:25px;
}

/*background*/
.jqueryslidemenu a.active,
.ei-slider-thumbs li.ei-slider-element,
.ei-slider-thumbs li a:hover,
.toggle_container,
span.teaser_icon:hover,
a.read_more:hover,
#contact-form p input#submit:hover,
.search_button:hover,
.drop_cap:hover {
background-color:#ff0505 !important;
}

/*color*/
.ei-title span,
.teaser span,
.widget_container span,
.content h3 span,
.content_wide .widget_container h4:hover {
    color:#ff0505 !important;
}




/*border*/
.trigger_container,
body {
    border-top: 4px solid #ff0505 !important;
    
 }
 
 span.trigger{
 border-bottom:10px solid #ff0505 !important;
 }
 
 #contact-area textarea:focus, #contact-area input:focus,
 a.read_more:hover,
 #contact-form p input#submit:hover{
 border:1px solid #ff0505 !important;
 }
 
 @media only screen (min-width: 1100px) {
}


/* Tablet (Portrait) */
/* Width of 768px */

@media only screen and (min-width: 768px) and (max-width: 1000px) {
#container, .image-grid, .image-grid_3col, .image-grid_2col  {
 width:748px;
 
}
.top_right{
font-size:90%;

}
/* Elastic Slider
----------------------------------------*/
.ei-slider{
	height:300px;
}

/* Sub Header
----------------------------------------*/
.sub_header h5{
display:none;
}

/* Portfolio section
----------------------------------------*/
.image-grid li {
 width: 149px;
}
 .image-grid li a.zoom, .image-grid_3col li a.zoom {
 left:12%!important;
}
.image-grid li a.link_post, .image-grid_3col li a.link_post {
 right:12%!important;
}
 .image-grid_3col li {
 width:209px;
}
 .image-grid_2col li {
 width:329px;
}
 .image-grid_1col li {
 width:688px;
}
}

/* Mobile Potrait width 320 */
@media only screen and (max-width: 767px) {
#container, .image-grid, .image-grid_3col, .image-grid_2col, .image-grid_1col  {
 width:300px; 
 height: auto !important;

}

/* Elastic Slider
----------------------------------------*/
.ei-slider{
	height:120px;
}
.ei-title{
display:none;
}

/* Sub Header
----------------------------------------*/
.sub_header h5{
display:none;
}
.sub_header{
text-align:center!important;
	
}
.sub_header h2, .search_box{
	margin-bottom:20px;
	float:none;
}

.search_box{
overflow:hidden;
width:200px;
margin:0 auto;

}

/* top section
----------------------------------------*/

#logo {
 text-align:center;
 margin:0 auto;
 float:none;
 display:block;
 margin-bottom:40px;
}

.top_right{
text-align:center;
margin-bottom:20px;
}
.top_info li{
display:block;
margin-bottom:10px;
}
#social_media{
    float: none !important;
    margin: 0 auto;
    width: 190px !important;
}

/* Menu section
----------------------------------------*/

.jqueryslidemenu {
 margin:0 auto;
 clear:both;
 margin-top:20px;
 background-color:transperant;}

.jqueryslidemenu ul {
 display:none;
}
.jqueryslidemenu {
 width:96%;
 padding:2%;
}
.jqueryslidemenu select {
 display: block;
 width:100%;
 background-color: #f9f9f9;
 border:none;
 border:1px solid #fff;
 margin:0 auto;
 padding:5px 0px;
}
 .jqueryslidemenu select option {
 padding-bottom:3px;
}

/* Portfolio section
----------------------------------------*/
.image-grid img, .image-grid_3col img, .image-grid_2col img, .image-grid_1col img {
 min-width:100%;
}
 #list li {
 width:240px;
}
/* Blog section
----------------------------------------*/
.blog_element .one_third img{
min-width:100%;
}

/* sidebar section
----------------------------------------*/
aside{
border:none;
padding:0px;
}


/* Pricing section
----------------------------------------*/
.wide{
margin-top:0px;
}
.pricing_space{
height:inherit;
}
/* Columns
----------------------------------------*/
.one_half, .one_half_last, .one_third, .one_third_last, .two_third, .two_third_last, .one_fourth, .one_fourth_last, .two_fourth, .two_fourth_last, .three_fourth, .three_fourth_last, .one_fifth, .one_fifth_last, .two_fifth, .two_fifth_last, .three_fifth, .three_fifth_last, .four_fifth, .four_fifth_last, #pricing_table .one_third, #pricing_table .one_fourth{
 width: 100%;
margin: 0 0 30px;
}
}


/* Mobile landscape width 480 */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#container, .image-grid, .image-grid_3col, .image-grid_2col, .image-grid_1col  {
 width:460px;
  height: auto !important;
}
/* Slider section
----------------------------------------*/
.ei-slider{
	height:180px;
}
/* Portfolio section
----------------------------------------*/
#list li {
 width:400px;
}
.wide{
margin-top:0px;
}
.pricing_space{
height:inherit;
}

.widget_container .news_slider li{
background-image:none;
padding:0px;
}
.widget_container .news_slider ul{
width:100%;
max-width:100%;
height:auto;
overflow:hidden;

}

.widget_container .news_slider li{
margin-bottom:20px;
padding-bottom:15px;

}
.news_slider_wrapper{
	position:relative;

}
 .controls{
	position: absolute;
	top:-45px;
	text-align:right;
	right:0px;

}
 .controls a{
	 display:inline-block;
	 float:left;
	 margin-left:3px;
}



 a.prev, a.next{
	cursor:pointer;
	display:block;
}

 a.prev{
	background-image:url(../tema/prevBtn.png);
	background-repeat:no-repeat;
	width:27px;
	height:27px;
}
 a.next{
  background-image: url("../tema/nextBtn.png");
    background-repeat: no-repeat;
    bottom: 27px;
    height: 27px;
    width: 27px;
}


 a.prev:hover, a.next:hover{
 opacity:0.8;
 }
 
 /* Browser Resets */
.flex-container a,
.flexslider a,
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */
/* IE rgba() hack */
.flex-caption {
	background:none;
 -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	width: 96%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	font-size: 14px;
	line-height: 18px;
}
/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	width:27px;
	height:27px;
	margin: 0px 0 0;
	display: block;
	background:url(../tema/flex_slider_button.png) no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav .flex-next {
	background-position: -28px 0;
	right:10px;
}
.flex-direction-nav .flex-prev {
	left:10px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
.flex-direction-nav a:hover {
	opacity:0.8;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom:20px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav a {
	width:19px;
	height:18px;
	display: block;
	background:url(../tema/slider_bullets.png) no-repeat;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav a:hover {
	background-position: 0 -18px;
}
.flex-control-nav a.flex-active {
	background-position: 0 -18px;
	cursor: default;
}

.blog_element{
margin-bottom:30px;
float:left;
}

.blog_element h4 a{
color:#282724;
line-height:23px;
}

.blog_element h4 a:hover{
color:#ff0505;
}

.post_meta_info{
display:block;
padding:6px 0px;
margin-top:10px;
margin-bottom:10px;
text-align:center;
}
.post_meta_info strong{
font-weight:normal;
}
.post_meta_info span{
margin-right:15px;
}

.post_date{
background-image:url(../tema/date_icon.png);
background-position: left center;
background-repeat: no-repeat;
padding-left: 25px;
}

.post_author{
	background-image:url(../tema/author_icon.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 25px;
}

.blog_element .one_third{
	position: relative;
	z-index:2;
}

.post_comment{
	padding:5px 1%;
	margin:0 auto;
	margin:0 auto;
	display:block;
	position:absolute;
	top:0px;
	text-align:center;
	width:98%;
	background-image: url(../tema/comments_bg.png);
	background-repeat: no-repeat;
	background-position: center top;	
}


.post_comment strong a {
	color:#ff0505;
	}
.tagcloud a {
-moz-transition: all 0.2s ease 0s;
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.04) inset;
    color: #888584 !important;
    display: block;
    float: left;
    font-size: 1em !important;
    margin: 0 0.5em 0.5em 0;
    overflow: hidden;
    padding: 0.3em 10px;
	font-weight:bold;

}

.tagcloud a:hover{
	background-color: #ff0505;
	border: 1px solid #ff0505;
	color:#000!important;
}

/* 2.1 =Splitter
---------------------------------------------------------------------- */

#filter, #filter ul {
	text-align:center;

}
.splitter {
	clear:both;	
	border-bottom:1px solid #eee;
	padding-bottom:40px;
	margin-bottom:30px;
}
.splitter:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}
.splitter ul {
	margin-right: 0;
	margin-top: 0;
}
.splitter ul li a {
	margin-right:10px;
}
.splitter li, .splitter ul, .splitter ul li a {
	display: inline;
	display: inline-block;
	line-height: 1;
}
.splitter ul, .splitter ul li, .splitter ul li a {

}
.splitter ul li {
}
.splitter ul li:first-child {
	margin-left: 0;
}
.splitter ul li a {
padding:10px 15px;
background-color:#222;

}
.splitter ul li a:hover {
	background-color: #434343;
}
.splitter ul li.selected-0 a, .splitter ul li.selected-1 a, .splitter ul li.selected-2 a, .splitter ul li.selected-3 a, .splitter ul li.selected-4 a, .splitter ul li.selected-5 a, .splitter ul li.selected-6 a, .splitter ul li.selected-7 a, .splitter ul li.selected-8 a, .splitter ul li.selected-9 a {
	color: #fff;
	background-color:#ff6c00;

}
/* 3.2 =Image Grid 4 col
---------------------------------------------------------------------- */
.clearfix:after {
	background-color: #333333;
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.image-grid, .image-grid_3col, .image-grid_2col {
	width:980px;
	margin-top:20px;
	margin:0px;
	padding:0px;
}
.image-grid:after, .image-grid_3col:after, .image-grid_2col:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.image-grid li img, .image-grid li strong, .image-grid_3col li img, .image-grid_3col li strong, .image-grid_2col li img, .image-grid_2col li strong {
	display: block;
}
.image-grid li strong, .image-grid_3col li strong, .image-grid_2col li strong {
	color: #fff;
}
.demo {
	float:left;
	overflow:hidden;
	position:relative;
}
.image-grid li, .image-grid_3col li, .image-grid_2col li, .image-grid_1col li {
	float: left;
	text-align: center;
	font-family: "Helvetica Neue", sans-serif;
	line-height: 17px;
	color: #686f74;
	margin-right:31px;
	margin-bottom:31px;
	list-style:none;
	overflow:hidden;
	background-image: url(../tema/ajax-loader.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}
/* 3.2 =Image Grid 4 col
---------------------------------------------------------------------- */
.image-grid li {
	width:212px;
}
/* 3.2 =Image Grid 3 col
---------------------------------------------------------------------- */
.image-grid_3col li {
	width:293px;
}
/* 3.2 =Image Grid 2 col
---------------------------------------------------------------------- */
.image-grid_2col li {
	width:455px;
}
/* 3.2 =Image Grid 1 col
---------------------------------------------------------------------- */
.image-grid_1col li {
	width:940px;
}


.portfolio_content {
	text-align:center;
	background-color:#f2f2f2;
	z-index:333;
	display:block;
	position:relative;
	background-image:url(../tema/portfolio_bottom_strip.png);
	background-repeat:no-repeat;
	background-position:bottom right;
    font-family: Tahoma;
	font-size: 13px;
    color:#333;
	}
	
.pf_img_br{
height:100%;
width:100%;
display:block;
border-top:5px dotted #fff;
position:absolute;
top:-2px;
}
.portfolio_content img {
	border-bottom:1px solid #fff;
    
    
}

.portfolio_content h4 a {
	padding-top:14px;
	color:#333;
	display:block;
    font-family: Tahoma;
	font-size: 13px;
	letter-spacing:1px;
}
.portfolio_content p {
	font-style:italic;
	color: #333;
	font-family: Tahoma;
	font-size: 13px;
}
.portfolio_content:hover {
	background-color:#323232;
}
.portfolio_content:hover > h4 a {
	color:#fff;
    font-family: Tahoma;
	font-size: 13px;
}


.link_btn {
	width:100%;
    height:100%;
    position:absolute;
    display:block;
}
a.zoom {
	width:100%;
    height:100%;
	position:absolute;
	cursor:pointer;
    display:block;
}
a.link_post {
		width:100%;
    height:100%;
	position:absolute;
	cursor:pointer;
    display:block;
}

.portfolio_single h4{
border-bottom:1px solid #E4DFD6;
}

.portfolio_single ul{
margin-top:15px;
margin-bottom:15px;
border-bottom:1px solid #E4DFD6;
}

.portfolio_single ul li{
padding-bottom:5px;
margin-bottom:5px;
}




