/* Import styles
 ------------------------------------------------------------------------*/

/* Icons Font */
@import url(../fonts/icomoon.css) screen;
/* ----------------------------------------------------------------------
	Reset & Clearfix (http://meyerweb.com/eric/tools/css/reset/)
/* ---------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
	background:transparent;
	border:0;
	font-size:100%;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
body {
	line-height:1
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help
}
*,*:hover,*:focus,*:active {
	outline: 0px none;
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:none
}
del {
	text-decoration:line-through
}
hr {
	background:transparent;
	border:0;
	clear:both;
	color:transparent;
	height:1px;
	margin:0;
	padding:0
}
mark {
	background-color:#ffffb3;
	font-style:italic
}
input, select {
	vertical-align:middle
}
ins {
	background-color:red;
	color:white;
	text-decoration:none
}
ol, ul {
	list-style:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/* Message for older IE browsers
 ------------------------------------------------------------------------*/
#ie-message {
	background:#c00;
	border-bottom:1px solid #900;
	display: block;
	margin: 0 auto 20px auto;
	width:100%;
	z-index:2000;
}
#ie-message p {
	text-align:center;
	color:#fff;
	font-size:13px;
	padding:20px;
	margin: 0 25%;
}
#ie-message a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
/* Basic Elements & Classes
 ---------------------------------------------------------------------- */
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
html {
	min-height:100%;
	position:relative
}
body {
	color: #aaa;
	height:100%;
	background: #333 url(../img/bg.png) left top repeat;
	font: 14px/1.7 "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
}

::-moz-selection {
background: #3399ff;
color: #fff;
text-shadow: none;
}
::selection {
background: #3399ff;
color: #fff;
text-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 20px;
}
a, a > * {
	color: #3399ff;
	text-decoration: none;
 -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
 -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
 -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
 transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
a:hover, a > *:hover {
	color: #fff;
}
/* Basic settings
 ---------------------------------------------------------------------- */
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
small {
	font-size: 12px;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin: 4px 0 4px 40px;
}
img {
}
dl, hr, ol, ul, pre, table, address, fieldset, blockquote, p, iframe {
	margin-bottom: 30px;
}
ul ul, ol ol, ul ul ul, ol ol ol {
	margin-bottom:0
}
article {
	margin-bottom: 40px;
}
strong, b {
	font-weight: 500;
}
del {
	text-decoration: line-through;
	color: #999;
}
small, sup, sub {
	font-size: 85%;
}
abbr, acronym {
	text-transform: uppercase;
	letter-spacing: .1em;
}
a abbr, a acronym {
	border: none;
}
abbr[title], acronym[title], dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #999;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
/* Blockquote */
blockquote {
	background-color: #262626;
	color: #ddd;
	border-left: 5px solid #ddd;
}
blockquote p {
	padding: 30px;
	font-size: 16px;
	line-height: 1.6em;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
}
blockquote .author {
	color: #3399ff;
	font-weight: bold;
	display: block;
}
blockquote .author:before {
	content: "-";
	display: inline-block;
	margin: 0 4px 0 2px;
}
/* Img */
.container img {
	max-width: 100%;
	max-height: 100%;
}
/* Pre / code */
code, pre {
	display: block;
	border-width:1px;
	border-style:solid;
	border-color:#111;
	overflow:auto;
	font-family:"Courier New", Courier, monospace;
	margin-bottom:20px;
	color:#ffff99;
	font-size:12px;
	line-height:20px;
	padding:20px 10px;
	clear:both;
	width:auto;
	height:100%;
	background-color: rgb(000,000,000);
	background-color: rgba(000, 000, 000, 0.3);
}
/* Table */
table.fancy {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 0 20px 0;
}
table.fancy th {
	background-color: rgb(000,000,000);
	background-color: rgba(000, 000, 000, 0.5);
	color: #ddd;
	font-size:16px;
	padding: 16px 10px;
	text-align: left;
	font-weight:normal;
	border:0;
}
table.fancy td {
	color: #666;
	padding: 14px 10px;
	text-align: left;
	border-bottom:1px solid #111;
}
table.fancy td {
	background-color: rgb(000,000,000);
	background-color: rgba(000, 000, 000, 0.3);
}
table.fancy tr:hover td {
	background-color: rgb(000,000,000);
	background-color: rgba(000, 000, 000, 0.5);
	color: #eee;
}
/* Forms
 ---------------------------------------------------------------------- */
label {
	cursor: pointer;
	display: block;
	margin: 0 0 5px;
	color: #999;
	font-size: 14px;
}
 *::-webkit-input-placeholder {
 color: 666;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: 666;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: 666;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: 666;
}
input, textarea, select {
	border: none;
	color: #eee;
	font: 14px/1.5 "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
	;
	padding: 10px;
	border-radius: 0;
}
input, select {
	width: 200px;
}
input, textarea {
	background-color:#111;
	border-bottom:1px solid #333;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
textarea {
	padding: 10px;
	resize: both;
	width: 100%;
	min-height: 200px;
}
select, option {
	cursor: pointer;
	padding: 5px 7px;
}
/* Form */
.form {
	max-width: 100%;
	margin-bottom: 30px;
}
.form input, .form textarea {
	width: 100%;
}
.form .row {
	margin-bottom: 0px
}
.form .col-1-1 {
	margin-bottom: 20px;
}
.form input {
	padding-top: 12px;
	padding-bottom: 12px;
}
.form textarea {
	min-height: 200px;
}
.form input[type="submit"] {
	margin: 0;
	width: auto;
	min-width: 160px;
	height: auto;
}
.ie8 .form input[type="submit"] {
	min-width: 100px;
}
/* Helper Classes
 ---------------------------------------------------------------------- */
.hidden {
	display: none;
}
.disabled {
	cursor: auto;
}
.invisible {
	visibility: hidden;
}
.no-margin {
	margin: 0 !important;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img.inline {
	vertical-align: middle;
	max-width: 100%;
}
img.size-1-2 {
	width: 50%;
	height: 50%;
}
img.size-3-4 {
	width: 75%;
	height: 75%;
}
img.aligncenter {
	display: block;
	margin-bottom: 30px;
}
.alignleft, .floatleft {
	float: left !important;
}
img.alignleft {
	margin-bottom: 30px;
	margin-right: 20px;
}
.alignright, .floatright {
	float: right !important;
}
img.alignright {
	margin-bottom: 30px;
	margin-left: 20px;
}
img.frame {
	border: 4px solid #fff;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.color {
	color: #3399ff;
}
.white {
	color: #fff !important;
}
.light {
	color: #eee;
}
.dark {
	color: #666;
}
.caps {
	text-transform: uppercase;
}
.clear {
	clear:both;
	display:block;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
	visibility:hidden;
	width:0
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0
}
* html .clearfix, :first-child+html .clearfix {
	zoom:1
}
.inlineblock {
	display: inline-block;
}
#loading-layer {
	opacity: .9;
	filter: alpha(opacity=90);
	background-color: #222;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	overflow:hidden;
	z-index:50
}
/* Shadows */
/* -- Thank you: http://nicolasgallagher.com/ */

/* Shared styles */
.drop-shadow {
	position:relative;
	float:left;
	width:40%;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before, .drop-shadow:after {
	content:"";
	position:absolute;
	z-index:-2;
}
/* Lifted corners */
.lifted {
	-moz-border-radius:4px;
	border-radius:4px;
}
.lifted:before, .lifted:after {
	bottom:15px;
	left:10px;
	width:50%;
	height:20%;
	max-width:300px;
	max-height:100px;
	-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.lifted:after {
	right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}
/* Curved shadows */
.curved:before {
	top:10px;
	bottom:10px;
	left:0;
	right:50%;
	-webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.6);
	box-shadow:0 0 15px rgba(0, 0, 0, 0.6);
	-moz-border-radius:10px / 100px;
	border-radius:10px / 100px;
}
.curved-vt-2:before {
	right:0;
}
.curved-hz-1:before {
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
.curved-hz-2:before {
	top:0;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}
/* Layout and content
 ---------------------------------------------------------------------- */

/* Page and Ajax container */
#ajax-container {
	opacity: 0;
	filter: alpha(opacity= 0);
	position: relative;
	top: -100px;
}
#ajax-container.loaded {
	opacity: 1;
	filter: alpha(opacity= 100);
	top: 0;
}
#ajax-container.loaded.animation {
 -webkit-transition: top .8s ease, opacity .6s ease-in-out;
 -moz-transition: top .8s ease, opacity .6s ease-in-out;
 -ms-transition: top .8s ease, opacity .6s ease-in-out;
 -o-transition: top .8s ease, opacity .6s ease-in-out;
 transition: top .8s ease, opacity .6s ease-in-out;
}
#page {
}
.index-page {
	min-height: 800px;
}
/* Container */
.container {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}
.container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* Columns
	 -------------------------------- */
	.col-1-1, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4 {
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}
.col-1-1 {
	width: 100%;
}
.col-1-2 {
	width: 570px;
}
.col-1-3 {
	width: 370px;
}
.col-1-4 {
	width: 270px;
}
.col-2-3 {
	width: 770px;
}
.col-3-4 {
	width: 870px;
}
.col-1-2 .col-1-2 {
	width: 270px;
	margin-right: 20px;
}
/* Helpers */
	.last {
	margin-right: 0px !important;
}
.row {
	padding-bottom: 30px;
	clear: both;
	margin: auto;
}
/* Flexible columns */
	.flex-col-1-1, .flex-col-1-2, .flex-col-1-3, .flex-col-1-4, .flex-col-1-5 {
	float: left;
}
.flex-col-1-1 {
	width: 100%;
}
.flex-col-1-2 {
	width: 50%;
}
.flex-col-1-3 {
	width: 33.33%;
}
.flex-col-1-4 {
	width: 25%
}
.flex-col-1-5 {
	width: 20%
}
/* Main
	 -------------------------------- */
	#main {
	width: 860px;
	overflow: hidden;
	margin-bottom: 30px;
}
#main.main-medium {
	width: 760px;
}
#main.main-right {
	float: right;
	margin-left: 40px;
}
#main.main-left {
	float: left;
	margin-right:40px;
}
#main.wide {
	width: 100%;
}
#main article:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* Sidebar
	 -------------------------------- */
	.sidebar {
	width: 270px;
}
.sidebar.main-medium {
	width: 370px;
}
.sidebar.main-left {
	float: right;
}
.sidebar.main-right {
	float: left;
}
/* Header
 ---------------------------------------------------------------------- */

