

/*----------------------------------------------------------------------------------------
						FONT (OPEN SANS) IMPORT FROM GOOGLE FONTS
-----------------------------------------------------------------------------------------*/



@charset "UTF-8";

@import "https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i";

@font-face
{
	font-family:roboto;
	font-style:normal;
	font-weight:400;
	src:url(../fonts/RobotoRegular/RobotoRegular.eot) format("embedded-opentype"),url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"),url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")
}

@font-face
{
	font-family:roboto;
	font-style:normal;
	font-weight:700;
	src:url(../fonts/RobotoBold/RobotoBold.eot) format("embedded-opentype"),url(../fonts/RobotoBold/RobotoBold.woff) format("woff"),url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")
}

@font-face
{
	font-family:FontAwesome;
	src:url(../fonts/FontAwesome/fontawesome-webfont.eot);
	src:url(../fonts/FontAwesome/fontawesome-webfont.eot) format("embedded-opentype"),url(../fonts/FontAwesome/fontawesome-webfont.woff2) format("woff2"),url(../fonts/FontAwesome/fontawesome-webfont.woff) format("woff"),url(../fonts/FontAwesome/fontawesome-webfont.ttf) format("truetype"),url(../fonts/FontAwesome/fontawesome-webfont.svg) format("svg");
	font-weight:400;
	font-style:normal
}

.fa
{
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

.fa-lg
{
	font-size:1.33333333em;
	line-height:.75em;
	vertical-align:-15%
}

.fa-2x
{
	font-size:2em
}

.fa-3x
{
	font-size:3em
}

.fa-4x
{
	font-size:4em
}

.fa-5x
{
	font-size:5em
}

.fa-fw
{
	width:1.28571429em;
	text-align:center
}

.fa-ul
{
	padding-left:0;
	margin-left:2.14285714em;
	list-style-type:none
}

.fa-ul>li
{
	position:relative
}

.fa-li
{
	position:absolute;
	left:-2.14285714em;
	width:2.14285714em;
	top:.14285714em;
	text-align:center
}

.fa-li.fa-lg
{
	left:-1.85714286em
}

.fa-border
{
	padding:.2em .25em .15em;
	border:solid .08em #eee;
	-webkit-border-radius:.1em;
	border-radius:.1em
}

.fa-pull-left
{
	float:left
}

.fa-pull-right
{
	float:right
}

.fa.fa-pull-left
{
	margin-right:.3em
}

.fa.fa-pull-right
{
	margin-left:.3em
}

.pull-right
{
	float:right
}

.pull-left
{
	float:left
}

.fa.pull-left
{
	margin-right:.3em
}

.fa.pull-right
{
	margin-left:.3em
}

.fa-spin
{
	-webkit-animation:fa-spin 2s infinite linear;
	animation:fa-spin 2s infinite linear
}

.fa-pulse
{
	-webkit-animation:fa-spin 1s infinite steps(8);
	animation:fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0%
	{
		-webkit-transform:rotate(0);
		transform:rotate(0)
	}

	100%
	{
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
	}
}

@keyframes fa-spin {
	0%
	{
		-webkit-transform:rotate(0);
		transform:rotate(0)
	}

	100%
	{
		-webkit-transform:rotate(359deg);
		transform:rotate(359deg)
	}
}

.fa-rotate-90
{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg)
}

.fa-rotate-180
{
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}

.fa-rotate-270
{
	-webkit-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	transform:rotate(270deg)
}

.fa-flip-horizontal
{
	-webkit-transform:scale(-1,1);
	-ms-transform:scale(-1,1);
	transform:scale(-1,1)
}

