/* GENERAL STYLES */
html {
	overflow-y: scroll; /* the scrollbar never disappears */
}

body {
	background-color: #d8d8d8;font:12px/14px "Lucida Grande", Arial, Sans-serif;
}

a {
	font-family: sans-serif;
	font-size: 12px;
	outline: none;
	color: #565656;
}

a:visited, a:link {
	text-decoration: none;
}

a:hover {
	color: #222222;
}

p {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	margin-bottom: 20px;
}

b {
	font-weight: bold;
}

li {
	font-family: sans-serif;
	font-size: 12px;
	color: #666666;
}


.al { width:700px; height:250px;}
.al p { float:left; width:400px; color: #999;}
.al img { float:left; margin-right:20px;}

span {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #CCCCCC;
}
.color { color:#F00;}

h1 {
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 34px;
	color: #333333;
	margin-bottom: 20px;
}

h2 {
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #444444;
}

h3 {
	line-height: 26px;
	color: #333333;
	margin-bottom: 20px; letter-spacing:-1px;
	font:20px/22px "Lucida Grande", Arial, Sans-serif; color:#82725a;
}

h4  {
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #ebe8df;
	margin-bottom: 10px;
}

h5  {
	font-family: sans-serif;
	font-size: 12px; font-weight:bold;
	line-height: 16px;
	color: #ebe8df;
	margin-bottom: 10px;
	margin-top: -5px;
}

h6  {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #888888;
	margin-bottom: 5px;
}

input {
	font-family: sans-serif;
	font-size: 14px;
}

textarea {
	font-family: sans-serif;
	font-size: 14px;
}

hr {
	border: none;
	border-top: 1px solid #dddddd;
	margin: 30px 0px;
}

#wrapper {
	max-width: 980px;
	margin: auto;
}

#wrapper > * {
	margin-bottom: 30px;
}

/* HEADER BEGINS */
#header  {
	background: #ebe8df url('../images/menu/nav-bg.png') repeat-x bottom;
	position: relative;
	margin-top: 10px;
	border-top: 1px solid #f6f4ee;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* =logo */
#header > a#logo {
	display: inline-block;
	padding: 10px;
}

/* =toolbar */
#toolbar {
	position: absolute;
	left: 240px;
	top: -1px;	
	font-size: 0px;
}

#toolbar > li {
	display: inline-block;
	float: left;
	background: #262626;
	padding: 0px 6px;
	margin-right: 4px;
	border-bottom: 1px solid #181818;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
	
#toolbar > li > a {
	line-height: 26px;
	color: #888888;
	text-shadow: 0px -1px #222222;
}

#toolbar > li > a:hover {
	color: #aaaaaa;
}

#toolbar > li.highlighted {
	background: #27cdc5;
	background: -moz-linear-gradient(top,  hsla(177,68%,48%,1) 0%, hsla(177,69%,40%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(177,68%,48%,1)), color-stop(100%,hsla(177,69%,40%,1)));
	background: -webkit-linear-gradient(top,  hsla(177,68%,48%,1) 0%,hsla(177,69%,40%,1) 100%);
	background: -o-linear-gradient(top,  hsla(177,68%,48%,1) 0%,hsla(177,69%,40%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(177,68%,48%,1) 0%,hsla(177,69%,40%,1) 100%);
	background: linear-gradient(top,  hsla(177,68%,48%,1) 0%,hsla(177,69%,40%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27cdc5', endColorstr='#20aba4',GradientType=0 );
}

#toolbar > li.highlighted:hover {
	background: #31d7cf;
	background: -moz-linear-gradient(top,  hsla(177,67%,52%,1) 0%, hsla(177,69%,44%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(177,67%,52%,1)), color-stop(100%,hsla(177,69%,44%,1)));
	background: -webkit-linear-gradient(top,  hsla(177,67%,52%,1) 0%,hsla(177,69%,44%,1) 100%);
	background: -o-linear-gradient(top,  hsla(177,67%,52%,1) 0%,hsla(177,69%,44%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(177,67%,52%,1) 0%,hsla(177,69%,44%,1) 100%);
	background: linear-gradient(top,  hsla(177,67%,52%,1) 0%,hsla(177,69%,44%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31d7cf', endColorstr='#23bcb4',GradientType=0 );
}

#toolbar > li.highlighted a {
	color: #eeeeee;
	font-weight: bold;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.2);
}
	
#toolbar .phone {
	padding-left: 22px;
	background: url(../images/icons/phonehook.png) no-repeat left center;
}

#toolbar .email {
	padding-left: 22px;
	background: url(../images/icons/mail.png) no-repeat left center;
}

/* =socials */
#counts {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 0px;
}

#counts  > div {
	text-align: right;
	width: 220px;
	height: 50px;
	display: inline-block;
}


#counts span.number {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #b0ab9c;
	display: block;
}

#counts img { margin: 4px 0 0 4px;}


/* =navigation */
#topnav {
	height: 41px;
	margin-top: 10px;
	margin-left: 10px;
	position: relative;
	z-index: 99;
}

#topnav > li {
	float: left;
	margin-right: 10px;
}

#topnav span {
	font-family: 'PT Sans Caption', sans-serif;
	font-size: 14px;
	color: #ebe8df;
	text-shadow: 0px 1px 0px #930e1a;
}
	
#topnav > li > a {
	display: block;
	float: left;
	height: 33px;
	padding-right: 6px;
}
	
#topnav > li > a span {
	display: block;
	line-height: 24px;
	padding: 4px 6px 5px 12px;
}

#topnav > li:hover > a {
	background: url('../images/menu/nav-hover-right.png') no-repeat scroll top right; 
}
	
#topnav > li:hover > a span {
	background: url('../images/menu/nav-hover-left.png') no-repeat; 
	color: #ffffff;
}
	
#topnav > li > a:active, #topnav .active > a, #topnav .active:hover > a {
	background: url('../images/menu/nav-active-right.png') no-repeat scroll top right; 
}

#topnav > li > a:active span, #topnav .active > a span, #topnav .active:hover > a span {
	background: url('../images/menu/nav-active-left.png') no-repeat; 
	color: #ffffff;
}

/* =subnavigation */
#topnav li {
	position: relative;
}

#topnav > li > ul a {
	display: block;
	color: #ebe8df;
	line-height: 20px;
	padding: 7px 0px;
	margin: 0px 12px;
	border-bottom: 1px solid #111111;
	border-top: 1px solid #333333;
	text-shadow: 0px -1px #111111;
}

#topnav > li > ul li {
	background-color: rgba(11,11,11,0.9);
}



#topnav > li > ul li:first-child {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
}

#topnav > li > ul li:first-child > a {
	padding-top: 8px;
	border-top: none;
}

#topnav > li > ul li:last-child {
	-webkit-border-bottom-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}

#topnav > li > ul li:last-child > a {
	padding-bottom: 8px;
	border-bottom: none;
}

#topnav > li > ul li:hover {
	background-color: #d80808;
	text-shadow: 0px -1px #333333;
}

#topnav > li > ul li:hover > a {
	color: #ffffff;
	border: none;
	padding: 8px 0px 8px 0px;
	 text-shadow:none;
}