#header {
	z-index:999;
	left:0;
	top:0;
	height:90px;
	width:100%;
	position: fixed;
	background: url(../img/header-bg.png) left top repeat-x;
}
#header:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height:90px;
	width: 100%;
	background: url(../img/header-overlay.png) center top no-repeat;
}
#header > .container {
	z-index: 2;
	position: relative;
}
/* Logo
	 -------------------------------- */
	#logo {
	position: absolute;
	left: 0;
	top: 10px;
}
#logo img {
	margin: 0;
}
/* Navigation
	 -------------------------------- */

	/* Menu height */
 	#nav a {
	line-height: 80px;
}
body {
	padding-top: 80px;
}
/* Main Navigation
	 -------------------------------- */

	/* Navigation list */
 	#nav {
	float: right;
	z-index: 100;
	margin-top: 0px;
}
#nav li {
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
}
#nav a {
	color: #eee;
	font-weight: 400;
	font-size: 12px;
	display: block;
	padding:0 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 98;
	cursor: pointer;
}
#nav .current > a, #nav a:hover {
	background: #3399ff;
	background: rgba(51, 153, 255, 0.5);
	color: #fff;
}
#nav .active > a, #nav a.selected {
	background: #3399ff;
	background: rgba(51, 153, 255, 0.5);
	color: #fff;
}
/* Sub nav */
			#nav ul ul {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#nav ul ul {
	background: #555;
	background: rgba(85, 85, 85, 0.9);
	visibility: hidden;
	left: 0;
	padding: 0;
	position: absolute;
	width: 220px;
	z-index: 300;
	margin-top: 50px;
	opacity: 0;
	filter: alpha(opacity= 0);
}
#nav ul ul ul {
}
#nav ul ul.show-list {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity= 100);
	margin-top: 0px;
}
#nav ul ul li {
	float: none;
	border-bottom: 1px dotted #666;
}
#nav ul ul li:last-child {
	border-bottom: none;
}
#nav ul ul a {
	color: #fff;
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	padding: 16px 20px !important;
	text-align: left;
	line-height: normal;
	text-transform: none;
}
#nav ul ul a:hover, #nav ul ul .hover > a, #nav ul ul .current > a, #nav ul ul .current > a:hover, #nav ul ul a.selected {
	background: #3399ff;
	color: #fff;
}
/* Dropdown */
			#nav ul ul ul {
	left: 100% !important;
	top: 0 !important;
}
/* Responsive Nav */
	.dl-menuwrapper {
	margin-top: 16px;
	display: none;
}
.dl-menuwrapper ul {
}
.dl-menuwrapper button {
	margin: 0 0 0 200px;
}
/* Icon Navigation
		 -------------------------------- */

		/* Navigation list */
	 	#icon-nav {
	float: right;
	z-index: 100;
	margin-left: 10px;
	height: 16px;
	border-left: 1px dotted #666;
	padding-left: 10px;
	margin-top: 32px;
}
#icon-nav li {
	list-style: none;
	float: left;
	margin: 0;
	position: relative;
}
#icon-nav a {
	color: #ddd;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding:0 10px;
	top: -2px;
	position: relative;
	text-align: center;
	z-index: 98;
}
#icon-nav a span {
	color: #ddd;
}
#icon-nav a:hover span {
	color: #fff;
}
/* Sections
 ---------------------------------------------------------------------- */