.fa-flip-vertical
{
	-webkit-transform:scale(1,-1);
	-ms-transform:scale(1,-1);
	transform:scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90
{
	-webkit-filter:none;
	filter:none
}

.fa-stack
{
	position:relative;
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	vertical-align:middle
}

.fa-stack-1x,.fa-stack-2x
{
	position:absolute;
	left:0;
	width:100%;
	text-align:center
}

.fa-stack-1x
{
	line-height:inherit
}

.fa-stack-2x
{
	font-size:2em
}

.fa-inverse
{
	color:#fff
}

.fa-glass:before
{
	content:"\f000"
}

.fa-music:before
{
	content:"\f001"
}

.fa-search:before
{
	content:"\f002"
}

.fa-envelope-o:before
{
	content:"\f003"
}

.fa-heart:before
{
	content:"\f004"
}

.fa-star:before
{
	content:"\f005"
}

.fa-star-o:before
{
	content:"\f006"
}

.fa-user:before
{
	content:"\f007"
}

.fa-film:before
{
	content:"\f008"
}

.fa-th-large:before
{
	content:"\f009"
}

.fa-th:before
{
	content:"\f00a"
}

.fa-th-list:before
{
	content:"\f00b"
}

.fa-check:before
{
	content:"\f00c"
}

.fa-close:before,.fa-remove:before,.fa-times:before
{
	content:"\f00d"
}

.fa-search-plus:before
{
	content:"\f00e"
}

.fa-search-minus:before
{
	content:"\f010"
}

.fa-power-off:before
{
	content:"\f011"
}

.fa-signal:before
{
	content:"\f012"
}

.fa-cog:before,.fa-gear:before
{
	content:"\f013"
}

.fa-trash-o:before
{
	content:"\f014"
}

.fa-home:before
{
	content:"\f015"
}

.fa-file-o:before
{
	content:"\f016"
}

.fa-clock-o:before
{
	content:"\f017"
}

.fa-road:before
{
	content:"\f018"
}

.fa-download:before
{
	content:"\f019"
}

.fa-arrow-circle-o-down:before
{
	content:"\f01a"
}

.fa-arrow-circle-o-up:before
{
	content:"\f01b"
}

.fa-inbox:before
{
	content:"\f01c"
}

.fa-play-circle-o:before
{
	content:"\f01d"
}

.fa-repeat:before,.fa-rotate-right:before
{
	content:"\f01e"
}

.fa-refresh:before
{
	content:"\f021"
}

.fa-list-alt:before
{
	content:"\f022"
}

.fa-lock:before
{
	content:"\f023"
}

.fa-flag:before
{
	content:"\f024"
}

.fa-headphones:before
{
	content:"\f025"
}

.fa-volume-off:before
{
	content:"\f026"
}

.fa-volume-down:before
{
	content:"\f027"
}

.fa-volume-up:before
{
	content:"\f028"
}

.fa-qrcode:before
{
	content:"\f029"
}

.fa-barcode:before
{
	content:"\f02a"
}

.fa-tag:before
{
	content:"\f02b"
}

.fa-tags:before
{
	content:"\f02c"
}

.fa-book:before
{
	content:"\f02d"
}

.fa-bookmark:before
{
	content:"\f02e"
}

.fa-print:before
{
	content:"\f02f"
}

.fa-camera:before
{
	content:"\f030"
}

.fa-font:before
{
	content:"\f031"
}

.fa-bold:before
{
	content:"\f032"
}

.fa-italic:before
{
	content:"\f033"
}

.fa-text-height:before
{
	content:"\f034"
}

.fa-text-width:before
{
	content:"\f035"
}

.fa-align-left:before
{
	content:"\f036"
}

.fa-align-center:before
{
	content:"\f037"
}

.fa-align-right:before
{
	content:"\f038"
}

.fa-align-justify:before
{
	content:"\f039"
}

.fa-list:before
{
	content:"\f03a"
}

.fa-dedent:before,.fa-outdent:before
{
	content:"\f03b"
}

.fa-indent:before
{
	content:"\f03c"
}

.fa-video-camera:before
{
	content:"\f03d"
}

.fa-image:before,.fa-photo:before,.fa-picture-o:before
{
	content:"\f03e"
}

.fa-pencil:before
{
	content:"\f040"
}

.fa-map-marker:before
{
	content:"\f041"
}

.fa-adjust:before
{
	content:"\f042"
}

.fa-tint:before
{
	content:"\f043"
}

.fa-edit:before,.fa-pencil-square-o:before
{
	content:"\f044"
}

.fa-share-square-o:before
{
	content:"\f045"
}

.fa-check-square-o:before
{
	content:"\f046"
}

.fa-arrows:before
{
	content:"\f047"
}

.fa-step-backward:before
{
	content:"\f048"
}

.fa-fast-backward:before
{
	content:"\f049"
}

.fa-backward:before
{
	content:"\f04a"
}

.fa-play:before
{
	content:"\f04b"
}

.fa-pause:before
{
	content:"\f04c"
}

.fa-stop:before
{
	content:"\f04d"
}

.fa-forward:before
{
	content:"\f04e"
}

.fa-fast-forward:before
{
	content:"\f050"
}

.fa-step-forward:before
{
	content:"\f051"
}

.fa-eject:before
{
	content:"\f052"
}

.fa-chevron-left:before
{
	content:"\f053"
}

.fa-chevron-right:before
{
	content:"\f054"
}

.fa-plus-circle:before
{
	content:"\f055"
}

.fa-minus-circle:before
{
	content:"\f056"
}

.fa-times-circle:before
{
	content:"\f057"
}

.fa-check-circle:before
{
	content:"\f058"
}

.fa-question-circle:before
{
	content:"\f059"
}

.fa-info-circle:before
{
	content:"\f05a"
}

.fa-crosshairs:before
{
	content:"\f05b"
}

.fa-times-circle-o:before
{
	content:"\f05c"
}

.fa-check-circle-o:before
{
	content:"\f05d"
}

.fa-ban:before
{
	content:"\f05e"
}

.fa-arrow-left:before
{
	content:"\f060"
}

.fa-arrow-right:before
{
	content:"\f061"
}

.fa-arrow-up:before
{
	content:"\f062"
}

.fa-arrow-down:before
{
	content:"\f063"
}

.fa-mail-forward:before,.fa-share:before
{
	content:"\f064"
}

.fa-expand:before
{
	content:"\f065"
}

.fa-compress:before
{
	content:"\f066"
}

.fa-plus:before
{
	content:"\f067"
}

.fa-minus:before
{
	content:"\f068"
}

.fa-asterisk:before
{
	content:"\f069"
}

.fa-exclamation-circle:before
{
	content:"\f06a"
}

.fa-gift:before
{
	content:"\f06b"
}

.fa-leaf:before
{
	content:"\f06c"
}

.fa-fire:before
{
	content:"\f06d"
}

.fa-eye:before
{
	content:"\f06e"
}

.fa-eye-slash:before
{
	content:"\f070"
}

.fa-exclamation-triangle:before,.fa-warning:before
{
	content:"\f071"
}

.fa-plane:before
{
	content:"\f072"
}

.fa-calendar:before
{
	content:"\f073"
}

.fa-random:before
{
	content:"\f074"
}

.fa-comment:before
{
	content:"\f075"
}

.fa-magnet:before
{
	content:"\f076"
}

.fa-chevron-up:before
{
	content:"\f077"
}

.fa-chevron-down:before
{
	content:"\f078"
}

.fa-retweet:before
{
	content:"\f079"
}

.fa-shopping-cart:before
{
	content:"\f07a"
}

.fa-folder:before
{
	content:"\f07b"
}

.fa-folder-open:before
{
	content:"\f07c"
}

.fa-arrows-v:before
{
	content:"\f07d"
}

.fa-arrows-h:before
{
	content:"\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before
{
	content:"\f080"
}

.fa-twitter-square:before
{
	content:"\f081"
}

.fa-facebook-square:before
{
	content:"\f082"
}

.fa-camera-retro:before
{
	content:"\f083"
}

.fa-key:before
{
	content:"\f084"
}

.fa-cogs:before,.fa-gears:before
{
	content:"\f085"
}

.fa-comments:before
{
	content:"\f086"
}

.fa-thumbs-o-up:before
{
	content:"\f087"
}

.fa-thumbs-o-down:before
{
	content:"\f088"
}

.fa-star-half:before
{
	content:"\f089"
}

.fa-heart-o:before
{
	content:"\f08a"
}

.fa-sign-out:before
{
	content:"\f08b"
}

.fa-linkedin-square:before
{
	content:"\f08c"
}

.fa-thumb-tack:before
{
	content:"\f08d"
}

.fa-external-link:before
{
	content:"\f08e"
}

.fa-sign-in:before
{
	content:"\f090"
}

.fa-trophy:before
{
	content:"\f091"
}

.fa-github-square:before
{
	content:"\f092"
}

.fa-upload:before
{
	content:"\f093"
}

.fa-lemon-o:before
{
	content:"\f094"
}

.fa-phone:before
{
	content:"\f095"
}

.fa-square-o:before
{
	content:"\f096"
}

.fa-bookmark-o:before
{
	content:"\f097"
}

.fa-phone-square:before
{
	content:"\f098"
}

.fa-twitter:before
{
	content:"\f099"
}

.fa-facebook-f:before,.fa-facebook:before
{
	content:"\f09a"
}

.fa-github:before
{
	content:"\f09b"
}

.fa-unlock:before
{
	content:"\f09c"
}

.fa-credit-card:before
{
	content:"\f09d"
}

.fa-feed:before,.fa-rss:before
{
	content:"\f09e"
}

.fa-hdd-o:before
{
	content:"\f0a0"
}

.fa-bullhorn:before
{
	content:"\f0a1"
}

.fa-bell:before
{
	content:"\f0f3"
}

.fa-certificate:before
{
	content:"\f0a3"
}

.fa-hand-o-right:before
{
	content:"\f0a4"
}

.fa-hand-o-left:before
{
	content:"\f0a5"
}

.fa-hand-o-up:before
{
	content:"\f0a6"
}

.fa-hand-o-down:before
{
	content:"\f0a7"
}

.fa-arrow-circle-left:before
{
	content:"\f0a8"
}

.fa-arrow-circle-right:before
{
	content:"\f0a9"
}

.fa-arrow-circle-up:before
{
	content:"\f0aa"
}

.fa-arrow-circle-down:before
{
	content:"\f0ab"
}

.fa-globe:before
{
	content:"\f0ac"
}

.fa-wrench:before
{
	content:"\f0ad"
}

.fa-tasks:before
{
	content:"\f0ae"
}

.fa-filter:before
{
	content:"\f0b0"
}

.fa-briefcase:before
{
	content:"\f0b1"
}

.fa-arrows-alt:before
{
	content:"\f0b2"
}

.fa-group:before,.fa-users:before
{
	content:"\f0c0"
}

.fa-chain:before,.fa-link:before
{
	content:"\f0c1"
}

.fa-cloud:before
{
	content:"\f0c2"
}

.fa-flask:before
{
	content:"\f0c3"
}

.fa-cut:before,.fa-scissors:before
{
	content:"\f0c4"
}

.fa-copy:before,.fa-files-o:before
{
	content:"\f0c5"
}

.fa-paperclip:before
{
	content:"\f0c6"
}

.fa-floppy-o:before,.fa-save:before
{
	content:"\f0c7"
}

.fa-square:before
{
	content:"\f0c8"
}

.fa-bars:before,.fa-navicon:before,.fa-reorder:before
{
	content:"\f0c9"
}

.fa-list-ul:before
{
	content:"\f0ca"
}

.fa-list-ol:before
{
	content:"\f0cb"
}

.fa-strikethrough:before
{
	content:"\f0cc"
}

.fa-underline:before
{
	content:"\f0cd"
}

.fa-table:before
{
	content:"\f0ce"
}

.fa-magic:before
{
	content:"\f0d0"
}

.fa-truck:before
{
	content:"\f0d1"
}

.fa-pinterest:before
{
	content:"\f0d2"
}

.fa-pinterest-square:before
{
	content:"\f0d3"
}

.fa-google-plus-square:before
{
	content:"\f0d4"
}

.fa-google-plus:before
{
	content:"\f0d5"
}

.fa-money:before
{
	content:"\f0d6"
}

.fa-caret-down:before
{
	content:"\f0d7"
}

.fa-caret-up:before
{
	content:"\f0d8"
}

.fa-caret-left:before
{
	content:"\f0d9"
}

.fa-caret-right:before
{
	content:"\f0da"
}

.fa-columns:before
{
	content:"\f0db"
}

.fa-sort:before,.fa-unsorted:before
{
	content:"\f0dc"
}

.fa-sort-desc:before,.fa-sort-down:before
{
	content:"\f0dd"
}

.fa-sort-asc:before,.fa-sort-up:before
{
	content:"\f0de"
}

.fa-envelope:before
{
	content:"\f0e0"
}

.fa-linkedin:before
{
	content:"\f0e1"
}

.fa-rotate-left:before,.fa-undo:before
{
	content:"\f0e2"
}

.fa-gavel:before,.fa-legal:before
{
	content:"\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before
{
	content:"\f0e4"
}

.fa-comment-o:before
{
	content:"\f0e5"
}

.fa-comments-o:before
{
	content:"\f0e6"
}

.fa-bolt:before,.fa-flash:before
{
	content:"\f0e7"
}

.fa-sitemap:before
{
	content:"\f0e8"
}

.fa-umbrella:before
{
	content:"\f0e9"
}

.fa-clipboard:before,.fa-paste:before
{
	content:"\f0ea"
}

.fa-lightbulb-o:before
{
	content:"\f0eb"
}

.fa-exchange:before
{
	content:"\f0ec"
}

.fa-cloud-download:before
{
	content:"\f0ed"
}

.fa-cloud-upload:before
{
	content:"\f0ee"
}

.fa-user-md:before
{
	content:"\f0f0"
}

.fa-stethoscope:before
{
	content:"\f0f1"
}

.fa-suitcase:before
{
	content:"\f0f2"
}

.fa-bell-o:before
{
	content:"\f0a2"
}

.fa-coffee:before
{
	content:"\f0f4"
}

.fa-cutlery:before
{
	content:"\f0f5"
}

.fa-file-text-o:before
{
	content:"\f0f6"
}

.fa-building-o:before
{
	content:"\f0f7"
}

.fa-hospital-o:before
{
	content:"\f0f8"
}

.fa-ambulance:before
{
	content:"\f0f9"
}

.fa-medkit:before
{
	content:"\f0fa"
}

.fa-fighter-jet:before
{
	content:"\f0fb"
}

.fa-beer:before
{
	content:"\f0fc"
}

.fa-h-square:before
{
	content:"\f0fd"
}

.fa-plus-square:before
{
	content:"\f0fe"
}

.fa-angle-double-left:before
{
	content:"\f100"
}

.fa-angle-double-right:before
{
	content:"\f101"
}

.fa-angle-double-up:before
{
	content:"\f102"
}

.fa-angle-double-down:before
{
	content:"\f103"
}

.fa-angle-left:before
{
	content:"\f104"
}

.fa-angle-right:before
{
	content:"\f105"
}

.fa-angle-up:before
{
	content:"\f106"
}

.fa-angle-down:before
{
	content:"\f107"
}

.fa-desktop:before
{
	content:"\f108"
}

.fa-laptop:before
{
	content:"\f109"
}

.fa-tablet:before
{
	content:"\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before
{
	content:"\f10b"
}

.fa-circle-o:before
{
	content:"\f10c"
}

.fa-quote-left:before
{
	content:"\f10d"
}

.fa-quote-right:before
{
	content:"\f10e"
}

.fa-spinner:before
{
	content:"\f110"
}

.fa-circle:before
{
	content:"\f111"
}

.fa-mail-reply:before,.fa-reply:before
{
	content:"\f112"
}

.fa-github-alt:before
{
	content:"\f113"
}

.fa-folder-o:before
{
	content:"\f114"
}

.fa-folder-open-o:before
{
	content:"\f115"
}

.fa-smile-o:before
{
	content:"\f118"
}

.fa-frown-o:before
{
	content:"\f119"
}

.fa-meh-o:before
{
	content:"\f11a"
}

.fa-gamepad:before
{
	content:"\f11b"
}

.fa-keyboard-o:before
{
	content:"\f11c"
}

.fa-flag-o:before
{
	content:"\f11d"
}

.fa-flag-checkered:before
{
	content:"\f11e"
}

.fa-terminal:before
{
	content:"\f120"
}

.fa-code:before
{
	content:"\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before
{
	content:"\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before
{
	content:"\f123"
}

.fa-location-arrow:before
{
	content:"\f124"
}

.fa-crop:before
{
	content:"\f125"
}

.fa-code-fork:before
{
	content:"\f126"
}

.fa-chain-broken:before,.fa-unlink:before
{
	content:"\f127"
}

.fa-question:before
{
	content:"\f128"
}

.fa-info:before
{
	content:"\f129"
}

.fa-exclamation:before
{
	content:"\f12a"
}

.fa-superscript:before
{
	content:"\f12b"
}

.fa-subscript:before
{
	content:"\f12c"
}

.fa-eraser:before
{
	content:"\f12d"
}

.fa-puzzle-piece:before
{
	content:"\f12e"
}

.fa-microphone:before
{
	content:"\f130"
}

.fa-microphone-slash:before
{
	content:"\f131"
}

.fa-shield:before
{
	content:"\f132"
}

.fa-calendar-o:before
{
	content:"\f133"
}

.fa-fire-extinguisher:before
{
	content:"\f134"
}

.fa-rocket:before
{
	content:"\f135"
}

.fa-maxcdn:before
{
	content:"\f136"
}

.fa-chevron-circle-left:before
{
	content:"\f137"
}

.fa-chevron-circle-right:before
{
	content:"\f138"
}

.fa-chevron-circle-up:before
{
	content:"\f139"
}

.fa-chevron-circle-down:before
{
	content:"\f13a"
}

.fa-html5:before
{
	content:"\f13b"
}

.fa-css3:before
{
	content:"\f13c"
}

.fa-anchor:before
{
	content:"\f13d"
}

.fa-unlock-alt:before
{
	content:"\f13e"
}

.fa-bullseye:before
{
	content:"\f140"
}

.fa-ellipsis-h:before
{
	content:"\f141"
}

.fa-ellipsis-v:before
{
	content:"\f142"
}

.fa-rss-square:before
{
	content:"\f143"
}

.fa-play-circle:before
{
	content:"\f144"
}

.fa-ticket:before
{
	content:"\f145"
}

.fa-minus-square:before
{
	content:"\f146"
}

.fa-minus-square-o:before
{
	content:"\f147"
}

.fa-level-up:before
{
	content:"\f148"
}

.fa-level-down:before
{
	content:"\f149"
}

.fa-check-square:before
{
	content:"\f14a"
}

.fa-pencil-square:before
{
	content:"\f14b"
}

.fa-external-link-square:before
{
	content:"\f14c"
}

.fa-share-square:before
{
	content:"\f14d"
}

.fa-compass:before
{
	content:"\f14e"
}

.fa-caret-square-o-down:before,.fa-toggle-down:before
{
	content:"\f150"
}

.fa-caret-square-o-up:before,.fa-toggle-up:before
{
	content:"\f151"
}

.fa-caret-square-o-right:before,.fa-toggle-right:before
{
	content:"\f152"
}

.fa-eur:before,.fa-euro:before
{
	content:"\f153"
}

.fa-gbp:before
{
	content:"\f154"
}

.fa-dollar:before,.fa-usd:before
{
	content:"\f155"
}

.fa-inr:before,.fa-rupee:before
{
	content:"\f156"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before
{
	content:"\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble:before
{
	content:"\f158"
}

.fa-krw:before,.fa-won:before
{
	content:"\f159"
}

.fa-bitcoin:before,.fa-btc:before
{
	content:"\f15a"
}

.fa-file:before
{
	content:"\f15b"
}

.fa-file-text:before
{
	content:"\f15c"
}

.fa-sort-alpha-asc:before
{
	content:"\f15d"
}

.fa-sort-alpha-desc:before
{
	content:"\f15e"
}

.fa-sort-amount-asc:before
{
	content:"\f160"
}

.fa-sort-amount-desc:before
{
	content:"\f161"
}

.fa-sort-numeric-asc:before
{
	content:"\f162"
}

.fa-sort-numeric-desc:before
{
	content:"\f163"
}

.fa-thumbs-up:before
{
	content:"\f164"
}

.fa-thumbs-down:before
{
	content:"\f165"
}

.fa-youtube-square:before
{
	content:"\f166"
}

.fa-youtube:before
{
	content:"\f167"
}

.fa-xing:before
{
	content:"\f168"
}

.fa-xing-square:before
{
	content:"\f169"
}

.fa-youtube-play:before
{
	content:"\f16a"
}

.fa-dropbox:before
{
	content:"\f16b"
}

.fa-stack-overflow:before
{
	content:"\f16c"
}

.fa-instagram:before
{
	content:"\f16d"
}

.fa-flickr:before
{
	content:"\f16e"
}

.fa-adn:before
{
	content:"\f170"
}

.fa-bitbucket:before
{
	content:"\f171"
}

.fa-bitbucket-square:before
{
	content:"\f172"
}

.fa-tumblr:before
{
	content:"\f173"
}

.fa-tumblr-square:before
{
	content:"\f174"
}

.fa-long-arrow-down:before
{
	content:"\f175"
}

.fa-long-arrow-up:before
{
	content:"\f176"
}

.fa-long-arrow-left:before
{
	content:"\f177"
}

.fa-long-arrow-right:before
{
	content:"\f178"
}

.fa-apple:before
{
	content:"\f179"
}

.fa-windows:before
{
	content:"\f17a"
}

.fa-android:before
{
	content:"\f17b"
}

.fa-linux:before
{
	content:"\f17c"
}

.fa-dribbble:before
{
	content:"\f17d"
}

.fa-skype:before
{
	content:"\f17e"
}

.fa-foursquare:before
{
	content:"\f180"
}

.fa-trello:before
{
	content:"\f181"
}

.fa-female:before
{
	content:"\f182"
}

.fa-male:before
{
	content:"\f183"
}

.fa-gittip:before,.fa-gratipay:before
{
	content:"\f184"
}

.fa-sun-o:before
{
	content:"\f185"
}

.fa-moon-o:before
{
	content:"\f186"
}

.fa-archive:before
{
	content:"\f187"
}

.fa-bug:before
{
	content:"\f188"
}

.fa-vk:before
{
	content:"\f189"
}

.fa-weibo:before
{
	content:"\f18a"
}

.fa-renren:before
{
	content:"\f18b"
}

.fa-pagelines:before
{
	content:"\f18c"
}

.fa-stack-exchange:before
{
	content:"\f18d"
}

.fa-arrow-circle-o-right:before
{
	content:"\f18e"
}

.fa-arrow-circle-o-left:before
{
	content:"\f190"
}

.fa-caret-square-o-left:before,.fa-toggle-left:before
{
	content:"\f191"
}

.fa-dot-circle-o:before
{
	content:"\f192"
}

.fa-wheelchair:before
{
	content:"\f193"
}

.fa-vimeo-square:before
{
	content:"\f194"
}

.fa-try:before,.fa-turkish-lira:before
{
	content:"\f195"
}

.fa-plus-square-o:before
{
	content:"\f196"
}

.fa-space-shuttle:before
{
	content:"\f197"
}

.fa-slack:before
{
	content:"\f198"
}

.fa-envelope-square:before
{
	content:"\f199"
}

.fa-wordpress:before
{
	content:"\f19a"
}

.fa-openid:before
{
	content:"\f19b"
}

.fa-bank:before,.fa-institution:before,.fa-university:before
{
	content:"\f19c"
}

.fa-graduation-cap:before,.fa-mortar-board:before
{
	content:"\f19d"
}

.fa-yahoo:before
{
	content:"\f19e"
}

.fa-google:before
{
	content:"\f1a0"
}

.fa-reddit:before
{
	content:"\f1a1"
}

.fa-reddit-square:before
{
	content:"\f1a2"
}

.fa-stumbleupon-circle:before
{
	content:"\f1a3"
}

.fa-stumbleupon:before
{
	content:"\f1a4"
}

.fa-delicious:before
{
	content:"\f1a5"
}

.fa-digg:before
{
	content:"\f1a6"
}

.fa-pied-piper-pp:before
{
	content:"\f1a7"
}

.fa-pied-piper-alt:before
{
	content:"\f1a8"
}

.fa-drupal:before
{
	content:"\f1a9"
}

.fa-joomla:before
{
	content:"\f1aa"
}

.fa-language:before
{
	content:"\f1ab"
}

.fa-fax:before
{
	content:"\f1ac"
}

.fa-building:before
{
	content:"\f1ad"
}

.fa-child:before
{
	content:"\f1ae"
}

.fa-paw:before
{
	content:"\f1b0"
}

.fa-spoon:before
{
	content:"\f1b1"
}

.fa-cube:before
{
	content:"\f1b2"
}

.fa-cubes:before
{
	content:"\f1b3"
}

.fa-behance:before
{
	content:"\f1b4"
}

.fa-behance-square:before
{
	content:"\f1b5"
}

.fa-steam:before
{
	content:"\f1b6"
}

.fa-steam-square:before
{
	content:"\f1b7"
}

.fa-recycle:before
{
	content:"\f1b8"
}

.fa-automobile:before,.fa-car:before
{
	content:"\f1b9"
}

.fa-cab:before,.fa-taxi:before
{
	content:"\f1ba"
}

.fa-tree:before
{
	content:"\f1bb"
}

.fa-spotify:before
{
	content:"\f1bc"
}

.fa-deviantart:before
{
	content:"\f1bd"
}

.fa-soundcloud:before
{
	content:"\f1be"
}

.fa-database:before
{
	content:"\f1c0"
}

.fa-file-pdf-o:before
{
	content:"\f1c1"
}

.fa-file-word-o:before
{
	content:"\f1c2"
}

.fa-file-excel-o:before
{
	content:"\f1c3"
}

.fa-file-powerpoint-o:before
{
	content:"\f1c4"
}

.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before
{
	content:"\f1c5"
}

.fa-file-archive-o:before,.fa-file-zip-o:before
{
	content:"\f1c6"
}

.fa-file-audio-o:before,.fa-file-sound-o:before
{
	content:"\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before
{
	content:"\f1c8"
}

.fa-file-code-o:before
{
	content:"\f1c9"
}

.fa-vine:before
{
	content:"\f1ca"
}

.fa-codepen:before
{
	content:"\f1cb"
}

.fa-jsfiddle:before
{
	content:"\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before
{
	content:"\f1cd"
}

.fa-circle-o-notch:before
{
	content:"\f1ce"
}

.fa-ra:before,.fa-rebel:before,.fa-resistance:before
{
	content:"\f1d0"
}

.fa-empire:before,.fa-ge:before
{
	content:"\f1d1"
}

.fa-git-square:before
{
	content:"\f1d2"
}

.fa-git:before
{
	content:"\f1d3"
}

.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before
{
	content:"\f1d4"
}

.fa-tencent-weibo:before
{
	content:"\f1d5"
}

.fa-qq:before
{
	content:"\f1d6"
}

.fa-wechat:before,.fa-weixin:before
{
	content:"\f1d7"
}

.fa-paper-plane:before,.fa-send:before
{
	content:"\f1d8"
}

.fa-paper-plane-o:before,.fa-send-o:before
{
	content:"\f1d9"
}

.fa-history:before
{
	content:"\f1da"
}

.fa-circle-thin:before
{
	content:"\f1db"
}

.fa-header:before
{
	content:"\f1dc"
}

.fa-paragraph:before
{
	content:"\f1dd"
}

.fa-sliders:before
{
	content:"\f1de"
}

.fa-share-alt:before
{
	content:"\f1e0"
}

.fa-share-alt-square:before
{
	content:"\f1e1"
}

.fa-bomb:before
{
	content:"\f1e2"
}

.fa-futbol-o:before,.fa-soccer-ball-o:before
{
	content:"\f1e3"
}

.fa-tty:before
{
	content:"\f1e4"
}

.fa-binoculars:before
{
	content:"\f1e5"
}

.fa-plug:before
{
	content:"\f1e6"
}

.fa-slideshare:before
{
	content:"\f1e7"
}

.fa-twitch:before
{
	content:"\f1e8"
}

.fa-yelp:before
{
	content:"\f1e9"
}

.fa-newspaper-o:before
{
	content:"\f1ea"
}

.fa-wifi:before
{
	content:"\f1eb"
}

.fa-calculator:before
{
	content:"\f1ec"
}

.fa-paypal:before
{
	content:"\f1ed"
}

.fa-google-wallet:before
{
	content:"\f1ee"
}

.fa-cc-visa:before
{
	content:"\f1f0"
}

.fa-cc-mastercard:before
{
	content:"\f1f1"
}

.fa-cc-discover:before
{
	content:"\f1f2"
}

.fa-cc-amex:before
{
	content:"\f1f3"
}

.fa-cc-paypal:before
{
	content:"\f1f4"
}

.fa-cc-stripe:before
{
	content:"\f1f5"
}

.fa-bell-slash:before
{
	content:"\f1f6"
}

.fa-bell-slash-o:before
{
	content:"\f1f7"
}

.fa-trash:before
{
	content:"\f1f8"
}

.fa-copyright:before
{
	content:"\f1f9"
}

.fa-at:before
{
	content:"\f1fa"
}

.fa-eyedropper:before
{
	content:"\f1fb"
}

.fa-paint-brush:before
{
	content:"\f1fc"
}

.fa-birthday-cake:before
{
	content:"\f1fd"
}

.fa-area-chart:before
{
	content:"\f1fe"
}

.fa-pie-chart:before
{
	content:"\f200"
}

.fa-line-chart:before
{
	content:"\f201"
}

.fa-lastfm:before
{
	content:"\f202"
}

.fa-lastfm-square:before
{
	content:"\f203"
}

.fa-toggle-off:before
{
	content:"\f204"
}

.fa-toggle-on:before
{
	content:"\f205"
}

.fa-bicycle:before
{
	content:"\f206"
}

.fa-bus:before
{
	content:"\f207"
}

.fa-ioxhost:before
{
	content:"\f208"
}

.fa-angellist:before
{
	content:"\f209"
}

.fa-cc:before
{
	content:"\f20a"
}

.fa-ils:before,.fa-shekel:before,.fa-sheqel:before
{
	content:"\f20b"
}

.fa-meanpath:before
{
	content:"\f20c"
}

.fa-buysellads:before
{
	content:"\f20d"
}

.fa-connectdevelop:before
{
	content:"\f20e"
}

.fa-dashcube:before
{
	content:"\f210"
}

.fa-forumbee:before
{
	content:"\f211"
}

.fa-leanpub:before
{
	content:"\f212"
}

.fa-sellsy:before
{
	content:"\f213"
}

.fa-shirtsinbulk:before
{
	content:"\f214"
}

.fa-simplybuilt:before
{
	content:"\f215"
}

.fa-skyatlas:before
{
	content:"\f216"
}

.fa-cart-plus:before
{
	content:"\f217"
}

.fa-cart-arrow-down:before
{
	content:"\f218"
}

.fa-diamond:before
{
	content:"\f219"
}

.fa-ship:before
{
	content:"\f21a"
}

.fa-user-secret:before
{
	content:"\f21b"
}

.fa-motorcycle:before
{
	content:"\f21c"
}

.fa-street-view:before
{
	content:"\f21d"
}

.fa-heartbeat:before
{
	content:"\f21e"
}

.fa-venus:before
{
	content:"\f221"
}

.fa-mars:before
{
	content:"\f222"
}

.fa-mercury:before
{
	content:"\f223"
}

.fa-intersex:before,.fa-transgender:before
{
	content:"\f224"
}

.fa-transgender-alt:before
{
	content:"\f225"
}

.fa-venus-double:before
{
	content:"\f226"
}

.fa-mars-double:before
{
	content:"\f227"
}

.fa-venus-mars:before
{
	content:"\f228"
}

.fa-mars-stroke:before
{
	content:"\f229"
}

.fa-mars-stroke-v:before
{
	content:"\f22a"
}

.fa-mars-stroke-h:before
{
	content:"\f22b"
}

.fa-neuter:before
{
	content:"\f22c"
}

.fa-genderless:before
{
	content:"\f22d"
}

.fa-facebook-official:before
{
	content:"\f230"
}

.fa-pinterest-p:before
{
	content:"\f231"
}

.fa-whatsapp:before
{
	content:"\f232"
}

.fa-server:before
{
	content:"\f233"
}

.fa-user-plus:before
{
	content:"\f234"
}

.fa-user-times:before
{
	content:"\f235"
}

.fa-bed:before,.fa-hotel:before
{
	content:"\f236"
}

.fa-viacoin:before
{
	content:"\f237"
}

.fa-train:before
{
	content:"\f238"
}

.fa-subway:before
{
	content:"\f239"
}

.fa-medium:before
{
	content:"\f23a"
}

.fa-y-combinator:before,.fa-yc:before
{
	content:"\f23b"
}

.fa-optin-monster:before
{
	content:"\f23c"
}

.fa-opencart:before
{
	content:"\f23d"
}

.fa-expeditedssl:before
{
	content:"\f23e"
}

.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before
{
	content:"\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before
{
	content:"\f241"
}

.fa-battery-2:before,.fa-battery-half:before
{
	content:"\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before
{
	content:"\f243"
}

.fa-battery-0:before,.fa-battery-empty:before
{
	content:"\f244"
}

.fa-mouse-pointer:before
{
	content:"\f245"
}

.fa-i-cursor:before
{
	content:"\f246"
}

.fa-object-group:before
{
	content:"\f247"
}

.fa-object-ungroup:before
{
	content:"\f248"
}

.fa-sticky-note:before
{
	content:"\f249"
}

.fa-sticky-note-o:before
{
	content:"\f24a"
}

.fa-cc-jcb:before
{
	content:"\f24b"
}

.fa-cc-diners-club:before
{
	content:"\f24c"
}

.fa-clone:before
{
	content:"\f24d"
}

.fa-balance-scale:before
{
	content:"\f24e"
}

.fa-hourglass-o:before
{
	content:"\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before
{
	content:"\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before
{
	content:"\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before
{
	content:"\f253"
}

.fa-hourglass:before
{
	content:"\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before
{
	content:"\f255"
}

.fa-hand-paper-o:before,.fa-hand-stop-o:before
{
	content:"\f256"
}

.fa-hand-scissors-o:before
{
	content:"\f257"
}

.fa-hand-lizard-o:before
{
	content:"\f258"
}

.fa-hand-spock-o:before
{
	content:"\f259"
}

.fa-hand-pointer-o:before
{
	content:"\f25a"
}

.fa-hand-peace-o:before
{
	content:"\f25b"
}

.fa-trademark:before
{
	content:"\f25c"
}

.fa-registered:before
{
	content:"\f25d"
}

.fa-creative-commons:before
{
	content:"\f25e"
}

.fa-gg:before
{
	content:"\f260"
}

.fa-gg-circle:before
{
	content:"\f261"
}

.fa-tripadvisor:before
{
	content:"\f262"
}

.fa-odnoklassniki:before
{
	content:"\f263"
}

.fa-odnoklassniki-square:before
{
	content:"\f264"
}

.fa-get-pocket:before
{
	content:"\f265"
}

.fa-wikipedia-w:before
{
	content:"\f266"
}

.fa-safari:before
{
	content:"\f267"
}

.fa-chrome:before
{
	content:"\f268"
}

.fa-firefox:before
{
	content:"\f269"
}

.fa-opera:before
{
	content:"\f26a"
}

.fa-internet-explorer:before
{
	content:"\f26b"
}

.fa-television:before,.fa-tv:before
{
	content:"\f26c"
}

.fa-contao:before
{
	content:"\f26d"
}

.fa-500px:before
{
	content:"\f26e"
}

.fa-amazon:before
{
	content:"\f270"
}

.fa-calendar-plus-o:before
{
	content:"\f271"
}

.fa-calendar-minus-o:before
{
	content:"\f272"
}

.fa-calendar-times-o:before
{
	content:"\f273"
}

.fa-calendar-check-o:before
{
	content:"\f274"
}

.fa-industry:before
{
	content:"\f275"
}

.fa-map-pin:before
{
	content:"\f276"
}

.fa-map-signs:before
{
	content:"\f277"
}

.fa-map-o:before
{
	content:"\f278"
}

.fa-map:before
{
	content:"\f279"
}

.fa-commenting:before
{
	content:"\f27a"
}

.fa-commenting-o:before
{
	content:"\f27b"
}

.fa-houzz:before
{
	content:"\f27c"
}

.fa-vimeo:before
{
	content:"\f27d"
}

.fa-black-tie:before
{
	content:"\f27e"
}

.fa-fonticons:before
{
	content:"\f280"
}

.fa-reddit-alien:before
{
	content:"\f281"
}

.fa-edge:before
{
	content:"\f282"
}

.fa-credit-card-alt:before
{
	content:"\f283"
}

.fa-codiepie:before
{
	content:"\f284"
}

.fa-modx:before
{
	content:"\f285"
}

.fa-fort-awesome:before
{
	content:"\f286"
}

.fa-usb:before
{
	content:"\f287"
}

.fa-product-hunt:before
{
	content:"\f288"
}

.fa-mixcloud:before
{
	content:"\f289"
}

.fa-scribd:before
{
	content:"\f28a"
}

.fa-pause-circle:before
{
	content:"\f28b"
}

.fa-pause-circle-o:before
{
	content:"\f28c"
}

.fa-stop-circle:before
{
	content:"\f28d"
}

.fa-stop-circle-o:before
{
	content:"\f28e"
}

.fa-shopping-bag:before
{
	content:"\f290"
}

.fa-shopping-basket:before
{
	content:"\f291"
}

.fa-hashtag:before
{
	content:"\f292"
}

.fa-bluetooth:before
{
	content:"\f293"
}

.fa-bluetooth-b:before
{
	content:"\f294"
}

.fa-percent:before
{
	content:"\f295"
}

.fa-gitlab:before
{
	content:"\f296"
}

.fa-wpbeginner:before
{
	content:"\f297"
}

.fa-wpforms:before
{
	content:"\f298"
}

.fa-envira:before
{
	content:"\f299"
}

.fa-universal-access:before
{
	content:"\f29a"
}

.fa-wheelchair-alt:before
{
	content:"\f29b"
}

.fa-question-circle-o:before
{
	content:"\f29c"
}

.fa-blind:before
{
	content:"\f29d"
}

.fa-audio-description:before
{
	content:"\f29e"
}

.fa-volume-control-phone:before
{
	content:"\f2a0"
}

.fa-braille:before
{
	content:"\f2a1"
}

.fa-assistive-listening-systems:before
{
	content:"\f2a2"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before
{
	content:"\f2a3"
}

.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before
{
	content:"\f2a4"
}

.fa-glide:before
{
	content:"\f2a5"
}

.fa-glide-g:before
{
	content:"\f2a6"
}

.fa-sign-language:before,.fa-signing:before
{
	content:"\f2a7"
}

.fa-low-vision:before
{
	content:"\f2a8"
}

.fa-viadeo:before
{
	content:"\f2a9"
}

.fa-viadeo-square:before
{
	content:"\f2aa"
}

.fa-snapchat:before
{
	content:"\f2ab"
}

.fa-snapchat-ghost:before
{
	content:"\f2ac"
}

.fa-snapchat-square:before
{
	content:"\f2ad"
}

.fa-pied-piper:before
{
	content:"\f2ae"
}

.fa-first-order:before
{
	content:"\f2b0"
}

.fa-yoast:before
{
	content:"\f2b1"
}

.fa-themeisle:before
{
	content:"\f2b2"
}

.fa-google-plus-circle:before,.fa-google-plus-official:before
{
	content:"\f2b3"
}

.fa-fa:before,.fa-font-awesome:before
{
	content:"\f2b4"
}

.fa-handshake-o:before
{
	content:"\f2b5"
}

.fa-envelope-open:before
{
	content:"\f2b6"
}

.fa-envelope-open-o:before
{
	content:"\f2b7"
}

.fa-linode:before
{
	content:"\f2b8"
}

.fa-address-book:before
{
	content:"\f2b9"
}

.fa-address-book-o:before
{
	content:"\f2ba"
}

.fa-address-card:before,.fa-vcard:before
{
	content:"\f2bb"
}

.fa-address-card-o:before,.fa-vcard-o:before
{
	content:"\f2bc"
}

.fa-user-circle:before
{
	content:"\f2bd"
}

.fa-user-circle-o:before
{
	content:"\f2be"
}

.fa-user-o:before
{
	content:"\f2c0"
}

.fa-id-badge:before
{
	content:"\f2c1"
}

.fa-drivers-license:before,.fa-id-card:before
{
	content:"\f2c2"
}

.fa-drivers-license-o:before,.fa-id-card-o:before
{
	content:"\f2c3"
}

.fa-quora:before
{
	content:"\f2c4"
}

.fa-free-code-camp:before
{
	content:"\f2c5"
}

.fa-telegram:before
{
	content:"\f2c6"
}

.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before
{
	content:"\f2c7"
}

.fa-thermometer-3:before,.fa-thermometer-three-quarters:before
{
	content:"\f2c8"
}

.fa-thermometer-2:before,.fa-thermometer-half:before
{
	content:"\f2c9"
}

.fa-thermometer-1:before,.fa-thermometer-quarter:before
{
	content:"\f2ca"
}

.fa-thermometer-0:before,.fa-thermometer-empty:before
{
	content:"\f2cb"
}

.fa-shower:before
{
	content:"\f2cc"
}

.fa-bath:before,.fa-bathtub:before,.fa-s15:before
{
	content:"\f2cd"
}

.fa-podcast:before
{
	content:"\f2ce"
}

.fa-window-maximize:before
{
	content:"\f2d0"
}

.fa-window-minimize:before
{
	content:"\f2d1"
}

.fa-window-restore:before
{
	content:"\f2d2"
}

.fa-times-rectangle:before,.fa-window-close:before
{
	content:"\f2d3"
}

.fa-times-rectangle-o:before,.fa-window-close-o:before
{
	content:"\f2d4"
}

.fa-bandcamp:before
{
	content:"\f2d5"
}

.fa-grav:before
{
	content:"\f2d6"
}

.fa-etsy:before
{
	content:"\f2d7"
}

.fa-imdb:before
{
	content:"\f2d8"
}

.fa-ravelry:before
{
	content:"\f2d9"
}

.fa-eercast:before
{
	content:"\f2da"
}

.fa-microchip:before
{
	content:"\f2db"
}

.fa-snowflake-o:before
{
	content:"\f2dc"
}

.fa-superpowers:before
{
	content:"\f2dd"
}

.fa-wpexplorer:before
{
	content:"\f2de"
}

.fa-meetup:before
{
	content:"\f2e0"
}














/*----------------------------------------------------------------------------------------
						COMMON STYLES
-----------------------------------------------------------------------------------------*/

body {
	font-family: 'Hind', sans-serif;
	font-size: 17px;
	font-weight: lighter;
	line-height: 1.5;
	color: #555;
	background: #fff;
}

#wrap {
	overflow: hidden;
}



section.dark-bg,
header.dark-bg,
.no-sep{
	border-bottom: none;
}

.container,
.container-fluid {
	position: relative;
	z-index: 1;
}

a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

h1,
h2,
h3,
h4,
h5 {
	color: #222;
	line-height: 1.2;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	letter-spacing: 0.5px;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 30px;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 20px;
	font-weight: 300;
}

h4 {
	font-size: 18px;
	font-weight: 300;
	margin: 10px 0 20px 0;
}

h5 {
	color: #00c0ff;
	font-size: 18px;
	font-weight: lighter;
	margin: 10px 0 20px 0;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4 {
	color: #fff;
}

.dark-bg {
	color: #fff;
}
.dark-bg-footer {
	color: #C4C9CE;
}
ul {
	margin: 0;
	padding: 0px;
	list-style: none;
}

blockquote {
	padding: 40px;
	display: block;
	position: relative;
	overflow: hidden;
	text-align: left;
	border-radius: 15px;
	border: 1px solid #e8e8e8;
}

blockquote small {
	text-align: inherit;
	padding: 30px 0 0 0;
	color: #aaa;
}

code {
	padding: 20px 20px 20px 80px;
	display: block;
	position: relative;
	text-align: left;
	border-radius: 15px;
	border: 1px solid #e8e8e8;
	color: #03C;
	background: none;
	overflow: auto;
}

code:before {
	content: '</>';
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	display: block;
	position: absolute;
	width: 60px;
	left: 0px;
	top: 0;
	bottom: 0;
	text-align: center;
	color: #ccc;
	background: #f8f8f8;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
    border-color:rgba(142,157,162,0.1);
}

.dark-bg hr{
    border-color:rgba(255,255,255,0.4);
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 20px;
	border-top: 1px solid rgba(142,157,162,0.1);
}

.dark-bg .table > thead > tr > th,
.dark-bg .table > tbody > tr > th,
.dark-bg .table > tfoot > tr > th,
.dark-bg .table > thead > tr > td,
.dark-bg .table > tbody > tr > td,
.dark-bg .table > tfoot > tr > td {
	padding: 20px;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.table-hover > tbody > tr:hover {
	background-color: rgba(255,255,255,0.025);
}

.dark-bg .table-hover > tbody > tr:hover {
	background-color: rgba(255,255,255,0.2);
}

::selection {
	background: #00c0ff;
	color: #fff;
}
::-moz-selection {
 background: #00c0ff;
 color: #fff;
}


@media (max-width: 992px) {

body {
	text-align: center;
}

.text-left,
.text-right {
	text-align: center;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

.row [class^=col-] {
	padding-bottom: 40px;
}

.row.no-dev [class^=col-],
 .row [class^=col-sm-] {
	padding-bottom: 0px;
}

.row [class^=col-]:last-child {
	padding-bottom: 0;
}
}
@media (max-width: 767px) {

.row [class^=col-sm-] {
	padding-bottom: 40px;
}
}

/*----------------------------------------------------------------------------------------
						FORM STYLES
-----------------------------------------------------------------------------------------*/

form {
	border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.form-group {
	margin: 0;
}

.form-group .btn {
	border-radius: 0;
	font-size: inherit;
	padding: 20px;
}

.form-group input,
.input-group input,
.form-group textarea,
button {
	color: #222;
	box-shadow: none;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
	border: 0;
	border-radius: 0;
}

.form-group.select-group select::-ms-expand {
    display: none;
}

.form-group.select-group select{
    border-radius:0;
    border:none;
    outline:none;
    box-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor:pointer;
}
.form-group.select-group{
    position:relative
}
.form-group.select-group:before{
    content:'';
    position:absolute;
    bottom:53%;
    right:8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 4px 4px;
    border-color: transparent transparent #888 transparent;
}
.form-group.select-group:hover:before{
    border-color: transparent transparent #444 transparent;
}
.form-group.select-group:after{
    content:'';
    position:absolute;
    top:53%;
    right:8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #888 transparent transparent transparent;
}
.form-group.select-group:hover:after{
    border-color: #444 transparent transparent transparent;
}
.form-group.select-group:before,
.form-group.select-group:after{
    -webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.input-group input:focus,
.form-group input:focus,
.form-group textarea:focus,
.input-group button:focus {
	box-shadow: none;
	transition: none;
	border: 0;
	outline: 0;
}

.placeholdersjs,
option[disabled] {
	color: #aaa !important;
}

input.form-control,
select.form-control,
.form-group.select-group select,
.input-group input:focus,
.form-group input:focus,
textarea.form-control {
	border: 1px solid rgba(0, 0, 0, 0.07);
	padding: 20px 25px 20px 0;
	line-height: 1.6;
	font-size: inherit;
	height: auto;
	width: 100%;
	background: none;
	color: inherit;
}

textarea.form-control {
	resize: none;
}
textarea.form-control:focus {
	border: 1px solid rgba(255, 255, 255, 0.03);
	resize: none;
}

form button {
	margin-top: 40px;
}

form label {
	display: block;
	font-size: 14px;
	font-weight: normal;
	position: relative;
	margin: 0;
}

form label.error {
	background-color: rgba(255,59,59, 0.14);
	color: #fff;
	padding: 5px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

form label.valid {
	display: none !important;
}


.dark-bg form .form-control {
  	border-color: rgba(255, 255, 255, 0.23);
	margin-top: 10px;
	padding-left: 20px;
}

.form-container {
	background: #fff;
	padding: 40px;
	border-radius: 3px;
}

.dark-bg .form-container {
	background: #252830;
}

.form-container form {
	margin: 0 0 40px 0;
}

.form-container .title,
.form-container p,
.form-container small {
	margin: 0 0 40px 0;
}

.form-container *:last-child {
	margin-bottom: 0;
}

form.line-form{
	border:none;
}

form.line-form input,
form.line-form input:focus,
form.line-form select.form-control,
form.line-form select.form-control:focus{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#555;
}

form.line-form select.form-control,
form.line-form select.form-control:focus {
    height:69px;
}

form.line-form .form-control{
	background: #fff;
	padding: 20px 25px;
	border-right:none;
	border-left:none;
}


form.line-form > div:first-child .form-control{
	border-radius: 3px 0 0 3px;
	border-left:1px solid #eee;
}

form.line-form button,
form.line-form button:hover,
form.line-form button:focus {
	height: 69px;
	font-size:inherit;
	line-height: 24px;
	padding: 20px 25px;
	border-radius: 0 3px 3px 0;
	border-left:none;
	overflow: hidden;
	margin:0;
}

form.line-form button .icon{
	font-size:24px;
}

form.line-form button.btn-primary-white,
form.line-form button.btn-primary-white:hover,
form.line-form button.btn-primary-white:focus,
form.line-form button.btn-primary-white:active{
	border:1px solid #eee;
	border-left:none;
}

form.line-form label.error {
	margin:10px 0 0 0;
	display:inline-block;
	padding:10px 20px;
}

form.line-form.two-fields .form-group{
	float:left;
	width:40%;
}

form.line-form.five-fields .form-group{
	float:left;
	width:16.66%;
}

form.line-form .form-control{
	border-left:1px solid #eee;
}

form.line-form .input-daterange input:last-child,
form.line-form .input-daterange input:first-child{
    border-radius: 0;
}

form.line-form.two-fields button{
	float:left;
	width:20%;
}

form.line-form.five-fields button{
	float:left;
	width:16.66%;
}

.dark-bg form.line-form .form-control{
	border-color:#eee;
}

@media (max-width: 767px) {
	form.line-form.two-fields .form-group,
	form.line-form.two-fields button,
    form.line-form.five-fields .form-group,
	form.line-form.five-fields button{
		float:none;
		width:100%;
		border-radius:0;
	}

	form.line-form.two-fields .form-group input,
    form.line-form.five-fields .form-group input{
		border:none;
	}

	form.line-form.two-fields .form-group:first-child input,
    form.line-form.five-fields .form-group:first-child input{
		border-bottom:1px solid #eee;
		border-right:none;
		border-radius:0;
	}
}


/*----------------------------------------------------------------------------------------
						DATA LIST STYLE
----------------------------------------------------------------------------------------*/

.data-list li,
.data-list-alt li{
	padding-left: 45px;
	padding-bottom: 30px;
	position: relative;
}

.data-list .icon,
.data-list-alt .icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 130%;
	opacity: 0.4;
}
.data-list-alt li {
	border-top:1px solid rgba(0,0,0,0.05);
	padding-top:15px;
	padding-bottom:15px;
}
.data-list-alt .icon {
	top:15px;
}
@media (max-width: 992px) {

.data-list li {
	padding-left: 0;
}

.data-list .icon {
	position: relative;
	display: block;
	top: auto;
	left: auto;
	padding-bottom: 10px;
	margin: 0;
}
}

/*----------------------------------------------------------------------------------------
						BUTTONS STYLES
-----------------------------------------------------------------------------------------*/

.btn:focus,
.btn:active:focus,
.btn.active:focus {
	outline: 0px auto -webkit-focus-ring-color;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
	margin-left: 0;
}

.btn {
	font-size: inherit;
	-webkit-transition: all 0.25s ease-in;
	-moz-transition: all 0.25s ease-in;
	-ms-transition: all 0.25s ease-in;
	-o-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}

.btn-sm,
.btn-group-sm > .btn {
	font-size:14px;
	padding:3px 7px;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 22px 35px;
	font-size: inherit;
	font-size: 20px;
	border-radius: 5px;
}

.btn-primary {
	background: #00c0ff;
	border-color: #00c0ff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background: #009acc;
	border-color: #009acc;
}

.btn-primary-white {
	background: #fff;
	border-color: #fff;
	color: #00c0ff;
}

.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white:active {
	background: #fff;
	border-color: #fff;
	color: #00c0ff;
}

.btn-default {
	border: 1px solid #00c0ff;
	color: #00c0ff;
	background: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	border: 1px solid #009acc;
	color: #009acc;
	background: none;
}

.btn-default-white,
.btn-default-white:hover,
.btn-default-white:focus,
.btn-default-white:active {
	border: 1px solid #fff;
	color: #fff;
	background: none;
}

.download-btn,
.download-btn:hover,
.download-btn:active,
.download-btn:visited {
	display: inline-block;
	position: relative;
	border-radius: 5px;
	background: #000;
	color: #fff;
	overflow: hidden;
	text-align: left;
	padding: 15px 25px 12px 75px;
	font-size: 13px;
	line-height: 1.1;
	vertical-align: middle;
}

.download-btn b {
	display: block;
	padding-top: 4px;
	font-size: 25px;
	font-weight: lighter;
	white-space: nowrap;
}

.download-btn .icon {
	font-size: 40px;
	position: absolute;
	top: 15px;
	left: 20px;
}

a.read-more {
	display: inline-block;
	padding: 0px 5px;
	margin: 0 0 -4px 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	border-radius: 2px;
	letter-spacing: 3px;
}

a.read-more:hover {
	color: #92292A;
}

.btn,
.download-btn {
	margin-bottom: 2px;
	margin-top: 2px;
}

.marker-circle{
    display:inline-block;
    background:url(../images/marker-circle-dark.png.html) center no-repeat;
    background-size:contain;
    padding:40px 0;
    text-align:center;
}
.dark-bg .marker-circle{
    background:url(../images/marker-circle-light.png.html) center no-repeat;
    background-size:contain;
}


.marker-arrow-left{
    display:inline-block;
    background:url(../images/marker-arrow-left-dark.png.html) left no-repeat;
    padding-left:150px;
    text-align:right;


}
.dark-bg .marker-arrow-left{
    background:url(../images/marker-arrow-left-light.png.html) left no-repeat;
}

.marker-arrow-right{
    display:inline-block;
    background:url(../images/marker-arrow-right-dark.png.html) right no-repeat;
    padding-right:150px;
    text-align:left;
}
.dark-bg .marker-arrow-right{
    background:url(../images/marker-arrow-right-light.png.html) right no-repeat;
}

.marker-arrow-down{
    display:inline-block;
    background:url(../images/marker-arrow-down-dark.png.html) center top no-repeat;
    padding-top:125px;
}
.dark-bg .marker-arrow-down{
    background:url(../images/marker-arrow-down-light.png.html) center top no-repeat;
}

.marker-arrow-up{
    display:inline-block;
    background:url(../images/marker-arrow-up-dark.png.html) center bottom no-repeat;
    padding-bottom:125px;
}
.dark-bg .marker-arrow-up{
    background:url(../images/marker-arrow-up-light.png.html) center bottom no-repeat;
}

/*----------------------------------------------------------------------------------------
						BACKGROUND TYPE STYLES
-----------------------------------------------------------------------------------------*/

.bg-color1 {
	background-color: #252830;
}

.bg-color2 {
	background-color: #00c0ff;
}

.bg-color3 {
	background-color: #f8f9fb;
}

.cover-bg,
.fixed-bg,
.pattern-bg,
.contain-bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contain-bg {
	background-size: contain;
	background-position: center bottom;
}

.fixed-bg {
	background-attachment: fixed;
}

.pattern-bg {
	background-repeat: repeat;
	background-size: auto;
}

.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: left;
	opacity: 0.5;
	z-index: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) {

.fixed-bg {
	background-attachment: scroll !important;
}
}

/*----------------------------------------------------------------------------------------
						TITLE STYLES
-----------------------------------------------------------------------------------------*/
.title {
	margin: 0 0 60px 0;
}

h3.title,
h4.title {
	margin: 0 0 30px 0;
}

h1.sub-title,
h2.sub-title,
h3.sub-title,
h4.sub-title {
	color: #00c0ff;
	margin: 0 0 60px 0;
}

.bg-color2 .sub-title{
	color:#fff;
}

.big-title,
.giant-title,
.mega-title{
	font-size: 70px;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 70px;
}

.giant-title {
	font-size: 110px;
}

.mega-title {
	font-size: 200px;
}

.mega-title .icon{
	font-size:80%;
}

.big-title.zero-bottom,
.giant-title.zero-bottom {
	margin-bottom: 0;
}

.icon {
	margin-right: 10px;
}

.btn .icon {
	vertical-align:middle;
}

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

.big-icon {
	display: inline-block;
	font-size: 64px;
}

.center-icon {
	margin-right: auto;
	margin-left: auto;
}

.big-right-icon {
	font-size: 64px;
	margin-left: 10px;
	margin-right: 0;
}

.border-block{
	border:1px solid rgba(0,0,0,0.1);
	padding:30px;
}
.dark-bg .border-block{
	border:1px solid rgba(255,255,255,0.3);
}

.text-highlight{
	background:rgba(0,0,0,0.5);
	padding:0 20px;
}

.trans-link a{
    opacity:0.5;
}

.trans-link a:hover{
    opacity:1;
}

@media (max-width: 767px) {
.big-title,
.giant-title {
	font-size: 40px;
}
.mega-title {
	font-size: 100px;
}
}

/*----------------------------------------------------------------------------------------
						TOGGLES STYLES
-----------------------------------------------------------------------------------------*/

.panel {
	border: 1px solid #D6D0CC;
    border-top: 1px solid #DDDBD6;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 4px;
	background-color: #fff;
	margin-bottom: 15px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
    box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
}

a.panel-heading {
	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
    background: linear-gradient(to bottom,rgba(255,255,255, 1),rgba(242,240,239, 0.24));
	display: block;
	position: relative;
	padding: 10px 60px 10px 20px;
	font-size: 15px;
	font-weight: 300;
	color: #23272B;
	text-align: left;
	border-radius: 4px;
}
a:hover.panel-heading {
	-moz-transition: all 0.03s;
	-webkit-transition: all 0.03s;
	-o-transition: all 0.03s;
	transition: all 0.03s;
    text-decoration: none;
	color: #9C0C0E;
}
a.panel-heading span {
    padding-bottom: 1px;
    border-bottom: 1px dotted rgba(35,39,43,0.2);
}
a:hover.panel-heading span {
    border-bottom: 1px dotted rgba(35,39,43,0.0);
}
a.panel-heading-NO:after {
	content: "";
	display: block;
	position: absolute;
	top: 31px;
	right: 25px;
	height: 10px;
	width: 10px;
	border-left: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(0,0,0,0.2);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

a.panel-heading-NO.collapsed:after {
	top: 25px;
	border: none;
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.panel-body {
	padding: 40px;
}

.dark-bg .panel {
	background-color: #202229;
}

.dark-bg a.panel-heading:after {
	border-color: rgba(255,255,255,0.2);
}


/*----------------------------------------------------------------------------------------
						COUNTDOWN STYLES
-----------------------------------------------------------------------------------------*/
.countdown{
	margin-bottom:20px;
	border:2px solid rgba(0,0,0,0.25);
	border-radius:4px;
	display:inline-block;
	padding:50px 30px;
}

.dark-bg .countdown{
	border:2px solid rgba(255,255,255,0.25);
}

.countdown > div{
	display:inline-block;
	margin:0 40px;
}

.countdown > div div{
	font-size:80px;
	line-height:1;
	font-family: 'Open Sans', sans-serif;
}

.countdown em{
	font-style:normal;
	display:block;
	opacity:0.5;
	font-size:14px;
}

/*----------------------------------------------------------------------------------------
						TABS STYLES
-----------------------------------------------------------------------------------------*/

.nav-tabs-round{
    display:block;
    padding:30px 0;
}

.nav-tabs-round li{
    display:inline-block;
}

.nav-tabs-round li a{
    border-radius:40px;
    border:1px solid transparent;
    display:block;
    padding:15px 25px;
    margin-bottom:2px;
}

.nav-tabs-round > li.active > a, .nav-tabs-round > li.active > a:hover, .nav-tabs-round > li.active > a:focus{
    border:1px solid #00c0ff;
    color: #00c0ff;
    background:none;
}

.nav-tabs li a {
	padding: 20px 25px;
	font-weight: bold;
    display:block;
}

.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
	color: #BC1A1C;
}

.nav-tabs li a:hover {
	background: none;
}

.tab-content {
	padding: 35px 25px;
    background-color:#fff;
}

.tab-content-border{
    padding:20px;
    border:1px solid #ddd;
    border-top:none;
}

.tab-content-zero{
    padding:0;
}

.tab-content-border .data-list{
    margin:40px 0 0 40px;}


@media (max-width: 767px) {

.nav-tabs > li {
	float: none;
}

.nav-tabs > li a {
	display: block;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 0;
	margin: 0;
}

.nav-tabs li:first-child a {
	border-radius: 4px 4px 0 0;
}

.nav-tabs > li a:hover,
 .nav-tabs > li.active > a,
 .nav-tabs > li.active > a:hover,
 .nav-tabs > li.active > a:focus {
	border-color: #ddd;
}
}
@media (max-width: 992px) {
    .tab-content-border .data-list{
        margin:40px 0 0 0;}
}

/*----------------------------------------------------------------------------------------
						PRELOADER STYLES
----------------------------------------------------------------------------------------*/

#preloader {
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	left: 0;
	position: fixed;
	z-index: 9999;
}

#preloader:not(.dark-bg) {
	background: #fff;
}
#preloader .loading-data {
    background: url(../images/spinner.gif) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}

/*----------------------------------------------------------------------------------------
						MODAL POPUP STYLES
----------------------------------------------------------------------------------------*/

.modal {
	overflow-y: auto;
	text-align: center;
}

.modal-content {
	padding: 100px 20px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 4px;
	border: 0;
}

.modal-title {
	margin: 0;
}

.modal-title .icon {
	font-size: 48px;
	line-height: 48px;
	display: block;
	margin: 0 0 40px 0;
	color: #4D9B0C;
}


.modal-title .icon.icon-ban {
	color: #e44646;
}

.modal-open {
	overflow: auto;
}

.modal-content .close {
	position: absolute;
	top: 10px;
	right: 15px;
}

.close {
	font-family: inherit;
	font-size: 32px;
	font-weight: 100;
	text-shadow: none;
}

.close:focus {
	outline: 0px auto -webkit-focus-ring-color;
}

#modalVideo .modal-content .close {
	position: relative;
	display: block;
	float: none;
	right: auto;
	top: auto;
	margin: -5px auto 5px auto;
}

#modalVideo .container {
	margin-top: 50px;
}

#modalVideo .modal-content {
	padding: 10px;
}
@media (max-width: 767px) {

#modalVideo .container {
	margin-top: 20px;
}
}

/*----------------------------------------------------------------------------------------
						CAROUSEL SLIDER STYLES
----------------------------------------------------------------------------------------*/

.carousel {
	position: static;
    padding-bottom: 50px;
}

.carousel-indicators {
    display:table;
	font-size: 0;
	line-height: 0;
    width:100%;
    left:0;
    margin:0;
    bottom:0;
}

.carousel-indicators li,
.carousel-indicators .active {
	display:table-cell;
    width:auto;
	height: 8px;
	margin: 0;
	text-indent: -999px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	background-color: #000;
	opacity: 0.15;
}

.carousel-indicators .active {
	background-color: #00c0ff;
	opacity: 1;
}

.carousel-control {
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 50%;
	opacity: 0.25;
	filter: alpha(opacity=25);
}

.carousel-control.left,
.carousel-control.right {
	background: rgba(0,0,0,0.05);
}

.dark-bg .carousel-control.left,
.dark-bg .carousel-control.right {
	background: rgba(0,0,0,0.5);
}

.carousel-control .arrow {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	height: 20px;
	width: 20px;
	background: none;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
}

.dark-bg .carousel-control .arrow {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

.carousel-control.left .arrow {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	left: 50%;
}

.carousel-control.right .arrow {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 50%;
}

.full-slider,
.full-slider .carousel {
    padding:0;
}


/*----------------------------------------------------------------------------------------
						ITEM LIST STYLES
----------------------------------------------------------------------------------------*/

.item-list-right li,
.item-list-left li {
	position: relative;
}

.item-list-right li {
	padding: 0 75px 60px 45px;
	text-align: right;
}

.item-list-left li {
	padding: 0 45px 60px 75px;
	text-align: left;
}

.item-list-center li {
	padding: 0 40px 60px 40px;
	text-align: center;
}

.item-list-border li {
	border:1px solid rgba(0,0,0,0.1);
	padding:40px;
	margin-bottom:30px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.item-list-border-alt li{
	background:rgba(255,255,255,0.95);
}

.dark-bg .item-list-border-alt li{
	background:rgba(0,0,0,0.5);
}

.item-list-border li:hover{
	border:1px solid rgba(0,0,0,0.4);
}

.dark-bg .item-list-border li {
	border:1px solid rgba(255,255,255,0.1);
}
.dark-bg  .item-list-border li:hover{
	border:1px solid rgba(255,255,255,0.4);
}

.item-list-border li .big-icon{
	font-size:48px;
	opacity:0.5;
}

.item-list li{
    padding-bottom: 60px;
}
.item-list-small li {
	padding-bottom: 30px;
}

.item-list-right li .icon,
.item-list-left li .icon {
	font-size: 48px;
	position: absolute;
	display: inline-block;
	top: 0;
	color: #00c0ff;
}

.item-list-right li .img-icon,
.item-list-left li .img-icon {
	position: absolute;
	display: inline-block;
	top: 0;
	max-width: 50px;
	height: auto;
}

.item-list-right li .num-icon,
.item-list-left li .num-icon {
	font-size: 22px;
	font-style: normal;
	position: absolute;
	display: inline-block;
	height: 50px;
	width: 50px;
	border: 1px solid #00c0ff;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
	top: 0;
	color: #00c0ff;
}

.item-list-right li .icon,
.item-list-right li .img-icon,
.item-list-right li .num-icon {
	right: 0;
}

.item-list-left li .icon,
.item-list-left li .img-icon,
.item-list-left li .num-icon {
	left: 0;
}

.item-list-center li .icon,
.item-list-center li img {
	display: inline-block;
	font-size: 64px;
	color: #00c0ff;
	margin: 0 0 20px 0;
}

.item-list-right h3,
.item-list-left h3,
.item-list-center h3 {
	margin: 0 0 25px 0;
}

.item-list-right h3:last-child,
.item-list-left h3:last-child,
.item-list-center h3:last-child {
	margin: 0;
}

.item-list-right h4,
.item-list-left h4,
.item-list-center h4 {
	margin: 0 0 15px 0;
}

.item-list-right.item-list-big li {
	padding: 0 80px 100px 30px;
}

.item-list-left.item-list-big li {
	padding: 0 30px 60px 100px;
}

.item-list-big li .icon {
	font-size: 32px;
}

.item-list-right li:last-child,
.item-list-left li:last-child,
.item-list-center li:last-child,
.item-list li:last-child {
	padding-bottom: 0 !important;
}

.dark-bg .item-list-right p,
.dark-bg .item-list-left p,
.dark-bg .item-list-center p {
	opacity: 0.8;
}
@media (max-width: 992px) {

.item-list-right h3,
 .item-list-left h3 {
	margin: 0 0 10px 0;
}

.item-list-left li .icon,
 .item-list-right li .icon,
 .item-list-left li .img-icon,
 .item-list-right li .img-icon,
 .item-list-left li .num-icon,
 .item-list-right li .num-icon {
	position: relative;
	margin: 0 0 20px 0;
}

.item-list-left li .img-icon,
 .item-list-right li .img-icon {
	max-width: 50%;
}

.item-list-left li,
 .item-list-right li,
 .item-list li {
	padding: 0 20px 40px 20px;
	text-align: center;
}
}

/*----------------------------------------------------------------------------------------
						STEPS BLOCK STYLES
----------------------------------------------------------------------------------------*/


ul.step-center-block li,
ul.step-left-block li,
ul.step-path-block li{
    padding-bottom:70px;
    position:relative;
    overflow:hidden;
}

ul.step-left-block li{
    padding-left:150px;
}

ul.step-center-block li .step-text,
ul.step-left-block li .step-text,
ul.step-path-block li .step-text{
    float:left;
    width:40%;
}
ul.step-left-block li .step-text{
    width:50%;
}
ul.step-path-block li .step-text{
    border:1px solid rgba(0,0,0,0.2);
    border-radius:8px;
    padding:50px 60px;
}
.dark-bg ul.step-path-block li .step-text{
    border-color:rgba(255,255,255,0.3);
}
ul.step-path-block li.reverse .step-text,
ul.step-center-block li.reverse .step-text{
    float:right;
}
ul.step-center-block li .step-img,
ul.step-path-block li .step-img{
    float:right;
    width:40%;
    position:relative;
    z-index:2;
}
ul.step-left-block li .step-img{
    float:left;
    width:40%;
    margin-right:8%;
}


ul.step-center-block li.reverse .step-img,
ul.step-path-block li.reverse .step-img{
    float:left;
}

ul.step-center-block li .step-num,
ul.step-left-block li .step-num{
    position:absolute;
    height:100px;
    width:100px;
    left:50%;
    margin-left:-50px;
    top:0;
    border:1px solid #00c0ff;
    border-radius:50%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 100;
    text-align:center;
    line-height:100px;
    overflow:hidden;
    font-size:50px;
    font-weight:lighter;
}

ul.step-left-block li .step-num{
    left:0;
    margin-left:0;
}

ul.step-center-block li:before,
ul.step-left-block li:before{
    content:"";
    position:absolute;
    display:block;
    top:100px;
    left:50%;
    bottom:0;
    width:1px;
    background:#00c0ff;
}
ul.step-left-block li:before{
    left:50px;
}
ul.step-path-block li:before{
    content:"";
    position:absolute;
    z-index:1;
    display:block;
    top:40%;
    left:40%;
    right:20%;
    bottom:0;
    border-top:1px dashed rgba(0,0,0,0.2);
    border-right:1px dashed rgba(0,0,0,0.2);
    border-radius:0 8px 0 0;
}
ul.step-path-block li.reverse:before{
    left:20%;
    right:40%;
    border-left:1px dashed rgba(0,0,0,0.2);
    border-right:none;
    border-radius:8px 0 0 0;
}
.dark-bg ul.step-path-block li:before{
    border-color:rgba(255,255,255,0.3);
}
ul.step-center-block li:last-child,
ul.step-left-block li:last-child,
ul.step-path-block li:last-child{
    padding-bottom:0;
}

ul.step-center-block li:last-child:before,
ul.step-left-block li:last-child:before,
ul.step-path-block li:last-child:before{
    display:none;
}

ul.step-center-block li:after,
ul.step-left-block li:after{
    content:"";
    display:block;
    clear:both;
}


@media (max-width: 992px) {
        ul.step-left-block li{
            padding-left:0;
        }
        ul.step-center-block li .step-num,
        ul.step-left-block li .step-num{
            position:relative;
            display:inline-block;
            margin-bottom:20px;
            left:auto;
            margin-left:0;
        }
        ul.step-center-block li .step-text,
        ul.step-center-block li .step-img,
        ul.step-left-block li .step-text,
        ul.step-left-block li .step-img,
        ul.step-path-block li .step-text,
        ul.step-path-block li .step-img{
            float:none;
            width:100%;
        }
        ul.step-center-block li .step-img,
        ul.step-left-block li .step-img,
        ul.step-path-block li .step-img{
            margin-bottom:40px;
        }
        ul.step-center-block li:before,
        ul.step-left-block li:before,
        ul.step-path-block li:before{
            display:none;
        }
    }

/*----------------------------------------------------------------------------------------
						DIAGRAM STYLES
----------------------------------------------------------------------------------------*/

ul.diagram{
    display:table;
    width:100%;
    border:1px solid rgba(0,0,0,0.1);
    padding:50px 30px 30px 30px;
    font-size:14px;
    background-position:bottom;
}

.dark-bg ul.diagram{
    border:1px solid rgba(255,255,255,0.3);
}

ul.diagram li{
    display:table-cell;
    text-align:center;
    height:100%;
    vertical-align:top;
}

ul.diagram li span{
    display:block;
    position:relative;
    text-align:center;
}

ul.diagram li span.name{
    font-weight:bold;
    padding:10px 2px 0 2px;
}

ul.diagram li span.column{
    height:400px;
    font-size:11px;
    display:inline-block;
    position:relative;
    overflow:hidden;
    width:40%;
    margin:0 5%;
}

ul.diagram li span.column span{
    color:#fafafa;
    line-height:25px;
    width:100%;
    display:block;
    position:absolute;
    bottom:0;
}

ul.diagram.multicol li span.column{
    width:18%;
    margin:0 1%;
}

ul.diagram.val-5 li{
    width:20%;
}

ul.diagram.val-6 li{
    width:16.66%;
}

ul.diagram.val-10 li{
    width:10%;
}

ul.diagram.val-12 li{
    width:8.3%;
}

ul.diagram-horizontal{
    width:100%;
    border:1px solid rgba(0,0,0,0.1);
    padding:50px 30px;
    font-size:14px;
    background-position:bottom;
}

.dark-bg ul.diagram-horizontal{
    border:1px solid rgba(255,255,255,0.3);
}

ul.diagram-horizontal li{
    position:relative;
    padding-bottom:30px;
}

ul.diagram-horizontal li:last-child{
    padding-bottom:0;
}

ul.diagram-horizontal li span{
    display:block;
    position:relative;
}

ul.diagram-horizontal li span.name{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:100px;
    padding-right:10px;
    height:100%;
    font-weight:bold;
    text-align:left;
}

ul.diagram-horizontal.name-inline li span.name{
    position:relative;
    top:auto;
    left:auto;
    height:auto;
    width:100%;
    padding-top:10px;
}

ul.diagram-horizontal li span.column{
    font-size:11px;
    position:relative;
    overflow:hidden;
    margin-left:100px;
}

ul.diagram-horizontal.name-inline li span.column{
    margin-left:0;
}

ul.diagram-horizontal li span.column span{
    color:#fafafa;
    padding:2px 5px;
    text-align:right;
}

.red{
    background-color:#fc4848;
}
.green{
    background-color:#50df53;
}
.orange{
    background-color:#ff9c00;
}
.blue{
    background-color:#32a6ff;
}
.purple{
    background-color:#C39;
}
.default{
    background-color:#aaa;
}

.color-list li{
    position:relative;
    padding-left:80px;
    margin-bottom:20px;
    text-align:left;
}

.color-list li .color-mark{
    position:absolute;
    width:50px;
    height:4px;
    left:0;
    top:10px;
}

.color-list li:last-child{
    margin-bottom:0;
}
 @media (max-width: 992px) {
     ul.diagram li span.column span{
         text-indent:-1000px;
     }
 }

/*----------------------------------------------------------------------------------------
						SCREENS STYLES
----------------------------------------------------------------------------------------*/

.screen {
	max-width: 100%;
	height: auto;
}

.container-half {
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
}

.container-half-right {
	right: 0;
}

.container-half-left {
	left: 0;
}

img.full-height {
	height: 100%;
	width: auto;
}

img.full-width {
	width: 100%;
	height: auto;
}
 @media (max-width: 992px) {

.container-half-right,
 .container-half-left {
	display: none;
}
}


/*----------------------------------------------------------------------------------------
						INTRO STYLES
----------------------------------------------------------------------------------------*/

.intro-block .logo {
	margin: 0 0 80px 0;
}

.intro-block .slogan {
	margin: 0 0 80px 0;
}

.dark-bg .slogan {
	text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
	-webkit-text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

.intro-block .slogan p {
	margin: 50px 0 0 0;
	opacity: 0.7;
}

#big-video-wrap video,
.vjs-control-bar {
	display: none;
}

.intro-blog-block {
	padding: 150px 0 100px 0;
}
 @media (max-width: 992px) {

.intro-block {
	text-align: center;
}

.intro-block .slogan {
	margin: 0 10px 50px 10px;
}
}

/*----------------------------------------------------------------------------------------
						TYPES BLOCK BEGIN
----------------------------------------------------------------------------------------*/
.types-block {
	padding:0;
}

.types-block .row > div{
	min-height:400px;
	position:relative;
}

.types-block .content{
	margin:0 80px 70px 80px;
	position:absolute;
	left:0;
	bottom:0;
}
.types-block .content p{
	margin:0;
}
@media (max-width: 992px) {
	.types-block .row > div{
		min-height:0px;
		padding:100px 50px 50px 50px !important;
	}
	.types-block .content{
		position:relative;
		margin:0;
		left:auto;
		bottom:auto;
	}
}

/*----------------------------------------------------------------------------------------
						TEAM BLOCK BEGIN
----------------------------------------------------------------------------------------*/

.team-block img {
	margin: 0 auto 30px auto;
}

.team-block img:last-child {
	margin-bottom: 0;
}

.team-block .name {
	margin: 0 0 10px 0;
}

.team-block .occupation {
	margin: 0 0 20px 0;
	font-weight: 300;
	opacity: 0.4;
}

.team-block .soc-list {
	margin-top: 25px;
}
@media (min-width: 992px) {

.team-block [class^=col-] {
	padding-left: 40px;
	padding-right: 40px;
}
}

/*----------------------------------------------------------------------------------------
						FACTS BLOCK STYLES
----------------------------------------------------------------------------------------*/
.facts-block {
    background: url(../images/covers/counters-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}

.facts-block .icon {
	display: block;
	font-size: 64px;
	padding-bottom: 20px;
	opacity: 0.4;
}

.facts-block h3 {
	font-size: 80px;
	margin: 0 0 10px 0;
	line-height: 1;
}

.facts-block h4 {
	margin: 0;
}

.border-cnt {
 -moz-transition: all .2s ease-in;
 -webkit-transition: all .2s ease-in;
 -o-transition: all .2s ease-in;
 transition: all .2s ease-in;
 background: linear-gradient(rgba(12,11,12,0.4) 0%, rgba(12,11,12,0.8) 100%);
 padding: 20px;
 margin-left: 30px;
 margin-bottom: 20px;
 border: 1px solid rgba(232,242,247, 0.1);
 -webkit-border-image: -webkit-linear-gradient(top,rgba(227,33,36,1) 0%,rgba(9,8,10,1) 59%,rgba(227,33,36,0.2) 100%) 1 stretch;
 -moz-border-image: -moz-linear-gradient(top,rgba(227,33,36,1) 0%,rgba(9,8,10,1) 59%,rgba(227,33,36,0.2) 100%) 1 stretch;
 border-image: linear-gradient(to bottom,rgba(227,33,36,1) 0%,rgba(9,8,10,1) 59%,rgba(227,33,36,0.2) 100%) 1 stretch;
 text-shadow: 0px 1px 1px #000;
}
.border-cnt:hover {
 -moz-transition: transform .5s;
 -webkit-transition: transform .5s;
 -o-transition: transform .5s;
 transition: transform .5s;
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
}

/*----------------------------------------------------------------------------------------
						PORTFOLIO BLOCK STYLES
----------------------------------------------------------------------------------------*/

.portfolio-list {
	display: block;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}

.portfolio-list:after {
	content: "";
	display: block;
	clear: both;
}

.portfolio-list li {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	padding: 0;
}

.portfolio-list li a:not(.btn) {
	display: block;
	position: relative;
	color: #fff;
	background-color: rgba(255,255,255, 0.2);
    border: 1px solid rgba(30,43,50, 0.2);
    border-bottom: 1px solid rgba(30,43,50, 0.3);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.2);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.portfolio-list li a:hover:not(.btn) {
	background-color: rgba(255,255,255, 0.8);
    border: 1px solid rgba(118,70,70, 0.3);
    border-bottom: 1px solid rgba(118,70,70, 0.4);
	display: block;
	position: relative;
	color: #fff;
}

.portfolio-list li a span:not(.label) {
	font-size: 20px;
	position: absolute;
	display: block;
	z-index: 2;
	top: 50%;
	margin-top: -25px;
	left: 5%;
	right: 5%;
	text-align: center;
	opacity: 0;
	transform: translateY(10px);
	-webkit-transform: translateY(10px);
}

.portfolio-list li a span.label{
	position:absolute;
	z-index:3;
	top:0;
	right:0;
	border-radius:0;
	padding: 10px 15px 8px;
}

.portfolio-list li a:hover span:not(.label) {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.portfolio-list li .desc{
    background: url(../images/zoom.png) center center no-repeat;
	display:block;
	width: 50px;
    height: 50px;
    margin: 0px auto;
	padding:0px;
	padding-bottom:30px;
}

.portfolio-list li .desc .price{
	letter-spacing:1px;
}

.portfolio-list li .desc .price del{
	opacity:0.5;
	padding-left:10px;
	font-size:85%;
}

.portfolio-list li .desc .name{
	display:block;
	font-weight:bold;
}

.portfolio-list li .desc .btn{
	float:right;
}

.portfolio-list li img {
	width: 100%;
	height: auto;
}

.portfolio-list li > a:hover img {
	opacity: 0.05;
}

.portfolio-list li img,
.portfolio-list li a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.portfolio-list li {
	width: 25%;
}

.container .portfolio-list li {
	width: 33.33%;
	padding: 15px;
}
.container .portfolio-4col li {
	width: 25%;
}
@media (max-width: 1400px) {

.portfolio-list li {
	width: 33.33%;
}
}
@media (max-width: 900px) {

.portfolio-list li,
 .container .portfolio-list li {
	width: 50%;
}
}
@media (max-width: 500px) {

.portfolio-list li,
 .container .portfolio-list li {
	width: 100%;
}

.container .portfolio-list li {
	padding-top: 0;
}
}

/*----------------------------------------------------------------------------------------
						QUOTE BLOCK STYLES
----------------------------------------------------------------------------------------*/

.quote-block .quote {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 30px;
	margin-bottom: 30px;
	background: #fff;
}

.dark-bg.quote-block .quote {
	border: 1px solid rgba(255,255,255,0.1);
	background: none;
}

.quote-block .quote small {
	display: block;
	margin-top: 30px;
	color: inherit;
	opacity: 0.5;
}

.quote-block .icon,
.quote-block .quote img {
	border-radius: 50%;
	font-size: 28px;
	display: inline-block;
	margin-bottom: 30px;
}

.quote-block .quote img.no-round {
	border-radius: 0;
}

.quote-block .carousel .quote {
	margin-bottom: 0;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
	border: 0;
}

.quote-block .carousel .quote h4 {
	line-height: 1.6;
	color: inherit;
	font-size: 28px;
}
 @media (min-width: 768px) {

.quote-block .carousel .container {
	width: 720px;
}
}
@media (min-width: 992px) {

.quote-block .carousel .container {
	width: 940px;
}
}
@media (min-width: 1200px) {

.quote-block .carousel .container {
	width: 1140px;
}
}
@media (max-width: 768px) {

.quote-block .carousel .quote h4 {
	font-size: 18px;
}
}

/*----------------------------------------------------------------------------------------
						CLIENTS BLOCK STYLES
----------------------------------------------------------------------------------------*/

.clients-block {
	padding: 100px 0;
}

/*----------------------------------------------------------------------------------------
						PRICING TABLES BLOCK STYLES
----------------------------------------------------------------------------------------*/

.pricing-table {
	position: relative;
	border: 1px solid rgba(0,0,0,0.1);
	text-align: center;
	background: #fff;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.pricing-table:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.05);
}

.pricing-table .stamp {
	position: absolute;
	right: -10px;
	top: 70px;
	overflow: hidden;
	background: #fff698;
	color: #cfb035;
	height: 90px;
	width: 90px;
	padding: 5px;
	border-radius: 50%;
	border: 2px solid #cfb035;
	font-weight: bold;
	line-height: 1;
	font-size: 14px;
	text-transform: uppercase;
}

.pricing-table .stamp .icon {
	display: block;
	font-size: 32px;
	margin: 5px 0;
}

.pricing-table h4 {
	display: block;
	padding: 40px 0;
	margin: 0;
	font-weight: bolder;
}

.pricing-table span {
	display: block;
	font-weight: bold;
	font-size: 50px;
	padding: 40px 0;
}

.pricing-table span.clean {
	padding-bottom: 0;
}

.pricing-table span small {
	opacity: 0.5;
	font-weight: normal;
	font-size: 14px;
}

.benefits-list {
	display: inline-block;
	margin: 50px 35px;
	text-align: left;
}

.pricing-table .btn {
	display: block;
	margin: 0 35px 35px 35px;
	padding: 12px;
}

.benefits-list li {
	padding: 6px 0;
}

.benefits-list li del {
	opacity: 0.15;
}

.pricing-table p {
	margin: 50px 35px;
}

.dark-bg .pricing-table {
	border-color: transparent;
	background: rgba(0,0,0,0.25);
}

.dark-bg .pricing-table p {
	opacity: 0.7;
}


/*----------------------------------------------------------------------------------------
						MAP BLOCK STYLES
----------------------------------------------------------------------------------------*/

#canvas-map {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.contact_list {
	margin-top: 200px;
	display: inline-block;
	padding: 40px;
	background: #fff;
	border-radius: 10px;
}

.contact_list li {
	padding-bottom: 10px;
}

.contact_list li:last-child {
	padding-bottom: 0;
}

/*----------------------------------------------------------------------------------------
						GOTO BLOCK STYLES
----------------------------------------------------------------------------------------*/

.goto-block {
	padding-top: 25px;
	padding-bottom: 25px;
}

a.top-arrow {
	display: inline-block;
	position: relative;
	height: 30px;
	width: 30px;
	border-left: 1px solid #222;
	border-top: 1px solid #222;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-bottom: -20px;
	opacity: 0.5;
}

a.top-arrow:hover {
	margin-bottom: -16px;
	opacity: 1;
}

.dark-bg a.top-arrow {
	border-color: #fff;
}

/*----------------------------------------------------------------------------------------
						SOCIAL ICONS STYLES
----------------------------------------------------------------------------------------*/

.soc-list li {
	display: inline-block;
	margin: 10px 0;
}

.soc-list .icon {
	display: inline-block;
	font-size: 25px;
	margin: 0 10px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.icon-twitter,
.icon-twitter2 {
	color: #00aced;
}

.icon-facebook,
.icon-facebook2 {
	color: #3b5998;
}

.icon-dribbble,
.icon-dribbble2 {
	color: #ea4c89;
}

.icon-googleplus,
.icon-googleplus2 {
	color: #dd4b39;
}

.icon-linkedin,
.icon-linkedin2 {
	color: #007bb6;
}

.icon-instagram {
	color: #517fa4;
}

.icon-pinterest {
	color: #cb2027;
}

.icon-flickr {
	color: #ff0084;
}

.icon-behance {
	color: #1769ff;
}

.icon-star {
	color: #ffd200;
}


.dark-bg .soc-list .icon{
	color:#fff;
	opacity:0.5;
}
.dark-bg .soc-list .icon:hover{
	opacity:1;
}
/*----------------------------------------------------------------------------------------
										FOOTER STYLES
----------------------------------------------------------------------------------------*/

footer {
	padding-top: 80px;
	padding-bottom: 80px;
}

footer h4 {
	margin-top: 0;
}

footer .links-list li {
	font-size: 15px;
	padding-bottom: 10px;
}

footer img.logo {
	float: left;
	margin: 0 20px 0 0;
}
@media (max-width: 992px) {

footer {
	padding: 50px 0;
}

footer img.logo {
	display: none;
}
}

/*----------------------------------------------------------------------------------------
										BLOG - UPDATE V1.2
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
										 SIDEBAR
----------------------------------------------------------------------------------------*/

aside.blog-sidebar .search #search_form {
	border: 1px solid rgba(0,0,0,0.07);
	border-radius: 3px;
	overflow: hidden;
}

aside.blog-sidebar .search .form-control {
	padding-right: 0;
	background: none;
	color: inherit;
}

aside.blog-sidebar .search .btn {
	background: none;
	font-size: 20px;
	color: #aaa;
	padding-right: 15px;
}

aside.blog-sidebar .search .btn:hover {
	color: #00c0ff;
}

aside.blog-sidebar .widget {
	margin: 50px 0 0 0;
}

aside.blog-sidebar .widget:first-child {
	margin: 0;
}

aside.blog-sidebar .widget h3 {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

aside.blog-sidebar .category ul li {
	padding: 0;
}

aside.blog-sidebar .category ul a {
	text-decoration: none;
	display: block;
	padding: 0 0 15px 0;
}

aside.blog-sidebar .category ul a:hover {
	color: #00c0ff;
}

aside.blog-sidebar .recent-posts ul li {
	padding: 0px 0px 15px 0;
	margin: 0 0 15px 0;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.07);
}

aside.blog-sidebar .recent-posts ul li a {
	text-decoration: none;
}

aside.blog-sidebar .recent-posts .post-info > * {
	font-size: 14px;
	display: inline-block;
	padding-right: 15px;
	opacity: 0.4;
}

.dark-bg aside.blog-sidebar .search #search_form,
.dark-bg aside.blog-sidebar .widget h3,
.dark-bg aside.blog-sidebar .recent-posts ul li {
	border-color: rgba(255,255,255,0.1);
}
@media (max-width: 992px) {

aside.blog-sidebar {
	margin: 50px 0 0 0;
	margin-bottom: 50px;
	text-align: center;
}
}

/*----------------------------------------------------------------------------------------
										 TAGS
----------------------------------------------------------------------------------------*/

.tags li {
	display: inline-block;
	padding: 0;
}

.tags li a {
	display: block;
	padding: 5px 10px;
	margin: 0 0 4px 0;
	text-decoration: none;
	font-size: 14px;
	color: inherit;
	border: 1px solid #ccc;
	opacity: 0.5;
}

.tags li a:hover,
.dark-bg .tags li a:hover {
	color: #00c0ff;
	border-color: #00c0ff;
	opacity: 1;
}

.dark-bg .tags li a {
	border-color: #fff;
}

/*----------------------------------------------------------------------------------------
										POST BOX
----------------------------------------------------------------------------------------*/

.post {
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #fff;
}

.post .post-media {
	padding: 5px 5px 0 5px;
}

.post .post-content {
	padding: 50px;
	position:relative;
}

.post .post-content .title {
	margin: 0 0 40px 0;
}
.post .post-content h4:first-child{
	margin-top:0;
}

.post .post-desc {
	margin-bottom: 40px;
}

.post .post-info > * {
	display: inline-block;
	padding: 0 20px 0 0;
	opacity: 0.4;
}

.post .post-info *:last-child {
	padding: 0;
}

.post .post-content *:last-child {
	margin-bottom: 0;
}

.post .post-content .price-circle{
	position:absolute;
	right:-10px;
	top:50%;
	margin-top:-40px;
	background: #6C3;
	color:#fff;
	border-radius:50%;
	text-align:center;
	height:80px;
	width:80px;
	padding:20px 5px 0 5px;
	font-size:20px;
	line-height:1;
}
.post .post-content .price-circle small{
	font-size:70%;
	opacity:0.8;
}

.dark-bg .post {
	background-color: #202229;
}

@media (max-width: 992px) {
	.post .post-content .price-circle{
		top:0;
	}
}

/*----------------------------------------------------------------------------------------
										TIMELINE BLOCK
----------------------------------------------------------------------------------------*/

ul.time-line {
	position: relative;
}

ul.time-line:before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	bottom: 0;
	width: 1px;
	left: 50%;
	background-color: #000;
	opacity: 0.1;
}

.dark-bg ul.time-line:before {
	opacity: 0.4;
}

ul.time-line>li {
	padding-bottom: 80px;
	position: relative;
}

ul.time-line>li:after {
	content: "";
	display: block;
	clear: both;
}

ul.time-line>li:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 50%;
	margin-left: -5px;
	height: 11px;
	width: 11px;
	background: #e8e8e8;
	border-radius: 50%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.time-line>li:hover:before {
	background: #00c0ff;
}

ul.time-line>li .post {
	position: relative;
	width: 45%;
	float: left;
	text-align: left;
}

ul.time-line>li.invert .post {
	float: right;
}

ul.time-line>li .post:before {
	content: "";
	position: absolute;
	display: block;
	top: 24px;
	left: 100%;
	width: 10.5%;
	height: 1px;
	background-color: #000;
	opacity: 0.1;
}

.dark-bg ul.time-line>li .post:before {
	opacity: 0.4;
}

ul.time-line>li.invert .post:before {
	left: auto;
	right: 100%;
}
 @media (max-width: 767px) {

ul.time-line>li {
	padding-bottom: 40px;
}

ul.time-line>li .post,
 ul.time-line>li.invert .post {
	float: none;
	width: 100%;
	text-align: center;
}

ul.time-line:before,
 ul.time-line>li:before,
 ul.time-line>li .post:before {
	display: none;
}
}

/*----------------------------------------------------------------------------------------
										RECENT POSTS LINE
----------------------------------------------------------------------------------------*/

ul.posts-line {
	border-top: 1px dotted #e8e8e8;
	padding-bottom: 50px;
}

ul.posts-line .post {
	border: none;
	border-radius: 0;
	border-bottom: 1px dotted #e8e8e8;
}

ul.posts-line .post .post-content {
	padding: 50px 0;
}

ul.posts-line .post .post-type {
	padding-bottom: 40px;
	font-size: 28px;
	color: #00c0ff;
}

ul.posts-line .post .title {
	margin: 0 0 20px 0;
}

/*----------------------------------------------------------------------------------------
										BLOG PAGES
----------------------------------------------------------------------------------------*/

.inner-page {
	padding: 100px 0;
}

.post-list li .post {
	margin-bottom: 50px;
	border-radius: 10px;
}

.post-list .post-media {
	padding: 10px;
}

.post-list .title {
	font-size: 35px;
}

.single-post .post-content {
	padding: 40px 0;
}

.single-post .title {
	margin-bottom: 40px;
}

.single-post .post-info {
	margin-bottom: 40px;
}



.single-post .post-media {
	padding: 0;
}

.single-post .post-info > * {
	display: inline-block;
	padding: 0 20px 0 0;
	opacity: 0.4;
}

.post-pagination li {
	margin: 0 10px 10px 0;
	display: inline-block;
}

.post-pagination li:last-child {
	margin-right: 0;
}

.post-pagination li a {
	display: block;
	position: relative;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #eee;
	border-radius: 5px;
	color: #aaa;
	z-index: 1;
}

.post-pagination li.active a,
.post-pagination li a:hover {
	color: #444;
	border: 1px solid #00c0ff;
}

.post-pagination li.prev a:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -3px;
	height: 10px;
	width: 10px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.post-pagination li.next a:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -7px;
	height: 10px;
	width: 10px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
@media (max-width: 992px) {

.inner-page {
	padding: 50px 0;
}
}
@media (max-width: 320px) {

.post-pagination li {
	display: none;
}

.post-pagination li.prev,
 .post-pagination li.next {
	display: inline-block;
}
}

/*----------------------------------------------------------------------------------------
										COMMENTS
----------------------------------------------------------------------------------------*/

.comments h3.title {
	margin: 60px 0 30px 0;
}

.comments li {
	padding: 0;
}

.comment-list .children {
	margin-left: 80px;
}

.comment-body {
	border-top: 1px solid #eee;
	position: relative;
	padding: 40px 0 40px 80px;
}

.comment-body .photo {
	position: absolute;
	left: 0;
	top: 40px;
}

.comment-body .photo img {
	border-radius: 5px;
	width: 50px;
	height: auto;
}

.comment-body .comment-data {
	margin-top: 10px;
	font-size: 14px;
}

.comment-body .comment-data .author {
	color: #444;
	font-weight: bold;
	padding-right: 20px;
	font-size: 14px;
}

.comment-body .comment-data .date {
	color: #ccc;
	padding-right: 20px;
}

.comment-body .comment-data a {
	color: #ccc;
}

.comments #comment_form:after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 992px) {

.comment-body {
	padding: 30px 0;
}

.comment-list .children {
	margin-left: 0;
}

.comment-body .photo {
	position: relative;
	left: auto;
	top: auto;
	margin: 0 auto 20px auto;
}

.comment-body .comment-data .author {
	display: block;
	padding: 0;
}

.comment-body .comment-data .date {
	display: block;
	padding: 0;
}
}

/* Video multi-builder */

.embed-responsive {
	overflow: visible;
}

.embed-responsive > .frameCover {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: none;
}



/*----------------------------------------------------------------------------------------
										ADDITIONAL STYLES
----------------------------------------------------------------------------------------*/

.zero-bottom {
	padding-bottom: 0;
}

.zero-top {
	padding-top: 0;
}


.desc-text {
	opacity: 0.7;
}

.sep-bottom {
	margin-bottom: 60px;
}

.sep-half-bottom {
	margin-bottom: 30px;
}

.sep-zero-bottom {
	margin-bottom:0;
}

.double-padding {
	padding-top: 250px;
	padding-bottom: 250px;
}
.top-double-padding {
    padding-top: 250px;
}
.section-padding{
    padding-top: 150px;
	padding-bottom: 150px;
 }
.half-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
.third-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
.zero-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.zero-border{
    border:none !important;
}

.embed-responsive-256by81 {
  padding-bottom: 31.64%;
}

@media (max-width: 1200px) {
.double-padding {
	padding-top: 150px;
	padding-bottom: 150px;
}
}

@media (max-width: 992px) {
.double-padding,
.top-double-padding,
.section-padding,
.half-padding {
	padding-top: 80px;

	padding-bottom: 80px;
}
.embed-responsive-256by81 {
  padding-bottom: 56.25%;
}
}

/* --------------------------------

 Primary style

-------------------------------- */

::-webkit-input-placeholder {color:#FFF;}
::-moz-placeholder {color:#FFF;}
:-moz-placeholder {color:#FFF;}
:-ms-input-placeholder {color:#FFF;}

/* MAIN HEADER
-----------------------------------------------------------*/
.cd-header {
 position: absolute;
 z-index: 2;
 top: 0;
 left: 0;
 width: 100%;
 height: 50px;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.fix-header {
 background-color: transparent;
 position: relative;
 max-width: 1200px;
 height: 50px;
 margin: 30px auto;
}
/* MAIN LOGO
 width: 158px;
 height: 65px;
-----------------------------------------------------------*/
a.main-logo {
 background: url(../images/logo.png) center center no-repeat;
-moz-transition: all 0.4s ease;
 -webkit-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
 transition: all 0.4s ease;
 -webkit-transform: scale(1.0);
 -moz-transform: scale(1.0);
 -o-transform: scale(1.0);
 transform: scale(1.0);
 position: absolute;
 top: 2px;
 left: 50px;
 display: block;
 width: 178px;
 height: 65px;
 filter:alpha(opacity=92);
 -moz-opacity: 0.92;
 opacity: 0.92;
 text-decoration: none;
}
a:hover.main-logo {
-moz-transition: transform .5s;
 -webkit-transition: transform .5s;
 -o-transition: transform .5s;
 transition: transform .5s;
 -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
 text-decoration: none;
}
/* MAIN MENU
-----------------------------------------------------------*/
#menu {
 position: absolute;
 display: block;
 top: 0px;
 right: 70px;
 height: 60px;
 margin: 0px;
 border-collapse: collapse;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#menu ul {
 display: block;
 list-style: none;
}
#menu ul li {
 background-color: rgba(23,23,26,0.1);
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border: 1px solid rgba(111,111,126, 0.05);
 -moz-transition: all 2.9s ease;
 -webkit-transition: all 2.9s ease;
 -o-transition: all 2.9s ease;
 transition: all 2.9s ease;
 display: inline-block;
 padding: 8px 10px 1px 10px;
 margin-left: 10px;
}
#menu ul li a {
 -moz-transition: all 0.5s ease-in;
 -webkit-transition: all 0.5s ease-in;
 -o-transition: all 0.5s ease-in;
 transition: all 0.5s ease-in;
 display: inline-block;
 overflow: hidden;
 width: 100%;
 height: 48px;
 padding: 8px 20px 8px 20px;
 border: 1px solid rgba(255,255,255, 0.05);
 font: 400 20px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 1px 1px 1px rgba(103,8,10, 0.8);
 background: transparent;
 text-align: center;
 color: #DEE5EA;
}
#menu ul li a:hover {
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
 border: 1px solid rgba(229,5,5, 0.95);
 color: #ffffff;
}
#menu ul li a:hover:after,
a:focus:after {
 width: 100%;
}
#menu ul li a:after {
 display: block;
 content: "";
 height: 1px;
 width: 0%;
 margin-top: 2px;
 background: linear-gradient(to right,rgba(234,28,33, 0.98),rgba(194,24,24, 0.1));
 transition: width .3s ease-in-out;
 border-radius: 28px;
 -moz-border-radius: 28px;
 -webkit-border-radius: 28px;
}
#nav_button {
 -webkit-transition: all 0.03s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -khtml-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 background: url(../images/pattern-red.png) fixed;
 background-color: rgba(188,23,26,0.82);
 border-bottom: 1px solid rgba(54,5,5, 0.4);
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 position: absolute;
 z-index: 200;
 top: 6px;
 right: -20px;
 display: none;
 width: 50px;
 height: 44px;
 font-size: 2.2em;
 line-height: 42px;
 text-align: center;
 cursor: pointer;
 color: #FFFFFF;
}
#nav_button:hover {
 -moz-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
 background-color: rgba(208,22,27, 0.98);
 cursor: pointer;
 color: #FFFFFF;
}
.menu_clear {
 width: 270px;
}
/* PAY & LOGIN
-----------------------------------------------------------*/
a.pay {
 background: linear-gradient(to top,rgba(72,170,36, 0.03) 0%,rgba(139,211,21, 0.03) 100%)!important;
 border: 1px solid rgba(144,211,65, 0.15);
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 display: block;
 height: 30px;
 line-height: 30px;
 padding: 0px 10px 5px 10px;
 color: #ffffff;
}
a:hover.pay {
 border: 1px solid rgba(82,193,26, 0.5)!important;
 color: #ffffff;
}
#menu a.pay:after {
 background: linear-gradient(to right,rgba(82,193,26, 0.8),rgba(194,24,24, 0.1));
}
#pay_wrap {
 background-color: rgba(0, 0, 0, 0.8);
 display: none;
 filter:alpha(opacity=90);
 -moz-opacity: 0.9;
 opacity: 0.9;
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 padding: 16px;
 z-index: 200;
 overflow: auto;
}
/* RESULT PEY
-----------------------------------------------------------*/
#success_wrap {
 background-color: rgba(0, 0, 0, 0.8);
 display: none;
 filter:alpha(opacity=90);
 -moz-opacity: 0.9;
 opacity: 0.9;
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 padding: 16px;
 z-index: 200;
 overflow: auto;
}
#success-order {
 background: linear-gradient(to bottom,rgba(3,2,2, 0.5) 0%, rgba(3,2,2, 0.75) 100%), url(../images/red2.jpg) center center no-repeat;
 background-size: cover;
 position: fixed;
 display: none;
 z-index: 300;
 top: 15%;
 left: 50%;
 width: 700px;
 height: 450px;
 padding: 25px;
 margin-left: -350px;
 border: 5px solid rgba(3,2,2,0.98);
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -ms-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.48);
 -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.48);
 box-shadow: 5px 5px 0px rgba(0,0,0,0.48);
 font: 400 24px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;;
 text-shadow: 0px 0px 1px #2C5A0A;
 letter-spacing: 0px;
 line-height: 50px;
 text-align: center;
 color: #FFF;
}
#success-order::after {
 border: 10px solid rgba(0,0,0,0.78);
 background: url(../images/pattern-cub.png);
 content: '';
 position: absolute;
 display: block;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 z-index: 2;
 opacity: 0.2;
}
#res-success {
 background-color: rgba(67,139,15,0.8);
 border-bottom: 1px solid rgba(67,139,15,0.5);
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 box-shadow: 0 0 2px rgba(0,0,0,.3);
 position: fixed;
 display: block;
 top: 0px;
 left: 0px;
 right: 0px;
 width: 100%;
 height: 50px;
 margin: 0px;
 z-index: 300;
 padding: 0px;
 font: 400 15px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;;
 text-shadow: 0px 0px 1px #2C5A0A;
 letter-spacing: 0px;
 line-height: 50px;
 text-align: center;
 color: #FFF;
}
#res-fail {
 background-color: rgba(140,14,15,0.8);
 border-bottom: 1px solid rgba(140,14,15,0.5);
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 box-shadow: 0 0 2px rgba(0,0,0,.3);
 position: fixed;
 display: block;
 top: 0px;
 left: 0px;
 right: 0px;
 width: 100%;
 height: 50px;
 margin: 0px;
 z-index: 300;
 padding: 0px;
 font: 400 15px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;;
 text-shadow: 0px 0px 1px #670A0D;
 letter-spacing: 0px;
 line-height: 50px;
 text-align: center;
 color: #FFF;
}
a.close-green {
 background: url(../images/close-green.png) top center no-repeat;
 position: absolute;
 display: block;
 top: 0px;
 right: 0px;
 width: 50px;
 height: 50px;
 text-decoration: none;
}
a:hover.close-green {
 background: url(../images/close.png) top center no-repeat;
}
a.close-red {
 background: url(../images/close.png) top center no-repeat;
 position: absolute;
 display: block;
 top: 0px;
 right: 0px;
 width: 50px;
 height: 50px;
 text-decoration: none;
}
a:hover.close-red {
 background: url(../images/close-green.png) top center no-repeat;
}
a.login {
 background: linear-gradient(to top,rgba(67,199,227, 0.05) 0%,rgba(15,116,131, 0.05) 100%);
 border: 1px solid rgba(67,199,227, 0.15);
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 display: block;
 height: 30px;
 line-height: 30px;
 padding: 0px 10px 5px 10px;
 color: #ffffff;
}
a:hover.login {
 border: 1px solid rgba(18,185,216, 0.5);
 color: #ffffff;
}
#menu a.login:after {
 background: linear-gradient(to right,rgba(26,167,193, 0.8),rgba(194,24,24, 0.1));
}
#login_wrap {
 background-color: rgba(0, 0, 0, 0.8);
 display: none;
 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 padding: 16px;
 z-index: 200;
 overflow: auto;
}
#order_wrap {
 background-color: rgba(0, 0, 0, 0.8);
 display: none;
 filter:alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
 position: fixed;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 padding: 16px;
 z-index: 200;
 overflow: auto;
}
/* ADAPTIVE MENU
-----------------------------------------------------------*/
@media screen and (max-width: 1180px) {
a.pay {
 background: linear-gradient(to top,rgba(67,199,227, 0.05) 0%,rgba(15,116,131, 0.05) 100%)!important;
}
a:hover.pay {
 background-color: rgba(13,160,196, 0.2)!important;
 border: 0px!important;
 border-top: 1px solid rgba(41,57,59, 0.5)!important;
 border-bottom: 1px solid rgba(13,18,18, 0.2)!important;
}
#menu {
 display: block;
}
#menu ul {
 background-color: rgba(41,54,62, 0.58);
 border: 2px solid rgba(232,242,247, 0.1);
 -webkit-border-image: -webkit-linear-gradient(top,rgba(227,33,36,1) 0%,rgba(39,49,57,1) 59%,rgba(13,160,196,1) 100%) 1 stretch;
 -moz-border-image: -moz-linear-gradient(top,rgba(227,33,36,1) 0%,rgba(39,49,57,1) 59%,rgba(13,160,196,1) 100%) 1 stretch;
 border-image: linear-gradient(to bottom,rgba(227,33,36,1) 0%,rgba(39,49,57,1) 59%,rgba(13,160,196,1) 100%) 1 stretch;
 -webkit-box-shadow: 0px 1px 4px 0px rgba(26,33,36, 0.4);
 -moz-box-shadow: 0px 1px 4px 0px rgba(26,33,36, 0.4);
 box-shadow: 0px 1px 4px 0px rgba(26,33,36, 0.4);
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 display: none;
 position: absolute;
 top: 62px;
 right: 0px;
 width: 200px;
 z-index: 20;
}
#menu ul li {
 -moz-transition: all 1.9s ease;
 -webkit-transition: all 1.9s ease;
 -o-transition: all 1.9s ease;
 transition: all 1.9s ease;
 padding-left: 12px;
 display: block;
 border-top: none;
 height: 44px;
 padding: 0px;
 margin: 0px;
}
#menu ul li a {
 background-image: none;
 background-color: rgba(255,252,254, 0.0);
 border: 0px;
 border-top: 1px solid rgba(41,57,59, 0.5);
 border-bottom: 1px solid rgba(13,18,18, 0.2);
 border-radius: 0px;
 -moz-border-radius: 0px;
 -webkit-border-radius: 0px;
 display: inline-block;
 width: 100%;
 height: 44px;
 padding: 0px;
 padding-left: 20px;
 font: 400 17px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 0px 0px 1px rgba(23,31,33, 0.8);
 text-decoration: none;
 text-align: left;
 line-height: 44px;
 color: #FFF;
}
#menu ul li a:hover {
 background-color: rgba(13,160,196, 0.2);
 border: 0px;
 border-top: 1px solid rgba(41,57,59, 0.5);
 border-bottom: 1px solid rgba(13,18,18, 0.2);
 -webkit-box-shadow: 0px 0px 0px 0px;
 -moz-box-shadow: 0px 0px 0px 0px;
 box-shadow: 0px 0px 0px 0px;
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
 text-decoration: none;
 line-height: 44px;
 color: #FFF;
}
#nav_button {
 display: block;
}
}
/* SLIDER BUTTON
-----------------------------------------------------------*/
a.catbtn {
 -webkit-transition: all 0.03s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -khtml-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 background: url(../images/pattern-red.png) fixed;
 background-color: rgba(188,23,26,0.82);
 border-bottom: 1px solid rgba(54,5,5, 0.4);
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 position: relative;
 overflow: hidden;
 display: inline-block;
 height: 52px;
 margin: 10px auto;
 padding: 5px 30px 5px 30px;
 font: 400 17px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 1px 1px 1px rgba(103,8,10, 0.8);
 text-decoration: none;
 text-align: center;
 line-height: 42px;
 color: rgba(255,255,255,0.82);
}
a:hover.catbtn {
 border-bottom: 1px solid rgba(54,5,5, 0.8);
 text-decoration: none;
}
a:active.catbtn {
 border-bottom: 1px solid rgba(54,5,5, 0.5);
 outline: none;
}
a.catbtn span {
 position: relative;
 transition: all 0.5s ease 0s;
}
a.catbtn:before {
 content: '';
 background: url(../images/pattern-cub.png) fixed;
 background-color: rgba(255,26,31,0.92);
 width: 100%;
 height: 100%;
 display: block;
 position: absolute;
 top: 0;
 left: -115%;
 -webkit-transform: skewX(-45deg);
 -ms-transform: skewX(-45deg);
 transform: skewX(-45deg);
 -webkit-transition: all .5s;
 transition: all .5s;
}
a:hover.catbtn:before {
 left: -20%;
 width: 140%;
}
a:hover.catbtn span {
 color: #fff;
}
/* HERO SLIDER
-----------------------------------------------------------*/
.cd-hero {
 background-color: #1E2D34;
 position: relative;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.cd-hero-slider {
 position: relative;
 height: 758px;
 overflow: hidden;
}
.cd-hero-fixed {
 position: relative;
 max-width: 1400px;
 margin: 0px auto;
}
.cd-hero-slider li {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 -ms-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
.cd-hero-slider li.selected {
 /* this is the visible slide */
 position: relative;
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
.cd-hero-slider li.move-left {
 /* slide hidden on the left */
 -webkit-transform: translateX(-100%);
 -moz-transform: translateX(-100%);
 -ms-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
 /* the is-moving class is assigned to the slide which is moving outside the viewport */
 -webkit-transition: -webkit-transform 0.5s;
 -moz-transition: -moz-transform 0.5s;
 transition: transform 0.5s;
}
/* SINGLE
-----------------------------------------------------------*/
.large-header {
 position: absolute;
 width: 100%;
 height: 100%;
 overflow: hidden;
 z-index: 10;
}
.matrix {
 background: url(../images/covers/matrix.jpg) 50% 50% no-repeat;
 background-size: cover;
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 opacity: 0;
 z-index: 1;
}
.cd-hero-slider li {
 background-color: #1E2D34;
 box-shadow: inset 0 0 188px 0 rgba(0,0,0, 0.8);
}
.cd-hero-slider li:nth-of-type(1) {
 background: url(../images/covers/start-one.jpg) #1E2D34 center center no-repeat fixed !important;
 background-size: cover !important;
}
.cd-hero-slider li:nth-of-type(2) {
 background: url(../images/covers/start-two.jpg) #1E2D34 center center no-repeat !important;
 background-size: cover !important;
}
.cd-hero-slider li:nth-of-type(3) {
 background-color: #1E2D34;
}
.cd-hero-slider li:nth-of-type(4) {
 background: url(../images/covers/start-four.jpg) #1E2D34 center center no-repeat !important;
 background-size: cover !important;
}
.cd-hero-slider li:nth-of-type(5) {
 background: url(../images/covers/start-five.jpg) #1E2D34 center center no-repeat !important;
 background-size: cover !important;
}
.cd-hero-slider li:nth-of-type(6) {
 background: url(../images/covers/rt3.jpg) #1E2D34 center center no-repeat !important;
 background-size: cover !important;
}
.pattern-slider-one {
 background: url(../images/caption-slider.png) center center, linear-gradient(rgba(0,0,0, 0.78) 0%, rgba(0,0,0, 0.5) 100%);
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 z-index: 1;
 opacity: 0.82;
}
.pattern-slider-six {
 background: url(../images/caption-slider.png) center center, linear-gradient(rgba(0,0,0, 0.75) 0%, rgba(0,0,0, 0.75) 100%);
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 z-index: 1;
 opacity: 0.82;
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
 position: absolute;
 width: 100%;
 height: 100%;
 z-index: 1;
 left: 0;
 top: 0;
 /* this padding is used to align the text */
 padding-top: 100px;
 text-align: center;
 /* Force Hardware Acceleration in WebKit */
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
}
.cd-hero-slider .cd-img-container {
 /* hide image on mobile device */
 display: none;
}
.cd-hero-slider .cd-img-container img {
 position: absolute;
 left: 50%;
 top: 50%;
 bottom: auto;
 right: auto;
 margin-top: 200px;
 -webkit-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 -o-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider .cd-bg-video-wrapper {
 /* hide video on mobile device */
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 overflow: hidden;
}
.cd-hero-slider .cd-bg-video-wrapper video {
 /* you won't see this element in the html, but it will be injected using js */
 display: block;
 min-height: 100%;
 min-width: 100%;
 max-width: none;
 height: auto;
 width: auto;
 position: absolute;
 left: 50%;
 top: 50%;
 bottom: auto;
 right: auto;
 -webkit-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 -o-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
.cd-hero-slider h2, .cd-hero-slider p {
 text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
 line-height: 1.2;
 margin: 0 auto 14px;
 color: #ffffff;
 width: 90%;
 max-width: 1080px;
}
.cd-hero-slider h2 {
 background: linear-gradient(to left,rgba(17,18,20, 0.05),rgba(20,21,22, 0.02));
 border: 1px solid rgba(255,255,255, 0.02);
 -webkit-box-shadow: 3px 3px 0px rgba(17,18,20, 0.1);
 -moz-box-shadow: 3px 3px 0px rgba(17,18,20, 0.1);
 box-shadow: 3px 3px 0px rgba(17,18,20, 0.1);
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 display: inline-block;
 padding: 23px 23px 23px 23px;
 font: 900 38px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
 text-decoration: none;
 letter-spacing: 0px;
 text-align: center;
 color: #FFF;
}
.cd-hero-slider li:nth-of-type(2) {
 background-image: none;
}
.cd-hero-slider li:nth-of-type(3) {
 background-image: none;
}
.cd-hero-slider li:nth-of-type(4) {
 background-image: none;
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
 padding-top: 200px;
}
.cd-hero-slider .cd-bg-video-wrapper {
 display: block;
}
.cd-hero-slider .cd-half-width {
 width: 45%;
}
.cd-hero-slider .cd-half-width:first-of-type {
 left: 5%;
}
.cd-hero-slider .cd-half-width:nth-of-type(2) {
 right: 5%;
 left: auto;
}
.cd-hero-slider .cd-img-container {
 display: block;
}
.cd-hero-slider .cd-btn {
 font-size: 1.4rem;
}
/* SLIDE ANIMATION
-----------------------------------------------------------*/
 .cd-hero-slider .cd-half-width {
 opacity: 0;
 -webkit-transform: translateX(40px);
 -moz-transform: translateX(40px);
 -ms-transform: translateX(40px);
 -o-transform: translateX(40px);
 transform: translateX(40px);
 }
 .cd-hero-slider .move-left .cd-half-width {
 -webkit-transform: translateX(-40px);
 -moz-transform: translateX(-40px);
 -ms-transform: translateX(-40px);
 -o-transform: translateX(-40px);
 transform: translateX(-40px);
 }
 .cd-hero-slider .selected .cd-half-width {
 /* this is the visible slide */
 opacity: 1;
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
 }
 .cd-hero-slider .is-moving .cd-half-width {
 /* this is the slide moving outside the viewport
 wait for the end of the transition on the <li> parent before set opacity to 0 and translate to 40px/-40px */
 -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
 -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
 transition: opacity 0s 0.5s, transform 0s 0.5s;
 }
 .cd-hero-slider li.selected.from-left .cd-half-width:nth-of-type(2),
 .cd-hero-slider li.selected.from-right .cd-half-width:first-of-type {
 /* this is the selected slide - different animation if it's entering from left or right */
 -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
 -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
 transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
 }
 .cd-hero-slider li.selected.from-left .cd-half-width:first-of-type,
 .cd-hero-slider li.selected.from-right .cd-half-width:nth-of-type(2) {
 /* this is the selected slide - different animation if it's entering from left or right */
 -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s;
 -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s;
 transition: opacity 0.4s 0.4s, transform 0.5s 0.4s;
 }
 .cd-hero-slider .cd-full-width h2,
 .cd-hero-slider .cd-full-width p,
 .cd-hero-slider .cd-full-width .cd-btn {
 opacity: 0;
 -webkit-transform: translateX(100px);
 -moz-transform: translateX(100px);
 -ms-transform: translateX(100px);
 -o-transform: translateX(100px);
 transform: translateX(100px);
 }
 .cd-hero-slider .move-left .cd-full-width h2,
 .cd-hero-slider .move-left .cd-full-width p,
 .cd-hero-slider .move-left .cd-full-width .cd-btn {
 opacity: 0;
 -webkit-transform: translateX(-100px);
 -moz-transform: translateX(-100px);
 -ms-transform: translateX(-100px);
 -o-transform: translateX(-100px);
 transform: translateX(-100px);
 }
 .cd-hero-slider .selected .cd-full-width h2,
 .cd-hero-slider .selected .cd-full-width p,
 .cd-hero-slider .selected .cd-full-width .cd-btn {
 /* this is the visible slide */
 opacity: 1;
 -webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -ms-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
 }
 .cd-hero-slider li.is-moving .cd-full-width h2,
 .cd-hero-slider li.is-moving .cd-full-width p,
 .cd-hero-slider li.is-moving .cd-full-width .cd-btn {
 /* this is the slide moving outside the viewport
 wait for the end of the transition on the li parent before set opacity to 0 and translate to 100px/-100px */
 -webkit-transition: opacity 0s 0.5s, -webkit-transform 0s 0.5s;
 -moz-transition: opacity 0s 0.5s, -moz-transform 0s 0.5s;
 transition: opacity 0s 0.5s, transform 0s 0.5s;
 }
 .cd-hero-slider li.selected h2 {
 -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.5s 0.2s;
 -moz-transition: opacity 0.4s 0.2s, -moz-transform 0.5s 0.2s;
 transition: opacity 0.4s 0.2s, transform 0.5s 0.2s;
 }
 .cd-hero-slider li.selected p {
 -webkit-transition: opacity 0.4s 0.3s, -webkit-transform 0.5s 0.3s;
 -moz-transition: opacity 0.4s 0.3s, -moz-transform 0.5s 0.3s;
 transition: opacity 0.4s 0.3s, transform 0.5s 0.3s;
 }
 .cd-hero-slider li.selected .cd-btn {
 -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.5s 0.4s, background-color 0.2s 0s;
 -moz-transition: opacity 0.4s 0.4s, -moz-transform 0.5s 0.4s, background-color 0.2s 0s;
 transition: opacity 0.4s 0.4s, transform 0.5s 0.4s, background-color 0.2s 0s;
 }
@media screen and (max-width: 1180px) {
.cd-hero-slider {
 height: 508px!important;
 border: 1px solid #fff;
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
 padding-top: 100px;
}
}
/* SLIDER NAVIGATION
-----------------------------------------------------------*/
.cd-slider-nav {
 background: linear-gradient(to bottom,rgba(32,35,38, 0.5) 0%, rgba(20,25,28, 0.9) 100%), url(../images/caption.png) bottom center;
 -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
 box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
 position: absolute;
 width: 100%;
 bottom: 0;
 z-index: 2;
 text-align: center;
 height: 100px;
}
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
 height: 100%;
}
.cd-slider-nav nav {
 display: inline-block;
 position: relative;
}
.cd-slider-nav .cd-marker {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 180px;
 height: 100%;
 color: #161717;
 background-color: #ffffff;
 box-shadow: inset 0 2px 0 currentColor;
 -webkit-transition: -webkit-transform 0.2s, box-shadow 0.2s;
 -moz-transition: -moz-transform 0.2s, box-shadow 0.2s;
 transition: transform 0.2s, box-shadow 0.2s;
}
.cd-slider-nav .cd-marker.item-2 {
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 -ms-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
.cd-slider-nav .cd-marker.item-3 {
 -webkit-transform: translateX(200%);
 -moz-transform: translateX(200%);
 -ms-transform: translateX(200%);
 -o-transform: translateX(200%);
 transform: translateX(200%);
}
.cd-slider-nav .cd-marker.item-4 {
 -webkit-transform: translateX(300%);
 -moz-transform: translateX(300%);
 -ms-transform: translateX(300%);
 -o-transform: translateX(300%);
 transform: translateX(300%);
}
.cd-slider-nav .cd-marker.item-5 {
 -webkit-transform: translateX(400%);
 -moz-transform: translateX(400%);
 -ms-transform: translateX(400%);
 -o-transform: translateX(400%);
 transform: translateX(400%);
}
.cd-slider-nav .cd-marker.item-6 {
 -webkit-transform: translateX(500%);
 -moz-transform: translateX(500%);
 -ms-transform: translateX(500%);
 -o-transform: translateX(500%);
 transform: translateX(500%);
}
.cd-slider-nav ul::after {
 clear: both;
 content: "";
 display: table;
}
.cd-slider-nav li {
 display: inline-block;
 width: 180px;
 float: left;
}
.cd-slider-nav li.selected a {
 color: #2c343b;
}
.cd-slider-nav a {
 display: block;
 position: relative;
 padding-top: 60px;
 font-size: 16px;
 font-weight: 400;
 color: #a8b4be;
 -webkit-transition: background-color 1.8s;
 -moz-transition: background-color 1.8s;
 transition: background-color 1.8s;
}
.cd-slider-nav a::before {
 content: '';
 position: absolute;
 width: 35px;
 height: 35px;
 top: 20px;
 left: 50%;
 right: auto;
 -webkit-transform: translateX(-50%);
 -moz-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -o-transform: translateX(-50%);
 transform: translateX(-50%);
 background: url(../images/mainico/icon1.png) center center no-repeat;
}
.cd-slider-nav a:hover {
 -webkit-transition: background-color 0.03s;
 -moz-transition: background-color 0.03s;
 transition: background-color 0.03s;
 background-color: rgba(8,13,15, 0.3);
}
.cd-slider-nav li.selected a:hover {
 background-color: rgba(255,255,255, 0.0)!important;
}
.cd-slider-nav li:first-of-type a::before {
 background-position: 0 0;
}
.cd-slider-nav li.selected:first-of-type a::before {
 background: url(../images/mainico/icon1-2.png) center center no-repeat;
}
.cd-slider-nav li:nth-of-type(2) a::before {
 background: url(../images/mainico/icon5.png) center center no-repeat;
}
.cd-slider-nav li.selected:nth-of-type(2) a::before {
 background: url(../images/mainico/icon5-2.png) center center no-repeat;
}
.cd-slider-nav li:nth-of-type(3) a::before {
 background: url(../images/mainico/icon8.png) center center no-repeat;
}
.cd-slider-nav li.selected:nth-of-type(3) a::before {
 background: url(../images/mainico/icon8-2.png) center center no-repeat;
}
.cd-slider-nav li:nth-of-type(4) a::before {
 background: url(../images/mainico/icon11.png) center center no-repeat;
}
.cd-slider-nav li.selected:nth-of-type(4) a::before {
 background: url(../images/mainico/icon11-2.png) center center no-repeat;
}
.cd-slider-nav li:nth-of-type(5) a::before {
 background: url(../images/mainico/icon4.png) center center no-repeat;
}
.cd-slider-nav li.selected:nth-of-type(5) a::before {
 background: url(../images/mainico/icon4-2.png) center center no-repeat;
}
.cd-slider-nav li:nth-of-type(6) a::before {
 background: url(../images/mainico/icon6.png) center center no-repeat;
}
.cd-slider-nav li.selected:nth-of-type(6) a::before {
 background: url(../images/mainico/icon6-2.png) center center no-repeat;
}
@media screen and (max-width: 1180px) {
.cd-slider-nav {
 overflow: hidden;
 height: 80px;
}
.cd-slider-nav .cd-marker,
.cd-slider-nav li {
 max-width: 120px;
}
.cd-slider-nav a {
 padding-top: 52px;
 font-size: 13px;
}
.cd-slider-nav a::before {
 top: 12px;
}
}
@media screen and (max-width: 1220px) {
.cd-hero-slider .cd-bg-video-wrapper video {
 top: 40%;
}
}
.form_analiz {
 background-color: rgba(126,106,106,0.1);
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border: 2px solid rgba(255,255,255,0.4);
 box-shadow: inset 0 0px 3px rgba(206,196,196,.3);
 -moz-box-shadow: inset 0 0px 3px rgba(206,196,196,.3);
 -webkit-box-shadow: inset 0 0px 3px rgba(206,196,196,.3);
 -webkit-transition: border-color .218s;
 -moz-transition: border .218s;
 -o-transition: border-color .218s;
 transition: border-color .218s;
 position: relative;
 display: block;
 top: -3px;
 width: 450px;
 height: 48px;
 padding: 6px;
 padding-left: 20px;
 margin: 0px;
 margin-right: 32px;
 font: 300 16px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 color: #FFF;
 cursor: text;
}
.form_analiz:hover, .form_analiz:focus {
 border: 2px solid #FFF;
 outline: none;
 color: #FFF;
}
@media screen and (max-width: 920px) {
.form_analiz {
 width: 300px;
 margin-left: 40px;
}
}
@media screen and (max-width: 720px) {
.cd-hero-slider {
 height: 458px!important;
 border: 1px solid #fff;
}
.cd-hero-slider h2 {
 font-size: 28px;
 font-weight: 300;
}
.cd-hero-slider .cd-full-width,
.cd-hero-slider .cd-half-width {
 padding-top: 120px;
}
#overlay-start {
 display: none!important;
}
.catbtn {
 display: none!important;
}
}
#hover-me {
 background: url(../images/pattern-red.png) fixed;
 background-color: rgba(166,4,4,0.8);
 border: 1px solid rgba(166,4,4,0.8);
 border-bottom: 1px solid rgba(88,5,5,0.3);
 position: relative;
 display: block;
 width: 206px;
 height: 52px;
 padding: 0px;
 margin: 0px;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 cursor: pointer;
 font: 400 17px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 1px 1px 1px rgba(103,8,10, 0.8);
 text-align: center;
 line-height: 52px;
 z-index: 10;
 color: rgba(255,255,255,0.82);
}
#hover-me:hover {
 -moz-transition: all 0.4s ease;
 -webkit-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
 transition: all 0.4s ease;
 font: 400 17px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 1px 1px 1px rgba(103,8,10, 0.8);
 text-align: center;
 line-height: 52px;
 z-index: 20;
 color: rgba(255,255,255,0.82);
}
#hover-me::after {
 background-color: rgba(240,46,46, 0.7);
 content: '';
 opacity: 0;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 -webkit-animation: animate-shine 3s ease-out infinite;
 -moz-animation: animate-shine 3s ease-out infinite;
}
#hover-me a {
 position: absolute;
 top: -2px;
 left: -2px;
 display: block;
 width: 206px;
 height: 52px;
 padding: 0px;
 font: 400 17px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 1px 1px 1px rgba(103,8,10, 0.8);
 text-align: center;
 line-height: 52px;
 z-index: 300;
 color: rgba(255,255,255,0.82);
}
#base-black {
 background: url(../images/pattern-red.png) fixed;
 background-color: rgba(160,23,24,0.9);
 border-bottom: 1px solid rgba(121,5,5,0.5);
 border-radius: 4px;
 -moz-border-radius: 4px;
 -webkit-border-radius: 4px;
 position: absolute;
 top: 0px;
 left: 0;
 width: 206px;
 height: 52px;
}
@-webkit-keyframes animate-shine {
 0% {opacity: 0; width: 0%;}
 50% {opacity: .5;}
 100% {opacity: 0; width: 99%;}
}
@-moz-keyframes animate-shine {
 0% {opacity: 0; width: 0%;}
 50% {opacity: .5;}
 100% {opacity: 0;width: 99%;}
}
.trans {
 pointer-events: none;
 -webkit-transform: translateY(46px);
 transform: translateY(46px);
 -webkit-transition: all .55s cubic-bezier(.47,.9,.2,.87);
 transition: all .55s cubic-bezier(.47,.9,.2,.87);
 opacity: 0;
}
#hover-me:hover #base-black,
#hover-me:hover #base-white {
 -webkit-transform: translateY(0px);
 transform: translateY(0px);
 opacity: 1;
}
.resp_parser {
 background: url(../../parser/images/line.gif.html) #000 center center no-repeat;
 position: absolute;
 display: none;
 top: 0px;
 left: 0px;
 right: 0px;
 width: 100%;
 height: 8px;
 z-index: 200;
}
/* VORONKA
-----------------------------------------------------------*/
.sales-funnel::after, .sales-funnel {
 -moz-transition: transform .5s!important;
 -webkit-transition: transform .5s!important;
 -o-transition: transform .5s!important;
 transition: transform .5s!important;
 border: 1px solid rgba(121,5,5,0.0);
 background-color: rgba(255,255,255, 0.0);
 display: block;
 content: '';
 margin-top:-30px;
 border-radius: 1%;
 -moz-border-radius: 1%;
 -webkit-border-radius: 1%;
 -webkit-animation: animate-shine-funnel 60s ease-out infinite!important;
 -moz-animation: animate-shine-funnel 60s ease-out infinite!important;
 z-index: 300!important;
}
@-webkit-keyframes animate-shine-funnel {
 0% {
 transform: perspective(400px) translateZ(0px) rotateX(0deg) scale(0.9);
 animation-timing-function: ease-in;
 opacity: 1;
 }
 10% {
 transform: perspective(400px) translateZ(20px) rotateX(-10deg) scale(1.2);
 animation-timing-function: ease-in;
 }
 25% {
 transform: perspective(400px) translateX(0px) rotateX(50deg) scale(1.1);
 animation-timing-function: ease-in;
 }
 55% {
 transform: perspective(400px) translateZ(-20px) rotateX(50deg) scale(1.0);
 animation-timing-function: ease-in;
 }
 70% {
 transform: perspective(400px) translateZ(-50px) rotateX(50deg) scale(1.1);
 animation-timing-function: ease-in;
 }
 85% {
 transform: perspective(400px) translateZ(30px) rotateX(30deg) scale(1.0);
 animation-timing-function: ease-in;
}
 95% {
 transform: perspective(400px) translateZ(30px) rotateX(0deg) scale(0.8);
 animation-timing-function: ease-in;
 }
 100% {
 transform: perspective(400px) translateZ(0px) rotateX(0deg) scale(0.9);
 animation-timing-function: ease-in;
 }
}
.voronka {
 margin-top: 118px;
}
.firstarr {
 margin-top: 18px;
}
.arrtop-10 {
 position: relative;
 top: 10px!important;
}
.arrtop-30 {
 position: relative;
 top: 30px!important;
}
.lastarr {
 margin-top: -24px;
}
@media only screen and (max-width : 980px) {
.nomobile {
 display: none!important;
}
.voronka {
 display: none!important;
}
}
/* BLOCKS
-----------------------------------------------------------*/
.develop-block {
 background-color: #1A1F1F;
 background: linear-gradient(rgba(0,0,0, 0.0) 0%, rgba(0,0,0, 0.0) 100%), url(../images/develop-bg.jpg) center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 position: relative;
 padding-top: 100px;
 padding-bottom: 120px;
}
.pattern-develop {
 background: linear-gradient(rgba(0,0,0, 0.4) 0%, rgba(0,0,0, 0.4) 100%), url(../images/map.png) center center no-repeat!important;
 -webkit-background-size: cover!important;
 -moz-background-size: cover!important;
 -o-background-size: cover!important;
 background-size: cover!important;
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 z-index: 1;
 opacity: 0.98;
}
.more-width {
 max-width: 420px;
 margin: 0px auto;
}
.more-develop {
 padding: 0px!important;
 margin: 0px!important;
}
.reviews-block {
 position: relative;
 padding-top: 100px;
 padding-bottom: 100px;
}
.max-list {
 max-width: 1000px;
 margin: 0px auto;
}
.clients-block {
 background: linear-gradient(rgba(27,42,48, 0.0) 0%, rgba(27,42,48, 0.0) 100%), url(../images/clients-bg2.jpg) 50% 80% no-repeat fixed;
 background-color: #090909;
 position: relative;
 padding-top: 100px;
 padding-bottom: 70px;
}
.certificates-block {
 position: relative;
 padding-top: 100px;
 padding-bottom: 100px;
}
.contacts-block {
 background: url(../images/mapbg-red.png) #060606 50% 50% no-repeat;
 position: relative;
 padding-top: 80px;
 padding-bottom: 80px;
}
.footer-block {
 background: linear-gradient(rgba(0,0,0, 0.02) 0%, rgba(0,0,0, 0.02) 100%), url(../images/footer-bg.png) center center;
 background-color: #000;
 position: relative;
 padding-top: 25px;
 padding-bottom: 20px;
}
/* SLIDER PATTERNS
-----------------------------------------------------------*/
.pattern {
 background: linear-gradient(rgba(10,59,77, 0.92) 30%, rgba(28,95,121, 0.94) 100%);
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 z-index: 1;
 opacity:0.94;
 box-shadow: inset 0 0 188px 0 rgba(0,0,0, 0.8);
}
.pattern::after {
 background: url(../images/pattern-cub.png);
 content: '';
 position: absolute;
 display: block;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 z-index: 2;
}
.pattern-slider {
 background: url(../images/caption-slider.png) center center, linear-gradient(rgba(0,0,0, 0.6) 0%, rgba(0,0,0, 0.6) 100%);
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 z-index: 1;
 opacity:0.82;
}
.pattern-contacts {
 background: linear-gradient(rgba(4,4,4, 0.5) 0%, rgba(4,4,4, 0.8) 100%), url(../images/caption.png) center center;
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 z-index: 1;
}
.pattern-clients {
 background: linear-gradient(rgba(57,67,72, 0.0) 0%, rgba(57,67,72, 0.0) 100%), url(../images/caption-clients.png) center center;
 position: absolute;
 top: 0px;
 left: 0px;
 right: 0px;
 bottom: 0px;
 width: 100%;
 height: 100%;
 z-index: 1;
}
.btn-red {
 background-color: rgba(163,36,37, 0.94);
 border-color: rgba(80,8,8, 0.54)!important;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 display: inline-block;
 max-width: 270px;
 margin-top: 10px;
 padding: 15px 10px 15px 10px;
 font: 400 17px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 1px 1px 1px rgba(103,8,10, 0.8);
 text-align: center;
 line-height: 22px;
 z-index: 300;
 color: rgba(255,255,255,0.92);
}
.btn-red:hover {
 background-color: rgba(216,21,21, 0.84);
 color: rgba(255,255,255,0.52);
}
.mail-btn {
 -webkit-transition: all 0.03s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -khtml-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 background: url(../images/pattern-red.png) fixed;
 background-color: rgba(255,26,31,0.52);
 border-bottom: 1px solid rgba(54,5,5, 0.4);
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 position: relative;
 overflow: hidden;
 display: inline-block;
 height: 52px;
 padding: 5px 30px 5px 30px;
 font: 400 17px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 1px 1px 1px rgba(103,8,10, 0.8);
 text-decoration: none;
 text-align: center;
 line-height: 42px;
 color: rgba(255,255,255,0.82);
}
.mail-btn:before {
 content: '';
 background: url(../images/pattern-cub.png) fixed;
 background-color: rgba(255,26,31,0.72);
 width: 100%;
 height: 100%;
 display: block;
 position: absolute;
 top: 0;
 left: -115%;
 z-index: -1;
 -webkit-transform: skewX(-45deg);
 -ms-transform: skewX(-45deg);
 transform: skewX(-45deg);
 -webkit-transition: all .5s;
 transition: all .5s;
}
.mail-btn:hover.mail-btn:before {
 left: -20%;
 width: 140%;
}
.mail-btn:hover.mail-btn span {
 color: #fff;
}
.sub-corner {
 background: url(../images/corner.png) top center no-repeat;
 content: '';
 display: block;
 width: 100%;
 height: 28px;
 margin: 0px auto;
}
/* MAIN CONTENT
-----------------------------------------------------------*/
.cd-main-content {
 background: url(../images/map-bg.jpg) bottom center no-repeat;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 margin: 0px auto;
 padding-top: 100px;
 padding-bottom: 100px;
}
.cd-main-content h2 {}
.get_otzivi {
 display: none;
}
.get_certif {
 display: none;
}
.no-js .cd-hero-slider li {
 display: none;
}
.no-js .cd-hero-slider li.selected {
 display: block;
}
.no-js .cd-slider-nav {
 display: none;
}
/* CUSTOM
-----------------------------------------------------------*/
.portfolio-item {
 position: relative;
 display: block;
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 border-radius: 1px;
 padding-top: 25px;
}
.portfolio-item img {
 position: relative;
 display: block;
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 border-radius: 1px;
}
.portfolio-item span {
 position: relative;
 display: inline-block;
 margin-bottom: 5px;
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 border-radius: 1px;
 -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.34);
 -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.34);
 box-shadow: 5px 5px 0px rgba(0,0,0,0.24);
}
.portfolio-item span:after {
 pointer-events: none;
 position: absolute;
 width: 100%;
 height: 100%;
 content: '';
 top: -7px;
 left: -7px;
 padding: 7px;
 -webkit-border-radius: 1px;
 -moz-border-radius: 1px;
 border-radius: 1px;
 box-shadow: 0 0 0 2px rgba(255,201,15, 0.8);
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 -webkit-transition: transform 0.2s, opacity 0.2s;
 -moz-transition: transform 0.2s, opacity 0.2s;
 transition: transform 0.2s, opacity 0.2s;
 -webkit-transform: scale(1.2);
 -moz-transform: scale(1.2);
 transform: scale(1.2);
 opacity: 0;
}
.portfolio-item a:hover span:after {
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 transform: scale(1);
 opacity: 1;
}
.portfolio-item a {
 opacity: 0.8;
}
.portfolio-item a:hover {
 opacity: 1;
}
.mail-submit {
 background-color: rgba(188,23,26,0.0);
 display: block;
 width: 70px;
 height: 62px!important;
 margin: 0px;
 padding: 0px;
 padding-top: 15px!important;
}
.mail-submit .icon-envelope {
 color: rgba(255,255,255,0.82);
}
form.line-form .form-control {
 background: url(../images/sendmail.png) 10px 6px no-repeat;
 background-color: rgba(255,255,255,0.9);
 padding: 14px 13px  12px 60px;
 margin: 0px;
 font-size: 15px;
 border: 1px solid rgba(105,11,13,0.8)!important;
 box-shadow: inset 0 -1px 5px rgba(0,0,0,.3)!important;
 -moz-box-shadow: inset 0 -1px 5px rgba(0,0,0,.3)!important;
 -webkit-box-shadow: inset 0 -1px 5px rgba(0,0,0,.3)!important;
}
a.ls-nav-prev, a.ls-nav-next {
 position: absolute;
 display: block;
 top: 50%;
 width: 71px;
 height: 50px;
 margin-top: 5px;
 z-index: 100;
 opacity: 0.2;
}
a.ls-nav-prev {
 background: url(../images/arrows-dev.png) top left no-repeat;
 left: -71px;
}
a:hover.ls-nav-prev {
 background: url(../images/arrows-hover.png) top left no-repeat;
 opacity: 0.88;
}
a.ls-nav-next {
 background: url(../images/arrows-dev.png) top right no-repeat;
 right: -71px;
}
a:hover.ls-nav-next {
 background: url(../images/arrows-hover.png) top right no-repeat;
 opacity: 0.88;
}
a.zamok-folio {
 background: url(../images/zamok.png) left center no-repeat;
 display: inline-block;
 padding: 0px;
 padding-left: 30px;
 font: 300 20px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 1px 1px 1px rgba(103,8,10, 0.8);
 text-decoration: none;
 text-align: center;
 line-height: 22px;
 z-index: 300;
 color: rgba(196,209,219,0.82);
}
a:hover.zamok-folio {
 text-decoration: none;
 color: rgba(255,255,255,1.0);
}
/* PRETTY
-----------------------------------------------------------*/
#overlay {
 background-color: #000000;
 position: absolute;
 top: 0;
 left: 0;
 z-index: 10000;
 width: 100%;
}
.prettyPopin {
 background-color: rgba(25,28,29,0.3);
 display: none;
 position: absolute;
 z-index: 11000;
 top: 50%;
 left: 50%;
 padding: 7px;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}