#topnav li > ul {
	background-image: url('../images/menu/triangle-top.png');
	background-position: 20px 10px;
	background-repeat: no-repeat;
	display: none;
	width: 240px;
	position: absolute;
	padding-top: 16px;
	left: 0px;
	top: 32px;
}

#topnav li > ul > li > ul { /* level 3+ */
	background-image: url('../images/menu/triangle-left.png');
	background-position: 1px 12px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 7px;
	left: 140px;
	top: 0px;
}

/* #topnav li:hover > ul { display: block; } */ /* css dropdown */

/* =search field */
#search {
	clear: both;
	position: relative;
	right: 10px;
	bottom: 41px;
	background: #202020;
	max-width: 160px;
	width: 30%;
	padding-right: 40px;
	float: right;
	border-bottom: 1px solid #444;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: inset 0px 2px 2px #141414;
	-webkit-box-shadow: inset 0px 2px 2px #141414;
	box-shadow: inset 0px 2px 2px #141414;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#search #search_input {
	font-size: 12px;
	width: 100%;
	height: 28px;
	padding: 1px 6px;
	border: none;
	color: #888888;
	background: none;
}

#search #search_input:focus {
	color: #dddddd;
	outline: none;
}

#search #search_button {
	position: absolute;
	top: 8px;
	right: 8px;
}
/* HEADER ENDS */

/* CONTENT BEGINS */
.inner {
	clear: both;
	padding: 20px;

}

.innerblog {
	clear: both;
	padding: 20px;
	background: #f1f0f2;
}

.right {
	float: right;
}

.left {
	float: left;
}

.fill {
	display: block !important;
}

#content {
	background: #ffffff;
	clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}

#content.has_sidebar {
	width: 740px;
}

#content a {
	font-weight: normal;
}

#begin {
	background-color: #ebe8df;
	border: 1px solid rgba(238, 238, 238, 0); /* chrome bug workaround */
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #d8d4c6;
	margin-bottom: 5px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;

}

#begin h2 {
	text-shadow: 1px 1px #ffffff;
}

#end {
	overflow: hidden;
	background: #ebe8df;
	border-top: 1px solid #e0e0e0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#end p {
	color: #848074;
	margin: 0px;
	text-shadow: 0px 1px #ffffff;
}

#end span {
	color: #888888;
	text-shadow: 0px 1px #ffffff;
	line-height: 24px;
}

/* site path */
.path {
	margin-top: -5px;
	line-height: 10px;
}

.path a {
	font-size: 10px;
	line-height: 10px;
	color: #888888;
	font-weight: normal !important;
}

.path a:hover {
	text-decoration: underline;
}

.path li {
	margin-bottom: 5px;
	display: inline-block;
}

.path li:after {
	font-size: 10px;
	color: #888888;
	content: ' / ';
}

/* contact form */
.contact_form {
	margin-top: 20px;
}
.contact_form  input.input_text {
	width: 260px;
}

.contact_form textarea.input_text {
	max-width: 100%;
	min-height: 60px;
	min-width: 60px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.contact_form label {
	font-weight: bold;
	display: block;
	color: #444444;
}

/* google maps */
#map_canvas { 
	width: 100%;
	height: 320px;
}

/* text input */
.input_text {
	font-family: sans-serif;
	font-size: 14px;
	border: 1px solid #dddddd;
	border-top: 1px solid #cccccc;
	margin: 10px 0px 10px 0px;
	padding: 6px;
	color: #333333;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	box-shadow: inset 0px 0px 2px #eeeeee;
}

.input_text:hover {
	border: 1px solid #bbbbbb;
	border-top: 1px solid #aaaaaa;
}

.input_text:focus {
	border: 1px solid #d80808;
}

input.button {
	cursor: pointer;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px -1px #999999;
}

/* button */
.button {
	background: #d80808;
	border: 1px solid #960202;
	
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0px 1px 0px rgba(255, 255, 255, 0.2);
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	line-height: 30px;
	padding-left: 12px;
	padding-right: 12px;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	text-shadow: 0px -1px rgba(0, 0, 0, 0.2);
}

.button:hover {
	background: #be0303;
	border: 1px solid #960202;
	color: #ffffff;
}

.button:active {
	background: #be0303;
	border: 1px solid #960202;
	box-shadow: none;
}

.button img, .button img.right {
	float: none;
	margin-right: -7px;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle;
}

.button img.left {
	float: none;
	margin-right: 5px;
	margin-left: -7px;
	margin-top: -2px;
	vertical-align: middle;
}