/* Basics styles */
.section {
	width: 100%;
	padding: 90px 0;
	background-size: cover;
	background-color: transparent;
	background-position: center center;
	background-repeat: repeat;
	position: relative;
	clear: both;
}
/* Section Helpers */
.section.border-top {
	border-top: 1px solid #333;
}
.section.border-bottom {
	border-bottom: 1px solid #333;
}
.section.margin {
	margin-bottom: 200px;
}
.section.glow {
	background:transparent url(../img/glow-big.png) center top no-repeat;
	min-height: 80px;
}
.section.fixed {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.section.repeat {
	background-size: auto;
	background-repeat: repeat;
}
.touch-device .section {
	background-attachment: scroll !important;
}
.section.lines {
	border-top:1px solid #333;
	border-bottom: 1px solid #111;
}
.section.lines:before,  .section.lines:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	visibility: visible;
	position: absolute;
	left: 0;
}
.section.lines:before {
	background-color: #111;
	top: -2px;
}
.section.lines:after {
	background-color: #333;
	bottom: -2px;
}
/* Section Header */
.section-header {
	margin-bottom: 50px;
}
.section-title {
	font-size: 32px;
	margin-bottom: 5px;
	font-weight: 300;
}
.section-sub-title {
	font-weight: 400;
	color: #bbb;
}
/* Section Fancy Header */
.section-fancy-header {
	margin-top: -120px;
	background: #3b3a3a; /* Old browsers */
	background: -moz-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3b3a3a), color-stop(50%, #666666), color-stop(100%, #3b3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* IE10+ */
	background: linear-gradient(to right, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* W3C */
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid #333;
	width: 100%;
	min-height: 60px;
	border-radius: 15px;
	-moz-border-radius:15px;
	margin-bottom: 10px;
	position: relative;
}
.section-title {
	font-size: 32px;
	margin-bottom: 0px;
	font-weight: 300;
	margin-top: 5px;
	z-index: 1;
}
/* Intro Slider
 ------------------------------------ */
.intro-slider {
	padding: 0;
	background-color: #111;
}
/* Slider */
.intro-slider .carousel-slider {
	margin-bottom: 0;
}
.intro-slider .owl-pagination {
	margin-top: -40px;
	z-index: 10;
	position: relative;
}
.intro-slider .carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev, .intro-slider .carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
	margin-top: -20px;
}
.intro-slider .carousel-slider.owl-theme .owl-controls {
	margin-top: 0px;
}
.intro-slider .slide {
	position:  relative;
}
/* Caption */
.intro-captions {
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 2;
	width:100%;
	text-align:center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.intro-captions .caption-title {
	color: #fff;
	font-weight: 300;
	margin-bottom: 0;
	padding: 0 8px;
	display: inline-block;
	margin-top: 4px;
}
.caption-title.black-bg {
	background-color: #000;
	color: #fff;
}
.caption-title.white-bg {
	background-color: #fff;
	color: #000;
}
.caption-title.big {
	font-size: 46px;
}
.caption-title.medium {
	font-size: 36px;
}
.caption-title.small {
	font-size: 24px;
}
/* Intro Content
 ------------------------------------ */
.intro-title {
	padding: 120px 30px;
	text-align: center;
	background-color: #222;
	position: relative;
}
.intro-title * {
	z-index: 2;
}
/* Intro Simple
 ------------------------------------ */
.intro-simple {
	background:transparent url(../img/intro-simple-bg.png) left top repeat-x;
	height: 100px;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
}
/* Content
 ------------------------------------ */
.content {
}
/* News
 ------------------------------------ */
.fancy-news {
	margin-bottom: 30px;
}
/* News list */
	.fancy-news header {
	background: #535353;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MzUzNTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #444444 0%, #535353 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #535353));
	background: -webkit-linear-gradient(top, #444444 0%, #535353 100%);
	background: -o-linear-gradient(top, #444444 0%, #535353 100%);
	background: -ms-linear-gradient(top, #444444 0%, #535353 100%);
	background: linear-gradient(to bottom, #444444 0%, #535353 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid #333;
	width: 100%;
	min-height: 36px;
	border-radius: 25px 25px 0 0;
	-moz-border-radius: 25px 25px 0 0;
}
.fancy-news footer {
	background: #3b3a3a; /* Old browsers */
	background: -moz-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3b3a3a), color-stop(50%, #666666), color-stop(100%, #3b3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* IE10+ */
	background: linear-gradient(to right, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* W3C */
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid #333;
	width: 100%;
	min-height: 60px;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	margin-bottom: 10px;
	text-align:center;
}
.news-list-wrapper {
	overflow: hidden;
	height: 330px;
	position: relative;
	background-color: #333;
}
/* Scroll styles */
		.fancy-news .iScrollVerticalScrollbar {
	position: absolute;
	z-index: 10;
	width: 8px;
	bottom: 2px;
	top: 2px;
	right: 8px;
	overflow: hidden;
}
.fancy-news .iScrollVerticalScrollbar.iScrollBothScrollbars {
	bottom: 18px;
}
.fancy-news .iScrollIndicator {
	position: absolute;
	background: #bbb;
	border-radius: 4px;
	opacity: 0.2;
	cursor: pointer;
}
.news-list-wrapper:hover .iScrollIndicator {
	opacity: 0.4;
}
.fancy-news .iScrollVerticalScrollbar .iScrollIndicator {
	width: 100%;
}
/* List */
		.fancy-news ul {
	margin: 0;
	list-style: none;
}
.fancy-news ul li {
	margin: 0;
}
.fancy-news ul li a {
	display: inline-block;
	width: 100%;
	color:#fff;
	min-height: 64px;
	padding: 10px 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid #212121;
	background: #403f3f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU2NTY1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDNmM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #565656 0%, #403f3f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #403f3f));
	background: -webkit-linear-gradient(top, #565656 0%, #403f3f 100%);
	background: -o-linear-gradient(top, #565656 0%, #403f3f 100%);
	background: -ms-linear-gradient(top, #565656 0%, #403f3f 100%);
	background: linear-gradient(to bottom, #565656 0%, #403f3f 100%);
}
.fancy-news ul li a span {
	color: #999;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	margin-bottom: 5px;
	line-height: normal;
	font-size: 12px;
}
.fancy-news ul li a:hover {
	background: #4e4e4e;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwNzA3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZTRlNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #707070 0%, #4e4e4e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #707070), color-stop(100%, #4e4e4e));
	background: -webkit-linear-gradient(top, #707070 0%, #4e4e4e 100%);
	background: -o-linear-gradient(top, #707070 0%, #4e4e4e 100%);
	background: -ms-linear-gradient(top, #707070 0%, #4e4e4e 100%);
	background: linear-gradient(to bottom, #707070 0%, #4e4e4e 100%);
}
.fancy-news ul li a.active {
	background: #1d5297;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkN2RlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZDUyOTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #2d7de8 0%, #1d5297 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d7de8), color-stop(100%, #1d5297));
	background: -webkit-linear-gradient(top, #2d7de8 0%, #1d5297 100%);
	background: -o-linear-gradient(top, #2d7de8 0%, #1d5297 100%);
	background: -ms-linear-gradient(top, #2d7de8 0%, #1d5297 100%);
	background: linear-gradient(to bottom, #2d7de8 0%, #1d5297 100%);
}
/* News article */
	.news-content article {
	display: none;
}
.news-content article.active {
	display: block;
}
.news-title {
	font-size: 32px;
}
/* Portfolio
 ------------------------------------ */
.portfolio-item {
}
.portfolio-item header {
	background-color: #676767;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid #333;
	width: 100%;
	min-height: 36px;
	border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
}
.portfolio-item header h2 {
	padding: 8px 18px;
	font-size: 13px;
	margin-bottom: 0;
	text-shadow: 0 1px 1px rgba(000, 000, 000, 0.6);
}
.portfolio-item footer {
	background: #3b3a3a; /* Old browsers */
	background: -moz-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3b3a3a), color-stop(50%, #666666), color-stop(100%, #3b3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* IE10+ */
	background: linear-gradient(to right, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* W3C */
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid #333;
	width: 100%;
	min-height: 45px;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	margin-bottom: 10px;
	text-align:center;
}
/* Category */
		.portfolio-cat {
	margin:10px 2px 10px;
	line-height:normal;
	padding:4px 12px 4px 12px;
	display:inline-block;
	-moz-border-radius:10px;
	border-radius:10px;
	color:#999;
	font-size:11px;
	background:#333;
	text-transform:uppercase;
	border-bottom:1px solid #777;
}
.kucukresim1 {
	width:46%;
	float:left;
	margin-right:50px;
}
.kucukresim2 {
	width:46%;
	float:left;
}
/* Filters */
.portfolio-nav {
	overflow:hidden;
	clear:both;
	padding:0;
	margin:0 0 24px 0;
	list-style: none;
}
.portfolio-nav li {
	margin-right:8px;
	float:left;
	margin-left: 0;
	padding-left: 0;
}
.portfolio-nav li a {
	padding:8px 20px;
	-moz-border-radius:5px;
	border-radius:5px;
	color:#333;
	float:left;
	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(top, #e0e0e0 0%, #f6f8f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #f6f8f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e0e0e0 0%, #f6f8f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e0e0e0 0%, #f6f8f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e0e0e0 0%, #f6f8f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e0e0e0 0%, #f6f8f9 100%); /* W3C */
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
}
.portfolio-nav li a.active {
	background: #3399ff; /* Old browsers */
	background: -moz-linear-gradient(top, #3399ff 0%, #2989d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3399ff), color-stop(100%, #2989d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3399ff 0%, #2989d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3399ff 0%, #2989d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3399ff 0%, #2989d8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3399ff 0%, #2989d8 100%); /* W3C */
	color:#fff;
	text-shadow:0 1px 0 #333;
}
/* Portfolio Single Project */

/* Naviagtion */
#page-nav {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
}
#page-nav a {
	color: #999;
}
#page-nav a:hover {
	color: #3399ff;
}
/* Featured Works
 ------------------------------------ */
#view-projects-btn {
	position:absolute;
	top:-24px;
	left:50%;
	width:288px;
	height:50px;
	margin:0 -144px;
	background-color: #d93211;
	border-radius: 25px;
	-moz-border-radius: 25px;
	text-align: center;
	line-height: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 18px;
	font-weight: 500;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
	color: #5b1000;
}
#view-projects-btn:hover {
	background-color: #fe3910;
}
/* Contact
 ------------------------------------ */
#contact-map {
	background-color: #ddd;
	height: 300px;
	position: relative;
	width: 100%;
	filter: grayscale(100%); /* Current draft standard */
	-webkit-filter: grayscale(100%); /* New WebKit */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
	filter: gray; /* IE */
	-webkit-filter: grayscale(1); /* Old WebKit */
}
#contact-map:before, #contact-map:after {
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
/* Address Box */
.address-box .left {
	width:40%;
	float: left;
}
.address-box .right {
	width:60%;
	float: right;
}
/* Gallery
 ------------------------------------ */
.gallery-2-col, .gallery-3-col, .gallery-4-col {
	margin-bottom: 30px;
}
.gallery-2-col .gallery-item {
	width: 50%;
}
.gallery-3-col .gallery-item {
	width: 33.33%;
}
.gallery-4-col .gallery-item {
	width: 25%;
}
.gallery-join {
	margin-bottom: 0 !important;
}
.gallery-item {
	padding: 1px;
	float: left;
	position: relative;
}
.gallery-item.thumb-icon {
	margin-bottom: 0;
}
.gallery-item img {
	margin-bottom: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
/* Fluid gallery */
.fluid-gallery {
	margin-bottom: 30px;
	z-index: 2;
	position: relative;
}
.fluid-gallery a {
	display: inline-block;
	margin: 5px;
}
.fluid-gallery a img {
	max-height: 150px;
	max-width: 150px;
	vertical-align: center;
}
/* Footer
 ---------------------------------------------------------------------- */
#footer {
	clear:both;
	background: #181818;
	border-top: 1px solid #333;
	padding-top: 40px;
	padding-bottom: 200px;
}
/* Copyright */
	#copyright {
	clear:both;
	margin-top: -80px;
}
#copyright p {
	text-align:center;
	font-size: 13px;
	color: #bbb;
	margin-bottom:0;
}
/* Social */
	#footer-social {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
#footer-social:before {
	content: "";
	width: 100%;
	height: 105px;
	background: transparent url(../img/footer-top-bg.png) center top no-repeat;
	display: inline-block;
	margin-bottom: 20px;
}
#footer-social:after {
	content: "";
	width: 100%;
	height: 105px;
	background: transparent url(../img/footer-bottom-bg.png) center top no-repeat;
	display: inline-block;
	clear:both;
	margin-top: 20px;
	visibility: visible;
}
.social-icon {
	width: 50px;
	height: 50px;
	display: inline-block;
	color: #fff;
	border:1px dashed #666;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin: 10px;
}
.social-icon i {
	color: #999;
	font-size: 20px;
	line-height: 50px;
}
.social-icon:hover i {
	color: #fff;
}
/* Elements
 ---------------------------------------------------------------------- */

/* Line Heading
 ------------------------------------ */
.line-heading {
	padding-bottom: 0px;
	clear: both;
	overflow: hidden;
	margin-bottom: 0;
}
.line-heading:after {
	content: "";
	display: block;
	height: 0px;
	width: 100%;
	border-top:1px solid #111;
	border-bottom: 1px solid #333;
	margin: 10px 0 30px 0;
}
/* Fancy Tweets
 ------------------------------------ */
ul.fancy-tweets {
	background:transparent url(../img/twitter-header.png) center top no-repeat;
	width: 100%;
	padding-top: 80px;
	margin: 40px 0 0 0;
	list-style: none;
}
ul.fancy-tweets li {
	color:#ddd;
	margin: 0 0 30px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	font-style:italic;
	text-align: center;
}
ul.fancy-tweets li .date {
	color:#666;
	display:block;
}
ul.fancy-tweets li .date:before,  ul.fancy-tweets li .date:after {
	content: "-";
	display: inline-block;
	margin: 0 4px;
}
ul.fancy-tweets li .date a {
	color: #666;
}
ul.fancy-tweets li .date a:hover {
	color: #3399ff;
}
/* Fancy Tab Heading
 ------------------------------------ */
.skills {
	list-style: none;
	margin: 0;
}
.skills li {
	margin: 0;
	display: block;
	position: relative;
	padding-bottom: 16px;
}
.skills li .skill {
	padding-bottom: 4px;
	font-weight: 500;
	color: #aaa;
	display: block;
}
.skills li .skill span {
	color: #999;
	font-weight: normal;
	font-size: 12px;
}
.skills .skill-bar,  .skills .skill-bar span {
	height: 14px;
	width: 100%;
	background-color: #333;
	display: inline-block;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
.skills .skill-bar {
	position: relative;
	z-index: 1;
	-webkit-box-shadow: inset 0px 7px 0px 0px rgba(255, 255, 255, 0.04);
	-moz-box-shadow: inset 0px 7px 0px 0px rgba(255, 255, 255, 0.04);
	box-shadow: inset 0px 7px 0px 0px rgba(255, 255, 255, 0.04);
	border: 1px solid #222;
}
.skills .skill-bar span {
	left: 0;
	top: 0;
	background: #efae3c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmYWUzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYjJmMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #efae3c 0%, #ab2f00 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #efae3c), color-stop(100%, #ab2f00));
	background: -webkit-linear-gradient(left, #efae3c 0%, #ab2f00 100%);
	background: -o-linear-gradient(left, #efae3c 0%, #ab2f00 100%);
	background: -ms-linear-gradient(left, #efae3c 0%, #ab2f00 100%);
	background: linear-gradient(to right, #efae3c 0%, #ab2f00 100%);
	-moz-border-radius: 8px;
	-webkit-box-shadow: inset 0px 7px 0px 0px rgba(255, 255, 255, 0.22);
	-moz-box-shadow: inset 0px 7px 0px 0px rgba(255, 255, 255, 0.22);
	box-shadow: inset 0px 7px 0px 0px rgba(255, 255, 255, 0.22);
	float: left;
	z-index: 2;
}
/* Skills Graph */
		.skills-graph {
	width: 100%;
	height: 4px;
	border: 1px solid #333;
	border-top: 0;
	padding-top: 10px;
	margin-bottom: 30px;
	position: relative;
}
.skills-graph .scale {
	position: absolute;
	top: 0;
	font-size: 11px;
	color: #666;
	text-align: center;
	width: 20px;
	margin-left: -10px;
}
.skills-graph .scale:before {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background-color: #333;
	margin: 0 auto 5px auto;
}
.skills-graph .scale0:before,  .skills-graph .scale100:before {
	background-color: transparent;
}
.skills-graph .scale0 {
	left: 0;
	width: auto;
	margin-left: 0;
}
.skills-graph .scale25 {
	left: 25%;
}
.skills-graph .scale50 {
	left: 50%;
}
.skills-graph .scale75 {
	left: 75%;
}
.skills-graph .scale100 {
	right: 0;
}
/* Fancy Tab Heading
 ------------------------------------ */
.fancy-tab {
	text-align: center;
	margin-bottom: 40px;
}
.fancy-tab-heading {
	background: #3b3a3a; /* Old browsers */
	background: -moz-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3b3a3a), color-stop(50%, #666666), color-stop(100%, #3b3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* IE10+ */
	background: linear-gradient(to right, #3b3a3a 0%, #666666 50%, #3b3a3a 100%); /* W3C */
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-block;
	min-height: 40px;
	border-radius: 25px 25px 0 0;
	-moz-border-radius:25px 25px 0 0;
	font-size: 18px;
	margin: 0px auto;
	padding: 6px 20px 0;
	min-width: 300px;
	font-weight: 300;
	z-index: 1;
	text-align: center;
	-webkit-box-shadow: inset 0px -5px 5px -2px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: inset 0px -5px 5px -2px rgba(0, 0, 0, 0.32);
	box-shadow: inset 0px -5px 5px -2px rgba(0, 0, 0, 0.32);
}
.fancy-tab-line {
	display: block;
	clear: both;
	height: 0px;
	width: 100%;
	border-top:1px solid #111;
	border-bottom: 1px solid #333;
	z-index: 2;
}
.fancy-tab-content {
	margin-top: -1px;
	padding-top: 40px;
	background:transparent url(../img/glow-medium.png) center top no-repeat;
	min-height: 80px;
	text-align: left;
	overflow: hidden;
}
/* Services
 ------------------------------------ */
.service {
	position: relative;
}
.service-title {
	color: #3399ff;
	text-decoration: none;
	font-size: 20px;
	margin-bottom: 10px;
}
.service .txt {
	padding-left: 70px;
	display: block;
	color: #999;
	overflow: hidden;
}
.service .txt ul li {
	margin-left: 0;
}
.service .txt strong {
	color: #bbb
}
.service .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #555;
	font-size: 46px;
	display: inline-block;
	margin-bottom: 20px;
}
.service .hidden {
	color: #ccc;
	display: none;
}
/* Accordion
 ------------------------------------ */

/* Accordion */
ul.accordion li {
	padding:6px 0 0px 0;
	border-bottom:1px solid #333;
}
ul.accordion li.active a.title {
	color:#fff;
}
ul.accordion li a.title {
	font-size:14px;
	padding-bottom:8px;
	color:#999;
	text-decoration:none;
	display:block;
}
ul.accordion li a:hover.title {
	color:#fff;
}
/* Styled lists
 ------------------------------------ */

ul.simple {
	margin-left: 20px;
	list-style-type: disc;
}
ul.simple ul.simple {
	list-style-type: square;
}
ul.simple ul.simple ul.simple {
	list-style-type: circle;
}
ol.simple {
	margin-left: 20px;
	list-style-position: outside;
	list-style-type: decimal;
}
dt {
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
ol.simple ol.simple, ul.simple ol.simple {
	margin-left: 20px;
}
ul.simple ol.simple, ol.simple ul.simple, ol.simple ol.simple, ul.simple ul.simple {
	margin-bottom: 0;
}
/* Styled list class */
ul.styled {
	margin-left: 0;
	list-style-type:none;
}
ul.styled li {
	margin-left: 0;
}
/* Check lists */
ul.check-list-green li, ul.check-list-orange li, ul.check-list-violet li, ul.check-list-blue li {
	padding:2px 0 2px 24px;
}
ul.check-list-green li {
	background: transparent url(../img/icon-check-green.png) left 4px no-repeat;
}
ul.check-list-orange li {
	background: transparent url(../img/icon-check-orange.png) left 4px no-repeat;
}
ul.check-list-violet li {
	background: transparent url(../img/icon-check-violet.png) left 4px no-repeat;
}
ul.check-list-blue li {
	background: transparent url(../img/icon-check-blue.png) left 4px no-repeat;
}
/* Bullet lists */
ul.bullet-list-green li, ul.bullet-list-orange li, ul.bullet-list-violet li, ul.bullet-list-blue li {
	padding:2px 0 2px 24px;
}
ul.bullet-list-green li {
	background: transparent url(../img/icon-bullet-green.png) left 4px no-repeat;
}
ul.bullet-list-orange li {
	background: transparent url(../img/icon-bullet-orange.png) left 4px no-repeat;
}
ul.bullet-list-violet li {
	background: transparent url(../img/icon-bullet-violet.png) left 4px no-repeat;
}
ul.bullet-list-blue li {
	background: transparent url(../img/icon-bullet-blue.png) left 4px no-repeat;
}
/* Black box
 ------------------------------------ */
.black-box {
	color:#bbb;
	padding: 16px;
	margin-bottom: 30px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-bottom: 1px solid #333;
	background-color:#111;
	-webkit-box-shadow: inset 0px 8px 18px -2px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px 8px 18px -2px rgba(0, 0, 0, 1);
	box-shadow: inset 0px 8px 18px -2px rgba(0, 0, 0, 1);
}
.black-box p {
	padding: 8px;
	margin-bottom: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	text-align: center;
}
/* Map
 ------------------------------------ */
.map {
	background-color: #222;
	height: 400px;
	position: relative;
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(1);
	margin-bottom: 30px;
}
/* Masonry grids
 ------------------------------------ */
.masonry {
	margin-right: -30px;
	margin-bottom: 30px;
	min-height: 400px;
}
.masonry.fullwidth {
	margin-right: 0;
	width: 100%;
}
.masonry.fullwidth > .item {
	margin-right: -1px;
}
/* Carousel
 ------------------------------------ */
.carousel {
	margin-bottom: 30px;
}
.carousel-item {
	float: left;
	margin: 0 10px;
}
/* Slider */
.carousel-slider {
	margin-bottom: 30px;
}
.carousel-slider img {
	display: block;
	width: 100%;
	height: auto;
}
.carousel-slider.owl-theme .owl-buttons i {
	color: #fff;
	font-size: 16px;
	line-height: 48px;
}
.carousel-slider.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}
.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev,  .carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
	height: 48px;
	width: 48px;
	margin-top: -40px;
	background-color: rgb(0,0,0);
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
}
.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover,  .carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover {
	background-color: rgba(0, 0, 0, 1);
}
.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
	top: 50%;
	border-radius: 0 3px 3px 0;
}
.carousel-slider.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
	top: 50%;
	border-radius: 3px 0 0 3px;
}
.carousel-slider.owl-theme .owl-controls {
	margin-top: 10px;
}
/* Buttons
 ------------------------------------ */

/* Default button */
input[type="submit"], button, .btn {
	font-family: "Roboto", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	height: auto;
	width: auto;
	overflow: visible;
	padding: 12px 20px;
	margin: 0 30px 30px 0;
	background: #3399ff; /* Old browsers */
	background: -moz-linear-gradient(top, #3399ff 0%, #2989d8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3399ff), color-stop(100%, #2989d8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3399ff 0%, #2989d8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3399ff 0%, #2989d8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3399ff 0%, #2989d8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3399ff 0%, #2989d8 100%); /* W3C */
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
 -webkit-transition: all .2s ease;
 -moz-transition: all .2s ease;
 -ms-transition: all .2s ease;
 -o-transition: all .2s ease;
 transition: all .2s ease;
}
input[type="submit"]:hover, button:hover, .btn:hover {
	background: #54a9ff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0YTlmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjkzZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #54a9ff 0%, #4293d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #54a9ff), color-stop(100%, #4293d6));
	background: -webkit-linear-gradient(top, #54a9ff 0%, #4293d6 100%);
	background: -o-linear-gradient(top, #54a9ff 0%, #4293d6 100%);
	background: -ms-linear-gradient(top, #54a9ff 0%, #4293d6 100%);
	background: linear-gradient(to bottom, #54a9ff 0%, #4293d6 100%);
}
.btn {
	display: inline-block;
}
.text-right .btn {
	margin: 0 0 0 30px;
}
.text-center .btn {
	margin: 0 15px 0 15px;
}
input[type="submit"].small, button.small, .btn.small {
	padding: 8px 30px;
	font-size: 12px
}
input[type="submit"].medium, button.medium, .btn.medium {
	padding: 12px 36px;
}
input[type="submit"].large, button.large, .btn.large {
	padding: 20px 40px;
}
/* Wide button */
.btn.wide {
	width: 100%;
	margin-right: 0;
	padding: 0;
}
/* Inverted button */
input[type="submit"].invert, button.invert, .btn.invert {
	color:#333;
	background: #dbdbdb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWQxZDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #dbdbdb 0%, #d1d1d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #d1d1d1));
	background: -webkit-linear-gradient(top, #dbdbdb 0%, #d1d1d1 100%);
	background: -o-linear-gradient(top, #dbdbdb 0%, #d1d1d1 100%);
	background: -ms-linear-gradient(top, #dbdbdb 0%, #d1d1d1 100%);
	background: linear-gradient(to bottom, #dbdbdb 0%, #d1d1d1 100%);
}
input[type="submit"].invert:hover, button.invert:hover, .btn.invert:hover {
	background: #e5e5e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, #e0e0e0));
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #e0e0e0 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%, #e0e0e0 100%);
}
/* Green button */
input[type="submit"].green, button.green, .btn.green {
	color:#fff;
	background: #adca71;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkY2E3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDgyMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #adca71 0%, #548238 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #adca71), color-stop(100%, #548238));
	background: -webkit-linear-gradient(top, #adca71 0%, #548238 100%);
	background: -o-linear-gradient(top, #adca71 0%, #548238 100%);
	background: -ms-linear-gradient(top, #adca71 0%, #548238 100%);
	background: linear-gradient(to bottom, #adca71 0%, #548238 100%);
}
input[type="submit"].green:hover, button.green:hover, .btn.green:hover {
	background: #b1c97c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IxYzk3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YTdmNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #b1c97c 0%, #5a7f43 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b1c97c), color-stop(100%, #5a7f43));
	background: -webkit-linear-gradient(top, #b1c97c 0%, #5a7f43 100%);
	background: -o-linear-gradient(top, #b1c97c 0%, #5a7f43 100%);
	background: -ms-linear-gradient(top, #b1c97c 0%, #5a7f43 100%);
	background: linear-gradient(to bottom, #b1c97c 0%, #5a7f43 100%);
}
/* Violet button */
input[type="submit"].violet, button.violet, .btn.violet {
	color:#fff;
	background: #bd65f9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JkNjVmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAyYTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #bd65f9 0%, #6d02a5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd65f9), color-stop(100%, #6d02a5));
	background: -webkit-linear-gradient(top, #bd65f9 0%, #6d02a5 100%);
	background: -o-linear-gradient(top, #bd65f9 0%, #6d02a5 100%);
	background: -ms-linear-gradient(top, #bd65f9 0%, #6d02a5 100%);
	background: linear-gradient(to bottom, #bd65f9 0%, #6d02a5 100%);
}
input[type="submit"].violet:hover, button.violet:hover, .btn.violet:hover {
	background: #c47ef7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2M0N2VmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjMyYTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c47ef7 1%, #7b32a3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #c47ef7), color-stop(100%, #7b32a3));
	background: -webkit-linear-gradient(top, #c47ef7 1%, #7b32a3 100%);
	background: -o-linear-gradient(top, #c47ef7 1%, #7b32a3 100%);
	background: -ms-linear-gradient(top, #c47ef7 1%, #7b32a3 100%);
	background: linear-gradient(to bottom, #c47ef7 1%, #7b32a3 100%);
}
/* Orange button */
input[type="submit"].orange, button.orange, .btn.orange {
	color:#fff;
	background: #faa300;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZhYTMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYTU4MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #faa300 1%, #ca5800 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #faa300), color-stop(100%, #ca5800));
	background: -webkit-linear-gradient(top, #faa300 1%, #ca5800 100%);
	background: -o-linear-gradient(top, #faa300 1%, #ca5800 100%);
	background: -ms-linear-gradient(top, #faa300 1%, #ca5800 100%);
	background: linear-gradient(to bottom, #faa300 1%, #ca5800 100%);
}
input[type="submit"].orange:hover, button.orange:hover, .btn.orange:hover {
	background: #ffac13;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmYWMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjY0MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffac13 1%, #e66400 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffac13), color-stop(100%, #e66400));
	background: -webkit-linear-gradient(top, #ffac13 1%, #e66400 100%);
	background: -o-linear-gradient(top, #ffac13 1%, #e66400 100%);
	background: -ms-linear-gradient(top, #ffac13 1%, #e66400 100%);
	background: linear-gradient(to bottom, #ffac13 1%, #e66400 100%);
}
/* Fancy Button */
.fancy-button {
	min-width: 288px;
	padding: 24px 35px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 24px;
	display: block;
	text-decoration:none;
	background: #313131;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMTMxMzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5e5e5e 0%, #313131 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(100%, #313131));
	background: -webkit-linear-gradient(top, #5e5e5e 0%, #313131 100%);
	background: -o-linear-gradient(top, #5e5e5e 0%, #313131 100%);
	background: -ms-linear-gradient(top, #5e5e5e 0%, #313131 100%);
	background: linear-gradient(to bottom, #5e5e5e 0%, #313131 100%);
	border-bottom: 1px solid #111;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	-moz-border-radius: 20px;
}
.fancy-button:hover {
	background: #444444;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyNzI3MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0NDQ0NDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #727272 0%, #444444 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #727272), color-stop(100%, #444444));
	background: -webkit-linear-gradient(top, #727272 0%, #444444 100%);
	background: -o-linear-gradient(top, #727272 0%, #444444 100%);
	background: -ms-linear-gradient(top, #727272 0%, #444444 100%);
	background: linear-gradient(to bottom, #727272 0%, #444444 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#444444', GradientType=0 );
}
/* Divider
 ------------------------------------ */
hr.divider {
	height: 0px;
	width: 100%;
	border-top:1px solid #111;
	border-bottom: 1px solid #333;
	margin: 30px 0 30px 0;
}
/* Info box
 ------------------------------------ */
.info-box {
	margin: 30px 0;
	padding: 30px;
	background-color: #444;
}
.info-box > p:last-child {
	margin-bottom: 0;
}
/* Dropcap
 ------------------------------------ */
.dropcap {
	background: #fff;
	color: #111;
	display: inline-block;
	float: left;
	font-size: 24px;
	font-weight: 800;
	height: 36px;
	line-height: 36px;
	margin: 0 7px 0 0;
	text-align: center;
	width: 36px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
}
/* Invert */
.dropcap.invert {
	background: #555;
	color: #fff;
}
/* Alertboxes
 ------------------------------------ */
.error, .success, .info, .warning {
	display: block;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid;
	padding: 14px 20px 14px 20px;
	clear: both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.error {
	background-color: #fdcaca;
	color: #7f6060;
	border-color: #ffc3c3;
}
.success {
	background-color: #cafdce;
	color: #637a65;
	border-color: #9cfaa3;
}
.info {
	background-color: #dee9fe;
	color: #737b8b;
	border-color: #cddfff;
}
.warning {
	background-color: #fbe9de;
	color: #877863;
	border-color: #fbe0b9
}
/* Tabs
 ------------------------------------ */
ul.tabs {
	width:auto;
	height:58px;
	margin-bottom:40px;
	list-style-type: none;
	font-weight: 500;
	background: #2c2c2c;
}
ul.tabs li {
	color:#999;
	float:left;
	margin:0;
	padding: 0;
	position: relative;
}
ul.tabs li a {
	height:58px;
	line-height:58px;
	margin:0;
	float:left;
	color:#ccc;
	padding:0 24px;
	border-right: solid 1px #262626;
	position: relative;
}
ul.tabs li:first-child a {
}
ul.tabs li a.active-tab, ul.tabs li a.active-tab:hover {
	height:58px;
	color: #333;
	background-color: #eee;
}
ul.tabs li a.active-tab:after {
	content: "";
	width: 8px;
	height: 8px;
	display: block;
	background: #eee;
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	z-index: 10;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tabs-wrap {
	overflow:hidden;
	margin-bottom: 40px;
}
.tab-content {
	display:none;
}
/* Toggle
 ------------------------------------ */
.toggle-title {
	margin-bottom:20px;
	cursor:pointer;
	color: #eee;
	font-weight: 500;
}
.toggle-title:before {
	content: "+";
	text-align: center;
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	float: left;
	margin-right: 18px;
	color: #fff;
	background-color: #333;
}
.active-toggle:before {
	content: "-";
	background-color: #3399ff;
}
.toggle {
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
.toggle-content {
	display: none;
}
/* Flexible video
 ------------------------------------ */
.video-wrap {
	margin: 0 0 30px;
}
/* Overlay
 --------------------------------*/
.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: left top;
	background-repeat: repeat;
	z-index: 0;
	display: block;
	opacity: 1;
	filter: alpha(opacity= 100);
}
.overlay.dots {
	background-image: url(../img/overlay-dots.png);
}
.overlay.grids {
	background-image: url(../img/overlay-grid.png);
}
.overlay.animated-noise {
	background-image: url(../img/animated-noise.gif);
	opacity: 0.05;
	filter: alpha(opacity= 5);
}
/* Thumbnails effects
 --------------------------------*/
.thumb {
	margin-bottom: 30px;
}
/* ZOOM THUMB
 --------------------------------*/

/* Thumb with title */
.zoom-thumb {
	display: block;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
.zoom-thumb img {
	max-height: 100%;
	height: auto;
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0;
 -webkit-transition: all .30s linear;
 -moz-transition: all .30s linear;
 -ms-transition: all .30s linear;
 -o-transition: all .30s linear;
 transition: all .30s linear;
}
.zoom-thumb:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.zoom-thumb .inner {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background: rgb(0,0,0);
	background: rgba(0, 0, 0, .8);
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.zoom-thumb:hover .inner, .zoom-thumb.active .inner {
	opacity: 1;
}
.lt-ie9 .zoom-thumb .inner {
	filter:alpha(opacity=0);
} /* IE8 */
.lt-ie9 .zoom-thumb:hover .inner, .lt-ie9 .zoom-thumb.active .inner {
	filter:alpha(opacity=80);
} /* IE8 */
.zoom-thumb .inner .title {
	position: absolute;
	width: 100%;
	padding: 12px;
	top: -100%;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
}
.zoom-thumb:hover .inner .title, .zoom-thumb.active .inner .title, .zoom-thumb:hover .inner .icon {
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.zoom-thumb .inner .title span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}
.zoom-thumb .inner .title span:before,  .zoom-thumb .inner .title span:after {
	content: "-";
	display: inline-block;
	margin: 0 4px;
}
.zoom-thumb .inner .icon {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 60px;
	top: -60px;
	left: 50%;
	margin-left: -30px;
	color: #fff;
	font-size: 30px;
	border: 1px dashed #fff;
	border-radius: 60px;
	-moz-border-radius: 60px;
	text-align: center;
}
/* Animations */
		.zoom-thumb .inner,  .zoom-thumb .inner .title,  .zoom-thumb .inner .icon {
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -ms-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
}
/* Buttons Thumb
 --------------------------------*/
.buttons-thumb {
	display: block;
	overflow: hidden;
	position: relative;
	overflow: hidden;
}
.buttons-thumb img {
	max-height: 100%;
	height: auto;
	display: block;
	max-width: 100%;
	width: 100%;
	margin: 0;
 -webkit-transition: all .30s linear;
 -moz-transition: all .30s linear;
 -ms-transition: all .30s linear;
 -o-transition: all .30s linear;
 transition: all .30s linear;
}
.buttons-thumb:hover img {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
.buttons-thumb .inner {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	background: rgb(0,0,0);
	background: rgba(0, 0, 0, .8);
	display: block;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.buttons-thumb:hover .inner, .buttons-thumb:hover .inner {
	opacity: 1;
}
.lt-ie9 .buttons-thumb .inner {
	filter:alpha(opacity=0);
} /* IE8 */
.lt-ie9 .buttons-thumb:hover .inner, .lt-ie9 .buttons-thumb:hover .inner {
	filter:alpha(opacity=80);
} /* IE8 */
.buttons-thumb .inner .title {
	position: relative;
	left: -100%;
	color: #fff;
	font-size: 1.4em;
	margin-top: 20px;
	margin-bottom:40px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	padding-right: 20px;
}
.buttons-thumb .inner .title span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
}
.buttons-thumb:hover .inner .title, .buttons-thumb:hover .inner .buttons {
	left:20px;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
.buttons-thumb .inner .buttons {
	position: absolute;
	bottom: 20px;
	left: -100%;
	z-index: 8;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}
.buttons-thumb .inner a {
	width:auto;
	float: left;
	clear: both;
	margin:0 16px 8px 0px;
	background-color:#fff;
	color:#333;
	line-height:normal;
	text-transform:uppercase;
	font-size:11px;
	padding:4px 8px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.buttons-thumb .inner a:hover {
	background-color:#3399ff;
	text-decoration:none;
	color:#fff;
}
/* Animation */
		.buttons-thumb .inner .title,  .buttons-thumb .inner .buttons {
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -ms-transition: all .5s ease;
 -o-transition: all .5s ease;
 transition: all .5s ease;
}
.buttons-thumb .inner {
 -webkit-transition: all .8s ease;
 -moz-transition: all .8s ease;
 -ms-transition: all .8s ease;
 -o-transition: all .8s ease;
 transition: all .8s ease;
}
.buttons-thumb .inner .buttons {
 -webkit-transition-delay: .2s; /* Safari */
 -moz-transition-delay: .2s;
 -ms-transition-delay: .2s;
 -o-transition-delay: .2s;
 transition-delay: .2s;
}
/* Badges */
.badge {
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	text-align: center;
	padding: 4px;
	height: 26px;
	width: 120px;
	min-width: auto;
	min-height: 26px;
	max-height: 26px;
	right: -31px;
	top: 16px;
	left: auto;
	z-index: 1;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.badge.new {
	background-color: #3399ff;
	color: #fff;
}
.badge.free {
	background-color: #000;
}
.badge.soundcloud {
	background-color: #ff7700;
}
/* Plugins
 ---------------------------------------------------------------------- */


/* Isotope CSS3 transitions
 -------------------------------- */
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:    -moz-transform, opacity;
	-ms-transition-property:     -ms-transform, opacity;
	-o-transition-property:      -o-transform, opacity;
	transition-property:         transform, opacity;
}
/* Owl Carousel Owl Theme v1.3.2
 -------------------------------- */

.owl-theme .owl-controls {
	margin-top: 30px;
	text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 5px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	background: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../img/AjaxLoader.gif) no-repeat center center
}
img.zoom {
	-webkit-animation: sliderzoom linear 40s infinite alternate;
}
@-webkit-keyframes sliderzoom {
 from {
-webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -o-transform: scale(1);
 transform: scale(1);
}
to {
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}
}
/* Nprogress (preloader)
 -------------------------------- */

/* Make clicks pass-through */
#nprogress {
	pointer-events: none;
}
#nprogress .bar {
	background: #3399ff;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #3399ff, 0 0 5px #3399ff;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 100;
	top: 15px;
	right: 15px;
}
#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	border: solid 2px transparent;
	border-top-color: #3399ff;
	border-left-color: #3399ff;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite;
}
 @-webkit-keyframes nprogress-spinner {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes nprogress-spinner {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
/* Tooltip
 -------------------------------- */
.tipsy {
	padding: 5px;
	font-size: 12px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-repeat: no-repeat;
	background-image: url(../img/tipsy.gif);
}
.tipsy-inner {
	padding: 5px 8px 4px 8px;
	background-color: black;
	color: white;
	max-width: 200px;
	text-align: center;
}
.tipsy-inner {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.tipsy-north {
	background-position: top center;
}
.tipsy-south {
	background-position: bottom center;
}
.tipsy-east {
	background-position: right center;
}
.tipsy-west {
	background-position: left center;
}