.prettyPopin a#b_close {
 background: url(../../images/close_pay.png) center center no-repeat;
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 background-color: rgba(44,45,44,0.8);
 border: 1px solid rgba(243,246,247,0.3);
 -webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.28);
 -moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.28);
 box-shadow: 5px 5px 0px rgba(0,0,0,0.28);
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 display: none;
 position: absolute;
 z-index: 999999;
 top: 40px;
 right: -65px;
 width: 53px;
 height: 53px;
 padding: 10px;
 text-indent: -10000px;
 filter:alpha(opacity=70);
 -moz-opacity: 0.7;
 opacity: 0.7;
 cursor: pointer;
}
.prettyPopin a:hover#b_close {
 -moz-transition: all 0.1s ease-in;
 -webkit-transition: all 0.1s ease-in;
 -o-transition: all 0.1s ease-in;
 transition: all 0.1s ease-in;
 filter:alpha(opacity=100);
 -moz-opacity: 1.0;
 opacity: 1.0;
}
.prettyPopin .prettyContent {
 background-color: #FCFFFA;
 position: relative;
 width: 100%;
 height: 100%;
 font-size: 1.2em;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
}
.prettyPopin .prettyContent .prettyContent-container {
 display: none;
 padding: 0px;
}
.prettyPopin .prettyContent .loader {
 position: absolute;
 top: 8px;
 left: 8px;
}
.prettyPopin a {
 font: normal 12px tahoma, arial, sans-serif;
 text-decoration: underline;
 color:#3550C2;
}
.prettyPopin a:hover {
 text-decoration: none;
}
/* MrSCROLL to TOP
-----------------------------------------------------------*/
#MrScrollUp div {
 width: 100px;
 overflow: hidden;
 position: absolute;
 left: 0;
 top: 0;
 margin: 0;
 padding: 0;
}
#MrScrollUp .MrScrollUp1 {
 background:url(../images/MrScrollUp.png) no-repeat -104px 0;
 opacity: 0;
 height: 152px;
 display: none;
 z-index: 1;
}
#MrScrollUp .MrScrollUp2 {
 background: transparent;
 cursor: pointer;
 display: block;
 z-index: 2;
 height: 88px;
}
#MrScrollUp {
 z-index: 11;
 width: 100px;
 height: 152px;
 display: block;
 overflow: hidden;
 cursor: default;
 position: fixed;
 right: 20px;
 top: 95%;
 background: url(../images/MrScrollUp.png) no-repeat 0 0;
 margin: -100px 0 0;
 padding: 0;
}
@media only screen and (max-width : 800px) {
#MrScrollUp {
 display: none!important;
}
}