/* big button */
.large.button  {
	line-height: 42px;
	font-size: 18px;
	padding: 0px 18px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* rounded button */
.rounded.button {
	-moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

/* gray button */
.gray.button, .skin.button {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
	
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #cccccc;

	-moz-box-shadow: 0 1px 2px rgba(170, 170, 170, 0.2), inset 0px 1px 0px #f8f8f8;
	-webkit-box-shadow: 0 1px 2px rgba(170, 170, 170, 0.2), inset 0px 1px 0px #f8f8f8;
	box-shadow: 0 1px 2px rgba(170, 170, 170, 0.2), inset 0px 1px 0px #f8f8f8;
	color: #666666;
	text-shadow: 0px 1px #ffffff;
}

.gray.button:hover, .skin.button:hover {
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	background: linear-gradient(top,  #f8f8f8 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#e8e8e8',GradientType=0 );
	
	border: 1px solid #dddddd;
	border-bottom: 1px solid #cccccc;
	color: #444444;
}

.gray.button:active, .skin.button:active {
	background: #eeeeee;
	box-shadow: none;
	border: 1px solid #dddddd;
	border-top: 1px solid #bbbbbb;
}

/* black button */
.black.button {
	background: #444444;
	background: -moz-linear-gradient(top,  #444444 0%, #2c2c2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#2c2c2c));
	background: -webkit-linear-gradient(top,  #444444 0%,#2c2c2c 100%);
	background: -o-linear-gradient(top,  #444444 0%,#2c2c2c 100%);
	background: -ms-linear-gradient(top,  #444444 0%,#2c2c2c 100%);
	background: linear-gradient(top,  #444444 0%,#2c2c2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#2c2c2c',GradientType=0 );
	
	border: 1px solid #222222;
	border-top: 1px solid #282828;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px #585858;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px #585858;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0px 1px 0px #585858;

	color: #eeeeee;
	text-shadow: 0px -1px #222222;
}

.black.button:hover {
	background: #555555;
	background: -moz-linear-gradient(top,  #555555 0%, #3c3c3c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#3c3c3c));
	background: -webkit-linear-gradient(top,  #555555 0%,#3c3c3c 100%);
	background: -o-linear-gradient(top,  #555555 0%,#3c3c3c 100%);
	background: -ms-linear-gradient(top,  #555555 0%,#3c3c3c 100%);
	background: linear-gradient(top,  #555555 0%,#3c3c3c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#3c3c3c',GradientType=0 );
	
	border: 1px solid #2a2a2a;
	border-top: 1px solid #383838;
	-moz-box-shadow: inset 0px 1px 0px #787878;
	-webkit-box-shadow: inset 0px 1px 0px #787878;
	box-shadow: inset 0px 1px 0px #787878;
}

.black.button:active {
	background: #333333;
	box-shadow: none;
	border: 1px solid #282828;
	border-top: 1px solid #202020;
}

/* green button */
.green.button {
	background: #92cc00;
	background: -moz-linear-gradient(top,  hsla(77,100%,40%,1) 0%, hsla(77,100%,32%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(77,100%,40%,1)), color-stop(100%,hsla(77,100%,32%,1)));
	background: -webkit-linear-gradient(top,  hsla(77,100%,40%,1) 0%,hsla(77,100%,32%,1) 100%);
	background: -o-linear-gradient(top,  hsla(77,100%,40%,1) 0%,hsla(77,100%,32%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(77,100%,40%,1) 0%,hsla(77,100%,32%,1) 100%);
	background: linear-gradient(top,  hsla(77,100%,40%,1) 0%,hsla(77,100%,32%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92cc00', endColorstr='#74a300',GradientType=0 );

	border: 1px solid #74a300;
	border-bottom: 1px solid #668f00;
	border: 1px solid hsla(77,100%,30%,1);
	border-bottom: 1px solid hsla(77,100%,28%,1);
}

.green.button:hover {
	background: #a0e000;
	background: -moz-linear-gradient(top,  hsla(77,100%,44%,1) 0%, hsla(77,100%,36%,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(77,100%,44%,1)), color-stop(100%,hsla(77,100%,36%,1)));
	background: -webkit-linear-gradient(top,  hsla(77,100%,44%,1) 0%,hsla(77,100%,36%,1) 100%);
	background: -o-linear-gradient(top,  hsla(77,100%,44%,1) 0%,hsla(77,100%,36%,1) 100%);
	background: -ms-linear-gradient(top,  hsla(77,100%,44%,1) 0%,hsla(77,100%,36%,1) 100%);
	background: linear-gradient(top,  hsla(77,100%,44%,1) 0%,hsla(77,100%,36%,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0e000', endColorstr='#83b700',GradientType=0 );
	border: 1px solid #84b800;
	border-bottom: 1px solid #7cad00;
	border: 1px solid hsla(77,100%,36%,1);
	border-bottom: 1px solid hsla(77,100%,34%,1);
}

.green.button:active {
	background: #84b800;
	background: hsla(77,100%,36%,1);
	border: 1px solid hsla(77,100%,32%,1);
	border-top: 1px solid hsla(77,100%,26%,1);
}

/* orange button */
.orange.button {
	background: #ff780a;
	background: -moz-linear-gradient(top,  hsl(27,100%,52%) 0%, hsl(27,100%,40%) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(27,100%,52%)), color-stop(100%,hsl(27,100%,40%)));
	background: -webkit-linear-gradient(top,  hsl(27,100%,52%) 0%,hsl(27,100%,40%) 100%);
	background: -o-linear-gradient(top,  hsl(27,100%,52%) 0%,hsl(27,100%,40%) 100%);
	background: -ms-linear-gradient(top,  hsl(27,100%,52%) 0%,hsl(27,100%,40%) 100%);
	background: linear-gradient(top,  hsl(27,100%,52%) 0%,hsl(27,100%,40%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff780a', endColorstr='#cc5b00',GradientType=0 );

	border: 1px solid #d66000;
	border-bottom: 1px solid #c25700;
	border: 1px solid hsla(27,100%,42%,1);
	border-bottom: 1px solid hsla(27,100%,38%,1);
}

.orange.button:hover {
	background: #ff831e;
	background: -moz-linear-gradient(top,  hsl(27,100%,56%) 0%, hsl(27,100%,48%) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(27,100%,56%)), color-stop(100%,hsl(27,100%,48%)));
	background: -webkit-linear-gradient(top,  hsl(27,100%,56%) 0%,hsl(27,100%,48%) 100%);
	background: -o-linear-gradient(top,  hsl(27,100%,56%) 0%,hsl(27,100%,48%) 100%);
	background: -ms-linear-gradient(top,  hsl(27,100%,56%) 0%,hsl(27,100%,48%) 100%);
	background: linear-gradient(top,  hsl(27,100%,56%) 0%,hsl(27,100%,48%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff831e', endColorstr='#f46e00',GradientType=0 );
	
	border: 1px solid #e06500;
	border-bottom: 1px solid #d66000;
	border: 1px solid hsla(27,100%,44%,1);
	border-bottom: 1px solid hsla(27,100%,42%,1);
}

.orange.button:active {
	background: #f56e00;
	background: hsla(27,100%,48%,1);
	border: 1px solid hsla(27,100%,40%,1);
	border-top: 1px solid hsla(27,100%,34%,1);
}

/* pink button */
.pink.button {
	background: #ff0a88;
	background: -moz-linear-gradient(top,  hsl(329,100%,52%) 0%, hsl(329,100%,40%) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(329,100%,52%)), color-stop(100%,hsl(329,100%,40%)));
	background: -webkit-linear-gradient(top,  hsl(329,100%,52%) 0%,hsl(329,100%,40%) 100%);
	background: -o-linear-gradient(top,  hsl(329,100%,52%) 0%,hsl(329,100%,40%) 100%);
	background: -ms-linear-gradient(top,  hsl(329,100%,52%) 0%,hsl(329,100%,40%) 100%);
	background: linear-gradient(top,  hsl(329,100%,52%) 0%,hsl(329,100%,40%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0a88', endColorstr='#cc0069',GradientType=0 );

	border: 1px solid #d6006f;
	border-bottom: 1px solid #c20064;
	border: 1px solid hsla(329,100%,42%,1);
	border-bottom: 1px solid hsla(329,100%,38%,1);
}

.pink.button:hover {
	background: #ff339c;
	background: -moz-linear-gradient(top,  hsl(329,100%,60%) 0%, hsl(329,100%,50%) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(329,100%,60%)), color-stop(100%,hsl(329,100%,50%)));
	background: -webkit-linear-gradient(top,  hsl(329,100%,60%) 0%,hsl(329,100%,50%) 100%);
	background: -o-linear-gradient(top,  hsl(329,100%,60%) 0%,hsl(329,100%,50%) 100%);
	background: -ms-linear-gradient(top,  hsl(329,100%,60%) 0%,hsl(329,100%,50%) 100%);
	background: linear-gradient(top,  hsl(329,100%,60%) 0%,hsl(329,100%,50%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff339c', endColorstr='#ff0083',GradientType=0 );

	border: 1px solid #e00074;
	border-bottom: 1px solid #d6006f;
	border: 1px solid hsla(329,100%,44%,1);
	border-bottom: 1px solid hsla(329,100%,42%,1);
}

.pink.button:active {
	background: #f5007e;
	background: hsla(329,100%,48%,1);
	border: 1px solid hsla(329,100%,40%,1);
	border-top: 1px solid hsla(329,100%,34%,1);
}

/* yellow button */
.yellow.button {
	background: #ffe333;
	background: -moz-linear-gradient(top,  hsl(52,100%,60%) 0%, hsl(52,100%,42%) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(52,100%,60%)), color-stop(100%,hsl(52,100%,42%)));
	background: -webkit-linear-gradient(top,  hsl(52,100%,60%) 0%,hsl(52,100%,42%) 100%);
	background: -o-linear-gradient(top,  hsl(52,100%,60%) 0%,hsl(52,100%,42%) 100%);
	background: -ms-linear-gradient(top,  hsl(52,100%,60%) 0%,hsl(52,100%,42%) 100%);
	background: linear-gradient(top,  hsl(52,100%,60%) 0%,hsl(52,100%,42%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe333', endColorstr='#d6b900',GradientType=0 );

	border: 1px solid #ebcb00;
	border-bottom: 1px solid #d6ba00;
	border: 1px solid hsla(52,100%,46%,1);
	border-bottom: 1px solid hsla(52,100%,42%,1);
}

.yellow.button:hover {
	background: #ffe751;
	background: -moz-linear-gradient(top,  hsl(52,100%,66%) 0%, hsl(52,100%,46%) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(52,100%,66%)), color-stop(100%,hsl(52,100%,46%)));
	background: -webkit-linear-gradient(top,  hsl(52,100%,66%) 0%,hsl(52,100%,46%) 100%);
	background: -o-linear-gradient(top,  hsl(52,100%,66%) 0%,hsl(52,100%,46%) 100%);
	background: -ms-linear-gradient(top,  hsl(52,100%,66%) 0%,hsl(52,100%,46%) 100%);
	background: linear-gradient(top,  hsl(52,100%,66%) 0%,hsl(52,100%,46%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe751', endColorstr='#eacb00',GradientType=0 );
}

.yellow.button:active {
	background: #ebcb00;
	background: hsl(52,100%,46%);
	border: 1px solid hsl(52,100%,42%);
	border-top: 1px solid hsl(52,100%,40%);
}

/* purple button */
.purple.button {
	background: #c83dff;
	background: -moz-linear-gradient(top,  hsl(283,100%,62%) 0%, hsl(283,100%,46%) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(283,100%,62%)), color-stop(100%,hsl(283,100%,46%)));
	background: -webkit-linear-gradient(top,  hsl(283,100%,62%) 0%,hsl(283,100%,46%) 100%);
	background: -o-linear-gradient(top,  hsl(283,100%,62%) 0%,hsl(283,100%,46%) 100%);
	background: -ms-linear-gradient(top,  hsl(283,100%,62%) 0%,hsl(283,100%,46%) 100%);
	background: linear-gradient(top,  hsl(283,100%,62%) 0%,hsl(283,100%,46%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c83dff', endColorstr='#a800ea',GradientType=0 );


	border: 1px solid #a800eb;
	border-bottom: 1px solid #9a00d6;
	border: 1px solid hsl(283,100%,46%);
	border-bottom: 1px solid hsl(283,100%,42%);
}

.purple.button:hover {
	background: #d05bff;
	background: -moz-linear-gradient(top,  hsl(283,100%,68%) 0%, hsl(283,100%,52%) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsl(283,100%,68%)), color-stop(100%,hsl(283,100%,52%)));
	background: -webkit-linear-gradient(top,  hsl(283,100%,68%) 0%,hsl(283,100%,52%) 100%);
	background: -o-linear-gradient(top,  hsl(283,100%,68%) 0%,hsl(283,100%,52%) 100%);
	background: -ms-linear-gradient(top,  hsl(283,100%,68%) 0%,hsl(283,100%,52%) 100%);
	background: linear-gradient(top,  hsl(283,100%,68%) 0%,hsl(283,100%,52%) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d05bff', endColorstr='#b90aff',GradientType=0 );

	border: 1px solid #af00f5;
	border: 1px solid hsl(283,100%,48%);
}

.purple.button:active {
	background: #c229ff;
	background: hsl(283,100%,58%);
	border: 1px solid hsl(283,100%,48%);
	border-top: 1px solid hsl(283,100%,42%);	
}

/* =pagination button */
.pag_button {
	background: #e6e6e6 url('../images/pag-bg.png') repeat-x;
	padding: 2px 10px;
	margin-left: 4px;
	line-height: 20px;
	border: 1px solid #bbbbbb;
	color: #666666;
	font-weight: bold;
	display: inline-block;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-webkit-box-shadow: 0px 1px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px #ffffff;
	box-shadow: 0px 1px 0px #ffffff;
}

.selected.pag_button, .pag_button:active {
	background: #d80808;
	border: none;
	padding: 3px 11px;
	color: #ffffff;
	text-shadow: 0px -1px #888888;
	-moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 1px 0px #ffffff, inset 0px 0px 2px rgba(0, 0, 0, 0.6);
}

.pag_button img, .pag_switch_button img {
	margin: 3px 0px 2px 0px;
	vertical-align: middle;
}

.pagination {
	display: inline-block;
	margin-left: 10px;
}

.pagination li {
	display: inline-block;
}

/* pagination switch */
ol.pag_switch {
	font-size: 0px;
}

ol.pag_switch li {
	display: inline-block;
}

ol.pag_switch a.pag_switch_button {
	background: #e6e6e6 url('../images/pag-bg.png') repeat-x;
	border: 1px solid #bbbbbb;
	border-left: none;
	display: inline-block;
	margin: 0px;
	padding: 3px 6px 1px 6px;
	-webkit-box-shadow: 0px 1px 0px #ffffff;
	-moz-box-shadow: 0px 1px 0px #ffffff;
	box-shadow: 0px 1px 0px #ffffff;
}

ol.pag_switch a.selected.pag_switch_button, ol.pag_switch a.pag_switch_button:active {
	background: #d0d0d0 url('../images/pag-bg-selected.png') repeat-x;
}

ol.pag_switch li:first-child a.pag_switch_button {
	border-left: 1px solid #bbbbbb;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

ol.pag_switch li:last-child a.pag_switch_button {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* =tabs */
.tabs {
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
}

.page_tabs {
	list-style: none;
	height: 32px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: -20px;
	border-bottom: none;
}

.tabs li, .page_tabs li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 31px;
	line-height: 32px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
	position: relative;
	background: #eaeaea url('../images/tab-passive-bg.png') repeat-x;
	margin-right: 2px;
	margin-bottom: -1px; 
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.page_tabs li.active a {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.tabs li a, .page_tabs li a {
	font-weight: bold;
	color: #666666;
	display: block;
	padding: 0px 20px;
	outline: none;
}
.tabs li a:hover, .page_tabs li a:hover {
	color: #d80808;
}

.tabs li.active, .tabs li.active a, .tabs li.active a:hover, .page_tabs li.active, .page_tabs li.active a, .page_tabs li.active a:hover  {
	color: #333333;
	background: #ffffff;
	border-bottom: 1px solid #ffffff; 
}

.tab_container {
	border: 1px solid #e0e0e0;
	border-top: none;
	overflow: hidden;
	margin-bottom: 20px;
	background: #ffffff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.tab_content {
	margin: 19px; /* 20 - border */
}

/* =toggle and accordion */
.toggle, .accordion {
	position: relative;
	margin-bottom: 20px;
}

.trigger {
	background: #eeeeee url('../images/toggle-button.png') top right no-repeat;
	border-top: 1px solid #dddddd;
	height: 32px;
	width: 100%;
	float: left;
    margin-bottom: 10px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.active.trigger a {
	color: #333333;
}

.trigger a {
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	color: #666666;
	padding-left: 10px;
	display: block;
}

.trigger a:hover { color: #d80808; }
.trigger.active { background-position: bottom right; }

.toggle > .container, .accordion > .container {
	padding: 10px;
	overflow: hidden;
	clear: both;
}

/* =notification boxes */
.infobox, .alertbox, .errorbox, .successbox {
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding: 10px 10px 10px 36px;
	display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.infobox {
	background-color: #8bdced;
	background-image: url('../images/icons/info.png');
	background-position: 10px;
	background-repeat: no-repeat;
	color: #ffffff;
	text-shadow: 0px -1px #aaaaaa;
}

.alertbox {
	background-color: #fff486;
	background-image: url('../images/icons/alert.png');
	background-position: 10px;
	background-repeat: no-repeat;
	color: #666666;
	padding: 10px 10px 10px 36px;
}

.errorbox {
	background-color: #fa597e;
	background-image: url('../images/icons/cross.png');
	background-position: 10px;
	background-repeat: no-repeat;
	color: #ffffff;
	text-shadow: 0px -1px #777777;
}

.successbox {
	background-color: #73cc33;
	background-image: url('../images/icons/tick.png');
	background-position: 10px;
	background-repeat: no-repeat;
	color: #ffffff;
	text-shadow: 0px -1px #999999;
}

.infobox:hover, .successbox:hover, .errorbox:hover {
	color: #ffffff;
}

.alertbox:hover {
	color: #666666;
}

#content .box {
	background: #eeeeee url(../images/begin-bg.png) repeat-x top;
	border: 1px solid #dddddd;
	border-top: 1px solid #eeeeee;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 0px;
	overflow: hidden;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


/* =lists */
.list {
	padding-left: 24px;
}

.list > li {
	padding-left: 24px;
	line-height: 20px;
	margin-bottom: 10px;
}

.ticklist li { background: url('../images/lists/tick.png') no-repeat; }
.crosslist li { background: url('../images/lists/cross.png') no-repeat; }
.starlist li { background: url('../images/lists/star.png') no-repeat; }
.flaglist li { background: url('../images/lists/flag_blue.png') no-repeat; }

/* =icons */
.icon {
	padding: 1px 0px 1px 22px;
}

img.icon {
	float: left;
	margin-right: 10px;
	padding: 0px;
}

.icon.home { background: url('../images/icons/home.png') no-repeat; }
.icon.phone { background: url('../images/icons/phone.png') no-repeat; }
.icon.fax { background: url('../images/icons/fax.png') no-repeat; }
.icon.mail { background: url('../images/icons/mailc.png') no-repeat; }
.icon.globe { background: url('../images/icons/globe.png') no-repeat; }
.icon.user { background: url(../images/icons/user.png) no-repeat; }
.icon.calendar { background: url(../images/icons/calendar.png) no-repeat; }
.icon.tags { background: url(../images/icons/tags.png) no-repeat; }
.icon.comments { background: url(../images/icons/comments.png) no-repeat; }
.icon.heart { background: url(../images/icons/heart.png) no-repeat; }

/* =horizontal scroll */
.scroll {
	position: relative;
}

.scroll .window {
	height: 80px;
	overflow: hidden;
	margin-left: 30px;
	margin-right: 30px;
	position: relative;
}

.scroll .reel {
	position: absolute;
	top: 0px;
	left: 50px;
	white-space: nowrap;
	font-size: 0px;
}

.scroll .reel li {
	display: inline-block;
	margin-right: 10px;
}

.scroll .arrow_left {
	background: url('../images/arrow-left.png') no-repeat top;
	width: 16px;
	height: 18px;
	position: absolute;
	top: 31px;
	left: 0px;
}

.scroll .arrow_right {
	background: url('../images/arrow-right.png') no-repeat top;
	width: 16px;
	height: 18px;
	position: absolute;
	top: 31px;
	right: 0px;
}

/* BLOG */
.info a {
	color: #888888;
	font-weight: normal !important;
}

.info a:hover {
	color: #d80808;
}

.info {
	font-size: 0px;
	margin-bottom: 10px;
}

.info > li {
	display: inline;
	margin-right: 20px;
}

.info .tags, .info .tags li {
	display: inline;
}
.info .tags li:not(:last-child):after {
	content: ', ';
}

.post > .date_box {
	float: right;
	width: 50px;
	height: 60px;
	background: url(../images/datebox-bg.png) no-repeat;
	text-align: center;
}

.post > .date_box > .day {
	display: block;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	color: #ffffff;
}

.post > .date_box > .month {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #aaaaaa;
}

.author p {
	margin: 0px;
}

.reply, .author {
	padding-left: 120px !important;
}

.reply .picture, .author .picture {
	margin-left: -100px;
	float: left;
}

.reply a.name {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	display: block;
	margin-bottom: 10px;
}

.reply a.name:hover {
	color: #d80808;
}

.reply span.date {
	float: right;
	color: #888888;
	font-style: italic;
	font-size: 10px;
	text-shadow: 0px 1px #ffffff;
}

.replies {
	margin-left: 0px;
	padding-left: 40px;
	border-left: 1px dotted #cccccc;
}

.comment_form  input.input_text {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}

.comment_form textarea.input_text {
	width: 100%;
	max-width: 100%;
	min-width: 60px;
	min-height: 60px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}

.comment_form label {
	font-weight: bold;
	display: block;
	color: #444444;
}

/* portfolio */
.items {
	font-size: 0px;
	padding-bottom: 30px;
}

.items li {
	margin-left: 20px;
	margin-top: 20px;
	display: inline-block;
	float: left;
	overflow: hidden;
}

.items .preview {
	margin-bottom: 10px;
}

.items a.title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 5px;
}

.items a.title:hover {
	color: #d80808;
}

.items p {
	margin: 5px;
}

/* on homepage */
ul.items.homepage li {
	width: 210px;
	height: 200px;
	margin-top: 0px;
}

ul.items.homepage li:first-child {
	margin: 0px;
}

/* without sidebar */
ul.items.four_columns li {
	width: 220px;
	height: 240px;
}

ul.items.three_columns li {
	width: 300px;
	height: 280px;
}

/* with sidebar */
div.has_sidebar ul.items.two_columns li {
	width: 340px;
	height: 300px;
}

div.has_sidebar ul.items.three_columns li {
	width: 220px;
	height: 240px;
}

div.has_sidebar ul.items.four_columns li {
	width: 160px;
	height: 180px;
}

/* list style */
ul.items.list_style {
	margin: 0px;
}

ul.items.list_style li {
	background: #fafafa;
	margin: 0px;
	padding: 10px;
	border-top: 1px solid #dddddd;
	display: block;
	overflow: hidden;
}

ul.items.list_style li:first-child {
	margin-top: -10px;
	padding-top: 10px;
	border: none;
}

ul.items.list_style li:nth-child(odd) { background: #ffffff; } /* odd items */

ul.items.list_style a.title {
	margin: 8px 0px;
	display: inline-block;
}

ul.items.list_style .preview {
	width: 160px;
	height: 100px;
	margin: 0px;
	margin-right: 20px;
	float: left;
}

ul.items.list_style li:hover {
	background: rgba(36, 191, 182, 0.1);
}

/* slider */
.theme-mirage #slider {
    width: 980px;
    height: 360px;
}

/* slider */
.theme-mirage #slider {
    width: 980px; /* Make sure your images are the same size */
    height: 360px; /* Make sure your images are the same size */
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
}

/* image frame */
.frame {
	background: #eeeeee;
	border: 1px solid #dddddd;
	border-top: 1px solid #eeeeee;
	display: inline-block;
	padding: 4px;
	font-size: 0px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.frame > img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

a > .frame:hover, a.frame:hover{
	background: #ffffff;
	border: 1px solid #d80808;
}
/* CONTENT ENDS */

/* SIDEBAR BEGINS */
#sidebar {
	width: 220px;
}

#sidebar > * {
	margin-bottom: 20px;
}

#sidebar hr {
	margin: 10px 0px;
}

#sidebar .box {
	background: #eeeeee url(../images/begin-bg.png) repeat-x top;
	border-top: 1px solid #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	-moz-box-shadow: 0px 2px 2px #c8c8c8;
	-webkit-box-shadow: 0px 2px 2px #c8c8c8;
	box-shadow: 0px 2px 2px #c8c8c8;
}

/* sidebar navigation */
#sidebar .box.sidebar_nav {
	background: #1c1c1c url('../images/begin-bg-dark.png') repeat-x top;
	border-top: 1px solid #3a3a3a;
}

#sidebar .box.sidebar_nav h5 {
	color: #dddddd;
	margin: 20px;
}

#sidebar .box.sidebar_nav a {
	background-image: url(../images/menu/arrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	display: block;
	line-height: 20px;
	padding: 8px 20px 8px 20px;
	color: #888888;
	border-top: 1px solid #222222;
}
#sidebar .box.sidebar_nav li.active a {
	background-image: url(../images/menu/arrow-hover.png);
}

#sidebar .box.sidebar_nav a:hover {
	background-image: url(../images/menu/arrow-hover.png);
	color: #ffffff;
	background-color: #d80808;
	text-shadow: 0px -1px #888888;
}

#sidebar .box.sidebar_nav li:last-child a:hover {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

/* sidebar list */
.sidebar_list li {
	background: url(../images/arrow.png) no-repeat left center;
	border-top: 1px solid #dddddd;
	clear: both;
}

.sidebar_list li:first-child {
	border-top: none;
}

.sidebar_list a {
	padding-left: 15px;
	line-height: 30px;
}

.sidebar_list span {
	background: #cccccc;
	font-size: 10px;
	float: right;
	padding: 4px 6px 4px 6px;
	margin-top: 6px;
	color: #ffffff;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

/* sidebar tabs */
#sidebar .tabs li {
	background-color: #e4e4e4;
	background-image: none;
	border: none;
	border-top: 1px solid #eeeeee;
}

#sidebar .tabs li a {
	padding: 0px 10px;
}

#sidebar .tab_container {
	border: none;
	padding: 10px 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-left-radius: 0px;
}

#sidebar .tab_content {
	margin: 0px;
}

#sidebar .tabs li.active {
	border-top: 1px solid #ffffff;
}

#sidebar .tabs li.active, #sidebar .tabs li.active a, #sidebar .tabs li.active a:hover  {
	color: #333333;
	background: #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}

/* minimized posts */
.mini_post {
	clear: both;
	min-height: 50px;
	padding: 10px 20px;
	border-bottom: 1px solid #dddddd;
}

.mini_post:hover {
	background: rgba(36, 191, 182, 0.1);
}

.mini_post img {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

.mini_post a {
	font-size: 12px;
	font-weight: bold;
	color: #444444;
	line-height: 16px;
}

.mini_post a:hover {
	color: #d80808;
}


.mini_post span {
	font-size: 10px;
	color: #888888;
}

.mini_post:last-child {
	border: none;
}

/* sidebar tag */
#sidebar .tags {
	font-size: 0px;
}

#sidebar .tags li {
	display: inline-block;
	margin: 6px 4px 0px 0px;
}

#sidebar .tags a {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #cccccc;
	
	font-size: 11px;
	line-height: 20px;
	color: #666666;
	text-shadow: 0px 1px #ffffff;
	padding: 3px 6px 3px 6px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#sidebar .tags a:hover {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	background: linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
	
	border: 1px solid #dddddd;
	border-bottom: 1px solid #cccccc;
	color: #333333;
}

#sidebar .tags a:active {
	background: #eeeeee;
	box-shadow: none;
	border: 1px solid #dddddd;
	border-top: 1px solid #bbbbbb;
}
/* SIDEBAR ENDS */

/* FOOTER BEGINS */
#footer {
	background: #e52221;
	padding: 20px;
	padding-bottom: 10px;
	clear: both;
	position: relative;
	border: 1px solid #c4c4c4;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px solid #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#footer p, #footer span {
	color: #f5a6a6;
}

#footer a {
	color: #ebe8df;
}

#footer a:hover {
	color: #ebe8df; text-decoration:underline;
}

#footer hr {
	border-top: 1px solid #f03332;
	margin: 10px 0px;
}

#footer .links {
	font-size: 0px;
}

#footer .links li {
	display: inline;
	border-left: 1px solid #bbbbbb;
	margin-left: 10px;
	padding-left: 10px;
}

#footer .links li:first-child {
	border: none;
	padding: 0px;
	margin: 0px;
}

.socials {
	font-size: 0px;
}

.socials li {
	display: inline;
	margin-right: 10px;
}

.color { color:#F00; font-weight:bold;}

#copyright img {
	vertical-align: -12px;
}
/* FOOTER ENDS */


blockquote{ padding:1px 20px 5px 60px; line-height:24px; background: url(../images/bg-blockquote.png) no-repeat top left; }
	blockquote span{ color:#F00; }
	blockquote p{ color:#999; font-style:italic; }
	
		.blockquote-left{ width:200px; float:left; }
		.blockquote-right{ width:200px; float:right; }

.col280{ width:380px; float:left; margin-right:20px; border-top: solid 1px #CCC; padding-top:20px;}











/* text input */
input {
	font-family: sans-serif; width:300px;
	font-size: 12px;
	border: 1px solid #dddddd;
	border-top: 1px solid #cccccc;
	padding: 6px;
	color: #333333;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	box-shadow: inset 0px 0px 2px #eeeeee;
}

textarea {
	font-family: sans-serif; height:100px; width:300px;
	font-size: 12px;
	border: 1px solid #dddddd;
	border-top: 1px solid #cccccc;
	padding: 6px;
	color: #333333;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	box-shadow: inset 0px 0px 2px #eeeeee;
}



/* Tags blog.html */

.tags {
	display:block;
	overflow:hidden;
	padding:2px 9px;
	background:#ccc;
	margin:15px 0 0 0;
	clear:both;
}

.tags strong {
	display:block;
	float:left;
	line-height:21px;
}

.lisTags {
	display:inline;
}

.lisTags li {
	display:block;
	float:left;
	padding:0px 5px 0 10px;
	margin-left:10px;
	background:url(../img/disc.png) no-repeat 0 9px;
	line-height:21px;

}

.lisTags li a {
	font-size:11px;
}

.lisTags li a:hover {
	color:#fff;
}

/* Cuerpo noticia */
.MsoNormal {line-height:18px; font-size:14px;font-style: normal; color:#505050; font-family: Tahoma, Arial, Helvetica, sans-serif;}
/* height like facebook botton
.fb-like.fb_iframe_widget span{
  vertical-align: top !important;
}*/
/* Contenedor like facebook */
.shareOnFacebook { display:block; float:left;}

/* Encabezado Twitter*/
.encabezadoTwitter {font-family: 'Ropa Sans', arial, serif; font-size:18px;color: #ffffff; display:block; padding-top: 7px; padding-bottom:10px; a:hover color:red; }

a.encabezadoTwitter:hover {color:white;}

/*Servicios Paralelax*/
/*=========================================================================== */
/*=========================================================================== */
/*=========================================================================== */
/*  2. PAGE CONTENT BACKGROUNDS
============================================================================= */
.page-content{
    width: 100%;
    margin: 0 auto;
    float: left;
}

.page-content.background-black{
    background-color: #333;
}

.page-content.background-black h1, 
.page-content.background-black h2, 
.page-content.background-black h3, 
.page-content.background-black h4, 
.page-content.background-black h5, 
.page-content.background-black h6{
    color: #fff;
}

.page-content.background-black p, 
.page-content.background-black a, 
.page-content.background-black span{
    color: #ccc;
}

.page-content.parallax{
    padding: 20px 0 0 0;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.page-content.parallax-2{
    background: url('http://www.pixel-industry.com/html/elvyre/boxed/img/pictures/parallax-bkg-2.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
}





/*  6.5. DEVELOPMENT PROCESS BOXESS
============================================================================= */
.process-box{
    background: #E4DECD;
    width: 85%;
    float: right;
    padding: 20px 10px 0px 60px;
    position: relative;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.process-box::after{
    position: absolute;
    display: block;
    content: "";
    background: url('http://www.pixel-industry.com/html/elvyre/boxed/img/development-shadow.png') no-repeat center 0;
    bottom: 0;
    width: 100%;
    height: 19px;
    left: 0;
    bottom: -19px;
    opacity:0;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.process-box:hover{
    transform: translateY(-10px);
    -ms-transform: translateY(-10px); /* IE 9 */
    -webkit-transform: translateY(-10px); /* Safari and Chrome */
}

.process-box:hover h5, 
.process-box:hover p{
	color: #666666;
}

.process-box:hover::after{
    opacity: 0.7;
}

.process-box .img-container{
    width: 94px;
    height: 94px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -50px;
    display: block;
    float: left;

    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    overflow: hidden;
    z-index: 30;
}

.process-box .img-container img{
    width: 94px;
    height: 94px;
    display: block;

    -webkit-border-radius: 50%;
}

.process-box h5{
    margin-bottom: 15px;
}




/*  6.7. HEADING CENTERED
============================================================================= */
.heading-centered{
    width: 100%;
    margin-bottom: -40px;
}

.heading-centered h1, 
.heading-centered h2, 
.heading-centered h3, 
.heading-centered h4, 
.heading-centered h5, 
.heading-centered h6, 
.heading-centered p{
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}



/********************************************************
********************* N O T E S **********************/

/* ========================================================================== 
   6. ELEMENTS
============================================================================= */

/* 6.1. ACCORDION
============================================================================= */
.accordion .title{
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding-left: 45px;
    padding-top: 10px;
    float: left;
    background-color: #f6f6f6;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}

.accordion .title a{
    font-size: 14px;
    font-family: 'Raleway', Arial, sans-serif;
}

.accordion .title span{
    padding-right: 10px;
    font-size: 16px;
}

.accordion .title, 
.accordion .content{
    padding-bottom: 10px;
    float: left;
    cursor: pointer;
    width: 100%;
}

.accordion .title.active a{
    color: #222;
    font-weight: 500;
}

.accordion .title a:hover{
    color: #333;
}

.accordion .content{
    padding-bottom: 20px;
}

/* Accordion style 2
----------------------------------------------------------------------------- */
.accordion.style-2 .title{
    background-color: #fff;
    background-image: url('../img/accordion-closed2.png'); 
    border: 1px solid #e6e6e6;
}

.accordion.style-2 .title.active{
    background-image: url('../img/accordion-opened2.png');
}




/*  6.2. BLOCKQUOTE
============================================================================= */





/*  6.3. BUTTONS
============================================================================= */
.btn-group{
    width: 100%;
    float: left;
}

.btn-group a.btn-medium, 
.btn-group a.btn-big{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.btn-medium i, 
.btn-big i{
    padding-right: 8px;
}

.btn-medium{
    padding: 8px 10px;
    font: 10px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    float: left;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-big{
    padding: 15px 18px;
    font: 14px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    float: left;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-medium:hover, 
.btn-big:hover{
    color: #fff !important;
}



/* EMPTY BUTTONS
----------------------------------------------------------------------------- */
.btn-medium.empty, 
.btn-big.empty{
    background: none;
    color: #D52A2A;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-medium.empty:hover,
.btn-big.empty:hover,
.btn-medium.empty.white, 
.btn-big.empty.white{
    color: #fff !important;
}

.btn-medium.empty.white, 
.btn-big.empty.white{
    border: 1px solid #fff;
}


/* BUTTONS COLORS
============================================================================= */

/*  Black
----------------------------------------------------------------------------- */
.btn-medium.black, 
.btn-big.black{
    background: #333;
}

.btn-medium.black:hover, 
.btn-big.black:hover{
    background: #555;
}


.btn-medium.empty.black, 
.btn-big.empty.black{
    border: 1px solid #333;
    color: #333 !important;
    background: none;
}


.btn-medium.empty.black:hover, 
.btn-big.empty.black:hover{
    background-color: #333;
    color: #fff !important;
}


/*  Grey
----------------------------------------------------------------------------- */
.btn-medium.grey, 
.btn-big.grey{
    background: #777;
}

.btn-medium.grey:hover, 
.btn-big.grey:hover{
    background: #888;
}

.btn-medium.empty.grey, 
.btn-big.empty.grey{
    border: 1px solid #777;
    color: #777 !important;
    background: none;
}


.btn-medium.empty.grey:hover, 
.btn-big.empty.grey:hover{
    background-color: #777;
    color: #fff !important;
}


/*  Silver
----------------------------------------------------------------------------- */
.btn-medium.silver, 
.btn-big.silver{
    background: #aaa;
}

.btn-medium.silver:hover, 
.btn-big.silver:hover{
    background: #bbb;
}

.btn-medium.empty.silver, 
.btn-big.empty.silver{
    border: 1px solid #aaa;
    color: #777 !important;
    background: none;
}

.btn-medium.empty.silver:hover, 
.btn-big.empty.silver:hover{
    background-color: #aaa;
    color: #fff !important;
}


/*  Blue
----------------------------------------------------------------------------- */
.btn-medium.blue, 
.btn-big.blue{
    background: #2277eb;
}

.btn-medium.blue:hover, 
.btn-big.blue:hover{
    background: #4E92EF;
}

.btn-medium.empty.blue, 
.btn-big.empty.blue{
    border: 1px solid #2277eb;
    color: #2277eb !important;
    background: none;
}

.btn-medium.empty.blue:hover, 
.btn-big.empty.blue:hover{
    background-color: #2277eb;
    color: #fff !important;
}


/*  Red
----------------------------------------------------------------------------- */
.btn-medium.red, 
.btn-big.red{
    background: #d52b2a;
}

.btn-medium.red:hover, 
.btn-big.red:hover{
    background: #DD5555;
}

.btn-medium.empty.red, 
.btn-big.empty.red{
    border: 1px solid #d52b2a;
    color: #d52b2a !important;
    background: none;
}

.btn-medium.empty.red:hover, 
.btn-big.empty.red:hover{
    background-color: #d52b2a;
    color: #fff !important;
}


/*  Yellow
----------------------------------------------------------------------------- */
.btn-medium.yellow, 
.btn-big.yellow{
    background: #fcc820;
}

.btn-medium.yellow:hover, 
.btn-big.yellow:hover{
    background: #FDD34D;
}

.btn-medium.empty.yellow, 
.btn-big.empty.yellow{
    border: 1px solid #fcc820;
    color: #fcc820 !important;
    background: none;
}

.btn-medium.empty.yellow:hover, 
.btn-big.empty.yellow:hover{
    background-color: #fcc820;
    color: #fff !important;
}


/*  Orange
----------------------------------------------------------------------------- */
.btn-medium.orange, 
.btn-big.orange{
    background: #f8806c;
}

.btn-medium.orange:hover, 
.btn-big.orange:hover{
    background: #F99989;
}


.btn-medium.empty.orange, 
.btn-big.empty.orange{
    border: 1px solid #f8806c;
    color: #f8806c !important;
    background: none;
}

.btn-medium.empty.orange:hover, 
.btn-big.empty.orange:hover{
    background-color: #f8806c;
    color: #fff !important;
}


/*  Green
----------------------------------------------------------------------------- */
.btn-medium.green, 
.btn-big.green{
    background: #9ab869;
}

.btn-medium.green:hover, 
.btn-big.green:hover{
    background: #AEC687;
}

.btn-medium.empty.green, 
.btn-big.empty.green{
    border: 1px solid #9ab869;
    color: #9ab869 !important;
    background: none;
}

.btn-medium.empty.green:hover, 
.btn-big.empty.green:hover{
    background-color: #9ab869;
    color: #fff !important;
}


/*  Aqua
----------------------------------------------------------------------------- */
.btn-medium.aqua, 
.btn-big.aqua{
    background: #60cfc8;
}

.btn-medium.aqua:hover, 
.btn-big.aqua:hover{
    background: #80D9D3;
}

.btn-medium.empty.aqua, 
.btn-big.empty.aqua{
    border: 1px solid #60cfc8;
    color: #60cfc8 !important;
    background: none;
}

.btn-medium.empty.aqua:hover, 
.btn-big.empty.aqua:hover{
    background-color: #60cfc8;
    color: #fff !important;
}

/* Fin Paralax servicios*/


/* Clientes */
/*  6.8. HEADING WITH BORDERS
============================================================================= */
.heading-bordered{
    border-bottom: 1px solid #e8eef6;
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.heading-bordered h1, 
.heading-bordered h2, 
.heading-bordered h3, 
.heading-bordered h4, 
.heading-bordered h5, 
.heading-bordered h6{
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #82725a;
    display: inline-block;
    margin-bottom: -1px;
}

/*  6.22. TESTIMONIALS
============================================================================= */
.caroufredsel_wrapper{
    float: left !important;
}
.testimonial-carousel{
    float: left;
    width: 100%;
}
.testimonial{
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.testimonial .testimonial-text{
    width: 100%;
    background: #f6f6f6;
    padding: 30px 30px 60px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.testimonial .testimonial-text p{
    font-size: 14px;
    font-style: italic;
}

.testimonial-author{
    width: 100%;
    position: relative;
    top: -40px;
    padding-left: 10px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.testimonial-image-container{
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;

    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;

    overflow: hidden;
}

.testimonial-image-container img{
    dispaly: block;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
}

.testimonial-author-name{
    margin-bottom: 0;
    padding-top: 50px;
}

.testimonial-author-company{
    width: 100%;
    display: block;
    font-style: italic;
    font-weight: 300;
}

/*  6.4. CLIENT CAROUSEL
============================================================================= */
#client-carousel li{
    width: 170px;
    margin-right: 30px;
    float: left;
    display: block;
}

/*  6.14. PORTFOLIO CAROUSEL
============================================================================= */
.carousel-nav-container{
    width: 100%;
    float: left;
}

.portfolio-carousel .isotope-item{
    margin-bottom: 0;
    margin-right: 2px;
    display: block;
    float: left;
    height: auto;
}

.carousel-nav{
    margin: 25px auto 0 ;
    display: table;
}

.carousel-nav li{
    width: 30px;
    height: 30px;
    float: left;

    background-color: #eee;    
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin-right: 5px;

    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.carousel-nav li a[class^="c_prev"]{
    background-image: url('http://www.pixel-industry.com/html/elvyre/boxed/img/c_prev.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: block !important;
}

.carousel-nav li a[class^="c_next"]{
    background-image: url('http://www.pixel-industry.com/html/elvyre/boxed/img/c_next.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 30px;
    display: block !important;
}

    7.1. ABOUT PAGES
============================================================================= */

/*  7.1.1. TEAM MEMBERS
============================================================================= */
.team{
    width: 100%;
    float: left;
}

.team-img-container{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    float: left;
}

.team-img-container .team-img-hover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.team-img-container .team-img-hover .mask{  
    background: rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 0px 0px 8px rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    cursor: pointer;

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-img-container:hover .mask{
    opacity: 1;
}

.team h6{
    margin-bottom: 0;
}

.team .position{
    font-style: italic;
    font-weight: 300;
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.team-social-links{
    width: 100%;
    margin-top: 15px;
    float: left;
}

.team-social-links li{
    float: left;
    margin-right: 20px;
}

.team-social-links li a{
    font-size: 16px;
    color: #aaa;
}




/* 7.1.2.  TEAM MEMBERS ALTERNATIVE
============================================================================= */
.team-alternative li{
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    width: 284px;

    position: relative;
    overflow: hidden;

    cursor: pointer;
}

.team-member-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;

    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-member-hover .mask{
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.team-member:hover .team-member-hover{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);

    opacity: 1;
}

.team-member-hover .team-member-info{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
}

.team-member-hover .team-member-info h5{
    color: #fff;
    text-align: center;
    padding-top: 60px;
    margin-bottom: 3px;
}

.team-member-hover .team-member-info .position{
    width: 100%;
    display: block;
    text-align: center;
    font-style: italic;
    color: #fff;
    margin-bottom: 30px;
}

.team-member-hover .btn-medium{
    position: relative;
    left: 90px;
}