/*----------------------------------------------------------------------------------------
						TABS STYLES
-----------------------------------------------------------------------------------------*/

.servise-about .row-red {
 background: linear-gradient(to top,rgba(255,255,255,1),rgba(188,23,26,1),rgba(255,255,255,1.8));
 background-size: 1600px 1600px, auto;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 max-width: 1100px;
 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
 margin-left: 2px;
 margin-right: 2px;
 text-align: center;
}
.servise-about .row-sub-red {
 background-color: rgba(255,255,255,1);
 margin: 1px;
 padding: 50px;
 border-radius: 3px;
 font-size: 15px;
}
.servise-about .h3-bold {
 font-size: 28px;
 font-weight: 600;
}
.servise-about .nav-tabs {
 border-bottom: 1px solid #9C0C0E;
 -webkit-border-image: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(156,12,14,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
 -moz-border-image: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(156,12,14,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
 border-image: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(156,12,14,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
}
.servise-about .nav-tabs li {
 display: inline-block;
 float: none;
}
.servise-about .nav-tabs li a {
 margin-right: 10px;
 padding: 12px 25px;
 font-family: Roboto;
 font-size: 24px;
 font-weight: 400;
 display: block;
}
.servise-about .nav-tabs li a span {
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 border-bottom: 1px solid #9C0C0E;
 -webkit-border-image: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(156,12,14,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
 -moz-border-image: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(156,12,14,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
 border-image: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(156,12,14,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
 color: #23272B;
}
.servise-about .nav-tabs li a:hover span {
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
 border-bottom: 1px solid rgba(156,12,14,0.0);
 color: #CB0F0F;
}
.servise-about .nav-tabs li.active a span {
 border-bottom: 2px solid rgba(156,12,14,0.0);
 -webkit-border-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,rgba(156,12,14,0) 55%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%) 1 stretch;
 -moz-border-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 5%,rgba(156,12,14,0) 55%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%) 1 stretch;
 border-image: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 5%,rgba(156,12,14,0) 55%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%) 1 stretch;
 color: #fff;
}
.servise-about .nav-tabs li.active a,
.servise-about .nav-tabs li.active a:hover,
.servise-about .nav-tabs li.active a:focus {
 background: url(../images/pattern-red.png);
 background-color: rgba(188,23,26,1);
 border: 1px solid rgba(255,255,255,1);
 border-bottom: 1px solid rgba(188,23,26,1);
 border-radius: 4px 4px 2px 2px;
 -moz-border-radius: 4px 4px 2px 2px;
 -webkit-border-radius: 4px 4px 2px 2px;
 position: relative;
 color: #fff;
}
.servise-about .nav-tabs li.active a::after {
 content: '';
 position: absolute;
 left: 0px;
 top: 50%;
 margin-top: -20px;
 border: 20px solid transparent;
 border-left: 3px solid #FFFFFF;
}
.servise-about .nav-tabs li.active a::before {
 content: '';
 position: absolute;
 right: 0px;
 top: 50%;
 margin-top: -20px;
 border: 20px solid transparent;
 border-right: 3px solid #FFFFFF;
}
.servise-about .nav-tabs li a:hover {
 background: none;
 border-bottom: 1px solid rgba(156,12,14,.5);
}
.servise-about .tab-content {
 padding: 35px 25px;
 background-color:#fff;
}
.servise-about .tab-content-border{
 padding:20px;
 border:1px solid #fff;
 border-top:none;
}
.servise-about .tab-content-zero{
 padding:0;
}
.servise-about .tab-content-border .data-list{
 margin:40px 0 0 40px;
}
@media (max-width: 767px) {
.servise-about .nav-tabs > li {
 float: none;
}
.servise-about .nav-tabs > li a {
 display: block;
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 border-left: 1px solid #fff;
 border-radius: 0;
 margin: 0;
}
.servise-about .nav-tabs li:first-child a {
 border-radius: 4px 4px 0 0;
}
.servise-about .nav-tabs > li a:hover,
.servise-about  .nav-tabs > li.active > a,
.servise-about  .nav-tabs > li.active > a:hover,
.servise-about  .nav-tabs > li.active > a:focus {
 border-color: #ddd;
}
}
@media (max-width: 992px) {
.servise-about .tab-content-border .data-list{
 margin:40px 0 0 0;
}
}
/* PRICING
-----------------------------------------------------------*/
.pricing-feature-list {
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 margin-top:3em;
 padding:.25em 1.5em .75em;
 padding-bottom:2em;
 text-align:left;
 list-style:none;
 font-size:15px;
 font-weight:300;
 color:#485055;
}
.pricing-feature-list .pricing-feature {
 padding:.55em 0
}
.dplus::before {
 content:'+ ';
 font-weight:700;
 color:#2eb24d;
 font-size:1.5em;
 top:2px;
 position:relative;
 line-height:1
}
.pricing-section {
 /* background-image:url(../images/landing-parallax.png.html); */
 background-color:#f3f3f3
}
.pricing {
 width:100%;
 margin:0 auto 3em;
 text-align:center
}
.pricing-item {
 position:relative;
 margin-bottom:10px
}
.pricing-sentence .label {
 background: linear-gradient(to right,rgba(126,49,49, 1),rgba(232,41,41, 0.8),rgba(126,49,49, 1));
 color: rgba(237,240,245, 0.92);
 margin-left: 4px;
}
.pricing-sentence .sublabel {
 font-size:14px;
}
.pricing-item .pricing-white {
 background: url(../images/pattern-price.png);
 position: relative;
 border-radius: 4px;
 padding:2em 2em 0
}
.pricing-item .pricing-white::after {
 content: '';
 position: absolute;
 left: 50%;
 top: 0px;
 margin-left: -50px;
 border: 50px solid transparent; /* ���������� ������� */
 border-top: 10px solid #FFFFFF; /* ��������� ����������� */
}
.pricing-feature::before {
 content:"\f00c";
 font-family:FontAwesome,sans-serif;
 margin-right:10px;
 font-size:13px;
 color: #485055;
}
.pricing-action {
 color:inherit;
 border:none;
 background:0 0
}
.pricing-action:focus {
 outline:0
}
.pricing-rabten .pricing-item {
 cursor:default;
 color:#FFF;
 max-width:320px;
 background-image:url(../images/pattern-min.png)
}
.pricing-rabten .pricing-title {
 -moz-transition: all 0.4s ease;
 -webkit-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
 transition: all 0.4s ease;
 font-family:Roboto;
 font-size: 30px;
 font-weight:700;
 padding:0 0 .5em;
 margin:0px;
 margin-top:15px;
 color:#FFF;
}
.pricing-rabten .icon {
 font-size:2.5em;
 color:#8b909d;
 -webkit-transition:color .3s;
 transition:color .3s
}
.pricing-rabten .pricing-item {
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 border:transparent;
 border-top: 2px solid rgba(255,255,255,0);
}
.pricing-rabten .pricing-item:hover {
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1);
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
 -webkit-box-shadow:0 2px 4px 0 rgba(90,80,80,.25);
 box-shadow:0 2px 4px 0 rgba(90,80,80,.25);
 z-index:2;
 background-color:#fff;
 border-top: 2px solid rgba(140,14,15,0.0);
}
.pricing-rabten .pricing-item:hover .icon {
 color:#e03e3e
}
.pricing-rabten .pricing-item:hover .pricing-feature-list {
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
 color:#333;
}
.pricing-rabten .pricing-price {
 font-size:32px;
 font-weight:700;
 margin:.5em 0 0;
 overflow:hidden
}
.pricing-rabten .pricing-currency {
 font-size:.5em;
 vertical-align:super
}
.pricing-rabten .pricing-period {
 font-size:16px;
 font-weight:300;
 text-shadow: 0px 0px 1px #0D0F0F;
 color:#D0D7E2;
}
.pricing-rabten .pricing-anim {
 display:inline-block;
 position:relative;
}
.pricing-rabten .pricing-item:hover .pricing-anim {
 -webkit-animation:moveUp .4s forwards;
 animation:moveUp .4s forwards;
 -webkit-animation-timing-function:cubic-bezier(.7,0,.3,1);
 animation-timing-function:cubic-bezier(.7,0,.3,1);
}
.pricing-rabten .pricing-item:hover .pricing-anim-2 {
 -webkit-animation-delay:50ms;
 animation-delay:50ms;
}
.pricing-rabten .pricing-sentence {
 font-size:1em;
 margin:0 0 1em;
 color:#D0D7E2;
}
.pricing-rabten .pricing-action {
 font-weight:700;
 position:relative;
 -webkit-transform:translateY(50%);
 -ms-transform:translateY(50%);
 transform:translateY(50%);
 margin-top:auto;
 padding:1em 2em;
 width:100%;
 color:#fff;
 -webkit-border-radius:30px;
 border-radius:30px;
 background:#e03e3e;
 -webkit-transition:background-color .3s;
 transition:background-color .3s
}
.pricing-rabten .pricing-action:focus,.pricing-rabten .pricing-action:hover {
 background-color:#c53737
}
@-webkit-keyframes moveUp {
 50% {
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 51% {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 52% {
  opacity:1;
  -webkit-transform:translate3d(0,100%,0);
  transform:translate3d(0,100%,0)
 }
 100% {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}
@keyframes moveUp {
 50% {
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 51% {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 52% {
  opacity:1;
  -webkit-transform:translate3d(0,100%,0);
  transform:translate3d(0,100%,0)
 }
 100% {
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}
@media screen and (max-width:60em) {
 .pricing-rabten .pricing-item {
  max-width:none;
  width:100%;
  margin-bottom:54px;
  -webkit-box-flex:0;
  -webkit-flex:none;
  -ms-flex:none;
  flex:none;
  border:none!important;
  opacity:1!important
 }
}
/* PRICE BUTTON
-----------------------------------------------------------*/
.price-btn {
 -webkit-transition:all 30ms ease-in-out;
 -webkit-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out;
 background-color:rgba(188,23,26,1);
 background: url(../images/pattern-red.png),linear-gradient(to left,rgba(126,49,49, 1),rgba(232,41,41, 1),rgba(126,49,49, 1));
 border-bottom:1px solid rgba(54,5,5,.4);
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 position:relative;
 overflow:hidden;
 display:inline-block;
 height:42px;
 margin:10px auto;
 padding:5px 30px;
 top: 30px;
 font:400 17px 'Open Sans',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 text-shadow:1px 1px 1px rgba(103,8,10,.8);
 text-decoration:none;
 text-align:center;
 line-height:32px;
 color:rgba(255,255,255,.82);
 outline:0
}
.price-btn span {
 position:relative;
 -webkit-transition:all .5s ease 0;
 transition:all .5s ease 0
}
.price-btn:before {
 content:'';
 background-color:rgba(188,23,26,1);
 background: url(../images/pattern-red.png),linear-gradient(to left,rgba(217,42,42, 1),rgba(217,42,42, 1),rgba(252,26,26, 1),rgba(217,42,42, 1));
 width:100%;
 height:100%;
 display:block;
 position:absolute;
 bottom:-115%;
 left:0;
 -webkit-transform:skewX(-145deg);
 -ms-transform:skewX(-145deg);
 transform:skewX(-145deg);
 -webkit-transition:all .5s;
 transition:all .5s
}
.price-btn:hover::before {
 left:-20%;
 bottom:0%;
 width:140%
}
.price-btn:hover span {
 color:#fff
}
.price-btn:hover.price-btn {
 border-bottom:1px solid rgba(54,5,5,.0);
 text-decoration:none
}
.price-btn:active.price-btn {
 border-bottom:1px solid rgba(54,5,5,.0);
 outline:0
}
/* TOOLTIPS
-----------------------------------------------------------*/
a.tooltip_web {
 background: url(../images/ask_two.png) bottom center no-repeat;
 -moz-transition: all .7s ease-in;
 -webkit-transition: all .7s ease-in;
 -o-transition: all .7s ease-in;
 transition: all .7s ease-in;
 display: inline-block;
 width: 13px;
 height: 13px;
 padding-left: 8px;
 margin-left: 4px;
 text-decoration: none;
 filter: alpha(opacity=88);
 -moz-opacity: 0.88;
 opacity: 0.88;
}
a:hover.tooltip_web {
 -moz-transition: all .1s ease-in;
 -webkit-transition: all .1s ease-in;
 -o-transition: all .1s ease-in;
 transition: all .1s ease-in;
 text-decoration: none;
 cursor: help;
 filter:alpha(opacity=100);
 -moz-opacity: 1.0;
 opacity: 1.0;
}
#tooltip {
 background-color: rgba(255,255,255, 0.98);
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 border: 1px solid #9C0C0E;
 -webkit-border-image: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(156,12,14,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
 -moz-border-image: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(156,12,14,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
 border-image: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 5%,rgba(156,12,14,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
 max-width: 400px;
 padding: 20px 28px 20px 28px;
 position: absolute;
 font: 400 13px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 0px 0px 1px rgba(255,255,255, 0.98);
 text-align: center;
 line-height: 20px;
 z-index: 100;
 color: #282C31;
}
#tooltip::after {
 border-left: 7px solid transparent;
 border-right: 7px solid transparent;
 border-top: 7px solid rgba(156,12,14,1);
 bottom: -7px;
 content: "";
 height: 0;
 left: 50%;
 margin-left: -7px;
 position: absolute;
 width: 0;
}
#tooltip.top::after {
 border-bottom: 7px solid rgba(255,255,255, 0.98);
 border-top-color: transparent;
 bottom: auto;
 top: -14px;
}
#tooltip.left::after {
 left: 10px;
 margin: 0;
}
#tooltip.right::after {
 left: auto;
 margin: 0;
 right: 10px;
}
/* PRICE PPC SMM
-----------------------------------------------------------*/
.table-res th {
 padding: 14px 10px 12px 10px;
 border-top: 1px solid rgba(142,157,162,0.1);
 border-right: 1px solid rgba(54,61,64,0.5);
}
.table-res td {
 padding: 20px!important;
 border-top: 1px solid rgba(142,157,162,0.1);
 border-right: 1px solid rgba(142,157,162,0.1);
}
.table-res .black {
 background-color: #FBFBFB;
}
.table-res .white {
 background-color: #FFF;
}
.table-res .name {
 padding-left: 25px!important;
 min-width:70%!important;
 font-size: 15px;
 font-weight: 300;
 color: #485055;
}
.table-res .list {
 max-width:140px!important;
 text-align:center;
}
.table-res .listPPS {
 min-width:200px!important;
 text-align:center;
}
.table-res .topline {
 background-color: #F6F6F6;
 background: linear-gradient(rgba(246,246,246,0.8) 0%, rgba(255,255,255,1.0) 100%);
 position: relative;
}
.table-res .topline .PPSName {
 background: url(../images/header_bg.png),linear-gradient(to right,rgba(175,15,15,0.82),rgba(67,144,23,0.84));
 background-size: 500px!important;
 border-bottom: 2px solid rgba(33,38,41,0.4);
 font-size: 28px;
 font-weight: 600;
 color:#fff;
}
.table-res .topline .tarName {
 background: url(../images/header_bg.png),linear-gradient(to left,rgba(175,15,15,0.82),rgba(75,144,23,0.92));
 background-size: 500px!important;
 border-bottom: 2px solid rgba(33,38,41,0.4);
 font-size: 28px;
 font-weight: 600;
 color:#fff;
}
.table-res .topline .tar1 {
 background: url(../images/pattern-price.png);
 border-bottom: 2px solid rgba(57,46,5,0.4);
 font-family: Roboto;
 font-size: 24px;
 font-weight: 600;
 line-height: 24px;
 color: #FFF;
}
.table-res .topline .tar2 {
 background: url(../images/pattern-price.png);
 border-bottom: 2px solid rgba(36,57,5,0.4);
 font-family: Roboto;
 font-size: 24px;
 font-weight: 600;
 line-height: 24px;
 color: #FFF;
}
.table-res .topline .tar3 {
 background: url(../images/pattern-price.png);
 border-bottom: 2px solid rgba(5,57,57,0.4);
 font-family: Roboto;
 font-size: 24px;
 font-weight: 600;
 line-height: 24px;
 color: #FFF;
}
.table-res .topline .tar4 {
 background: url(../images/pattern-price.png);
 border-bottom: 2px solid rgba(5,57,57,0.4);
 font-family: Roboto;
 font-size: 24px;
 font-weight: 600;
 line-height: 24px;
 color: #FFF;
}
.table-res .topline .tar5 {
 background: url(../images/pattern-price.png);
 border-bottom: 2px solid rgba(57,5,5,0.4);
 font-family: Roboto;
 font-size: 24px;
 font-weight: 600;
 line-height: 24px;
 color: #FFF;
}
.table-res .tar1-yes {
 color: #B70000;
 font-size: 14px;
}
.table-res .tar1-no {
 color: #bbb;
 font-size: 14px;
}

.table-res .tar2-yes {
 color: #B79300;
 font-size: 14px;
}
.table-res .tar2-no {
 color: #bbb;
 font-size: 14px;
}
.table-res .tar3-yes {
 color: #6CB700;
 font-size: 14px;
}
.table-res .tar3-no {
 color: #bbb;
 font-size: 14px;
}
.table-res .tar4-yes {
 color: #038BA0;
 font-size: 14px;
}
.table-res .tar4-no {
 color: #bbb;
 font-size: 14px;
}
.table-res .tar5-yes {
 color: #B70000;
 font-size: 14px;
}
.table-res .tar5-no {
 color: #bbb;
 font-size: 14px;
}
.table-res .fa-gift {
 font-size: 18px;
 cursor: help;
}
.table-res .pricing-period {
 font-size: 14px;
 font-weight: 300;
 text-shadow: 0px 0px 1px #0D0F0F;
 color: #D0D7E2;
}
.table-res .pricing-price {
 font-size: 15px;
 font-weight: 700;
 line-height: 22px;
 overflow: hidden;
}
.table-res .pricing-currency {
 font-size: 13px;
 vertical-align: super;
 padding-left: 2px;
 line-height: 22px;
 color: #D0D7E2;
}
.table-res .z1 {
 background-color: #FCFCF5;
}
.table-res .z2 {
 background-color: #F6FCF2;
}
.table-res .z3 {
 background-color: #F5FCFC;
}
.table-res .z4 {
 background-color: #F1F9FC;
}
.table-res .z5 {
 background-color: #FCF5F5;
}
.table-res .fa {
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
}
.table-res .list:hover .fa {
 -moz-transition: all 0.08s;
 -webkit-transition: all 0.08s;
 -o-transition: all 0.08s;
 transition: all 0.08s;
 -webkit-transform: scale(1.25);
 -moz-transform: scale(1.25);
 -o-transform: scale(1.25);
 transform: scale(1.25);
}
.table-res .listPPS:hover .fa {
 -moz-transition: all 0.08s;
 -webkit-transition: all 0.08s;
 -o-transition: all 0.08s;
 transition: all 0.08s;
 -webkit-transform: scale(1.25);
 -moz-transform: scale(1.25);
 -o-transform: scale(1.25);
 transform: scale(1.25);
}
#list_one ul {
 padding: 0;
 margin-left: 20px;
 display: block;
 text-align: left;
}
#list_one ul li {
 list-style-image: url(../images/marker.jpg);
 padding: 8px;
 margin: 0;
 line-height: 16px;
}
/* PRICE BUTTON
-----------------------------------------------------------*/
.price1-btn {
 -webkit-transition:all 30ms ease-in-out;
 -webkit-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out;
 background-color:rgba(188,23,26,1);
 background: url(../images/pattern-red.png),linear-gradient(to left,rgba(126,49,49, 1),rgba(232,41,41, 0.98),rgba(126,49,49, 1));
 border-bottom:1px solid rgba(54,5,5,.4);
 border-radius:3px;
 -moz-border-radius:3px;
 -webkit-border-radius:3px;
 position:relative;
 overflow:hidden;
 display:inline-block;
 height:36px;
 margin: 0px;
 padding:1px 20px;
 font:400 15px 'Open Sans',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 text-shadow:1px 1px 1px rgba(103,8,10,.8);
 text-decoration:none;
 text-align:center;
 line-height:26px;
 color:rgba(255,255,255,.82);
 outline:0
}
.price1-btn span {
 position:relative;
 -webkit-transition:all .5s ease 0;
 transition:all .5s ease 0
}
.price1-btn:before {
 content:'';
 background-color:rgba(188,23,26,1);
 background: url(../images/pattern-red.png),linear-gradient(to left,rgba(217,42,42, 1),rgba(217,42,42, 1),rgba(252,26,26, 1),rgba(217,42,42, 1));
 width:100%;
 height:100%;
 display:block;
 position:absolute;
 bottom:-115%;
 left:0;
 -webkit-transform:skewX(-145deg);
 -ms-transform:skewX(-145deg);
 transform:skewX(-145deg);
 -webkit-transition:all .5s;
 transition:all .5s
}
.price1-btn:hover::before {
 left:-20%;
 bottom:0%;
 width:140%
}
.price1-btn:hover span {
 color:#fff
}
.price1-btn:hover.price1-btn {
 border-bottom:1px solid rgba(54,5,5,.0);
 text-decoration:none
}
.price1-btn:active.price1-btn {
 border-bottom:1px solid rgba(54,5,5,.0);
 outline:0
}
.carousel h3 {
 line-height: 20px;
}
/* BLOG
-----------------------------------------------------------*/
.bigTitleBg {
 background: linear-gradient(rgba(0,0,0, 0.02) 0%, rgba(0,0,0, 0.02) 100%), url(../images/footer-bg.png) center center;background-color: #000;
 border-bottom: 1px solid rgba(174,72,64,0.8);
 -webkit-box-shadow: 0px 5px 2px 0px rgba(37,40,48, 0.1);
 -moz-box-shadow: 0px 5px 2px 0px rgba(37,40,48, 0.1);
 box-shadow: 0px 5px 2px 0px rgba(37,40,48, 0.1);
 display: block;
 margin: 0;
 margin-top: 120px;
 padding: 15px 0px 20px 30px;
}
.bigTitleBg h1 {
 font: 400 32px 'roboto',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 color: #C9D1D6;
}
.inner-category {
 padding-top: 50px;
}
a.bigPostLink {
 -moz-transition: all .2s ease-in;
 -webkit-transition: all .2s ease-in;
 -o-transition: all .2s ease-in;
 transition: all .2s ease-in;
 border-bottom: 1px dashed rgba(0,0,0, 0.2);
 font: 400 28px 'roboto',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 color: #211D1C;
}
a:hover.bigPostLink {
 -moz-transition: all .2s ease-in;
 -webkit-transition: all .2s ease-in;
 -o-transition: all .2s ease-in;
 transition: all .2s ease-in;
 border-bottom: 1px dashed rgba(183,88,88, 0);
 color: #AA3939;
}
.single-post .post-info > * {
 color: #211D1C;
 opacity: 0.7!important;
}
.bigPostHeader {
 font: 400 28px 'roboto',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 color: #211D1C;
}
/* SIDEBAR
-----------------------------------------------------------*/
.nav-category {
 background-color: rgba(194,65,65,1);
 background: url(../images/header_bg.png),linear-gradient(to right,rgba(185,25,25,1),rgba(44,113,28,1));
 background-size: 700px 700px, auto;
 border-bottom: 1px solid rgba(174,72,64,0.8);
 position: relative;
 display: block;
 margin: 0;
 padding: 15px 0px 15px 25px;
 font: 400 18px 'roboto',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 color: #FFF;
}
#sidebar .fa {
 margin-right: 10px;
}
#sidebar {
 background-color: #FFF;
 border: 1px solid rgba(214,208,204, 0.85);
 border-image: linear-gradient(to bottom,rgba(37,40,48,0.0) 0%,rgba(156,12,14,0.74) 5%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
 -webkit-box-shadow: 0px 0px 1px 0px rgba(59,82,104, 0.1);
 -moz-box-shadow: 0px 0px 1px 0px rgba(59,82,104, 0.1);
 box-shadow: 0px 0px 1px 0px rgba(59,82,104, 0.1);
}
#sidebar ul {
 margin: 0;
 padding: 0;
 list-style: none;
 text-align: left;
}
#sidebar ul li {
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 display: block;
 margin: 0;
 padding: 0px;
 border: 1px solid rgba(0,0,0, 0.1);
 border-top: 1px solid rgba(0,0,0, 0);
}
#sidebar ul li:hover {
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
}
#sidebar ul li a {
 background-color: #FFF;
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 display: block;
 padding: 15px 0px 15px 25px;
 font: 400 17px 'roboto',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 color: #211D1C;
}
#sidebar ul li:hover a {
 background-color: #FAF5F5;
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
 color: #AA3939;
}
#sidebar ul li a span {
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 border-bottom: 1px dashed rgba(0,0,0, 0.2);
}
#sidebar ul li:hover a span {
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
 border-bottom: 1px dashed rgba(183,88,88, 0);
}
/* SIDEBAR
-----------------------------------------------------------*/
.nav-articlebar {
 background-color: rgba(194,65,65,1);
 background: url(../images/header_bg.png),linear-gradient(to right,rgba(185,25,25,1),rgba(44,113,28,1));
 background-size: 700px 700px, auto;
 border-bottom: 1px solid rgba(174,72,64,0.8);
 position: relative;
 display: block;
 margin: 0;
 padding: 15px 25px 15px 25px;
 font: 400 18px 'roboto',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 color: #FFF;
}
#articlebar .fa {
 margin-right: 10px;
}
#articlebar {
 background-color: #FFF;
 border: 1px solid rgba(214,208,204, 0.85);
 border-image: linear-gradient(to bottom,rgba(37,40,48,0.0) 0%,rgba(156,12,14,0.74) 5%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
 margin-top: 35px;
 -webkit-box-shadow: 0px 0px 1px 0px rgba(59,82,104, 0.1);
 -moz-box-shadow: 0px 0px 1px 0px rgba(59,82,104, 0.1);
 box-shadow: 0px 0px 1px 0px rgba(59,82,104, 0.1);
}
#articlebar ul {
 margin: 0;
 padding: 0;
 list-style: none;
 text-align: left;
}
#articlebar ul li {
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 display: block;
 margin: 0;
 padding: 0px;
 border: 1px solid rgba(0,0,0, 0.1);
 border-top: 1px solid rgba(0,0,0, 0);
}
#articlebar ul li:hover {
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
}
#articlebar ul li a {
 background-color: #FFF;
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 display: block;
 padding: 20px 25px 20px 25px;
 font: 400 15px 'roboto',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 color: #211D1C;
}
#articlebar ul li:hover a {
 background-color: #FAF5F5;
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
 color: #AA3939;
}
#articlebar ul li a span {
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 border-bottom: 1px dashed rgba(0,0,0, 0.2);
}
#articlebar ul li:hover a span {
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
 border-bottom: 1px dashed rgba(183,88,88, 0);
}
/* PAGINATION
-----------------------------------------------------------*/
.blog-header {
 background-color: rgba(194,65,65,1);
 background: url(../images/header_bg.png),linear-gradient(to right,rgba(185,25,25,1),rgba(44,113,28,1)), url(../images/caption-slider.png) center center;
 background-size: 700px 700px, auto;
 height: 130px;
}
.pattern-blog {
 z-index: -1;
 opacity: 0.3;
}
.blog-sidebar {
 padding-left: 30px;
 padding-right: 40px;
 margin-bottom: 40px;
}
.page_consls {
 text-align: left;
 clear: both;
 padding: 10px;
 margin-bottom: 70px;
 border: 1px solid rgba(174,72,64,0.8);
 border-image: linear-gradient(to right,rgba(156,12,14,0.74) 0%,rgba(156,12,14,0.74) 5%,rgba(255,255,255,1) 55%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%) 1 stretch;
}
.page_consls  ul {
 width: 100%;
 padding: 0px;
 margin: 0px;
}
.page_consls  ul li {
 display: inline-block;
 list-style: none;
 margin: 5px 5px;
}
.page_consls  ul li a, .page_consls  ul li a:visited {
 background-color: #92292A;
 border: 1px solid #FFF;
 border-radius: 4px 4px 4px 4px;
 -moz-border-radius: 4px 4px 4px 4px;
 -webkit-border-radius: 4px 4px 4px 4px;
 display: block;
 height: auto;
 width: 44px;
 font: 400 15px 'roboto',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 text-decoration: none;
 text-align: center;
 line-height: 44px;
 color: #FFF;
}
.page_consls  ul li a:hover {
 background-color: #92292A;
 text-decoration: none;
}
.page_consls ul li a:active {
 box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.3) !important;
 background-color: #92292A !important;
 color: #fff !important;
}
.page_consls ul li a.active {
 background-color: #FFF;
 border: 1px solid #92292A;
 filter:alpha(opacity=30);
 -moz-opacity: 0.3;
 opacity: 0.3;
 cursor: default;
 color: #92292A;
}
.post-media {
 position: relative;
}
.post-media .price-circle {
 background: linear-gradient(to left,rgba(232,41,41, 0.82),rgba(126,49,49, 0.92));
 position: absolute;
 right: 10px;
 top: 10px;
 border-radius: 5px;
 text-align: center;
 height: 34px;
 padding: 10px 15px 10px 15px;
 font-size: 15px;
 line-height: 1;
 color: rgba(237,240,245, 0.92);
}
.badge-success {
 background: linear-gradient(to left,rgba(95,165,26, 0.94),rgba(94,133,44, 0.96));
 color: rgba(237,240,245, 0.92);
 font-size: 12px;
 margin-top: 2px;
 margin-right: 20px;
 border: 0px !important;
}
/* COMMENTS
-----------------------------------------------------------*/
.clear {
 clear: both;
}
#comment-form {
 border: 0px;
}
.inner-post-info {
 font-size: 15px;
}
.comments-all {
 background: linear-gradient(to bottom,rgba(245,243,242, 0.5),rgba(242,240,239, 0.84)), url(../images/tabs-bg.png) bottom center repeat-x;
 padding: 18px 28px 18px 28px;
 border: 1px solid rgba(31,39,46, 0.05);
 border-bottom: 1px solid #D6D0CC;
 -webkit-box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
 -moz-box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
 box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
 font: 400 14px 'roboto',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 color: #636060;
}
.comments-all .fa {
 margin-right: 8px;
}
.add-comment {
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 border-bottom: 1px dashed #636060;
 cursor: pointer;
}
.add-comment:hover {
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
 border-bottom: 1px dashed #F5F2F0;
 color: #AA3939;
}
.comment-title {
 background-color: #F6F6F6;
 background: linear-gradient(to top,rgba(249,248,248, 1),rgba(242,240,239, 0.54));
 border: 1px solid rgba(31,39,46, 0.05);
 border-bottom: 1px solid rgba(230,229,229, 1);
 border-radius: 4px 4px 0px 0px;
 height: 44px;
 padding: 12px 20px 12px 20px;
 margin-top: 25px;
 font: 600 14px 'Open Sans',sans-serif,Verbana,tahoma,'Poiret One',cursive;
}
.comment-title .fa-user {
 margin-right: 8px;
}
.comment-title .fa-clock-o {
 margin-left: 8px;
 margin-right: 8px;
}
.comment-title small {
 font: 400 12px 'Open Sans',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 color: #636060;
}
.comment-message {
 border-radius: 0px 0px 4px 4px;
 border: 1px solid rgba(31,39,46, 0.05);
 border-bottom: 1px solid rgba(214,208,204, 0.75);
 -webkit-box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
 -moz-box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
 box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
 padding: 30px 30px;
 font: 400 14px 'Open Sans',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 line-height: 22px;
 color: #1d1d1d;
}
.editor {
 background: linear-gradient(to top,rgba(249,248,248, 1),rgba(242,240,239, 0.54));
 border: 1px solid rgba(31,39,46, 0.05);
 border-bottom: 1px solid #D6D0CC;
 -webkit-box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
 -moz-box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
 box-shadow: 0px 1px 2px 0px rgba(59,82,104, 0.1);
 display: none;
 clear: both;
 margin-top: 20px;
 padding: 20px;
}
.comment-ans {
 -moz-transition: all .5s ease-in;
 -webkit-transition: all .5s ease-in;
 -o-transition: all .5s ease-in;
 transition: all .5s ease-in;
 float: right;
 cursor: pointer;
}
.comment-ans:hover {
 -moz-transition: all 0.03s;
 -webkit-transition: all 0.03s;
 -o-transition: all 0.03s;
 transition: all 0.03s;
 color: #AA3939;
}
.messageName {
 background: url(https://itop.media/home/order/name.png) #FFF 15px 12px no-repeat !important;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border: 1px solid rgba(72,100,126,.3) !important;
 box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -webkit-transition: border-color .218s;
 -moz-transition: border .218s;
 -o-transition: border-color .218s;
 transition: border-color .218s;
 position: relative;
 height: 39px !important;
 padding: 4px !important;
 padding-left: 43px !important;
 margin-right: 20px;
 font: 400 14px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive !important;
 color: #000;
 cursor: text;
}
.messageName:hover, .messageName:focus {
 border: 1px solid rgba(72,100,126,.3) !important;
 box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 border: 1px solid rgba(72,100,126,.5);
 outline: none;
 color: #000;
}
.messageName::-webkit-input-placeholder {color:#1C1D1F;}
.messageName::-moz-placeholder {color:#1C1D1F;}
.messageName:-moz-placeholder {color:#1C1D1F;}
.messageName:-ms-input-placeholder {color:#1C1D1F;}
.messageMail {
 background: url(https://itop.media/home/order/mail.png) #FFF 15px 12px no-repeat !important;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border: 1px solid rgba(72,100,126,.3) !important;
 box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -webkit-transition: border-color .218s;
 -moz-transition: border .218s;
 -o-transition: border-color .218s;
 transition: border-color .218s;
 position: relative;
 height: 39px !important;
 padding: 4px !important;
 padding-left: 43px !important;
 margin-left: 20px;
 font: 400 14px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive !important;
 color: #000;
 cursor: text;
}
.messageMail:hover, .messageMail:focus {
 border: 1px solid rgba(72,100,126,.3) !important;
 box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 border: 1px solid rgba(72,100,126,.5);
 outline: none;
 color: #000;
}
.messageMail::-webkit-input-placeholder {color:#1C1D1F;}
.messageMail::-moz-placeholder {color:#1C1D1F;}
.messageMail:-moz-placeholder {color:#1C1D1F;}
.messageMail:-ms-input-placeholder {color:#1C1D1F;}
.messageText {
 background: url(https://itop.media/home/order/text.png) #FFF 17px 17px no-repeat;
 border-radius: 2px;
 -moz-border-radius: 2px;
 -webkit-border-radius: 2px;
 border: 1px solid rgba(72,100,126,.3);
 box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
 -webkit-transition: border-color .218s;
 -moz-transition: border .218s;
 -o-transition: border-color .218s;
 transition: border-color .218s;
 position: relative;
 width: 100%;
 height: 200px;
 padding: 5px;
 padding-top: 15px;
 padding-left: 43px;
 margin-top: 18px;
 font: 400 14px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 outline: none;
 resize: none;
 cursor: text;
 color: #000;
}
.messageText:hover, .messageText:focus {
 border: 1px solid rgba(72,100,126,.5);
 outline: none;
 color: #000;
}
.messageText::-webkit-input-placeholder {color:#1C1D1F;}
.messageText::-moz-placeholder {color:#1C1D1F;}
.messageText:-moz-placeholder {color:#1C1D1F;}
.messageText:-ms-input-placeholder {color:#1C1D1F;}
.resizer {
 background:transparent url(../images/scrollres.png) no-repeat scroll 95%;
 cursor: s-resize;
 font-size: 0.1em;
 height: 18px;
 width: 754px;
}
.submit_button {
 -webkit-transition: all 0.03s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -khtml-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 background: url(../images/pattern-red.png) fixed;
 background-color: rgba(188,23,26,0.82);
 border: 0px;
 border-bottom: 1px solid rgba(54,5,5, 0.4);
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 position: relative;
 overflow: hidden;
 display: inline-block;
 height: 38px;
 margin-top: 12px;
 z-index: 100;
 padding: 5px 30px 5px 30px;
 font: 400 15px 'Open Sans', sans-serif, Verbana, tahoma, 'Poiret One', cursive;
 text-shadow: 1px 1px 1px rgba(103,8,10, 0.8);
 text-decoration: none;
 outline: none;
 text-align: center;
 line-height: 28px;
 color: rgba(255,255,255,0.82);
}
.submit_button:hover {
 background-color: rgba(255,0,0,0.82);
 border-bottom: 1px solid rgba(54,5,5, 0.8);
 text-decoration: none;
 color: #fff;
}
.submit_button:active {
 border-bottom: 1px solid rgba(54,5,5, 0.5);
 outline: none;
 color: #fff;
}
.bot_comment {
 position: relative;
 display: block;
 top: -9px;
 width: 230px;
 height: 40px;
 border: 1px solid #FFF;
 font: 400 13px Verdana, Tahoma, Arial;
 text-shadow: 0px 0px 0px #FFF;
 text-decoration: none;
 letter-spacing: 0px;
 line-height: 24px;
 text-align: left;
 color: #444;
}
.bot_comment .fa-heart-o {
 margin-right: 8px;
}
a.like_comment {
 background-color: #FEFEFE;
 border: 1px solid rgba(0,0,0,.1);
 border-radius: 2px 0px 0px 2px;
 -moz-border-radius: 2px 0px 0px 2px;
 -webkit-border-radius: 2px 0px 0px 2px;
 position: absolute;
 display: block;
 z-index: 20;
 width: 170px;
 top: 0px;
 left: 0px;
 padding: 8px 10px 8px 14px;
 font: 400 14px 'Open Sans',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 text-decoration: none;
 user-select: none;
 outline: none;
 color: #636060;
}
a:hover.like_comment {
 color: #B74343;
 border: 1px solid rgb(198,198,198);
 box-shadow: 0 1px 2px rgba(0,0,0,.1);
 -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
a:active.like_comment {
 color: rgb(51,51,51);
 border: 1px solid rgb(204,204,204);
 box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
 -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
 -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1) inset;
}
.votestatus {
 border-radius: 0px 2px 2px 0px;
 -moz-border-radius: 0px 2px 2px 0px;
 -webkit-border-radius: 0px 2px 2px 0px;
 background-color: #FEFEFE;
 border: 1px solid rgba(0,0,0,.1);
 border-left: 0px;
 position: absolute;
 display: block;
 z-index: 10;
 top: 0px;
 left: 170px;
 min-width: 55px;
 padding: 9px 14px 9px 14px;
 font: 400 12px 'Open Sans',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 text-align: center;
 color: #636060;
}
.social {
 border: 1px solid #FFF;
 position: absolute;
 display: block;
 top: 1px;
 right: 0px;
 width: 300px;
 height: 23px;
 text-align: right;
}


/* POST BLOG
-----------------------------------------------------------*/
a.postMinLink  {
 -moz-transition: all .2s ease-in;
 -webkit-transition: all .2s ease-in;
 -o-transition: all .2s ease-in;
 transition: all .2s ease-in;
 border-bottom: 1px dashed rgba(0,0,0, 0.2);
 font: 500 18px 'Open Sans',sans-serif,Verbana,tahoma,'Poiret One',cursive;
 color: #211D1C;
}
a:hover.postMinLink {
 -moz-transition: all .2s ease-in;
 -webkit-transition: all .2s ease-in;
 -o-transition: all .2s ease-in;
 transition: all .2s ease-in;
 border-bottom: 1px dashed rgba(183,88,88, 0);
 color: #AA3939;
}
.minpost-img {
 -moz-transition: all 0.4s ease;
 -webkit-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
 transition: all 0.4s ease;
 cursor: pointer;
 filter:alpha(opacity=100);
 -moz-opacity: 1.0;
 opacity: 1.0;
}
.minpost-img:hover {
 -moz-transition: transform .5s;
 -webkit-transition: transform .5s;
 -o-transition: transform .5s;
 transition: transform .5s;
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
}
.post .post-media .post-min-circle {
 background: linear-gradient(to left,rgba(232,41,41, 0.62),rgba(126,49,49, 0.92));
 position: absolute;
 right: 12px;
 top: 10px;
 border-radius: 5px;
 text-align: center;
 height: 34px;
 padding: 10px 15px 10px 15px;
 font-size: 15px;
 line-height: 1;
 color: rgba(237,240,245, 0.92);
}
.padding-80 {
 padding-top: 80px;
 padding-bottom: 80px;
}
.vorH3 {
 font-weight: 600;
}



@media only screen and (max-width: 992px){ 
	
	.table-res {
		overflow-x: scroll;
	}

}


@media only screen and (max-width: 720px){

	.cd-slider-nav ul {
		min-width: 720px;
	}

	.cd-slider-nav {
		overflow-x: scroll;
	}



}

@media only screen and (max-width: 480px){ 

	.panel-body {
		padding: 20px;
	}

	.servise-about .row-sub-red {
		padding: 20px;
	}

	.table-res .name {
		padding-left: 10px !important;
	}

	.table-res td {
		padding: 10px;
	}

	.table-res .listPPS {
		min-width: 140px !important;
	}

	.cd-hero-slider h2 {
		font-size: 26px;
		padding: 23px 10px 23px 10px;
	}

	.cd-main-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.develop-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.reviews-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.clients-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.certificates-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.contacts-block {
		padding-top: 50px;
		padding-bottom: 50px;
	}

}