/* Minification failed. Returning unminified contents.
(326,1): run-time error CSS1019: Unexpected token, found '{'
(327,9): run-time error CSS1030: Expected identifier, found '1%'
(327,9): run-time error CSS1031: Expected selector, found '1%'
(327,9): run-time error CSS1025: Expected comma or open brace, found '1%'
(328,1): run-time error CSS1019: Unexpected token, found '}'
(516,1591): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(516,1618): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(516,1739): run-time error CSS1019: Unexpected token, found '@keyframes'
(516,1758): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(559,1): run-time error CSS1019: Unexpected token, found '@import'
(559,9): run-time error CSS1019: Unexpected token, found 'url('font-ge-arabic/font-ge-light/styles.css')'
(5646,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(5647,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '50%'
(10159,1): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(10159,24): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(10160,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(10160,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
(10161,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10161,19): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
: run-time error CSS1036: Expected expression, found ''
(14978,1): run-time error CSS1019: Unexpected token, found '}'
(15021,24): run-time error CSS1034: 
(15021,25): run-time error CSS1019: Unexpected token, found ')'
(15021,27): run-time error CSS1019: Unexpected token, found '{'
(15025,1): run-time error CSS1019: Unexpected token, found '}'
(15337,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(15338,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(15351,5): run-time error CSS1019: Unexpected token, found '@keyframes'
(15352,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(15369,1): run-time error CSS1019: Unexpected token, found '}'
(16324,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(16325,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(16344,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(16345,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/*@import url('../fonts/style.css');*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tfoot {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
/*table, caption, tbody, tfoot, thead, tr, th, td*/

/* body */
body {
	padding: 0px;
	margin: 0px;
	background: #fff; /*#f7f7f7;*/
}

body, input, textarea {
	font: 14px 'HelveticaNeueLTStd-It', 'Open Sans', sans-serif; 
	font-weight: normal;
	font-style: normal;
	line-height: 23px;
	color: #00355F;
	/*color: #727272;*/
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'HelveticaNeueLTStd-It','Raleway', sans-serif;
	font-weight: 600;
	color: #00355F;
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a { 
	color: inherit;
}
h1 { 
	font-size: 40px; 
	line-height: 40px;
	margin-bottom: 30px;
}

h2 { 
	font-size: 35px; 
	line-height: 35px;
	margin-bottom: 30px;
}
h2.lessmb {
	font-size: 35px;
	font-weight: bold;
	line-height: 35px;
	margin-bottom: 16px;
}
h2.white {
	color: #fff;
	margin-bottom: 16px;
}
h2.light {
	font-weight: 400;
	line-height: 40px;
}
h2.gray {
	color: #727272;
}

h3 { 
	font-size: 27px; 
	line-height: 32px;
	margin-bottom: 30px;
}
h3.unline {
	float: left;
	margin-bottom: 40px;
	padding-bottom: 7px;
	border-bottom: 1px solid #949494;
}
h3.unline i {
	margin-right: 5px;
}


h4 { 
	font-size: 23px; 
	line-height: 27px;
	margin-bottom: 20px;
}
h4.white {
	color: #fff;
	font-weight: 500;
}
h4.white i {
	font-size: 21px;
	margin-right: 3px;
}
h4.light {
	font-weight: 500;
}

h5 { 
	font-size: 18px; 
	line-height: 25px;
	margin-bottom: 10px;
	font-style: normal;
}
h5.white {
	color: #fff;
}
h5.light {
	font-weight: 500;
}
h5.light2 {
	color: #999;
	font-weight: 400;
	line-height: 23px;
}
h5.gray { 
	font-style: normal;
	font-weight: 300;
	color: #999;
	margin-bottom: 16px;
}
h5.smt em { 
	font-style: normal;
	font-weight: 300;
	color: #999;
	font-size: 13px;
}

h6 { 
	font-size: 16px; 
	line-height: 23px;
	margin-bottom: 20px;
	font-style: normal;
}
h6.light {
	font-weight: 500;
}
h6.lessmb {
	margin-bottom: 12px;
}
h6.gray {
	color: #999;
	font-weight: 400;
}

/* Text elements */
p {
	font: 14px 'HelveticaNeueLTStd-It','Open Sans', sans-serif;
	font-weight: normal;
	line-height: 23px;
}
.bigpt {
	font-size: 16px;
	line-height: 25px;
}


ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ul li {
	list-style: none;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 20px 0 20px 36px;
	font-size: 16px;
	border-left: 5px solid #e54c4c;
	padding: 5px 20px 5px 20px;
	font-family: 'HelveticaNeueLTStd-It','Open Sans' !important;
	font-weight: normal;
	color: #454545;
}
pre {
	background: #f4f4f4;
	font-size: 13px;
	font: 13px 'HelveticaNeueLTStd-It','Open Sans', sans-serif;
	line-height: 1.5;
	margin-bottom: 40px;
	overflow: auto;
	padding: 0.75em 20px;
}
code, kbd {
	font-size: 13px;
	font: 13px 'HelveticaNeueLTStd-It','Open Sans', sans-serif;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 40px;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.dropcap {
	display:block;
	float:left;
	font-size:45px;
	padding:0;
	margin: 0;
	margin:15px 8px 0 0;
	text-transform: uppercase;
}


/* Links */
a {
	color: #00355F;/*#e54c4c*/
	text-decoration: none;
}
	a:hover {
		text-decoration: none;
		color: #b5995a /*#454545*/;
	}

.color {
	color: #e54c4c;
}
.color2 {
	color: #333333;
}
.color2.sb {
	font-weight: 600;
}


blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* Clear Fix Styles */

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
{
	height:1%;
}

.clearfix
{
	display:block;
}

/* less width */
.less1 {
	width: 75%;
	margin: 0 auto;
}
.less2 {
	width: 50%;
	margin: 0 auto;
}


/* text color white */
.white {
	color: #fff;
}

/* margin bitween sections */
.margin_top1 {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.margin_top2 {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.margin_top3 {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.margin_top4 {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.margin_top5 {
	float: left;
	width: 100%;
	margin-top: 50px;
}
.margin_top6 {
	float: left;
	width: 100%;
	margin-top: 60px;
}
.margin_top7 {
	float: left;
	width: 100%;
	margin-top: 70px;
}
.margin_top8 {
	float: left;
	width: 100%;
	margin-top: 80px;
}
.margin_top9 {
	float: left;
	width: 100%;
	margin-top: 90px;
}
.margin_top10 {
	float: left;
	width: 100%;
	margin-top: 100px;
}
.margin_top11 {
	float: left;
	width: 100%;
	margin-top: 110px;
}
.margin_top12 {
	float: left;
	width: 100%;
	margin-top: 120px;
}


.marb1 {
	margin-bottom: 10px;
}
.marb2 {
	margin-bottom: 20px;
}
.marb3 {
	margin-bottom: 30px;
}
.marb4 {
	margin-bottom: 40px;
}
.marb5 {
	margin-bottom: 50px;
}
.marb6 {
	margin-bottom: 60px;
}
.marb7 {
	margin-bottom: 70px;
}
.marb8 {
	margin-bottom: 80px;
}
.marb9 {
	margin-bottom: 90px;
}
.marb10 {
	margin-bottom: 100px;
}
.marb11 {
	margin-bottom: 110px;
}
.marb12 {
	margin-bottom: 120px;
}


/* image alignments */
.img_left {
	float: left;
}
.img_left1 {
	float: left;
	margin-right: 20px;
}
.img_left2 {
	float: left;
	margin-right: 30px;
}
.img_left3 {
	margin-right: 10px;
}
.img_left4 {
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
}
.img_left5 {
	float: left;
	margin-right: 40px;
}
.img_left9 {
	margin-bottom: 10px;
}
.img_left10 {
	float: left;
	width: 32%;
	margin-bottom: 30px;
}
.img_left11 {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}
.img_left12 {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.img_left13 {
	float: left;
	margin-bottom: 30px;
}

.img_right {
	float: right;
}



.alicent {
	text-align: center;
}

/* responsive image */
.rimg {
	width: 100%;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;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;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(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator: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:before,.fa-battery-full: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-stop-o:before,.fa-hand-paper-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-tv:before,.fa-television: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-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language: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-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-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:before,.fa-thermometer-full: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-bathtub:before,.fa-s15:before,.fa-bath: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"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/
@import url('font-ge-arabic/font-ge-light/styles.css');

.txtarabic {
    font-family: 'GESSUniqueLight-Light';
    font-size: 14px;
}


.site_wrapper {
    width: 100%;
    margin: 0 auto 0 auto;
}

.container_full {
    width: 100%;
    float: left;
    margin: auto;
}

.container {
    width: 1170px;
    margin: auto;
}

    .container.tbp {
        padding: 80px 0px;
    }

    .container.tbp2 {
        padding: 80px 0px 30px 0px;
    }

.content_fullwidth {
    float: left;
    width: 100%;
    padding: 120px 0px 0px 0px;
}

    .content_fullwidth.less {
        padding: 0px 0px 0px 0px;
    }

    .content_fullwidth.less2 {
        padding: 90px 0px 0px 0px;
    }

    .content_fullwidth.less3 {
        padding: 40px 0px 0px 0px;
    }

.content_left {
    float: left;
    width: 71%;
    padding: 0px 0px 0px 0px;
}

.right_sidebar {
    float: right;
    width: 25%;
    padding: 0px 0px 0px 0px;
}

.left_sidebar {
    float: left;
    width: 25%;
    padding: 0px 0px 0px 0px;
}

.content_right {
    float: right;
    width: 71%;
    padding: 0px 0px 0px 0px;
}

.content_halfsite {
    float: left;
    width: 47.5%;
    margin-right: 5%;
    padding: 0px 0px 0px 0px;
}

    .content_halfsite.last {
        margin-right: 0;
    }


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
    position: relative;
    margin-right: 4%;
    float: left;
}

.one_full {
    width: 100%;
}

.one_half {
    width: 48%;
}

.one_third {
    width: 30.650%;
}

.one_fourth {
    width: 22%;
}

.one_fifth {
    width: 16.800%;
}

.two_third {
    width: 65.350%;
}

.three_fourth {
    width: 74%;
}

.onecol_forty {
    width: 40%;
}

.onecol_sixty {
    width: 56%;
}

.onecol_thirtyfive {
    width: 35%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
    float: left;
    display: block;
    width: 100%;
    min-height: 50px;
    margin-top: 0px;
    position: relative;
    text-indent: -999em;
    background: url(../images/logo.png) no-repeat left top;
}
/* bigger logo? remove below comment */
/*#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 100px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;
	background-size: 100%;
}*/

#logo2 {
    float: left;
    display: block;
    width: 100%;
    min-height: 50px;
    margin-top: 0px;
    position: relative;
    text-indent: -999em;
    background: url(../images/AjialLogo.png) no-repeat left top;
}

/* bigger logo? remove below comment */
/*#logo2 {
	float:left;
	display:block;
	width:100%;
	min-height: 100px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo-big.png) no-repeat left top;
	background-size: 100%;
}*/


/* header area adinationals */
.logo {
    float: left;
    width: 25%; /*25%*/
    margin-top: 15px;
}

.menu_main {
    float: left;
    width: 70%;/*66*/
    z-index: 9999;
    position: relative;
    margin-top: 10px;
}

.menu_right {
    float: right;
    width: 8%;
    margin-left: 1%;
    z-index: 9999;
    margin-top: 24px;
}

.menu_main2 {
    float: left;
    width: 100%;
    position: relative;
}

.menu_right2 {
    float: right;
    background: #fff;
}

top_nav three


.menu_shadow {
    float: left;
    position: absolute;
    width: 100%;
    height: 10px;
    background: url(../images/menu-shadow.png) no-repeat center top;
    z-index: 8000;
    top: 100px;
}

.menu_shadow.two {
    top: 145px;
}

.mstslider {
    width: 100%;
    float: left;
}

/* top navigations */
.top_nav {
    float: left;
    width: 100%;
}

    .top_nav .left {
        float: left;
        width: 30%;
    }

    .top_nav .right {
        float: left;
        width: 70%;
        text-align: right;
        padding-top: 14px;
    }

        .top_nav .right a {
            color: #727272;
            font-family: 'Raleway', sans-serif;
            font-weight: 500;
            margin-right: 16px;
            transition: all 0.3s ease;
        }

            .top_nav .right a:hover {
                color: #e54c4c;
            }

    .top_nav ul.topsocial {
        float: right;
        padding: 0px;
        margin: 0px 0px 0px 16px;
    }

    .top_nav .topsocial li {
        float: left;
        padding: 0px;
        margin: 0px 5px 0px 0px;
    }

        .top_nav .topsocial li a {
            float: left;
            color: #fff;
            font-size: 12px;
            width: 23px;
            height: 23px;
            background: #878787;
            border-radius: 100%;
            text-align: center;
            vertical-align: middle;
            line-height: 23px;
            transition: all 0.3s ease;
            margin-right: 0px;
        }

            .top_nav .topsocial li a:hover {
                background: #fff;
            }

    .top_nav .topsocial.two li a {
        color: #ccc;
    }

    .top_nav.two {
        height: 45px;
        background: #454545;
        font-size: 13px;
    }

        .top_nav.two .left,
        .top_nav.two .right {
            padding-top: 11px;
            color: #999;
        }

            .top_nav.two .left a {
                color: #999;
                transition: all 0.3s ease;
            }

            .top_nav.two .right a {
                color: #999;
                margin-right: 0px;
                margin-left: 14px;
            }

                .top_nav.two .left a:hover,
                .top_nav.two .right a:hover {
                    color: #fff;
                }

        .top_nav.two .topsocial li a {
            margin-left: 0px;
        }

            .top_nav.two .topsocial li a:hover {
                background: #999;
            }

    .top_nav.three {
        height: 45px;
        background: #00355F /*#eee*/;
        font-size: 13px;
    }

        .top_nav.three .left,
        .top_nav.three .right {
            padding-top: 11px;
            color: #fff;
        }

            .top_nav.three .left a {
                color: #fff;
                transition: all 0.3s ease;
            }

            .top_nav.three .right a {
                color: #fff;
                margin-right: 0px;
                margin-left: 14px;
            }

                .top_nav.three .left a:hover,
                .top_nav.three .right a:hover {
                    color: #333;
                }

        .top_nav.three .topsocial li a {
            margin-left: 0px;
        }

        .top_nav.three .topsocial li a {
            color: #00355F;
            background: #fff;
        }

            .top_nav.three .topsocial li a:hover {
                background: #e3e3e3;
            }


    .top_nav.four {
        height: 45px;
        background: #00355F; /*#181818;*/
        font-size: 12px;
        position: relative;
        z-index: 9999;
    }

        .top_nav.four .left,
        .top_nav.four .right {
            padding-top: 9px;
            color: #fff;
        }

            .top_nav.four .left a {
                color: #fff;
                transition: all 0.3s ease;
            }

            .top_nav.four .right a {
                color: #fff;
                margin-right: 0px;
                margin-left: 14px;
            }

                .top_nav.four .left a:hover,
                .top_nav.four .right a:hover {
                    color: #fff;
                    /*font-weight: bold;*/
                }

        .top_nav.four .topsocial li a {
            margin-left: 0px;
            width: 21px;
            height: 21px;
            line-height: 21px;
            font-size: 10px;
        }

        .top_nav.four .topsocial li a {
            color: #00355F;
            background: #fff;
        }

            .top_nav.four .topsocial li a:hover {
                color: #eee;
                background: #999;
            }


/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/

/* section title 1 */
.title1 h2 {
    color: #fff;
    font-size: 35px;
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: bold;
}

    .title1 h2 em {
        font-size: 14px;
        display: block;
        font-weight: 400;
        font-style: normal;
        margin-top: 3px;
    }

.title1 .line {
    background: #fff;
    height: 1px;
    display: block;
    top: 18px;
    width: 37%;
    margin-left: 31.3%;
    position: absolute;
}

.title1 .text {
    background: #e54c4c;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 14px;
}


/* section title 2 */
.title2 h2 {
    z-index: 1;
    position: relative;
    text-align: center;
    font-weight: bold;
}

    .title2 h2 em {
        color: #999;
        font-size: 14px;
        display: block;
        font-weight: 400;
        font-style: normal;
        margin-top: 3px;
    }

.title2 .line {
    background: #333333;
    height: 1px;
    display: block;
    top: 18px;
    width: 33%;
    margin-left: 33.3%;
    position: absolute;
}

.title2 .text {
    background: #fff;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 14px;
}

.title2.sy2 .text {
    background: #f4f4f4;
}

.title2.sy3 .text {
    background: none;
}




/* features section 1 */
.features_sec1 {
    float: left;
    width: 100%;
    padding: 20px 0px;/*115px 0px*/
    position: relative;
    background: #333333;
    color: #c0c0c0;
}

    .features_sec1:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        position: absolute;
        pointer-events: none;
        margin-left: -100px;
        width: 0;
        height: 0;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        /*border-top: 16px solid #333333;*/
        border-top: 16px solid #00355F;
    }

    .features_sec1 strong {
        font-weight: 600;
    }

.rnews_wra img {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.rnews_wra a {
    float: left;
    color: #fff;
}

    .rnews_wra a:hover {
        color: #999;
    }

    .rnews_wra a.dsm {
        float: right;
        color: #999;
        font-size: 12px;
    }

        .rnews_wra a.dsm:hover {
            color: #fff;
        }

.rnews_wra p {
    float: left;
    margin-top: 5px;
}

/* recent works */
.recent_works {
    float: left;
    width: 100%;
    padding: 130px 0px 90px 0px;
    background: url(../images/fullsite-img1.jpg) repeat left top;
    text-align: center;
}

.recent_works2 {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.recent_works3 {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center;
    margin-bottom: -30px;
}


/* features section 2 */
.features_sec2 {
    float: left;
    width: 100%;
    padding: 100px 0px 106px 0px;
    background: #e54c4c url(../images/tex-bg1.png) repeat left top;
    text-align: center;
}

    .features_sec2 .box {
        float: left;
        width: 95%;
        background: #fff;
        border-radius: 3px;
        padding: 35px 35px 35px 35px;
        text-align: left;
        box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
    }

        .features_sec2 .box img {
            float: left;
            margin-left: -55px;
            margin-right: 20px;
            border-radius: 3px;
        }

        .features_sec2 .box h5 {
            margin-bottom: 7px;
            line-height: 21px;
        }


/* features section 3 */
.features_sec3 {
    float: left;
    width: 100%;
    padding: 115px 0px;
    text-align: center;
}

    .features_sec3 .box {
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 55px;
    }

        .features_sec3 .box.last {
            margin-bottom: 0px;
        }

        .features_sec3 .box .left {
            float: left;
        }

        .features_sec3 .box .right {
            float: left;
            width: 76%;
            margin-left: 7%;
        }

        .features_sec3 .box.two {
            text-align: center;
        }

    .features_sec3.two {
        padding: 120px 0px 0px 0px;
    }

        .features_sec3.two .box {
            margin-bottom: 0px;
        }





/* features section 4 */
.features_sec4 {
    float: left;
    position: relative;
    z-index: 9;
    background: #fff /*#eee*/;
    width: 100%;
    padding: 40px 0px; /*115px 0px*/
}

    .features_sec4:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 44%;
        bottom: 0;
        left: 0;
        /*background: #fff#f7f7f7;*/
    }

    .features_sec4 .lblogs {
        float: left;
        width: 43%;
        margin-right: 7%;
    }

        .features_sec4 .lblogs.last {
            margin-right: 0%;
        }

        .features_sec4 .lblogs .lbimg img {
            float: left;
            width: 100%;
            margin-bottom: 23px;
        }

        .features_sec4 .lblogs .lbimg span {
            float: left;
            width: 40px;
            height: 50px;
            font-size: 18px;
            color: #e3e3e3;
            background: #e54c4c;
            margin-top: -73px;
            text-align: center;
            font-weight: 600;
        }

            .features_sec4 .lblogs .lbimg span strong {
                display: block;
                font-size: 10px;
                color: #e3e3e3;
                background: #3c3c3c;
                font-weight: normal;
            }

        .features_sec4 .lblogs a.smlinks {
            float: left;
            color: #999;
            font-size: 12px;
            border: 1px solid #e1e1e1;
            padding: 0px 10px;
            margin-right: 3px;
            margin-top: 5px;
        }

            .features_sec4 .lblogs a.smlinks:hover {
                color: #333;
                border: 1px solid #999;
            }

        .features_sec4 .lblogs p {
            clear: both;
            float: left;
            margin-top: 14px;
            margin-bottom: 30px;
        }

    .features_sec4 a.remobut {
        float: left;
        color: #e54c4c;
        text-transform: uppercase;
        border: 1px solid #e1e1e1;
        padding: 9px 22px;
        margin-right: 2px;
        border-radius: 3px;
    }

        .features_sec4 a.remobut:hover {
            color: #333;
            background: #fff;
        }

    .features_sec4 .peosays {
        float: left;
        width: 95%;
        margin-left: 5%;
    }

        .features_sec4 .peosays .box {
            float: left;
            width: 100%;
            padding-bottom: 35px;
            border-bottom: 4px solid #d3d3d3;
        }

        .features_sec4 .peosays .ppimg {
            float: left;
            width: 100%;
            padding-bottom: 25px;
            margin-bottom: 25px;
            background: url(../images/h-arrow-line1.png) no-repeat left bottom;
        }

            .features_sec4 .peosays .ppimg img {
                float: left;
                width: 80px;
                height: 80px;
                border-radius: 100%;
                margin-right: 20px;
            }

            .features_sec4 .peosays .ppimg h6 {
                margin-top: 16px;
                margin-bottom: 0px;
            }

                .features_sec4 .peosays .ppimg h6 em {
                    display: block;
                    font-size: 12px;
                    color: #999;
                    font-style: normal;
                    font-weight: normal;
                }

        .features_sec4 .peosays .box span {
            float: left;
            width: 100%;
            margin-top: 30px;
            color: #e54c4c;
            text-transform: uppercase;
        }

            .features_sec4 .peosays .box span i {
                font-size: 12px;
                margin-right: 2px;
            }


/* features section 5 */
.features_sec5 {
    float: left;
    width: 100%;
    padding: 120px 0px 0px 0px;
    text-align: center;
}

    .features_sec5 .box {
        float: left;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 10px;
    }

        .features_sec5 .box.last {
            margin-right: 0%;
        }

        .features_sec5 .box img {
            border: 4px solid #eee;
            border-radius: 3px;
            width: 100%;
        }

        .features_sec5 .box h6 {
            font-size: 14px;
            font-weight: 500;
            margin-top: 10px;
        }

    .features_sec5 p {
        width: 85%;
        clear: both;
        margin: 0 auto 45px auto;
    }

    .features_sec5 .lgbut {
        color: #333;
        font-weight: 600;
        background: #f3f3f3;
        padding: 10px 35px;
        border-radius: 20px;
        transition: all 0.3s ease;
    }

        .features_sec5 .lgbut:hover {
            color: #fff;
            background: #333;
        }

/* features section 6 */
.features_sec6 {
    float: left;
    width: 100%;
    background: #333;
}

    .features_sec6 .fimg {
        float: left;
        width: 50%;
        min-height: 560px;
        background: #999 url(../images/site-img18.jpg) no-repeat right top;
    }

    .features_sec6 .fimg2 {
        float: left;
        width: 50%;
        min-height: 560px;
        background: #999 url(../images/site-img91.jpg) no-repeat right top;
    }

    .features_sec6 .rbox {
        float: left;
        width: 50%;
        padding: 110px 150px 110px 70px;
    }

        .features_sec6 .rbox h5 {
            font-weight: 300;
            padding-bottom: 40px;
            margin-bottom: 50px;
            border-bottom: 1px solid #484848;
        }

    .features_sec6 .ibox {
        float: left;
        width: 46%;
        margin-right: 8%;
    }

        .features_sec6 .ibox.last {
            margin-right: 0%;
        }

        .features_sec6 .ibox .left {
            float: left;
            width: 20%;
        }

            .features_sec6 .ibox .left i {
                color: #e54c4c;
                font-size: 27px;
            }

        .features_sec6 .ibox .right {
            float: left;
            width: 80%;
        }

        .features_sec6 .ibox h5 {
            font-weight: 400;
            border: none;
            padding: 0;
            margin-bottom: 12px;
            line-height: 16px;
        }

    .features_sec6.two {
        background: #f3f3f3;
    }

        .features_sec6.two .fimg {
            background: #999 url(../images/site-img57.jpg) no-repeat right top;
        }

        .features_sec6.two .rbox h5 {
            color: #333;
            border-bottom: 1px solid #e3e3e3;
        }

        .features_sec6.two .ibox .left i {
            color: #999;
            font-size: 27px;
        }

        .features_sec6.two .ibox h5 {
            border: none;
        }


/* features section 7 */
.features_sec7 {
    float: left;
    width: 100%;
    padding: 115px 0px 75px 0px;
    text-align: center;
    background: #f4f4f4;
    border-bottom: 3px double #f1f1f1;
}

    .features_sec7.two {
        padding: 100px 0px 75px 0px;
        background: #eee;
        border-bottom: none;
    }

    .features_sec7 .box {
        float: left;
        width: 100%;
        padding: 30px 0px 45px 0px;
        transition: all 0.3s ease;
        border-radius: 3px;
    }

        .features_sec7 .box:hover,
        .features_sec7 .box.active {
            background: #fff;
        }

        .features_sec7 .box .ibox {
            margin: 0 auto 45px auto;
            width: 162px;
            height: 162px;
            padding: 30px 0px 0px 0px;
            text-align: center;
            background: url(../images/site-img19.png) no-repeat center top;
        }

            .features_sec7 .box .ibox h6 {
                color: #fff;
                background: #e54c4c;
                padding: 1px 0px 2px 0px;
                border-radius: 3px;
                margin-top: 14px;
                font-weight: 500;
            }

        .features_sec7 .box p {
            margin-bottom: 35px;
        }

        .features_sec7 .box .tbut {
            color: #333;
            background: #fff;
            padding: 7px 22px;
            border-radius: 20px;
            border: 1px solid #fff;
        }

            .features_sec7 .box .tbut:hover {
                background: none;
            }

        .features_sec7 .box:hover .tbut {
            background: #f3f3f3;
        }

/* features section 8 */
.features_sec8 {
    float: left;
    width: 100%;
    padding: 120px 0px 0px 0px;
}

    .features_sec8 .flex-control-nav {
        bottom: 30px;
    }

    .features_sec8 .left {
        float: left;
        width: 40%;
        margin-left: 7%;
        margin-right: 8%;
        padding-top: 40px;
    }

        .features_sec8 .left h1 {
            font-weight: 300;
            margin-bottom: 12px;
        }

        .features_sec8 .left span {
            float: left;
            width: 160px;
            height: 1px;
            background: #e3e3e3;
        }

        .features_sec8 .left h1 strong {
            font-weight: 600;
            display: block;
        }

        .features_sec8 .left i {
            display: block;
            font-size: 30px;
            color: #c3c3c3;
            margin-bottom: 20px;
            margin-top: 10px;
        }

            .features_sec8 .left i.cir {
                width: 58px;
                height: 58px;
                text-align: center;
                vertical-align: middle;
                line-height: 58px;
                border-radius: 100%;
                border: 1px solid #eee;
                margin-top: 0px;
            }

    .features_sec8 .right {
        float: left;
        width: 38%;
    }

        .features_sec8 .right img {
            float: right;
            width: 100%;
        }

/* features section 9 */
.features_sec9 {
    float: left;
    width: 100%;
    padding: 120px 0px;
    text-align: center;
}

    .features_sec9.two {
        padding-top: 100px;
        background: #eee;
    }

    .features_sec9 .tbox {
        float: left;
        width: 100%;
        padding-bottom: 40px;
        border-bottom: 3px solid #f3f3f3;
        transition: all 0.3s ease;
    }

        .features_sec9 .tbox:hover {
            background: #f9f9f9;
        }

            .features_sec9 .tbox:hover i {
                background: #fff;
                border: 1px solid #eee;
            }

        .features_sec9 .tbox img {
            float: left;
            margin-bottom: 35px;
        }

        .features_sec9 .tbox h6 {
            font-weight: 500;
            margin-bottom: 0px;
        }

        .features_sec9 .tbox em {
            font-size: 12px;
            font-style: normal;
            display: block;
            margin-bottom: 16px;
        }

        .features_sec9 .tbox i {
            width: 28px;
            height: 28px;
            background: #f3f3f3;
            border-radius: 100%;
            text-align: center;
            vertical-align: middle;
            line-height: 28px;
            margin: 25px 2px 0px 2px;
            color: #454545;
            border: 1px solid #f3f3f3;
            transition: all 0.3s ease;
        }

            .features_sec9 .tbox i:hover {
                background: #eee;
            }

    .features_sec9.three {
        padding-bottom: 80px;
    }

        .features_sec9.three .tbox {
            border-bottom: none;
        }

            .features_sec9.three .tbox:hover {
                background: none;
                box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
            }

    .features_sec9.four {
        padding-bottom: 80px;
        background: #f3f3f3;
    }

        .features_sec9.four .tbox {
            border-bottom: none;
        }

            .features_sec9.four .tbox:hover {
                background: #fff;
                box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
            }



/* features section 10 */
.features_sec10 {
    float: left;
}

/* features section 11 */
.features_sec11 {
    float: left;
    width: 100%;
    padding: 120px 0px 110px 0px;
}

/* features section 12 */
.features_sec12 {
    float: left;
    width: 100%;
    padding: 120px 0px 110px 0px;
    background: #f3f3f3 url(../images/gray-bg1.png) repeat-y center top;
}

    .features_sec12 .box {
        float: left;
        width: 100%;
        text-align: center;
    }

        .features_sec12 .box img {
            width: 140px;
            height: 140px;
            border-radius: 100%;
            display: block;
            margin: 0 auto;
            margin-bottom: 30px;
        }

        .features_sec12 .box h5 {
            font-weight: 500;
        }

    .features_sec12.two {
        float: left;
        width: 100%;
        padding: 120px 0px 110px 0px;
        background: #fff;
    }

    .features_sec12.three {
        float: left;
        width: 100%;
        padding: 100px 0px 120px 0px;
        background: #fff;
        text-align: center;
    }


/* features section 13 */
.features_sec13 {
    float: left;
    width: 100%;
}

    .features_sec13 img {
        float: left;
        width: 100%;
        box-shadow: 0 -5px 6px -6px rgba(0,0,0,0.1);
    }

/* features section 14 */
.features_sec14 {
    float: left;
    width: 100%;
    padding: 100px 0px;
    background: #e54c4c;
}

    .features_sec14 .one_fifth {
        padding: 10px 10px 3px 10px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.3);
    }

    .features_sec14.two {
        padding: 70px 0px;
        background: #eee;
    }

        .features_sec14.two .one_fifth {
            padding: 7px 10px 0px 10px;
            text-align: center;
            border: 1px solid rgba(0, 0, 0, 0.05);
        }



/* features section 30 */
.features_sec30 {
    float: left;
    width: 100%;
    padding: 120px 0px;
}

    .features_sec30 .left {
        float: left;
        width: 15%;
        font-size: 30px;
        margin-top: 7px;
        color: #e54c4c;
    }

    .features_sec30 .right {
        float: left;
        width: 85%;
    }

/* features section 31 */
.features_sec31 {
    float: left;
    width: 100%;
    padding: 80px 0px;
    background: #e54c4c;
}

    .features_sec31 .one_fourth {
        padding: 30px 0px 20px 0px;
        text-align: center;
        border: 3px solid rgba(255, 255, 255, 0.18);
    }

    .features_sec31.parallax {
        padding: 100px 0px;
        background: #1e1e1e url("../images/darkgray-bg1.png");
        background-attachment: fixed;
        background-origin: initial;
        background-clip: initial;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-position: center;
    }

        .features_sec31.parallax .one_fourth {
            border: none;
        }

/* features section 32 */
.features_sec32 {
    float: left;
    width: 100%;
    padding: 85px 0px 110px 0px;
    text-align: center;
}

    .features_sec32 .box {
        float: left;
        width: 100%;
    }

        .features_sec32 .box span {
            font-size: 100px;
            color: #999;
        }

/* features section 33 */
.features_sec33 {
    float: left;
    width: 100%;
    padding: 130px 0px 0px 0px;
    background: #f3f3f3;
}

    .features_sec33 h6 {
        margin-bottom: 10px;
    }

    .features_sec33 .left {
        float: left;
        width: 100%;
        padding-top: 30px;
        text-align: right;
    }

        .features_sec33 .left span {
            float: right;
            width: 50px;
            height: 1px;
            background: #333;
            margin-bottom: 20px;
        }

    .features_sec33 .center {
        float: left;
        width: 100%;
    }

        .features_sec33 .center img {
            display: block;
            margin: 0 auto;
        }

    .features_sec33 .right {
        float: left;
        width: 100%;
        padding-top: 30px;
        text-align: left;
    }

        .features_sec33 .right span {
            float: left;
            width: 50px;
            height: 1px;
            background: #333;
            margin-bottom: 20px;
        }

        .features_sec33 .left i,
        .features_sec33 .right i {
            width: 52px;
            height: 52px;
            font-size: 20px;
            color: #333;
            border: 1px solid #333;
            border-radius: 100%;
            text-align: center;
            vertical-align: middle;
            line-height: 52px;
            margin-bottom: 18px;
        }

/* features section 34 */
.features_sec34 {
    float: left;
    width: 100%;
    padding: 140px 0px 120px 0px;
    background: #333;
    text-align: center;
}

    .features_sec34 .box {
        float: left;
        width: 95%;
        background: #fff;
        border-radius: 3px;
        padding: 35px 35px 35px 35px;
        text-align: left;
        box-shadow: 5px 5px 0px rgba(0,0,0,0.3);
        text-align: center;
        transition: all 0.3s ease;
    }

        .features_sec34 .box:hover {
            background: #e3e3e3;
        }

        .features_sec34 .box img {
            margin-top: -70px;
            border-radius: 100%;
            margin-bottom: 25px;
        }

        .features_sec34 .box h5 {
            margin-bottom: 7px;
            line-height: 21px;
        }

/* features section 35 */
.features_sec35 {
    float: left;
    width: 100%;
    padding: 120px 0px;
}

    .features_sec35 .box {
        float: left;
        width: 100%;
        text-align: center;
    }

        .features_sec35 .box .icon {
            color: #b3b3b3;
            font-size: 40px;
            width: 120px;
            height: 134px;
            margin: 0 auto;
            text-align: center;
            vertical-align: middle;
            line-height: 134px;
            margin-bottom: 35px;
            background: url(../images/site-img58.png) no-repeat center top;
            transition: all 0.3s ease;
        }

            .features_sec35 .box .icon:hover {
                color: #fff;
            }


/* features section 36 */
.features_sec36 {
    float: left;
    width: 100%;
    padding: 120px 0px 120px 0px;
    background: #eee;
}

/* features section 37 */
.features_sec37 {
    float: left;
    width: 100%;
    padding: 115px 0px 100px 0px;
    text-align: center;
}


/* features section 38 */
.features_sec38 {
    float: left;
    width: 100%;
    padding: 120px 0px;
    text-align: center;
    background: #333 url(../images/darkgray-bg1.png) no-repeat center top;
}

    .features_sec38 img {
        width: 90px;
        height: 90px;
        border-radius: 100%;
        border: 3px solid #fff;
        margin-bottom: 18px;
    }

    .features_sec38 h6 {
        color: #e54c4c;
        margin-bottom: 0px;
    }

        .features_sec38 h6 em {
            color: #999;
            font-size: 12px;
            font-style: normal;
            display: block;
            font-weight: 300;
            margin-top: -4px;
        }

    .features_sec38 p {
        color: #fff;
        font-size: 16px;
        line-height: 27px;
        width: 75%;
        margin: 50px auto 30px auto;
    }

    .features_sec38.two {
        background: #f7f7f7 url(../images/gray-bg1.png) no-repeat center top;
    }

        .features_sec38.two p {
            color: #727272;
            margin: 30px auto 30px auto;
        }

    .features_sec38.three {
        background: #fff;
    }

        .features_sec38.three p {
            color: #727272;
            margin: 30px auto 30px auto;
        }

/* features section 39 */
.features_sec39 {
    float: left;
    width: 100%;
    padding: 0px 0px 120px 0px;
    background: #eee;
}

    .features_sec39 .box1 {
        float: left;
        width: 50%;
        min-height: 560px;
        background: #333 url(../images/site-img65.jpg) no-repeat center top;
        transition: all .3s ease-in-out;
        position: relative;
    }

        .features_sec39 .box1:hover {
            transform: scale(1.1);
            box-shadow: 5px 5px 0px rgba(0,0,0,0.18);
        }

        .features_sec39 .box1 .hovcont {
            float: left;
            width: 100%;
            padding: 14px 35px;
            background: rgba(0, 0, 0, 0.59);
            bottom: 0px;
            position: absolute;
        }

            .features_sec39 .box1 .hovcont h2 {
                color: #fff;
                font-size: 35px;
                font-weight: 300;
                margin-bottom: 10px;
            }

            .features_sec39 .box1 .hovcont h5 {
                color: #a3a3a3;
                font-size: 16px;
                font-weight: 300;
                margin-bottom: 0px;
                line-height: 18px;
            }

    .features_sec39 .box2 {
        float: left;
        width: 25%;
        min-height: 280px;
        background: #333 url(../images/site-img66.jpg) no-repeat center top;
        transition: all .3s ease-in-out;
        position: relative;
    }

        .features_sec39 .box2.img2 {
            background: #333 url(../images/site-img67.jpg) no-repeat center top;
        }

        .features_sec39 .box2:hover {
            transform: scale(1.1);
            box-shadow: 5px 5px 0px rgba(0,0,0,0.18);
        }

        .features_sec39 .box2 .hovcont {
            float: left;
            width: 100%;
            padding: 8px 18px;
            background: rgba(0, 0, 0, 0.59);
            bottom: 0px;
            position: absolute;
        }

            .features_sec39 .box2 .hovcont h3 {
                color: #fff;
                font-size: 21px;
                font-weight: 300;
                margin-bottom: 3px;
                line-height: 25px;
            }

            .features_sec39 .box2 .hovcont h5 {
                color: #a3a3a3;
                font-size: 13px;
                font-weight: 300;
                margin-bottom: 0px;
                line-height: 16px;
            }

    .features_sec39 .box3 {
        float: left;
        width: 50%;
        min-height: 280px;
        background: #333 url(../images/site-img68.jpg) no-repeat center top;
        transition: all .3s ease-in-out;
        position: relative;
    }

        .features_sec39 .box3:hover {
            transform: scale(1.1);
            box-shadow: 5px 5px 0px rgba(0,0,0,0.18);
        }

        .features_sec39 .box3 .hovcont {
            float: left;
            width: 100%;
            padding: 8px 18px;
            background: rgba(0, 0, 0, 0.59);
            bottom: 0px;
            position: absolute;
        }

            .features_sec39 .box3 .hovcont h3 {
                color: #fff;
                font-size: 21px;
                font-weight: 300;
                margin-bottom: 3px;
                line-height: 25px;
            }

            .features_sec39 .box3 .hovcont h5 {
                color: #a3a3a3;
                font-size: 13px;
                font-weight: 300;
                margin-bottom: 0px;
                line-height: 16px;
            }

        .features_sec39 .box1:hover,
        .features_sec39 .box2:hover,
        .features_sec39 .box3:hover {
            position: relative;
            z-index: 99;
        }

    .features_sec39.parallax {
        float: left;
        width: 100%;
        text-align: left;
        padding: 140px 0px;
        background: #1e1e1e url("../images/gray-bg1.png");
        background-attachment: fixed;
        background-origin: initial;
        background-clip: initial;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-position: center;
    }


/* features section 40 */
.features_sec40 {
    float: left;
    width: 100%;
    padding: 0px 0px 100px 0px;
    background: #eee;
}

    .features_sec40 .rimg {
        width: auto;
    }

    .features_sec40 h2 {
        font-weight: 400;
        margin-bottom: 18px;
    }

    .features_sec40 h6 {
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 7px;
    }

    .features_sec40 i {
        float: left;
        color: #fff;
        font-size: 25px;
        background: #e54c4c;
        border-radius: 3px;
        width: 45px;
        height: 45px;
        text-align: center;
        vertical-align: middle;
        line-height: 45px;
        margin-right: 20px;
        margin-bottom: 30px;
    }

/* features section 41 */
.features_sec41 {
    float: left;
    width: 100%;
    padding: 110px 0px;
    position: relative;
    background: #333333;
    color: #c0c0c0;
    text-align: center;
}

    .features_sec41 .ciric {
        color: #fff;
        font-size: 50px;
        border: 1px solid #fff;
        width: 120px;
        height: 120px;
        border-radius: 100%;
        text-align: center;
        vertical-align: middle;
        line-height: 125px;
        margin: 0 auto 30px auto;
    }

/* features section 42 */
.features_sec42 {
    float: left;
    width: 100%;
    padding: 120px 0px 0px 0px;
}

/* features section 43 */
.features_sec43 {
    float: left;
    width: 100%;
    padding: 90px 0px;
    position: relative;
    background: #333333;
    color: #c0c0c0;
}

/* features section 44 */
.features_sec44 {
    float: left;
    width: 100%;
    padding: 145px 0px 120px 0px;
    text-align: center;
}

    .features_sec44 .box {
        float: left;
        width: 100%;
        padding: 0px 45px 55px 45px;
        border: 1px solid #eee;
    }

        .features_sec44 .box .ciref2 {
            margin-top: -37px;
        }

        .features_sec44 .box h5 {
            font-weight: 500;
            margin-top: 10px;
            margin-bottom: 25px;
        }

    .features_sec44.two {
        background: #f3f3f3;
    }

        .features_sec44.two .box {
            border: 1px solid #e9e9e9;
            background: #fff;
        }

/* features section 45 */
.features_sec45 {
    float: left;
    width: 100%;
    padding: 120px 0px;
    text-align: center;
}

    .features_sec45 h1 em {
        color: #e54c4c;
        font-style: normal;
    }

    .features_sec45 h1 b {
        font-weight: 300;
        display: block;
        margin-top: 12px;
    }

    .features_sec45 .box {
        float: left;
        margin-bottom: 40px;
        margin-left: 26.5%;
    }

    .features_sec45 .ibox {
        float: left;
        width: 162px;
        height: 162px;
        padding: 30px 0px 0px 0px;
        margin: 0 10px;
        text-align: center;
        background: url(../images/site-img19.png) no-repeat center top;
    }

/* features section 46 */
.features_sec46 {
    float: left;
    width: 100%;
    padding: 80px 0px;
    background: #f3f3f3;
}

    .features_sec46.two {
        padding: 80px 0px 65px 0px;
    }

/* features section 47 */
.features_sec47 {
    float: left;
    width: 100%;
    padding: 100px 0px 80px 0px;
    position: relative;
    color: #c0c0c0;
}

/* features section 48 */
.features_sec48 {
    float: left;
    width: 100%;
    padding: 90px 0px;
    text-align: center;
}

    .features_sec48 span {
        color: #ccc;
        font-size: 50px;
        margin-bottom: 30px;
        display: block;
    }

/* features section 49 */
.features_sec49 {
    float: left;
    width: 100%;
    padding: 120px 0px;
    background: #e54c4c url(../images/site-img75.png) no-repeat right top;
}

    .features_sec49 h2 {
        color: #fff;
        font-weight: 300;
        margin-bottom: 40px;
    }

    .features_sec49 strong {
        color: #fff;
        font-size: 35px;
        font-weight: 600;
        background: #333;
        padding: 5px 20px;
        margin-right: 20px;
    }

    .features_sec49 em {
        color: #fff;
        font-family: 'Dancing Script', cursive;
        font-size: 25px;
        font-weight: bold;
    }

    .features_sec49.two {
        background: #fff;
        text-align: center;
    }

        .features_sec49.two h2 {
            color: #333;
        }

        .features_sec49.two em {
            color: #999;
            font-weight: normal;
        }

/* features section 50 */
.features_sec50 {
    float: left;
    width: 100%;
    padding: 0px;
}

    .features_sec50 img {
        float: left;
        width: 100%;
    }

/* features section 51 */
.features_sec51 {
    float: left;
    width: 100%;
    padding: 120px 0px;
    background: #f3f3f3;
}

/* features section 52 */
.features_sec52 {
    float: left;
    width: 100%;
    padding: 120px 0px;
}

/* features section 53 */
.features_sec53 {
    float: left;
    width: 100%;
    padding: 115px 0px 120px 0px;
    text-align: center;
    background: #fff;
}

    .features_sec53 .box {
        float: left;
        width: 100%;
        padding: 50px 30px 50px 30px;
        border: 1px solid #eee;
        transition: all 0.3s ease;
    }

        .features_sec53 .box span {
            color: #333;
            font-size: 45px;
            margin-bottom: 25px;
            display: block;
        }

        .features_sec53 .box p {
            margin-top: 20px;
        }

        .features_sec53 .box:hover,
        .features_sec53 .box.active {
            margin-top: -10px;
            background: #f9f9f9;
        }

/* features section 54 */
.features_sec54 {
    float: left;
    width: 100%;
    padding: 120px 0px;
    text-align: center;
    background: #f3f3f3;
}

    .features_sec54 .peosays1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 27px;
    }

    .features_sec54 img {
        width: 180px;
        height: 180px;
        border-radius: 100%;
        border: 8px solid #fff;
        margin-bottom: 10px;
    }

/* features section 55 */
.features_sec55 {
    float: left;
    width: 100%;
    padding: 113px 0px 120px 0px;
    background: #f3f3f3;
}

/* features section 56 */
.features_sec56 {
    float: left;
    width: 100%;
    padding: 113px 0px 80px 0px;
    background: #f3f3f3;
}

/* features section 57 */
.features_sec57 {
    float: left;
    width: 100%;
    padding: 140px 0px 140px 0px;
    text-align: center;
}

    .features_sec57 .bs-example img {
        border: 7px solid #fff;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    }

/* features section 58 */
.feature_sec58 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 120px 0px;
}

    .feature_sec58 .attbox {
        float: left;
        width: 100%;
        height: 320px;
        background: #fff;
        border: 1px solid #eee;
        margin-top: 80px;
    }

        .feature_sec58 .attbox .box {
            float: left;
            width: 100.8%;
            height: 320px;
            background: #fff;
            /*border: 1px solid #eee;*/
            border: 1px solid #b5995a;
            margin-left: -3px;
            margin-top: -3px;
            transition: all 0.3s ease;
        }

            .feature_sec58 .attbox .box:hover {
                background: rgba(0,0,0,0.1);
            }

    .feature_sec58 .cirimg {
        width: 160px;
        height: 160px;
        border-radius: 100%;
        border: 5px solid #eee;
        overflow: hidden;
        margin-bottom: 14px;
        transition: all 0.3s ease;
        margin-top: -80px;
        background: #fff;
    }

    .feature_sec58 .attbox .box:hover .cirimg {
        border: 5px double #fff;
        /*box-shadow: 0px 5px 0px rgba(0,0,0,0.1);*/
        box-shadow: 0px 5px 0px rgba(0,0,0,0.1);
    }

    .feature_sec58 .attbox h5 {
        margin-bottom: 0px;
    }

    .feature_sec58 .attbox em {
        font-size: 13px;
        color: #999;
        font-style: normal;
    }

    .feature_sec58 .attbox p {
        font-size: 13px;
        width: 80%;
        margin: 14px auto 28px auto;
    }

/* features section 59 */
.features_sec59 {
    float: left;
    width: 100%;
    padding: 115px 0px 110px 0px;
    background: #f3f3f3 url(../images/pattern1.png) repeat left top;
}

    .features_sec59 img {
        width: 100%;
        margin-left: 5px;
        border: 7px solid #fff;
        -webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
    }

    .features_sec59.two {
        background: #f3f3f3 url(../images/pattern2.png) repeat left top;
    }

/* features section 60 */
.features_sec60 {
    float: left;
    width: 100%;
    padding: 115px 0px 120px 0px;
}

/* features section 61 */
.feature_sec61 {
    float: left;
    width: 100%;
    padding: 120px 0px;
    background: #f3f3f3;
}

/* features section 62 */
.features_sec62 {
    float: left;
    width: 100%;
    padding: 120px 0px;
}

    .features_sec62 .box {
        float: left;
        width: 100%;
        text-align: center;
    }

        .features_sec62 .box .icon {
            color: #b3b3b3;
            font-size: 40px;
            width: 120px;
            height: 134px;
            margin: 0 auto;
            text-align: center;
            vertical-align: middle;
            line-height: 122px;
            margin-bottom: 35px;
            background: url(../images/site-img93.png) no-repeat center top;
            transition: all 0.3s ease;
        }

            .features_sec62 .box .icon:hover {
                color: #e54c4c;
            }

/* features section 63 */
.features_sec63 {
    float: left;
    width: 100%;
    padding: 70px 0px;
    text-align: center;
}

    .features_sec63 .box {
        float: left;
        width: 20%;
        border-right: 1px solid #eee;
    }

        .features_sec63 .box h6 {
            margin-bottom: 0px;
        }

        .features_sec63 .box.last {
            border-right: none;
        }

        .features_sec63 .box span {
            color: #e3e3e3;
            font-size: 40px;
            display: block;
            margin-bottom: 18px;
        }

/* features section 64 */
.features_sec64 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0px;
    /*padding: 120px 0px;*/
}

    .features_sec64 .flips1_front img {
        border-radius: 100%;
    }

    .features_sec64 .flips1_front h5 {
        margin-top: 18px;
        margin-bottom: 0px;
    }

    .features_sec64.two {
        background: none;
    }

/* features section 65 */
.features_sec65 {
    float: left;
    width: 100%;
    padding: 80px 0px;
    background: #eee;
}

/* features section 66 */
.features_sec66 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0px;
    background: #eee;
}

    .features_sec66 .flips1_front img {
        border-radius: 100%;
    }

    .features_sec66 .flips1_front h5 {
        margin-top: 18px;
        margin-bottom: 0px;
    }

    .features_sec66.two {
        background: none;
    }




/*----------------------------------------------------
   PARALLAX SECTIONS
------------------------------------------------------*/

/* parallax section 1 */
.parallax_section1 {
    float: left;
    width: 100%;
    text-align: left;
    padding: 120px 0px;
    background: #1e1e1e url("../images/darkgray-bg1.png");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

    .parallax_section1 h2 {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        width: 50%;
        line-height: 38px;
        font-family: 'Dancing Script', cursive;
        background: rgba(0, 0, 0, 0.58);
        padding: 30px 30px 30px 40px;
        border-left: 5px solid #e54c4c;
    }

    .parallax_section1 p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 45px;
        width: 50%;
    }

/* parallax section 2 */
.parallax_section2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 120px 0px;
    background: #999 url("../images/gray-bg1.png");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

/* parallax section 3 */
.parallax_section3 {
    float: left;
    width: 100%;
    text-align: left;
    padding: 120px 0px;
    background: #1e1e1e url("../images/darkgray-bg1.png");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

/* parallax section 4 */
.parallax_section4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 140px 0px;
    background: #333 url("../images/darkgray-bg1.png");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

    .parallax_section4 h2 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        line-height: 38px;
        font-family: 'Dancing Script', cursive;
    }

    .parallax_section4 p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 50px;
    }

/* parallax section 1 */
.parallax_section5 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 140px 0px 140px 0px;
    background: #333 url("../images/darkgray-bg1.png");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

    .parallax_section5 strong {
        color: #e54c4c;
        font-size: 40px;
        font-weight: bold;
        line-height: 38px;
        font-family: 'Josefin Sans', sans-serif;
        border-radius: 3px;
    }

    .parallax_section5 p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 45px;
        margin-top: 30px;
    }

/* parallax section 6 */
.parallax_section6 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 140px 0px 185px 0px;
    background: #333 url("../images/darkgray-bg1.png");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

    .parallax_section6 h2 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        line-height: 38px;
        font-family: 'Dancing Script', cursive;
    }

    .parallax_section6 .box {
        float: left;
        margin-top: 100px;
        margin-left: 10.2%;
    }

.hexagon {
    width: 170px;
    height: 100px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    float: left;
    margin-right: 20px;
    transition: all 0.3s ease;
}

    .hexagon.two {
        margin-right: 0px;
        margin-left: 95px;
    }

    .hexagon.three,
    .hexagon.four,
    .hexagon.five {
        margin-right: 0px;
        margin-left: 20px;
    }

    .hexagon:before {
        content: "";
        position: absolute;
        top: -45px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 85px solid transparent;
        border-right: 85px solid transparent;
        border-bottom: 45px solid rgba(255, 255, 255, 0.9);
        transition: all 0.3s ease;
    }

    .hexagon:after {
        content: "";
        position: absolute;
        bottom: -45px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 85px solid transparent;
        border-right: 85px solid transparent;
        border-top: 45px solid rgba(255, 255, 255, 0.9);
        transition: all 0.3s ease;
    }

.haxmargin {
    float: left;
    width: 100%;
    margin-top: 60px;
}

.hexagon:hover {
    background: rgba(0, 0, 0, 0.8);
}

    .hexagon:hover:before {
        border-bottom: 45px solid rgba(0, 0, 0, 0.8);
    }

    .hexagon:hover:after {
        border-top: 45px solid rgba(0, 0, 0, 0.8);
    }

.hexagon i {
    color: #333;
    font-size: 30px;
    margin-bottom: 10px;
}

.hexagon h6 {
    margin-bottom: 5px;
}

.hexagon p {
    color: #999;
    font-size: 13px;
    line-height: 16px;
}

.hexagon:hover i {
    color: #e54c4c;
}

.hexagon:hover h6 {
    color: #fff;
}



/* parallax section 7 */
.parallax_section7 {
    float: left;
    width: 100%;
    text-align: left;
    padding: 120px 0px;
    background: #333 url("../images/gray-bg1.png");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

    .parallax_section7 .container {
        background: #fff;
    }

    .parallax_section7 .left,
    .parallax_section7 .center,
    .parallax_section7 .right {
        float: left;
        width: 33.330%;
        padding: 45px 40px;
    }

    .parallax_section7 .center {
        background: #333;
    }

    .parallax_section7.two {
        float: left;
        width: 100%;
        text-align: left;
        padding: 120px 0px;
        background: #333 url("../images/gray-bg1.png");
        background-attachment: fixed;
        background-origin: initial;
        background-clip: initial;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 0;
        background-position: center;
    }


/* parallax section 8 */
.parallax_section8 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 140px 0px;
    background: #1e1e1e url("../images/darkgray-bg1.png");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

/* parallax section 9 */
.parallax_section9 {
    float: left;
    width: 100%;
    text-align: left;
    padding: 140px 0px 112px 0px;
    background: #eee url("../images/gray-bg1.png");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}

    .parallax_section9 .box {
        float: left;
        width: 100%;
        text-align: left;
        margin-bottom: 25px;
    }

        .parallax_section9 .box.last {
            margin-bottom: 0px;
        }

        .parallax_section9 .box .left {
            float: left;
        }

        .parallax_section9 .box .right {
            float: left;
            width: 76%;
            padding-top: 7px;
            margin-left: 5%;
        }






/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    background: #00355F /*#303030*/ url(../images/footer-graph2.png) no-repeat right bottom;
}

    .footer .top_footer {
        float: left;
        width: 100%;
        background: #00355F /*#333*/ url(../images/footer-graph.png) no-repeat center top;
        padding: 40px 0px 10px 0px; /*35-10*/
        margin-bottom: 15px /*75px*/;
    }

        .footer .top_footer.empty {
            float: left;
            width: 100%;
            background: url(../images/footer-graph.png) no-repeat center top;
            padding: 112px 0px 0px 0px;
            margin-bottom: 0px;
        }

        .footer .top_footer .colleft,
        .footer .top_footer .colright {
            float: left;
            width: 40%;
        }

        .footer .top_footer .colcenter {
            float: left;
            width: 20%;
        }

        .footer .top_footer h6 {
            color: #fff;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            text-align: center;
        }

            .footer .top_footer h6 em {
                font-size: 12px;
                font-style: normal;
            }


    /* footer light bg color */
    .footer.light h4,
    .footer.light h4.lmb {
        color: #333;
    }

    .footer.light .qlinks li a:hover,
    .footer.light .faddress li a:hover {
        color: #333;
    }

    .footer.light.two {
        background: #fff;
        padding-top: 100px;
    }

    .footer.light {
        background: #f4f4f4 url(../images/footer-graph2.png) no-repeat right bottom;
    }

        .footer.light .top_footer {
            padding: 40px 0px 0px 0px;
            background: url(../images/footer-graph4.png) no-repeat center top;
        }

            .footer.light .top_footer h6 {
                color: #333;
            }

        .footer.light .twitter_feeds_two .left,
        .footer.light .newsletter_two .left {
            background: url(../images/site-img40.png) no-repeat center top;
        }

        .footer.light .twitter_feeds_two .right {
            color: #727272;
        }

            .footer.light .twitter_feeds_two .right em {
                color: #999;
            }

                .footer.light .twitter_feeds_two .right em a {
                    color: #999;
                }

                    .footer.light .twitter_feeds_two .right em a:hover {
                        color: #727272;
                    }

        .footer.light .newsletter_two input.enter_email_input {
            border: 1px solid #dfdfdf;
            color: #727272;
            font-size: 13px;
        }

        .footer.light .newsletter_two .input_submit {
            color: #333;
            background-color: #dfdfdf;
        }

            .footer.light .newsletter_two .input_submit:hover {
                color: #fff;
            }



.divider_2lines {
    float: left;
    width: 100%;
    height: 2px;
    margin-top: 45px;
    background: url(../images/divider-twolines.png) repeat-x left top;
}


.twitter_feeds_two {
    float: left;
}

    .twitter_feeds_two .left {
        float: left;
        width: 85px;
        height: 76px;
        padding-top: 20px;
        margin-right: 25px;
        color: #fff;
        text-align: center;
        background: url(../images/site-img36.png) no-repeat center top;
    }

    .twitter_feeds_two .right {
        color: #999;
    }

        .twitter_feeds_two .right em {
            display: block;
            font-size: 12px;
            font-style: normal;
            color: #585858;
        }

            .twitter_feeds_two .right em a {
                color: #585858;
            }

                .twitter_feeds_two .right em a:hover {
                    color: #999;
                }

.twitter_feeds_three {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

    .twitter_feeds_three li {
        padding: 0px;
        margin: 0px;
        float: left;
    }

        .twitter_feeds_three li.bhline {
            padding-bottom: 22px;
            margin-bottom: 20px;
            border-bottom: 1px solid #3d3d3d;
        }

        .twitter_feeds_three li a {
            color: #999;
            transition: all 0.3s ease;
        }

            .twitter_feeds_three li a:hover {
                color: #fff;
            }

        .twitter_feeds_three li i {
            padding: 0px;
            margin: 0px 5px 0px 0px;
        }

        .twitter_feeds_three li em {
            float: left;
            font-size: 10px;
            font-style: normal;
            color: #727272;
        }

            .twitter_feeds_three li em a {
                color: #727272;
                transition: all 0.3s ease;
            }

                .twitter_feeds_three li em a:hover {
                    color: #727272;
                    text-decoration: underline;
                }

.newsletter_two {
    float: left;
}

    .newsletter_two .left {
        float: left;
        width: 85px;
        height: 76px;
        padding-top: 20px;
        margin-right: 25px;
        color: #fff;
        text-align: center;
        background: url(../images/site-img36.png) no-repeat center top;
    }

    .newsletter_two i {
        color: #fff;
        font-size: 40px;
        margin-bottom: 5px;
    }

    .newsletter_two .right {
        float: left;
        padding-top: 10px;
    }

    .newsletter_two input.enter_email_input {
        float: left;
        padding: 3px 0px 2px 18px;
        height: 56px;
        width: 225px;
        background: none;
        border: 1px solid #484848;
        color: #727272;
        font-size: 13px;
    }

    .newsletter_two .input_submit {
        float: left;
        padding: 16px 25px 15px 25px;
        background-color: #484848;
        border: 0px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        text-transform: uppercase;
        transition: all 0.3s ease;
    }

        .newsletter_two .input_submit:hover {
            color: #fff;
            cursor: pointer;
            background-color: #727272;
        }

.footer h4 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}

    .footer h4.lmb {
        color: #fff;
        margin-bottom: 20px;
    }

/* Address */
ul.faddress {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #727272;
}

.faddress li {
    padding: 2px 0px;
    margin: 0px;
}

    .faddress li a {
        color: #727272;
        transition: all 0.3s ease;
    }

        .faddress li a:hover {
            color: #fff;
        }

/* Tweets */
.twitter_feed {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

    .twitter_feed .left {
        float: left;
        padding: 0px;
        margin: -7px 0px 0px 0px;
        width: 20px;
    }

    .twitter_feed .right {
        float: right;
        padding: 0px;
        margin: -10px 0px 0px 0px;
        width: 89%;
    }

    .twitter_feed a {
        color: #999;
    }

        .twitter_feed a:hover {
            color: #fff;
        }

        .twitter_feed a.small {
            font-size: 9px;
            color: #727272;
        }

            .twitter_feed a.small:hover {
                font-size: 9px;
                color: #999;
            }

/* flickr */
#flickr_badge_wrapper {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

    #flickr_badge_wrapper img {
        width: 70px;
        height: 70px;
        margin-right: 8px;
        margin-bottom: 2px;
        border: 0px solid #999 !important;
    }

#flickr_www {
    display: block;
    padding: 0 10px 0 10px !important;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
    text-decoration: none !important;
    background: inherit !important;
    color: #3993ff;
}

#flickr_badge_wrapper {
    margin-top: 25px;
}

#flickr_badge_source {
    padding: 0 !important;
}

/* Newsletter Signup */
.newsletter {
    float: left;
    width: 100%;
}

    .newsletter .enter_email_input {
        float: left;
        width: 75%;
        height: 39px;
        padding: 0px 7px;
        line-height: 39px;
        background: #fff;
        border: 0px;
        font-size: 13px;
        font-weight: 600;
        color: #999;
    }

    .newsletter .input_submit {
        float: left;
        color: #fff;
        height: 39px;
        padding: 0px 10px;
        background-color: #13afeb;
        border: 0px;
        cursor: pointer;
    }

        .newsletter .input_submit:hover {
            color: #fff;
            background-color: #454545;
        }

/* quick links */
.qlinks {
    float: left;
    width: 100%;
}

    .qlinks ul {
        float: left;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .qlinks li {
        padding: 4px 0px;
        margin: 0px;
    }

        .qlinks li a {
            color: #727272;
            transition: all 0.3s ease;
        }

            .qlinks li a:hover {
                color: #fff;
            }

            .qlinks li a i {
                margin-right: 3px;
            }

/* footer style 2 */
.footer.style2 {
    float: left;
    width: 100%;
    padding: 95px 0px 0px 0px;
    border-top: 5px solid #212121;
    background: #333 url(../images/footer-graph3.png) no-repeat right bottom;
}

.footer.style3 {
    float: left;
    width: 100%;
    padding: 95px 0px 0px 0px;
    border-top: 5px solid #212121;
    background: #333 url(../images/footer-graph5.png) no-repeat right bottom;
}

.fbposts {
    float: left;
    width: 100%;
}

    .fbposts img {
        float: left;
        margin-right: 18px;
        transition: all 0.3s ease;
    }

    .fbposts a {
        float: left;
        color: #999;
        margin-bottom: 34px;
        transition: all 0.3s ease;
    }

        .fbposts a:hover {
            color: #fff;
        }

            .fbposts a:hover img {
                opacity: 0.7;
            }

.ftags {
    float: left;
    width: 100%;
}

    .ftags a {
        float: left;
        color: #999;
        padding: 5px 10px;
        margin: 0px 5px 10px 5px;
        transition: all 0.3s ease;
        background: rgba(0, 0, 0, 0.2);
    }

        .ftags a:hover {
            background: rgba(0, 0, 0, 0.5);
        }

.fform {
    float: left;
    width: 100%;
}


/* copyrights */
.copyright_info {
    text-align: center;
    padding: 15px 0px 15px 0px;
    margin: 50px 0px 0px 0px;
    width: 100%;
    color: #fff /*#00355F*/;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    background: #b5995a /*rgba(255, 255, 255, 0.05)*/;
}

    .copyright_info a {
        margin-top: 10px;
        font-size: 12px;
        color: #727272;
        text-align: right;
        transition: all 0.3s ease;
    }

        .copyright_info a:hover {
            color: #e3e3e3;
        }

    .copyright_info.two {
        background: #fff;
        color: #999;
    }

        .copyright_info.two a {
            color: #999;
        }

            .copyright_info.two a:hover {
                color: #454545;
            }

    .copyright_info.three {
        background: rgba(255, 255, 255, 0.45);
        color: #999;
    }

        .copyright_info.three a {
            color: #999;
        }

            .copyright_info.three a:hover {
                color: #454545;
            }

    .copyright_info.four {
        background: #e54c4c;
        color: #fff;
        border-top: 3px double rgba(0, 0, 0, 0.12);
    }

        .copyright_info.four a {
            color: #fff;
        }

            .copyright_info.four a:hover {
                color: #fff;
                text-decoration: underline;
            }

    .copyright_info.five {
        background: none;
        color: #999;
        margin-top: 0px;
    }

        .copyright_info.five a {
            color: #999;
        }

            .copyright_info.five a:hover {
                color: #454545;
            }



/* footer social links */
ul.footer_social_links {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.footer_social_links li {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 5px;
}

    .footer_social_links li a i {
        width: 24px;
        height: 24px;
        text-align: center;
        border-radius: 100%;
        line-height: 24px;
        vertical-align: middle;
        background-color: #333;
        color: #999;
        transition: all 0.3s ease;
    }

        .footer_social_links li a i:hover {
            color: #fff;
            background-color: #727272;
        }

.footer_social_links.two li a i {
    background-color: #ccc;
    color: #fff;
}

    .footer_social_links.two li a i:hover {
        color: #fff;
        background-color: #e3e3e3;
    }

.footer_social_links.three li a i {
    background-color: #ccc;
    color: #fff;
}

    .footer_social_links.three li a i:hover {
        color: #fff;
        background-color: #e3e3e3;
    }

.footer_social_links.four li a i {
    background-color: rgba(0, 0, 0, 0.12);
    color: #fff;
}

    .footer_social_links.four li a i:hover {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.3);
    }




/* menu search bar */
.search_hwrap {
    display: inline-block;
    position: relative;
    height: 50px;
    float: right;
    padding: 0;
    position: relative;
}

    .search_hwrap input[type="text"] {
        height: 50px;
        font-size: 14px;
        display: inline-block;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        border: none;
        outline: none;
        color: #ccc;
        padding: 3px;
        padding-right: 50px;
        width: 0px;
        position: absolute;
        top: 8px;
        right: 0;
        background: none;
        z-index: 3;
        transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        cursor: pointer;
    }

        .search_hwrap input[type="text"]:focus {
            width: 210px;
            z-index: 1;
            cursor: text;
        }

    .search_hwrap input[type="submit"] {
        height: 36px;
        width: 36px;
        display: inline-block;
        color: red;
        float: right;
        background: #727272 url(../images/search-icon.png) no-repeat center 7px;
        text-indent: -10000px;
        border: none;
        position: absolute;
        top: 14px;
        right: 0;
        z-index: 2;
        cursor: pointer;
        opacity: 0.4;
        cursor: pointer;
        transition: opacity .4s ease;
        border: 1px solid #999;
        border-radius: 100%;
    }

        .search_hwrap input[type="submit"]:hover {
            opacity: 0.8;
        }

    .search_hwrap.two input[type="text"] {
        color: #fff;
    }

    .search_hwrap.two input[type="submit"] {
        background: rgba(0,0,0,0.2) url(../images/search-icon.png) no-repeat center 7px;
        border: 1px solid rgba(255,255,255,0.9);
    }


/* page titles */
.page_title {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 220px 0px 120px 0px;
    background: #272727 url(../images/fullsite-img14.jpg) no-repeat center top;
}

    .page_title .title {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0px;
    }

        .page_title .title h1 {
            margin: 0px 0px 40px 0px;
            padding-bottom: 30px;
            font-size: 58px;
            color: #fff;
            text-transform: none;
            background: url(../images/white-line.png) no-repeat center bottom;
        }

    .page_title h3 {
        margin: 0px 0px 8px 0px;
        color: #fff;
        font-weight: bold;
    }

    .page_title h5 {
        margin: 0px;
        color: #fff;
        font-weight: 300;
    }

    .page_title.small .title h1 {
        margin: 0px 0px 20px 0px;
    }

    .page_title.two {
        background: #272727 url(../images/fullsite-img20.jpg) no-repeat center top;
    }

.page_title2 {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background: #454545 url(../images/footer-graph3.png) no-repeat center bottom;
}

    .page_title2 h1 {
        float: left;
        font-size: 32px;
        font-weight: 200;
        margin-bottom: 0px;
        color: #fff;
    }

    .page_title2 .pagenation {
        float: right;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
        color: #e3e3e3;
        margin: 10px 0px 0px 0px;
    }

        .page_title2 .pagenation i {
            color: #999;
            margin: 0px 2px 0px 2px;
        }

        .page_title2 .pagenation a {
            padding: 0px;
            color: #999;
            transition: all 0.3s ease;
        }

            .page_title2 .pagenation a:hover {
                color: #e3e3e3;
            }

.page_title3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 140px 0px 140px 0px;
    background: #272727 url(../images/fullsite-img15.jpg) no-repeat center top;
}

    .page_title3 .title {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0px;
    }

        .page_title3 .title h1 {
            margin: 0px 0px 10px 0px;
            padding-bottom: 30px;
            font-size: 58px;
            color: #fff;
            text-transform: none;
            font-weight: normal;
        }

    .page_title3 h5 {
        color: #fff;
        width: 75%;
        margin: 0 auto;
        font-weight: 300;
        line-height: 30px;
    }

    .page_title3 i {
        color: #fff;
        font-size: 27px;
        width: 80px;
        height: 80px;
        text-align: center;
        vertical-align: middle;
        line-height: 80px;
        background-color: rgba(255, 255, 255, 0.1);
        border-radius: 100%;
        margin: 50px 10px 0px 10px;
        transition: all 0.3s ease;
    }

        .page_title3 i:hover {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.2);
        }

.page_title4 {
    position: relative;
    float: left;
    width: 100%;
    padding: 70px 0px;
    background: #f3f3f3;
}

    .page_title4 .title {
        width: 100%;
        float: left;
        text-align: left;
        margin: 0px;
    }

        .page_title4 .title h1 {
            margin: 0px;
            color: #293139;
            text-transform: none;
            font-size: 40px;
        }

    .page_title4 .line {
        background: #999;
        position: absolute;
        height: 1px;
        display: block;
        width: 100px;
        margin-top: 12px;
    }

    .page_title4 h6 {
        float: left;
        margin-top: 30px;
        margin-bottom: 0px;
        color: #727272;
        font-weight: 300;
        line-height: 25px;
        width: 85%;
    }

.page_title5 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 200px 0px 40px 0px;
    background: #333 url(../images/fullsite-img13.jpg) no-repeat center top;
}

    .page_title5 .title {
        width: 100%;
        float: left;
        text-align: left;
        margin: 0px;
    }

        .page_title5 .title h1 {
            float: left;
            margin: 0px;
            padding: 5px 10px;
            font-size: 35px;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            background-color: rgba(0, 0, 0, 0.3);
        }

    .page_title5.two {
        padding: 310px 0px 40px 0px;
        background: #333 url(../images/fullsite-img19.jpg) no-repeat center top;
    }


.imgheader {
    float: left;
    width: 100%;
    height: 400px;
    background: #333 url(../images/fullsite-img16.jpg) no-repeat center top;
}

    .imgheader img {
        float: left;
    }

.imgheader2 {
    float: left;
    width: 100%;
    height: 400px;
    background: #333 url(../images/fullsite-img17.jpg) no-repeat center top;
}

    .imgheader2 img {
        float: left;
    }

.clogo_small {
    float: left;
    width: 100%;
}

    .clogo_small li {
        float: left;
        width: 10%;
    }

        .clogo_small li h6 {
            font-size: 14px;
            margin-top: 18px;
            text-align: right;
        }

        .clogo_small li img {
            float: left;
            width: 100%;
        }

/* blog */
.blog_post {
    float: left;
    width: 100%;
}

    .blog_post h3 {
        text-align: left;
        color: #333;
        line-height: 30px;
        display: block;
    }

        .blog_post h3 a {
            color: #e54c4c;
            text-decoration: none;
            margin-top: 3px;
            text-transform: none;
            font-weight: 400;
            font-size: 30px;
        }

            .blog_post h3 a:hover {
                color: #383634;
            }

ul.post_meta_links {
    float: left;
    margin: -5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.post_meta_links li {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    list-style-type: none;
    color: #999;
}

    .post_meta_links li a {
        color: #999;
        padding: 0px 18px 0px 0px;
        text-decoration: none;
        font-size: 11px;
        /*text-transform: uppercase;*/
    }

        .post_meta_links li a:hover {
            color: #727272;
            text-decoration: none;
        }

    .post_meta_links li i {
        color: #bbb;
        font-size: 12px;
        font-style: normal;
    }

.blog_postcontent {
    float: left;
    width: 100%;
}

    .blog_postcontent .image_frame {
        float: left;
        width: 100%;
        margin-bottom: 27px;
    }

        .blog_postcontent .image_frame.mone {
            float: left;
            width: 100%;
            height: 280px;
            overflow: hidden;
        }

        .blog_postcontent .image_frame.mtwo {
            float: left;
            width: 100%;
            height: 180px;
            overflow: hidden;
        }

        .blog_postcontent .image_frame.mthree {
            float: left;
            width: 100%;
            height: 480px;
            overflow: hidden;
        }

            .blog_postcontent .image_frame.mone img,
            .blog_postcontent .image_frame.mtwo img,
            .blog_postcontent .image_frame.mthree img {
                float: left;
                width: auto;
                margin-left: -45%;
                margin-top: -10%;
            }


    .blog_postcontent .video_frame.mtwo iframe {
        float: left;
        width: 100%;
        height: 280px;
        overflow: hidden;
    }


    .blog_postcontent .image_frame.small {
        float: left;
        width: 43%;
        border: 7px solid #fff;
        margin-bottom: 25px;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    }

        .blog_postcontent .image_frame.small:hover {
            border: 7px solid #f9f9f9;
        }

    .blog_postcontent .image_frame img {
        float: left;
        width: 100%;
    }

    .blog_postcontent .video_frame.small iframe {
        height: 250px;
    }

    .blog_postcontent .video_frame iframe {
        float: left;
        width: 100%;
        height: 520px;
        margin-bottom: 27px;
    }

.post_info_content_small {
    padding: 0px;
    margin: 0 0 0 4%;
    width: 50%;
    float: left;
}

ul.post_meta_links_small {
    float: left;
    margin: -15px 0px 12px 80px;
    padding: 0px 0px 0px 0px;
    width: 80%;
}

.post_meta_links_small li a {
    color: #a1a1a1;
    padding: 0px 5px 0px 0px;
    text-decoration: none;
    font-size: 11px;
}

    .post_meta_links_small li a:hover {
        color: #727272;
        padding: 0px 5px 0px 0px;
        text-decoration: none;
        font-size: 11px;
    }

.blog_post a.date {
    color: #454545;
    font-size: 14px;
    font-weight: normal;
}

    .blog_post a.date:hover {
        color: #e54c4c;
    }

.post_readmore:link, .post_readmore:visited {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore.jpg) no-repeat left top;
}

.post_readmore:hover {
    float: right;
    height: 27px;
    width: 185px;
    text-align: center;
    padding-top: 7px;
    color: #fff;
    text-decoration: none;
    background: url(../images/skin01/but_post_readmore_hover.jpg) no-repeat left top;
}

.sharepost {
    float: left;
    width: 80%;
    margin-bottom: 40px;
}

    .sharepost ul {
        margin: 0px;
        padding: 0px;
    }

    .sharepost li {
        margin: 0px 7px 5px 0px;
        padding: 2px 5px;
        float: left;
        border-radius: 2px;
        list-style-type: none;
        background-color: #e54c4c;
        transition: all 0.3s ease;
    }

        .sharepost li i {
            color: #fff;
        }

        .sharepost li:hover {
            background-color: #383634;
        }

.about_author {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

    .about_author img {
        float: left;
        margin-right: 20px;
    }

    .about_author a {
        font-family: 'Open Sans' !important;
        font-weight: normal;
        font-weight: 600;
        color: #333;
    }

        .about_author a:hover {
            color: #e54c4c;
        }


/* pagination */
.pagination.center {
    text-align: center;
}

    .pagination.center b {
        float: inherit;
    }

.pagination {
    clear: both;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

    .pagination b {
        float: left;
        margin: 0px 5px 2px 0;
        padding: 0px 10px;
        font-weight: normal;
        color: #999;
    }

    .pagination a.navlinks {
        font-size: 12px;
        color: #454545;
        background-color: #eee;
        font-weight: 600;
        text-transform: uppercase;
        padding: 7px 10px;
        border-radius: 3px;
    }

        .pagination a.navlinks:hover {
            color: #fff;
            background-color: #454545;
        }

    .pagination a.current {
        color: #fff;
        background-color: #454545;
    }


/* comments */
.comment_wrap {
    padding: 20px 20px 20px 0px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

    .comment_wrap.chaild {
        border-bottom: 1px solid #eee;
        margin: 10px 20px 10px 50px;
        overflow: hidden;
    }

.gravatar {
    float: left;
}

.comment_content {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    min-height: 80px;
}

    .comment_content .comment_meta {
        position: relative;
    }

        .comment_content .comment_meta .comment_author {
            display: inline;
            font-size: 14px;
            font-style: normal;
        }

            .comment_content .comment_meta .comment_author i {
                display: inline;
                font-size: 11px;
                font-style: italic;
            }

    .comment_content .comment_text {
        clear: both;
        padding-top: 0px;
        overflow: hidden;
    }

        .comment_content .comment_text a {
            color: #d3d3d3;
            margin-top: 5px;
            float: left;
        }

            .comment_content .comment_text a:hover {
                color: #727272;
                margin-top: 5px;
                float: left;
            }

#comments_section li ul li {
    margin-left: 30px;
}

/* comment form */
.comment_form {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    .comment_form label {
        float: left;
        width: 90px;
        height: 15px;
        padding: 7px 10px;
        margin-bottom: 40px;
        font-weight: normal;
    }

.comment_input_bg {
    float: left;
    width: 75%;
    height: 40px;
    padding: 7px 10px 0px 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.comment_textarea_bg {
    float: left;
    width: 90%;
    height: 235px;
    padding: 7px 10px 0px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.comment_checkbox {
    float: left;
    display: block;
    width: 90%;
    margin-top: 10px;
}

.comment_submit {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 9px 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    color: #333;
    text-transform: uppercase;
}

    .comment_submit:hover {
        background-color: #f9f9f9;
        cursor: pointer;
    }

/* comments */
.comment_wrap {
    padding: 20px 20px 20px 0px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

    .comment_wrap.chaild {
        border-bottom: 1px solid #eee;
        margin: 10px 20px 10px 50px;
        overflow: hidden;
    }

.gravatar {
    float: left;
}

.comment_content {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    min-height: 80px;
}

    .comment_content .comment_meta {
        position: relative;
    }

        .comment_content .comment_meta .comment_author {
            display: inline;
            font-size: 14px;
            font-style: normal;
        }

            .comment_content .comment_meta .comment_author i {
                display: inline;
                font-size: 11px;
                font-style: italic;
            }

    .comment_content .comment_text {
        clear: both;
        padding-top: 0px;
        overflow: hidden;
    }

        .comment_content .comment_text a {
            color: #d3d3d3;
            margin-top: 5px;
            float: left;
        }

            .comment_content .comment_text a:hover {
                color: #727272;
                margin-top: 5px;
                float: left;
            }

#comments_section li ul li {
    margin-left: 30px;
}

/* Advertisements */
ul.adsbanner-list {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.adsbanner-list li {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    float: left;
    width: 140px;
    height: 140px;
    list-style-type: none;
}

    .adsbanner-list li img {
        margin: 0px;
        padding: 0px;
        float: left;
        width: 140px;
        height: 140px;
        list-style-type: none;
    }

    .adsbanner-list li.last {
        margin: 0px 0px 0px 0px;
        padding: 0px;
        float: left;
        width: 140px;
        height: 140px;
        list-style-type: none;
    }

.address_info {
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px 20px;
    width: 99%;
    margin-bottom: 40px;
}

    .address_info.two {
        background-color: #fff;
        border: none;
        padding-top: 0px;
    }

    .address_info h3 i {
        font-weight: 500;
        font-style: normal;
    }

.google-map {
    width: 99%;
    height: 350px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.google-map2 {
    width: 100%;
    height: 450px;
}

.google-map3 {
    width: 100%;
    height: 300px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.google-map4 {
    width: 100%;
    height: 200px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}


/* sidebar widget */
.sidebar_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

    .sidebar_widget ul.arrows_list1 {
        padding: 0px;
        margin: 0px;
        float: left;
        margin-top: -10px;
    }

        .sidebar_widget ul.arrows_list1 li a {
            color: #e54c4c;
            line-height: 30px;
        }

            .sidebar_widget ul.arrows_list1 li a:hover {
                color: #272727;
            }

        .sidebar_widget ul.arrows_list1 i {
            margin-right: 4px;
        }

.sidebar_title {
    float: left;
    width: 100%;
}

.sidebar_widget h4, .clientsays_widget h4 {
    margin-bottom: 30px;
    float: left;
    font-weight: 300;
}

    .sidebar_widget h4 i, .clientsays_widget h4 i {
        font-weight: 500;
        font-style: normal;
    }

/* Recent Posts */
ul.recent_posts_list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.recent_posts_list li {
    padding: 0px 0px 13px 0px;
    margin: 0px 0px 16px 0px;
    list-style-type: none;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
}

    .recent_posts_list li a {
        text-decoration: none;
        line-height: 17px;
        display: block;
        color: #999;
    }

        .recent_posts_list li a:hover {
            color: #e54c4c;
        }

    .recent_posts_list li span {
        float: left;
        margin-right: 15px;
    }

        .recent_posts_list li span img {
            float: left;
            margin-right: 0px;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1;
        }

            .recent_posts_list li span img:hover {
                float: left;
                margin-right: 0px;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
                -moz-opacity: 0.8;
                -khtml-opacity: 0.8;
                opacity: 0.8;
            }

    .recent_posts_list li i {
        padding: 1px 0px 0px 0px;
        margin: 0px;
        display: block;
        font-size: 10px;
        font-style: normal;
        color: #c9c9c9;
    }

    .recent_posts_list li.last {
        padding: 0px 0px 7px 0px;
        margin: 0px 0px 0px 0px;
        border-bottom: 0px solid #f5f6f6;
    }

/* client says widget */
.clientsays_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #999;
}

    .clientsays_widget strong {
        font-weight: 600;
        color: #454545;
    }

    .clientsays_widget h3 {
        margin-bottom: 18px;
    }

    .clientsays_widget img {
        float: left;
        margin-right: 13px;
        margin-top: 7px;
    }


/* portfolio widget */
.portfolio_widget {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

    .portfolio_widget .box {
        float: left;
        width: 100%;
    }

        .portfolio_widget .box strong {
            font-size: 16px;
            color: #181818;
            font-weight: 600;
            display: block;
            margin-bottom: 5px;
            margin-top: 25px;
        }

            .portfolio_widget .box strong a {
                color: #181818;
            }

                .portfolio_widget .box strong a:hover {
                    color: #2191ed;
                }

        .portfolio_widget .box i {
            font-size: 22px;
            color: #fff;
            border: 1px solid #fff;
            border-radius: 100%;
            width: 58px;
            height: 58px;
            text-align: center;
            vertical-align: middle;
            line-height: 58px;
            margin-top: 26%;
        }

/* 404 Error Page */
.error_pagenotfound {
    padding: 50px 30px 58px 30px;
    margin: 0 auto;
    width: 59%;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: 5px solid #eee;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

    .error_pagenotfound strong {
        display: block;
        font-size: 145px;
        line-height: 100px;
        color: #e3e3e3;
        font-weight: normal;
        margin-bottom: 10px;
        text-shadow: 5px 5px 1px #fafafa;
    }

    .error_pagenotfound b {
        display: block;
        font-size: 40px;
        line-height: 50px;
        color: #999;
        margin: 0;
        font-weight: 300;
    }

    .error_pagenotfound em {
        display: block;
        font-size: 18px;
        line-height: 59px;
        color: #e54c4c;
        margin: 0;
        font-style: normal;
    }

/* portfolio single image */
.portfolio_area {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

.portfolio_area_left {
    padding: 0px;
    margin: 0px;
    width: 74%;
    float: left;
}

    .portfolio_area_left img {
        padding: 0px;
        margin: 0px;
        width: 100%;
        float: left;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    }

.portfolio_area_right {
    padding: 0px;
    margin: 0px 0px 0px 4%;
    width: 22%;
    float: left;
}

.project_details {
    padding: 0px;
    margin: 80px 0px 0px 0px;
}

    .project_details span {
        padding: 10px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 14px;
        font-weight: bold;
        color: #454545;
        float: left;
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
    }

    .project_details strong {
        padding: 0px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        font-weight: bold;
        color: #727272;
        float: left;
        width: 40%;
    }

    .project_details em {
        padding: 0px 0px;
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        color: #727272;
        float: left;
        width: 60%;
    }

    .project_details span a {
        padding: 3px 10px;
        margin: 0px 0px 0px 3px;
        font-size: 11px;
        line-height: 30px;
        font-weight: normal;
        font-style: normal;
        color: #727272;
        background-color: #e3e3e3;
        border-radius: 3px;
    }

        .project_details span a:hover {
            background-color: #ddd;
        }

.addto_favorites {
    padding: 3px 10px 5px 10px;
    margin: 27px 0px 0px 0px;
    width: 142px;
    display: block;
    border-radius: 3px;
    font-size: 13px;
    color: #999;
    background: #eee;
}

    .addto_favorites:hover {
        background: #e3e3e3;
    }

    .addto_favorites i {
        color: #c3c3c3;
    }

ul.small_social_links {
    padding: 0px;
    margin: 18px 0 25px 0px;
}

.small_social_links li {
    padding: 0px;
    margin: 0px 5px 0px 0px;
    float: left;
}

    .small_social_links li i {
        font-size: 11px;
        color: #e54c4c;
        border: 1px solid #eee;
        width: 25px;
        height: 25px;
        border-radius: 100%;
        text-align: center;
        vertical-align: middle;
        line-height: 23px;
    }

    .small_social_links li a {
        opacity: 1;
    }

        .small_social_links li a:hover {
            opacity: 0.7;
        }

ul.list_5 {
    float: left;
    padding: 0px;
    margin: 0px;
}

.list_5 li {
    float: left;
    padding: 0px;
    margin: 0px 0px 5px 0px;
}

    .list_5 li.last {
        margin: 0px 0px 0px 0px;
    }

    .list_5 li img {
        float: left;
        margin-right: 18px;
    }

    .list_5 li em {
        float: left;
        font-style: normal;
        margin: 9px 0px 0px 0px;
    }

    .list_5 li a {
        color: #999;
    }



/* scroll up */
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 999;
}


/*
------------------------
 UPDATED VERSION 1.2 
------------------------*/

.mitemnew {
    color: #fff;
    padding: 1px 4px;
    background: #e54c4c;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 500;
}

/* Static header */
.stheader {
    float: left;
    width: 100%;
    height: 750px;
    margin-top: 100px;
    background: #999 url(../images/sliders/master/slider-bg16.jpg) no-repeat center top;
}

/* Static header 2 */
.stheader2 {
    float: left;
    width: 100%;
    background: #999 url(../images/sliders/master/slider-bg20.jpg) repeat-y center top;
}

/* Static header 3 */
.stheader3 {
    float: left;
    width: 100%;
    height: 700px;
    margin-top: 100px;
    background: #999 url(../images/sliders/master/slider-bg21.jpg) no-repeat center top;
}


/* slider header form */
.slidercform {
    float: left;
    width: 470px;
    padding: 47px 50px 50px 50px;
    text-align: center;
    margin-top: 100px;
    background: rgba(0,0,0,0.72);
    border-radius: 3px;
}

    .slidercform .sky-form {
        color: #999;
    }

        .slidercform .sky-form footer {
            padding: 5px 0px 0px 0px;
        }

        .slidercform .sky-form .button {
            float: left;
            width: 86.5%;
            height: 50px;
            background: #e54c4c;
            font-family: 'Raleway', sans-serif;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            color: #fff;
            opacity: 1;
        }

            .slidercform .sky-form .button:hover {
                opacity: 0.75;
            }

        .slidercform .sky-form section {
            margin-bottom: 9px;
        }

    .slidercform strong {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 27px;
        font-weight: bold;
        display: block;
    }

        .slidercform strong em {
            color: #fff;
            font-size: 14px;
            font-weight: 300;
            font-style: normal;
            display: block;
            margin-top: 8px;
        }

    .slidercform span {
        width: 50%;
        height: 1px;
        background: #595959;
        float: left;
        margin-top: 14px;
        margin-left: 25%;
    }

/* slider header form 2 */
.slidercform2 {
    float: right;
    width: 470px;
    padding: 47px 45px 50px 45px;
    background: rgba(18,18,18,0.9);
    border-radius: 3px;
    position: relative;
    z-index: 300;
    margin-top: -565px;
    text-align: center;
}

    .slidercform2 strong {
        color: #fff;
        font-family: 'Raleway', sans-serif;
        font-size: 27px;
        font-weight: bold;
        display: block;
    }

        .slidercform2 strong em {
            color: #fff;
            font-size: 14px;
            font-weight: 300;
            font-style: normal;
            display: block;
            margin-top: 8px;
        }

    .slidercform2 span {
        width: 50%;
        height: 1px;
        background: #454545;
        float: left;
        margin-top: 14px;
        margin-left: 25%;
    }

    .slidercform2 .sky-form .input input,
    .slidercform2 .sky-form .select select {
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 101.5%;
        padding: 10px 14px;
        outline: none;
        border-width: 0px;
        border-style: solid;
        background: rgba(255, 255, 255, 0.9);
        font: 14px/18px 'Open Sans', Helvetica, Arial, sans-serif;
        color: #454545;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

    .slidercform2 .sky-form .textarea textarea {
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        padding: 10px 14px;
        outline: none;
        border-width: 0px;
        border-style: solid;
        background: rgba(255, 255, 255, 0.9);
        font: 14px/18px 'Open Sans', Helvetica, Arial, sans-serif;
        color: #454545;
        appearance: normal;
        -moz-appearance: none;
        -webkit-appearance: none;
    }

/* header portfolio style */
.headerport {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 210px;
    margin-bottom: 130px;
}

    .headerport .left {
        float: left;
        width: 33%;
    }

    .headerport .center {
        float: left;
        width: 34%;
    }

    .headerport .right {
        float: left;
        width: 33%;
    }

    .headerport .boxsize1 {
        float: left;
        width: 100%;
        height: 300px;
        text-align: center;
        background: #525252;
    }

    .headerport .boxsize2 {
        float: left;
        width: 50%;
        height: 150px;
        text-align: center;
        background: #525252;
    }

    .headerport .boxsize3 {
        float: left;
        width: 100%;
        height: 150px;
        text-align: center;
        background: #525252;
    }

    .headerport .boxsize4 {
        float: left;
        width: 100%;
        height: 450px;
        text-align: center;
        background: #525252;
    }

    .headerport .boxsize1 img {
        width: 100%;
        height: 300px;
        display: block;
    }

    .headerport .boxsize2 img {
        width: 100%;
        height: 150px;
        display: block;
    }

    .headerport .boxsize3 img {
        width: 100%;
        height: 150px;
        display: block;
    }

    .headerport .boxsize4 img {
        width: 100.2%;
        height: 450px;
        display: block;
    }

    .headerport .boxsize2 .onlycolor {
        float: left;
        width: 100%;
        height: 150px;
        background: #e54c4c;
        transition: all 0.3s ease;
    }

        .headerport .boxsize2 .onlycolor:hover {
            background: #525252;
        }

        .headerport .boxsize2 .onlycolor.white {
            background: #fff;
        }

    .headerport .boxsize2:hover .onlycolor.white {
        background: #e3e3e3;
    }

    .headerport .boxsize3 .onlycolor {
        float: left;
        width: 100%;
        height: 150px;
        background: #e54c4c;
        transition: all 0.3s ease;
    }

        .headerport .boxsize3 .onlycolor:hover {
            background: #525252;
        }

        .headerport .boxsize3 .onlycolor.white {
            background: #fff;
        }

    .headerport .boxsize3:hover .onlycolor.white {
        background: #e3e3e3;
    }

    .headerport .boxsize1 h3 {
        color: #fff;
        text-align: center;
        font-size: 21px;
        font-weight: 300;
        margin-top: 32.5%;
    }

    .headerport .boxsize2 h3 {
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        margin-top: 29%;
    }

    .headerport .boxsize3 h3 {
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        margin-top: 14.5%;
    }

        .headerport .boxsize1 h3.darkc,
        .headerport .boxsize2 h3.darkc,
        .headerport .boxsize3 h3.darkc,
        .headerport .boxsize4 h3.darkc {
            color: #333;
        }

    .headerport .boxsize4 h3 {
        color: #fff;
        text-align: center;
        font-size: 21px;
        font-weight: 300;
        margin-top: 50%;
    }

.hp-item.square {
    position: relative;
    width: 100%;
}

    .hp-item.square .info {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .hp-item.square.effect10 {
        overflow: hidden;
    }

        .hp-item.square.effect10 .img {
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        .hp-item.square.effect10 .info {
            background: #525252;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

            .hp-item.square.effect10 .info p {
                font-style: italic;
                font-size: 12px;
                position: relative;
                color: #bbb;
                padding: 20px 20px 20px;
                text-align: center;
            }

        .hp-item.square.effect10 a:hover .info {
            visibility: visible;
            opacity: 1;
        }

        .hp-item.square.effect10.bottom_to_top .img {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

        .hp-item.square.effect10.bottom_to_top .info {
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
            -o-transform: translateY(100%);
            transform: translateY(100%);
        }

        .hp-item.square.effect10.bottom_to_top a:hover .img {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            -o-transform: translateY(-100%);
            transform: translateY(-100%);
        }

        .hp-item.square.effect10.bottom_to_top a:hover .info {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

.menu_shape_shadow {
    float: left;
    position: absolute;
    width: 100%;
    height: 10px;
    background: url(../images/menu-shadow2.png) no-repeat center top;
    z-index: 8000;
    top: 100px;
}

/* text slider */
.textyslider {
    background: none;
    text-align: center;
    padding-top: 90px;
    margin-bottom: 59px;
}

    .textyslider span.text {
        display: block;
        padding-top: 20px;
        margin-bottom: 40px;
    }

    .textyslider em {
        color: #e54c4c;
        font-family: 'Dancing Script', cursive;
        font-size: 45px;
        font-weight: bold;
        padding-bottom: 8px;
        border-bottom: 1px dashed #e54c4c;
    }

    .textyslider strong {
        color: #333;
        font-family: 'Raleway', sans-serif;
        font-size: 45px;
        font-weight: 600;
        padding-left: 20px;
        text-transform: uppercase;
    }

    .textyslider p {
        font-family: 'Raleway', sans-serif;
        color: #727272;
        font-size: 16px;
        line-height: 27px;
        padding-bottom: 5px;
        width: 70%;
        margin: 0 auto;
    }

.blink {
    animation: blinker 0.6s linear infinite;
    color: #1c87c9;
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.label33 {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #00355F;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;
}

.label-primary22 {
    background-color: #fff;
    color: #00355F;
}
.sliderbottom {
    float: left;
    width: 100%;
    padding: 1px 0px;
    position: relative;
    background: #00355F;
    color: #c0c0c0;
}
    .sliderbottom:after {
        top: 50%;
        left: 50%;
        border: solid transparent;
        content: " ";
        position: absolute;
        pointer-events: none;
        margin-left: -100px;
        width: 0;
        height: 0;
        border-left: 100px solid transparent;
        border-right: 100px solid transparent;
        border-top: 12px solid #00355F;
    }

    .sliderbottom strong {
        font-weight: 400;
    }

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7abaff;
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #b3b7bb;
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #8fd19e;
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda;
    }

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ed969e;
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fbfcfc;
    }

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #95999c;
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #454d55;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }
/* Responsive CSS Styles Table of Contents */

@media only screen and (min-width: 1000px) and (max-width: 1169px) {
    .container {
        width: 1000px;
        margin: auto;
    }

    .title1 h2 {
        font-size: 30px;
    }

        .title1 h2 em {
            margin-top: 0px;
        }

    .title2 h2 {
        font-size: 30px;
    }

        .title2 h2 em {
            margin-top: 0px;
        }

    .features_sec3 .box .right {
        width: 73%;
        margin-left: 7%;
    }

    .parallax_section1 h2 {
        width: 61%;
    }

    .parallax_section1 p {
        width: 61%;
    }

    .features_sec6 .rbox {
        width: 50%;
        padding: 75px 55px 0px 55px;
    }

    .features_sec8 .left {
        padding-top: 0px;
    }

        .features_sec8 .left h1 {
            font-size: 30px;
            margin-bottom: 10px;
        }

    .features_sec9 .tbox img {
        width: 100%;
    }

    .features_sec14 img {
        width: 100%;
    }

    .features_sec13 img {
        width: 100%;
    }

    .newsletter_two input.enter_email_input {
        width: 170px;
    }

    .newsletter_two .input_submit {
        padding: 16px 14px 15px 14px;
    }

    .features_sec33 .center img {
        width: 100%;
    }

    .features_sec38 p {
        width: 90%;
    }

    .features_sec39 .box1 .hovcont {
        padding: 10px 25px;
    }

        .features_sec39 .box1 .hovcont h2 {
            font-size: 25px;
            margin-bottom: 0px;
        }

        .features_sec39 .box1 .hovcont h5 {
            font-size: 14px;
            line-height: 16px;
        }

    .features_sec39 .box2 .hovcont,
    .features_sec39 .box3 .hovcont {
        padding: 8px 14px;
    }

        .features_sec39 .box2 .hovcont h3,
        .features_sec39 .box3 .hovcont h3 {
            font-size: 18px;
            margin-bottom: 3px;
            line-height: 23px;
        }

        .features_sec39 .box2 .hovcont h5,
        .features_sec39 .box3 .hovcont h5 {
            font-size: 12px;
            line-height: 14px;
        }

    .parallax_section6 .box {
        margin-left: 2%;
    }


    .features_sec45 .box {
        margin-left: 22%;
    }

    .clogo_small li h6 {
        margin-top: 12px;
    }

    .features_sec64 .flips1_front img {
        height: auto;
    }

    .blog_postcontent .video_frame iframe {
        height: 325px;
    }



    /* UPDATED VERSION 1.2 */
    .slidercform2 {
        width: 380px;
        padding: 30px 35px 40px 35px;
        margin-right: 50px;
        margin-top: -410px;
    }

        .slidercform2 strong {
            font-size: 22px;
        }

            .slidercform2 strong em {
                font-size: 13px;
                margin-top: 5px;
            }

        .slidercform2 .sky-form .input input,
        .slidercform2 .sky-form .select select {
            width: 100%;
        }

    .headerport .boxsize1 {
        height: 250px;
    }

    .headerport .boxsize2 {
        height: 125px;
    }

    .headerport .boxsize3 {
        height: 125px;
    }

    .headerport .boxsize4 {
        height: 375px;
    }

    .headerport .boxsize1 img {
        height: 250px;
    }

    .headerport .boxsize2 img {
        height: 125px;
    }

    .headerport .boxsize3 img {
        height: 125px;
    }

    .headerport .boxsize4 img {
        height: 375px;
    }

    .headerport .boxsize2 .onlycolor {
        height: 125px;
    }

    .headerport .boxsize3 .onlycolor {
        height: 125px;
    }

    .headerport .boxsize1 h3 {
        font-size: 18px;
    }

    .headerport .boxsize2 h3 {
        font-size: 14px;
    }

    .headerport .boxsize3 h3 {
        font-size: 14px;
    }

    .headerport .boxsize4 h3 {
        font-size: 18px;
    }

    .stheader3 {
        height: 625px;
    }

    .textyslider {
        margin-bottom: 50px;
    }

        .textyslider p {
            width: 80%;
        }
}


@media only screen and (min-width: 768px) and (max-width: 999px) {
    /*.header {
        background-color: #00355F !important;
    }*/
    .container {
        width: 747px;
        margin: auto;
    }

    .menu_main {
        width: 70%; /*75%*/
        margin-top: 5px;
    }

    .menu_right {
        display: none;
    }

    .menu_right2 {
        display: none;
    }

    .title1 h2 {
        font-size: 30px;
    }

        .title1 h2 em {
            margin-top: 0px;
        }

    .title1 .line {
        width: 47%;
        margin-left: 26.5%;
    }

    .title2 h2 {
        font-size: 30px;
    }

        .title2 h2 em {
            margin-top: 0px;
        }

    .title2 .line {
        width: 43%;
        margin-left: 28%;
    }

    .features_sec3 .box .right {
        width: 65%;
        margin-left: 9%;
    }

    .parallax_section1 h2 {
        width: 70%;
    }

    .parallax_section1 p {
        width: 70%;
    }

    .features_sec6 .fimg {
        width: 35%;
    }

    .features_sec6 .rbox {
        width: 65%;
        padding: 55px 30px 0px 30px;
    }

    .features_sec8 .left {
        padding-top: 0px;
        width: 80%;
        margin-left: 7%;
        margin-right: 8%;
        margin-bottom: 50px;
    }

    .features_sec8 .right {
        float: none;
        width: 40%;
        margin: 0 auto;
    }

    .features_sec9 .tbox img {
        width: 100%;
    }

    .features_sec14 img {
        width: 100%;
    }

    .features_sec13 img {
        width: 100%;
    }

    .footer .top_footer .colleft,
    .footer .top_footer .colright {
        width: 45%;
    }

    .footer .top_footer .colcenter {
        width: 10%;
    }

    .newsletter_two input.enter_email_input {
        width: 125px;
    }

    .newsletter_two .input_submit {
        padding: 16px 10px 15px 10px;
    }

    .features_sec30 .left {
        width: 20%;
    }

    .features_sec30 .right {
        width: 80%;
    }

    .features_sec33 .center img {
        width: 100%;
    }

    .features_sec38 p {
        width: 85%;
    }

    .features_sec39 .box1 .hovcont {
        padding: 10px 20px;
    }

        .features_sec39 .box1 .hovcont h2 {
            font-size: 23px;
            margin-bottom: 0px;
        }

        .features_sec39 .box1 .hovcont h5 {
            font-size: 13px;
            line-height: 16px;
        }

    .features_sec39 .box2 .hovcont,
    .features_sec39 .box3 .hovcont {
        padding: 8px 10px;
    }

        .features_sec39 .box2 .hovcont h3,
        .features_sec39 .box3 .hovcont h3 {
            font-size: 16px;
            margin-bottom: 3px;
            line-height: 21px;
        }

        .features_sec39 .box2 .hovcont h5,
        .features_sec39 .box3 .hovcont h5 {
            font-size: 10px;
            line-height: 14px;
        }

    .features_sec40 .rimg {
        width: 100%;
    }

    .parallax_section6 .box {
        margin-top: 75px;
        margin-left: 2%;
    }

    .hexagon {
        width: 130px;
        height: 85px;
        margin-right: 16px;
    }

        .hexagon.two {
            margin-left: 73px;
        }

        .hexagon.three,
        .hexagon.four,
        .hexagon.five {
            margin-left: 16px;
        }

        .hexagon:before {
            top: -35px;
            border-left: 65px solid transparent;
            border-right: 65px solid transparent;
            border-bottom: 35px solid rgba(255, 255, 255, 0.9);
        }

        .hexagon:after {
            bottom: -35px;
            border-left: 65px solid transparent;
            border-right: 65px solid transparent;
            border-top: 35px solid rgba(255, 255, 255, 0.9);
        }

    .haxmargin {
        margin-top: 50px;
    }

    .hexagon:hover:before {
        border-bottom: 35px solid rgba(0, 0, 0, 0.8);
    }

    .hexagon:hover:after {
        border-top: 35px solid rgba(0, 0, 0, 0.8);
    }

    .hexagon i {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .hexagon h6 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .hexagon p {
        font-size: 12px;
        line-height: 14px;
    }

    .features_sec45 .box {
        margin-left: 13.5%;
    }

    .page_title3 {
        padding: 100px 0px 100px 0px;
    }

        .page_title3 h5 {
            width: 100%;
            font-size: 16px;
            line-height: 27px;
        }

    .clogo_small li h6 {
        font-size: 12px;
        margin-top: 5px;
    }

    .features_sec64 .flips1_front img {
        height: auto;
    }

    .blog_postcontent .video_frame iframe {
        height: 280px;
    }


    /* UPDATED VERSION 1.2 */
    .slidercform2 {
        width: 340px;
        padding: 20px 25px 30px 25px;
        margin-right: 59px;
        margin-top: -280px;
    }

        .slidercform2 strong {
            font-size: 22px;
        }

            .slidercform2 strong em {
                font-size: 12px;
                margin-top: 5px;
            }

        .slidercform2 .sky-form .input input,
        .slidercform2 .sky-form .select select {
            width: 100%;
            padding: 5px 8px;
        }

        .slidercform2 .sky-form .textarea textarea {
            padding: 5px 8px;
        }

        .slidercform2 span {
            margin-top: 10px;
        }

    .headerport .boxsize1 {
        height: 200px;
    }

    .headerport .boxsize2 {
        height: 100px;
    }

    .headerport .boxsize3 {
        height: 100px;
    }

    .headerport .boxsize4 {
        height: 300px;
    }

    .headerport .boxsize1 img {
        height: 200px;
    }

    .headerport .boxsize2 img {
        height: 100px;
    }

    .headerport .boxsize3 img {
        height: 100px;
    }

    .headerport .boxsize4 img {
        height: 300px;
    }

    .headerport .boxsize2 .onlycolor {
        height: 100px;
    }

    .headerport .boxsize3 .onlycolor {
        height: 100px;
    }

    .headerport .boxsize1 h3 {
        font-size: 16px;
        font-weight: 500;
    }

    .headerport .boxsize2 h3 {
        font-size: 12px;
        font-weight: 500;
    }

    .headerport .boxsize3 h3 {
        font-size: 12px;
        font-weight: 500;
    }

    .headerport .boxsize4 h3 {
        font-size: 16px;
        font-weight: 500;
    }

    .stheader3 {
        height: 500px;
    }

    .textyslider {
        padding-top: 59px;
        margin-bottom: 45px;
    }

        .textyslider em {
            font-size: 30px;
        }

        .textyslider strong {
            font-size: 30px;
        }

        .textyslider p {
            font-size: 14px;
            line-height: 25px;
            width: 90%;
        }
}



@media only screen and (min-width: 640px) and (max-width: 767px) {
    .header {
        background-color: rgba(255, 255, 255, .6);
    }
    .container {
        width: 590px;
        margin: auto;
    }

    .content_left {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .right_sidebar {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .left_sidebar {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .content_right {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
        margin-right: 0%;
    }

    .one_half {
        width: 100%;
        margin-bottom: 40px;
    }

    .one_third {
        width: 100%;
        margin-bottom: 40px;
    }

    .one_fourth {
        width: 100%;
        margin-bottom: 40px;
    }

    .one_fifth {
        width: 100%;
        margin-bottom: 40px;
    }

    .two_third {
        width: 100%;
        margin-bottom: 40px;
    }

    .three_fourth {
        width: 100%;
        margin-bottom: 40px;
    }

    .onecol_forty {
        width: 100%;
        margin-bottom: 40px;
    }

    .onecol_sixty {
        width: 100%;
        margin-bottom: 40px;
    }

    .onecol_thirtyfive {
        width: 100%;
        margin-bottom: 40px;
    }

    .last {
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .header #logo {
        background-position: center top;
    }

    /* bigger logo? remove below comment */
    /*.header #logo{
	background-position: center top;
	background-size: 50%;
}*/

    .header #logo2 {
        background-position: center top;
    }

    /* bigger logo? remove below comment */
    /*.header #logo2{
	background-position: center top;
	background-size: 50%;
}*/

    .logo {
        width: 100%;
        margin-top: 0px;
    }

    .menu_main {
        width: 99%;
        margin-left: 1%;
        margin-top: 5px;
    }

    .menu_right {
        display: none;
    }

    .menu_right2 {
        display: none;
    }

    .mstslider {
        padding-top: 100px;
        background: #fff/*#eee*/;
    }

        .mstslider.two {
            padding-top: 0px;
        }
    /*.ms-slide.section-videobg{
        background-image:url(../images/sliders/master/video/1230.gif);
    }*/
    .NoHomeVideo {
        background-image: url(../images/sliders/master/video/vAjial21.gif);
    }
    .ms-slide .ms-slide-bgvideocont {
        z-index: 105;
        height: 100%;
    }

    .top_nav .left {
        width: 100%;
    }

    .top_nav .right {
        width: 100%;
    }

    .top_nav.two {
        height: 75px;
    }

        .top_nav.two .left {
            text-align: right;
            padding-top: 5px;
        }

    .top_nav.three {
        height: 75px;
    }

        .top_nav.three .left {
            text-align: right;/*right*/
            padding-top: 5px;
        }
        .top_nav.three .right {
            text-align: right; /*right*/
            padding-top: 0px;
        }

    .top_nav.four {
        height: 75px;
    }

        .top_nav.four .left {
            text-align: right;
            padding-top: 5px;
        }


    .title1 h2 {
        font-size: 30px;
    }

        .title1 h2 em {
            margin-top: 0px;
        }

    .title1 .line {
        width: 57%;
        margin-left: 21%;
    }

    .title2 h2 {
        font-size: 30px;
    }

        .title2 h2 em {
            margin-top: 0px;
        }

    .title2 .line {
        width: 53%;
        margin-left: 23%;
    }

    .features_sec1 {
        padding-bottom: 300px;
    }

    .features_sec2 .box {
        margin-left: 20px;
    }

    .features_sec3 .box .right {
        width: 85%;
        margin-left: 4%;
    }

    .parallax_section1 h2 {
        width: 70%;
    }

    .parallax_section1 p {
        width: 70%;
    }

    .features_sec4:before {
        right: 0%;
    }

    .features_sec4 .peosays {
        width: 100%;
        margin-left: 0%;
    }

    .features_sec6 .fimg {
        width: 100%;
    }

    .features_sec6 .rbox {
        width: 100%;
        padding: 110px 50px 110px 50px;
    }

    .features_sec8 .left {
        padding-top: 0px;
        width: 80%;
        margin-left: 7%;
        margin-right: 8%;
        margin-bottom: 50px;
    }

    .features_sec8 .right {
        float: none;
        width: 40%;
        margin: 0 auto;
    }

    .features_sec9 .tbox img {
        width: 100%;
    }

    .features_sec13 img {
        width: 100%;
    }

    .footer .top_footer .colleft,
    .footer .top_footer .colright {
        width: 100%;
        margin-top: 30px;
    }

    .footer .top_footer .colcenter {
        width: 0%;
    }

    .copyright_info .one_half {
        margin-bottom: 20px;
    }

    ul.footer_social_links {
        float: left;
    }

    .footer_social_links li {
        margin: 0px 5px 0px 0px;
    }

    .page_title2 h1 {
        width: 100%;
        margin-top: 12px;
    }

    .page_title2 .pagenation {
        float: left;
        width: 100%;
        margin: 5px 0px 0px 0px;
    }

    .features_sec30 .left {
        width: 10%;
    }

    .features_sec30 .right {
        width: 90%;
    }

    .features_sec33 {
        padding-bottom: 120px;
    }

        .features_sec33 .left {
            padding-top: 0px;
            text-align: center;
        }

        .features_sec33 .right {
            padding-top: 30px;
            text-align: center;
        }

    .features_sec34 .box {
        width: 100%;
        margin-bottom: 80px;
    }

    .features_sec33 .left span,
    .features_sec33 .right span {
        float: left;
        margin-left: 45%;
    }

    .features_sec38 p {
        width: 90%;
    }

    .features_sec39 .box1,
    .features_sec39 .box2,
    .features_sec39 .box2.img2,
    .features_sec39 .box3 {
        width: 100%;
        background-size: 100%;
    }

    .features_sec44 .box {
        margin-bottom: 100px;
    }

    .parallax_section6 {
        padding-bottom: 70px;
    }

        .parallax_section6 .box {
            margin-top: 100px;
            margin-left: 0%;
        }

    .hexagon {
        margin-bottom: 110px;
    }

    .haxmargin {
        margin-top: 0px;
    }

    .hexagon.two {
        margin-left: 0px;
    }

    .parallax_section7 .left,
    .parallax_section7 .center,
    .parallax_section7 .right {
        width: 100%;
    }

    .features_sec45 .box {
        margin-left: 4%;
    }

    .page_title3 {
        padding: 100px 0px 100px 0px;
    }

        .page_title3 h5 {
            width: 100%;
            font-size: 14px;
            line-height: 23px;
        }

        .page_title3 i {
            font-size: 21px;
            width: 59px;
            height: 59px;
            line-height: 59px;
            margin: 50px 10px 0px 10px;
        }

    .clogo_small li h6 {
        margin-top: 20px;
        text-align: center;
    }

    .clogo_small li {
        width: 25%;
    }

    .features_sec64 .flips1_front img {
        width: 50%;
        height: auto;
    }

    .portfolio_area_left {
        width: 100%;
    }

    .portfolio_area_right {
        margin: 59px 0px 0px 0;
        width: 100%;
    }

    .post_meta_links li {
        width: 100%;
    }

        .post_meta_links li.post_by {
            width: 33.3%;
        }

        .post_meta_links li.post_categoty {
            width: 33.3%;
        }

        .post_meta_links li.post_comments {
            width: 33.3%;
        }

    .blog_postcontent .video_frame iframe {
        height: 250px;
    }


    /* UPDATED VERSION 1.2 */
    .slidercform {
        float: left;
        width: 400px;
        padding: 37px 40px 40px 40px;
    }

        .slidercform .sky-form .button {
            width: 84.7%;
        }

    .slidercform2 {
        width: 270px;
        padding: 20px 25px 30px 25px;
        margin-right: 45px;
        margin-top: -280px;
    }

        .slidercform2 strong {
            font-size: 18px;
        }

            .slidercform2 strong em {
                font-size: 9px;
                margin-top: 0px;
            }

        .slidercform2 .sky-form .input input,
        .slidercform2 .sky-form .select select {
            width: 96.5%;
            padding: 3px 5px;
        }

        .slidercform2 .sky-form .textarea textarea {
            padding: 3px 5px;
        }

        .slidercform2 span {
            margin-top: 5px;
        }


    .headerport .left {
        width: 50%;
    }

    .headerport .center {
        width: 50%;
    }

    .headerport .right {
        width: 100%;
    }

    .headerport .boxsize1 {
        height: 250px;
    }

    .headerport .boxsize2 {
        height: 125px;
    }

    .headerport .boxsize3 {
        height: 125px;
    }

    .headerport .boxsize4 {
        height: 375px;
    }

    .headerport .boxsize1 img {
        height: 250px;
    }

    .headerport .boxsize2 img {
        height: 125px;
    }

    .headerport .boxsize3 img {
        height: 125px;
    }

    .headerport .boxsize4 img {
        height: 375px;
    }

    .headerport .boxsize2 .onlycolor {
        height: 125px;
    }

    .headerport .boxsize3 .onlycolor {
        height: 125px;
    }

    .headerport .boxsize1 h3 {
        font-size: 18px;
        margin-top: 37%;
    }

    .headerport .boxsize2 h3 {
        font-size: 14px;
        margin-top: 32.5%;
    }

    .headerport .boxsize3 h3 {
        font-size: 14px;
        margin-top: 16%;
    }

    .headerport .boxsize4 h3 {
        font-size: 18px;
        margin-top: 30%;
    }

    .stheader3 {
        height: 450px;
    }

    .textyslider {
        padding-top: 50px;
        margin-bottom: 40px;
    }

        .textyslider em {
            font-size: 30px;
        }

        .textyslider strong {
            font-size: 30px;
        }

        .textyslider p {
            font-size: 13px;
            line-height: 21px;
            width: 100%;
        }
}




@media only screen and (min-width: 480px) and (max-width: 639px) {

    .header {
        background-color: rgba(255, 255, 255, .6);
    }

    .container {
        width: 440px;
        margin: auto;
    }

    .content_left {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .right_sidebar {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .left_sidebar {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .content_right {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
        margin-right: 0%;
    }

    .one_half {
        width: 100%;
        margin-bottom: 40px;
    }

    .one_third {
        width: 100%;
        margin-bottom: 40px;
    }

    .one_fourth {
        width: 100%;
        margin-bottom: 40px;
    }

    .one_fifth {
        width: 100%;
        margin-bottom: 40px;
    }

    .two_third {
        width: 100%;
        margin-bottom: 40px;
    }

    .three_fourth {
        width: 100%;
        margin-bottom: 40px;
    }

    .onecol_forty {
        width: 100%;
        margin-bottom: 40px;
    }

    .onecol_sixty {
        width: 100%;
        margin-bottom: 40px;
    }

    .onecol_thirtyfive {
        width: 100%;
        margin-bottom: 40px;
    }

    .last {
        margin-right: 0 !important;
        /*margin-bottom: 0 !important;*/
    }

    .header #logo {
        background-position: center top;
    }

    /* bigger logo? remove below comment */
    /*.header #logo{
	background-position: center top;
	background-size: 50%;
}*/

    .header #logo2 {
        background-position: center top;
    }
    /* bigger logo? remove below comment */
    /*.header #logo2{
	background-position: center top;
	background-size: 50%;
}*/

    .logo {
        width: 100%;
        margin-top: 0px;
    }

    .menu_main {
        width: 99%;
        margin-left: 1%;
        margin-top: 0px;
    }

    .menu_right {
        display: none;
    }

    .menu_right2 {
        display: none;
    }

    .mstslider {
        padding-top: 90px;
        background: #fff/*#eee*/;
    }

        .mstslider.two {
            padding-top: 0px;
        }

    /*.ms-slide.section-videobg{
        background-image:url(../images/sliders/master/video/1230.gif);
    }*/
    .NoHomeVideo {
        background-image: url(../images/sliders/master/video/vAjial21.gif);
    }
    .ms-slide .ms-slide-bgvideocont {
        z-index: 105;
        height: 100%;
    }

    .top_nav .left {
        width: 100%;
    }

    .top_nav .right {
        width: 100%;
    }

    .top_nav.two {
        height: 75px;
    }

        .top_nav.two .left {
            text-align: right;
            padding-top: 0px;
        }

        .top_nav.two .right {
            padding-top: 0px;
        }

    .top_nav.three {
        height: 75px;
    }

        .top_nav.three .left {
            text-align: right;/*right*/
            padding-top: 5px;
        }

        .top_nav.three .right {
            padding-top: 0px;
            text-align: left;
        }

    .top_nav.four {
        height: 58px;
    }

        .top_nav.four .left {
            text-align: right;
            padding-top: 0px;
        }

        .top_nav.four .right {
            padding-top: 0px;
        }

    .title1 h2 {
        font-size: 30px;
    }

        .title1 h2 em {
            margin-top: 0px;
        }

    .title1 .line {
        width: 77%;
        margin-left: 11.2%;
    }

    .title2 h2 {
        font-size: 30px;
    }

        .title2 h2 em {
            margin-top: 0px;
        }

    .title2 .line {
        width: 70%;
        margin-left: 14.3%;
    }


    .features_sec1 {
        padding-bottom: 200px;/*300px*/
    }

    .features_sec2 .box {
        margin-left: 18px;
    }

    .features_sec3 .box .right {
        width: 80%;
        margin-left: 6%;
    }

    .parallax_section1 h2 {
        width: 90%;
    }

    .parallax_section1 p {
        width: 90%;
    }

    .features_sec4 .lblogs {
        width: 48%;
        margin-right: 4%;
    }

    .features_sec4:before {
        right: 0%;
    }

    .features_sec4 .peosays {
        width: 100%;
        margin-left: 0%;
    }

    .features_sec6 .fimg {
        width: 100%;
    }

    .features_sec6 .rbox {
        width: 100%;
        padding: 110px 20px 110px 20px;
    }

    .features_sec8 .left {
        padding-top: 0px;
        width: 80%;
        margin-left: 7%;
        margin-right: 8%;
        margin-bottom: 50px;
    }

    .features_sec8 .right {
        float: none;
        width: 40%;
        margin: 0 auto;
    }

    .features_sec9 .tbox img {
        width: 100%;
    }

    .features_sec13 img {
        width: 100%;
    }

    .newsletter_two input.enter_email_input {
        width: 210px;
    }

    .newsletter_two .input_submit {
        padding: 16px 20px 15px 20px;
    }

    .footer .top_footer .colleft,
    .footer .top_footer .colright {
        width: 100%;
        margin-top: 30px;
    }

    .footer .top_footer .colcenter {
        width: 0%;
    }

    .copyright_info .one_half {
        margin-bottom: 20px;
    }

    ul.footer_social_links {
        float: left;
    }

    .footer_social_links li {
        margin: 0px 5px 0px 0px;
    }

    .page_title2 h1 {
        width: 100%;
        margin-top: 12px;
    }

    .page_title2 .pagenation {
        float: left;
        width: 100%;
        margin: 5px 0px 0px 0px;
    }

    .features_sec33 {
        padding-bottom: 120px;
    }

        .features_sec33 .left {
            padding-top: 0px;
            text-align: center;
        }

        .features_sec33 .right {
            padding-top: 30px;
            text-align: center;
        }

    .features_sec34 .box {
        width: 100%;
        margin-bottom: 80px;
    }

    .features_sec33 .left span,
    .features_sec33 .right span {
        float: left;
        margin-left: 44%;
    }

    .features_sec38 p {
        width: 90%;
    }

    .features_sec39 .box1 {
        width: 100%;
    }

    .features_sec39 .box2,
    .features_sec39 .box2.img2 {
        width: 100%;
        background-size: 100%;
    }

    .features_sec39 .box3 {
        width: 100%;
    }

    .features_sec44 .box {
        margin-bottom: 100px;
    }

    .parallax_section6 {
        padding-bottom: 70px;
    }

        .parallax_section6 .box {
            margin-top: 100px;
            margin-left: 0%;
        }

    .hexagon {
        margin-bottom: 110px;
    }

    .haxmargin {
        margin-top: 0px;
    }

    .hexagon.two {
        margin-left: 0px;
    }

    .parallax_section7 .left,
    .parallax_section7 .center,
    .parallax_section7 .right {
        width: 100%;
    }

    .features_sec45 .box {
        margin-left: 30%;
    }

    .features_sec49 em {
        display: block;
        margin-top: 30px;
    }


    .page_title3 {
        padding: 100px 0px 100px 0px;
    }

        .page_title3 h5 {
            width: 100%;
            font-size: 14px;
            line-height: 23px;
        }

        .page_title3 i {
            font-size: 21px;
            width: 59px;
            height: 59px;
            line-height: 59px;
            margin: 50px 10px 0px 10px;
        }

    .clogo_small li h6 {
        margin-top: 18px;
        text-align: center;
    }

    .clogo_small li {
        width: 30%;
    }

    .features_sec64 .flips1_front img {
        width: 50%;
        height: auto;
    }

    .portfolio_area_left {
        width: 100%;
    }

    .portfolio_area_right {
        margin: 59px 0px 0px 0;
        width: 100%;
    }

    .post_meta_links li {
        width: 100%;
    }

        .post_meta_links li.post_by {
            width: 33.3%;
        }

        .post_meta_links li.post_categoty {
            width: 33.3%;
        }

        .post_meta_links li.post_comments {
            width: 33.3%;
        }

    .blog_postcontent .video_frame iframe {
        height: 250px;
    }


    /* UPDATED VERSION 1.2 */
    .slidercform {
        float: left;
        width: 440px;
        padding: 37px 40px 40px 40px;
    }

        .slidercform .sky-form .button {
            width: 85.8%;
        }

    .slidercform2 {
        width: 440px;
        padding: 40px 35px 50px 35px;
        margin-top: 0px;
        border-radius: 0px;
    }

        .slidercform2 strong {
            font-size: 27px;
        }

            .slidercform2 strong em {
                font-size: 12px;
                margin-top: 5px;
            }

        .slidercform2 .sky-form .input input,
        .slidercform2 .sky-form .select select {
            width: 98.8%;
        }

        .slidercform2 span {
            margin-top: 10px;
        }

    .headerport .left {
        width: 100%;
    }

    .headerport .center {
        width: 100%;
    }

    .headerport .right {
        width: 100%;
    }

    .stheader3 {
        height: 450px;
    }

    .textyslider {
        padding-top: 50px;
        margin-bottom: 40px;
    }

        .textyslider span.text {
            margin-bottom: 30px;
        }

        .textyslider em {
            font-size: 30px;
            display: block;
            margin-bottom: 20px;
            padding-bottom: 20px;
        }

        .textyslider strong {
            font-size: 30px;
            display: block;
        }

        .textyslider p {
            font-size: 13px;
            line-height: 21px;
            width: 100%;
        }
}





@media only screen and (max-width: 479px) {
    .header {
        background-color: rgba(255, 255, 255, .6);
    }
    .container {
        width: 300px;
        margin: auto;
    }

    .content_left {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .right_sidebar {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .left_sidebar {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .content_right {
        float: left;
        width: 100%;
        padding: 0px 0px 50px 0px;
    }

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
        margin-right: 0%;
    }

    .one_half {
        width: 100%;
        margin-bottom: 40px;
    }

    .one_third {
        width: 100%;
        margin-bottom: 40px;
    }

    .one_fourth {
        width: 100%;
        margin-bottom: 40px;
    }

    .one_fifth {
        width: 100%;
        margin-bottom: 40px;
    }

    .two_third {
        width: 100%;
        margin-bottom: 40px;
    }

    .three_fourth {
        width: 100%;
        margin-bottom: 40px;
    }

    .onecol_forty {
        width: 100%;
        margin-bottom: 40px;
    }

    .onecol_sixty {
        width: 100%;
        margin-bottom: 40px;
    }

    .onecol_thirtyfive {
        width: 100%;
        margin-bottom: 40px;
    }

    .last {
        margin-right: 0 !important;
        /*margin-bottom: 0 !important;*/
    }

    .header #logo {
        background-position: center top;
    }

    /* bigger logo? remove below comment */
    /*.header #logo{
	background-position: center top;
	background-size: 50%;
}*/

    .header #logo2 {
        background-position: center top;
    }
    /* bigger logo? remove below comment */
    /*.header #logo2{
	background-position: center top;
	background-size: 50%;
}*/

    .logo {
        width: 100%;
        margin-top: 0px;
    }

    .menu_main {
        width: 99%;
        margin-left: 1%;
        margin-top: 0px;
    }

    .menu_right {
        display: none;
    }

    .menu_right2 {
        display: none;
    }

    .mstslider {
        padding-top: 100px;
        background: #fff;/*#eee*/
    }

        .mstslider.two {
            padding-top: 0px;
        }

    .NoHomeVideo{
        background-image:url(../images/sliders/master/video/vAjial21.gif);
    }
    .ms-slide .ms-slide-bgvideocont {
        z-index: 105;
        height: 100%;
    }

    .top_nav .left {
        width: 100%;
    }

    .top_nav .right {
        width: 100%;
    }

    .top_nav.two {
        height: 75px;
    }

        .top_nav.two .left {
            text-align: right;
            padding-top: 0px;
        }

        .top_nav.two .right {
            padding-top: 0px;
        }

    .top_nav.three {
        height: 75px;
    }

        .top_nav.three .left {
            text-align: right; /*right*/
            padding-top: 5px;
        }

        .top_nav.three .right {
            padding-top: 0px;
            text-align: left;
        }

    .top_nav.four {
        height: 75px;
    }

        .top_nav.four .left {
            text-align: right;
            padding-top: 0px;
        }

        .top_nav.four .right {
            padding-top: 0px;
        }

    .title1 h2 {
        font-size: 25px;
    }

        .title1 h2 em {
            margin-top: 0px;
        }

    .title1 .line {
        width: 90%;
        margin-left: 5%;
    }

    .title2 h2 {
        font-size: 25px;
    }

        .title2 h2 em {
            margin-top: 0px;
        }

    .title2 .line {
        width: 90%;
        margin-left: 5%;
    }

    .features_sec1 {
        padding-bottom: 200px;/*300*/
    }

    .features_sec2 .box {
        margin-left: 14px;
    }

    .features_sec3 .box .left {
        margin-left: 121px;
    }

    .features_sec3 .box .right {
        width: 100%;
        margin-left: 0%;
        text-align: center;
    }

    .parallax_section1 h2 {
        width: 100%;
    }

    .parallax_section1 p {
        width: 100%;
    }

    .features_sec4 .lblogs {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 40px;
    }

    .features_sec4:before {
        right: 0%;
    }

    .features_sec4 .peosays {
        width: 100%;
        margin-left: 0%;
    }

    .features_sec6 .fimg {
        width: 100%;
    }

    .features_sec6 .rbox {
        width: 100%;
        padding: 110px 20px 110px 20px;
    }

    .features_sec6 .ibox {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 40px;
    }

        .features_sec6 .ibox.last {
            margin-bottom: 0px;
        }

    .features_sec8 .left {
        padding-top: 0px;
        width: 80%;
        margin-left: 7%;
        margin-right: 8%;
        margin-bottom: 50px;
    }

    .features_sec8 .right {
        float: none;
        width: 40%;
        margin: 0 auto;
    }

    .features_sec9 .tbox img {
        width: 100%;
    }

    .features_sec13 img {
        width: 100%;
    }

    .newsletter_two input.enter_email_input {
        width: 100px;
    }

    .newsletter_two .input_submit {
        padding: 16px 5px 15px 5px;
    }

    .footer .top_footer .colleft,
    .footer .top_footer .colright {
        width: 100%;
        margin-top: 30px;
    }

    .footer .top_footer .colcenter {
        width: 0%;
    }

    .copyright_info .one_half {
        margin-bottom: 20px;
    }

    ul.footer_social_links {
        float: left;
    }

    .footer_social_links li {
        margin: 0px 5px 0px 0px;
    }

    .page_title2 h1 {
        width: 100%;
        margin-top: 12px;
    }

    .page_title2 .pagenation {
        float: left;
        width: 100%;
        margin: 5px 0px 0px 0px;
    }

    .features_sec30 .left {
        width: 20%;
    }

    .features_sec30 .right {
        width: 80%;
    }

    .features_sec33 {
        padding-bottom: 120px;
    }

        .features_sec33 .left {
            padding-top: 0px;
            text-align: center;
        }

        .features_sec33 .right {
            padding-top: 30px;
            text-align: center;
        }

    .features_sec34 .box {
        width: 100%;
        margin-bottom: 80px;
    }

    .features_sec33 .left span,
    .features_sec33 .right span {
        float: left;
        margin-left: 41%;
    }

    .features_sec38 p {
        width: 95%;
    }

    .features_sec39 .box1 {
        width: 100%;
    }

    .features_sec39 .box2,
    .features_sec39 .box2.img2 {
        width: 100%;
        background-size: 100%;
    }

    .features_sec39 .box3 {
        width: 100%;
    }

    .features_sec44 .box {
        margin-bottom: 100px;
    }

    .parallax_section6 {
        padding-bottom: 70px;
    }

        .parallax_section6 .box {
            margin-top: 100px;
            margin-left: 21%;
        }

    .hexagon {
        margin-bottom: 110px;
    }

    .haxmargin {
        margin-top: 0px;
    }

    .hexagon.two,
    .hexagon.three,
    .hexagon.four,
    .hexagon.five {
        margin-left: 0px;
    }

    .parallax_section7 .left,
    .parallax_section7 .center,
    .parallax_section7 .right {
        width: 100%;
    }

    .features_sec45 .box {
        margin-left: 20%;
    }

    .features_sec49 strong {
        font-size: 27px;
        padding: 5px 12px;
    }

    .features_sec49 em {
        display: block;
        margin-top: 30px;
    }

    .page_title .title h1 {
        font-size: 40px;
    }

    .page_title h3 {
        font-size: 18px;
        line-height: 21px;
    }

    .page_title h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .page_title3 {
        padding: 70px 0px 70px 0px;
    }

        .page_title3 .title h1 {
            font-size: 40px;
        }

        .page_title3 h5 {
            width: 100%;
            font-size: 14px;
            line-height: 21px;
        }

        .page_title3 i {
            font-size: 18px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            margin: 40px 10px 0px 10px;
        }

    .clogo_small li h6 {
        margin-top: 14px;
        text-align: center;
    }

    .clogo_small li {
        width: 33.3%;
    }

    .features_sec64 .flips1_front img {
        width: 100%;
        height: auto;
    }

    .portfolio_area_left {
        width: 100%;
    }

    .portfolio_area_right {
        margin: 59px 0px 0px 0;
        width: 100%;
    }

    .post_meta_links li {
        width: 100%;
    }

        .post_meta_links li.post_by {
            width: 50%;
        }

        .post_meta_links li.post_categoty {
            width: 50%;
        }

        .post_meta_links li.post_comments {
            width: 50%;
        }

    .blog_postcontent .video_frame iframe {
        height: 180px;
    }

    /* UPDATED VERSION 1.2 */
    .slidercform {
        float: left;
        width: 300px;
        padding: 37px 20px 40px 20px;
    }

        .slidercform .sky-form .button {
            width: 85.8%;
        }

        .slidercform strong {
            font-size: 18px;
        }

            .slidercform strong em {
                font-size: 10px;
                font-weight: 400;
                margin-top: 3px;
            }

    .slidercform2 {
        width: 300px;
        padding: 40px 25px 50px 25px;
        margin-top: 0px;
        border-radius: 0px;
    }

        .slidercform2 strong {
            font-size: 18px;
        }

            .slidercform2 strong em {
                font-size: 10px;
                margin-top: 5px;
            }

        .slidercform2 .sky-form .input input,
        .slidercform2 .sky-form .select select {
            width: 97.4%;
        }

        .slidercform2 span {
            margin-top: 10px;
        }

    .headerport .left {
        width: 100%;
    }

    .headerport .center {
        width: 100%;
    }

    .headerport .right {
        width: 100%;
    }

    .headerport .boxsize1 h3 {
        font-size: 16px;
        font-weight: 500;
        margin-top: 45%;
    }

    .headerport .boxsize2 h3 {
        font-size: 14px;
        font-weight: 500;
        margin-top: 35%;
    }

    .headerport .boxsize3 h3 {
        font-size: 14px;
        font-weight: 500;
        margin-top: 20%;
    }

    .headerport .boxsize4 h3 {
        font-size: 16px;
        font-weight: 500;
        margin-top: 67%;
    }

    .stheader3 {
        height: 400px;
    }

    .textyslider {
        padding-top: 40px;
        margin-bottom: 30px;
    }

        .textyslider span.text {
            margin-bottom: 25px;
        }

        .textyslider em {
            font-size: 25px;
            display: block;
            margin-bottom: 16px;
            padding-bottom: 16px;
        }

        .textyslider strong {
            font-size: 25px;
            display: block;
        }

        .textyslider p {
            font-size: 13px;
            line-height: 21px;
            width: 100%;
        }
}

/*----------------------------------------------------
   SHORTCODE ELEMENTS
------------------------------------------------------*/
.button.one {
	color: #fff;
	background: #333333;
	padding: 9px 23px;
	border-radius: 3px;
	white-space: nowrap;
	transition: all 0.3s ease;
}
.button.one:hover {
	color: #fff;
	background: #e54c4c;
}


.button.transp {
	color: #fff;
	padding: 16px 28px;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.58);
	transition: all 0.3s ease;
}
.button.transp:hover {
	background: rgba(0, 0, 0, 0.8);
}

.button.transp.brc {
	border-radius: 3px;
}

.button.transp2 {
	color: #fff;
	font-size: 16px;
	padding: 16px 50px;
	border-radius: 30px;
	text-transform: uppercase;
	background: #e54c4c;
	transition: all 0.3s ease;
}
.button.transp2:hover {
	background: rgba(255, 255, 255, 0.3);
}

/* lists */
.list_divlines {
	padding: 0px;
	margin: 0px;
}
.list_divlines li {
	padding: 10px 0px 12px 0px;
	margin: 0px;
	line-height: 23px;
	border-bottom: 1px solid #3d3d3d;
}
.list_divlines li i {
	color: #999;
	font-size: 11px;
	margin-right: 3px;
}


.harrow_line {
	float: left;
	width: 100%;
	height: 20px;
	background: url(../images/h-arrow-line2.png) no-repeat center top;
}
.harrow_line2 {
	float: left;
	width: 100%;
	height: 20px;
	background: #eee url(../images/h-arrow-line3.png) no-repeat center top;
}

/* pie charts */
.piechart1 {
	float: left;
    color: #333;
	width: 20%;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.piechart2 {
	float: left;
	width: 200px;
	text-align: center;
	color: #1e1e1e;
}
.piechart2.s1 {
	width: 100px;
}
.piechart2.s2 {
	width: 120px;
}
.piechart2.s3 {
	width: 160px;
}
.piechart2.s4 {
	width: 180px;
}

.piechart3 {
	float: left;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	width: 25%;
	text-align: center;
}


/* Shortcode Titles */
.stcode_title1 h3{
    font-size: 27px;
    z-index: 1;
    position: relative;
    text-align: left;
	font-weight: normal;
}
.stcode_title1 .line{
    background: #000;
    border-top: solid 1px #e3e3e3;
    position: absolute;
    height: 1px;
    display: block;
    top: 18px;
    width: 100%;
}
.stcode_title1 .text{
    background-color: #FFFFFF;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 18px 0px 0px;
}

.stcode_title2 h3{
    font-size: 27px;
    z-index: 1;
    position: relative;
    text-align: left;
	font-weight: 300;
}
.stcode_title2 .line{
    background: #000;
    border-top: solid 1px #e3e3e3;
    position: absolute;
    height: 1px;
    display: block;
    top: 16px;
    width: 100%;
}
.stcode_title2 .line2{
    background: #000;
    border-top: solid 1px #e3e3e3;
    position: absolute;
    height: 1px;
    display: block;
    top: 20px;
    width: 100%;
}
.stcode_title2 .text{
    background-color: #FFFFFF;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 18px 0px 0px;
}

.stcode_title3 h3{
    font-size: 27px;
    z-index: 1;
    position: relative;
    text-align: left;
	font-weight: 300;
}
.stcode_title3 .line{
    background: url(../images/hcross-lines.jpg) repeat-x left top;
    position: absolute;
    height: 8px;
    display: block;
    top: 14px;
    width: 100%;
}
.stcode_title3 .text{
    background-color: #FFFFFF;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 18px 0px 0px;
}

.stcode_title4 h3{
    font-size: 27px;
	padding-bottom: 16px;
    z-index: 1;
    position: relative;
    text-align: left;
	font-weight: normal;
}
.stcode_title4 .line{
    background: #e54c4c;
    position: absolute;
    height: 2px;
    display: block;
    bottom: 0px;
    width: 72px;
}
.stcode_title4 .text{
    z-index: 20;
    position: relative;
    text-align: center;
}

.stcode_title5 h3{
    font-size: 27px;
	padding-bottom: 16px;
    z-index: 1;
    position: relative;
    text-align: left;
	font-weight: normal;
	margin-bottom: 25px;
}
.stcode_title5 h3.nmb{
	margin-bottom: 3px;
}
.stcode_title5 .line{
    background: #e54c4c;
    position: absolute;
    height: 3px;
    display: block;
    bottom: 0px;
    width: 100px;
}
.stcode_title5 .line2{
    background: #000;
    border-top: solid 1px #e3e3e3;
    position: absolute;
    height: 1px;
    display: block;
    bottom: 1px;
    width: 100%;
}
.stcode_title5 .text{
    z-index: 20;
    position: relative;
    text-align: center;
}

.stcode_title6 {
	text-align: center;
}
.stcode_title6 h2 b {
	font-weight: bold;
}
.stcode_title6 h2 strong {
	color: #fff;
	padding: 0px 10px 3px 10px;
	background-color: #333;
}

.stcode_title6.white h2 strong {
	color: #333;
	padding: 0px 10px 3px 10px;
	background-color: #fff;
}

.stcode_title7 {
	text-align: center;
}
.stcode_title7 em {
	display: block;
	font-size: 16px;
	margin-top: 5px;
	font-style: normal;
	font-weight: 400;
}
.stcode_title7 .line{
    background: #e54c4c;
    height: 3px;
    display: block;
    bottom: 0px;
    width: 100px;
	margin: 18px auto 0 auto;
}

.stcode_title8 h2{
    font-size: 35px;
    z-index: 1;
    position: relative;
    text-align: center;
	font-weight: 300;
}
.stcode_title8 .line{
    background: url(../images/h-line.jpg) no-repeat center top;
    position: absolute;
    height: 1px;
    display: block;
    top: 18px;
    width: 100%;
	margin: 0 auto;
}
.stcode_title8 .text{
    background-color: #FFFFFF;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 25px;
}

.stcode_title9 {
	text-align: center;
}
.stcode_title9 em {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	font-style: normal;
	font-weight: 400;
}
.stcode_title9 .line{
    background: url(../images/h-line2.png) no-repeat center top;
    height: 3px;
    display: block;
    bottom: 0px;
    width: 210px;
	margin: 18px auto 0 auto;
}

.stcode_title10 {
	text-align: center;
}
.stcode_title10 em {
	display: block;
	font-size: 18px;
	margin-top: 5px;
	font-style: normal;
	font-weight: 400;
}
.stcode_title10 .line{
    background: url(../images/h-line3.png) no-repeat center 13px;
    height: 39px;
    display: block;
    bottom: 0px;
    width: 300px;
	margin: 3px auto 0 auto;
}
.stcode_title10 i{
	color: #999;
	font-size: 16px;
}

.stcode_title11 {
	text-align: center;
}
.stcode_title11 em {
	display: block;
	font-size: 16px;
	line-height: 27px;
	margin-top: 12px;
	font-style: normal;
	color: #999;
	font-weight: 400;
}
.stcode_title11 .line{
    background: url(../images/h-line8.png) no-repeat center top;
    height: 7px;
    display: block;
    bottom: 0px;
    width: 140px;
	margin: 7px auto 0 auto;
}
.stcode_title11 .line2{
    background: url(../images/h-line9.png) no-repeat center top;
    height: 7px;
    display: block;
    bottom: 0px;
    width: 140px;
	margin: 18px auto 0 auto;
}
.stcode_title11 .line3{
    background: url(../images/h-line8.png) no-repeat center top;
    height: 7px;
    display: block;
    bottom: 0px;
    width: 140px;
	margin: 20px auto 0 auto;
}
.stcode_title11 .line4{
    background: url(../images/h-line8.png) no-repeat center top;
    height: 7px;
    display: block;
    bottom: 0px;
    width: 140px;
	margin: 16px auto 0 auto;
}

.stcode_title12 h2{
    font-size: 35px;
    z-index: 1;
    position: relative;
    text-align: center;
	font-weight: 300;
	margin-bottom: 14px;
	color: #e54c4c;
}
.stcode_title12 h4{
    font-size: 22px;
    z-index: 1;
    position: relative;
    text-align: center;
	font-weight: 400;
	color: #727272;
}
.stcode_title12 .line{
    background: url(../images/h-line.jpg) no-repeat center top;
    position: absolute;
    height: 1px;
    display: block;
    top: 14px;
    width: 100%;
	margin: 0 auto;
}
.stcode_title12 .text{
    background-color: #FFFFFF;
    z-index: 20;
    position: relative;
    text-align: center;
    padding: 0px 20px;
}


/* divider lines */
.divider_line1 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	border-bottom: 1px solid #eee;
}
.divider_line1.nomp {
	float: left;
	width: 100%;
	padding-top: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #eee;
}

.divider_line2 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	background: url(../images/divider-line1.png) no-repeat center bottom;
}
.divider_line2.nop {
	padding-top: 0px;
	height: 10px;
}

.divider_line3 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	text-align: center;
	background: url(../images/h-line.jpg) repeat-x left 113px;
}
.divider_line3 i {
	color: #fff;
	width: 27px;
	height: 27px;
	border-radius: 100%;
	background-color: #d3d3d3;
	text-align: center;
	vertical-align: middle;
	line-height: 27px;
}

.divider_line4 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	text-align: center;
	background: url(../images/h-line.jpg) repeat-x left 121px;
}
.divider_line4 i {
	color: #d3d3d3;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 45px;
	font-size: 20px;
}

.divider_line4.lessm {
	padding-top: 65px;
	margin-bottom: 75px;
	background: url(../images/h-line.jpg) repeat-x left 88px;
}

.divider_line5 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	background: url(../images/h-line.jpg) repeat-x left 115px;
	text-align: center;
}
.divider_line5 i {
	color: #d3d3d3;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	font-size: 18px;
	border: 1px solid #d3d3d3;
}

.divider_line6 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	background: url(../images/shadow1.png) repeat-x left bottom;
	text-align: center;
}

.divider_line7 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	border-bottom: 1px dashed #e3e3e3;
}

.divider_line8 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	border-bottom: 1px dotted #d9d9d9;
}

.divider_line9 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	background: url(../images/shadow2.png) no-repeat center bottom;
	text-align: center;
}
.divider_line9.lessm {
	padding-top: 59px;
	margin-bottom: 50px;
}
.divider_line9.lessm2 {
	padding-top: 10px;
	margin-bottom: 106px;
}

.divider_line10 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	background: url(../images/hcross-lines.jpg) repeat-x left bottom;
	text-align: center;
}

.divider_line11 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	background: url(../images/h-line5.png) no-repeat center bottom;
	text-align: center;
}

.divider_line12 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	background: url(../images/h-line6.png) no-repeat center bottom;
	text-align: center;
}

.divider_line13 {
	float: left;
	width: 100%;
	padding-top: 100px;
	margin-bottom: 100px;
	background: url(../images/h-line7.png) no-repeat center bottom;
	text-align: center;
}

.divider_line13.lessm {
	padding-top: 50px;
	margin-bottom: 50px;
}

.divider_line20 {
	width: 80%;
	padding-top: 20px;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #999;
}

.divider_line21 {
	float: left;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.divider_line21.last {
	margin-bottom: 0px;
}

.divider_line22 {
	float: left;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e1e1e1;
}


/* styled boxes */
.infomes, .errormes, .noticemes, .successmes {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #bbb;
	font-size: 14px;
}
.infomes i, .errormes i, .noticemes i, .successmes i {
	margin-right: 7px;
}
p.error {
	border: none;
}
.infomes strong, .errormes strong, .noticemes strong, .successmes strong {
	font-size: 16px;
}
.message-box-wrap {
	border: 0px solid #fff;
	padding:20px 20px;
}
.infomes {
	color: #3378b9;
	border-color: #9ecaf3;
	background-color: #dbedfd;
}
.errormes {
	color: #bd6767;
	border-color: #f1bdbd;
	background-color: #ffdddd;
}
.noticemes {
	color: #a79a30;
	border-color: #d7d099;
	background-color: #f6f2d2;
}
.successmes {
	color: #1ea133;
	border-color: #a9ecb4;
	background-color: #dffbe4;
}
.close-but {
	width: 10px;
	height: 10px;
	float: right;
	border: none;
	margin: 8px;
	cursor: pointer;
	font-size: 0px;
	background: url(../images/elements/icon-remove.png) no-repeat center top;
}

.alertymes1 {
	float: left;
	width: 100%;
	padding: 22px;
	border-radius: 5px;
	color: #333;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.1);
}
.alertymes1 i {
	margin-right: 10px;
}

.alertymes2 {
	float: left;
	width: 100%;
	padding: 22px;
	color: #fff;
	background-color: #e54c4c;
}
.alertymes2 i {
	margin-right: 10px;
}

.alertymes3 {
	float: left;
	width: 100%;
	padding: 22px;
	color: #dda614;
	border: 5px solid #e3b028;
	background-color: #fff;
}
.alertymes3 i {
	margin-right: 10px;
}

.alertymes4 {
	float: left;
	width: 100%;
	padding: 22px;
	color: #eb3535;
	border: 1px solid #eb3535;
	background-color: #fff;
	text-align: center;
}
.alertymes4 i {
	margin-right: 10px;
}


/* Buttons */
a.but_goback,
a.but_ok_2,
a.but_wifi,
a.but_warning_sign,
a.but_user,
a.but_tag,
a.but_table,
a.but_star,
a.but_search,
a.but_phone,
a.but_pencil,
a.but_new_window,
a.but_music,
a.but_hand_right,
a.but_thumbs_down,
a.but_thumbs_up,
a.but_globe,
a.but_hospital,
a.but_coffe_cup,
a.but_settings,
a.but_chat,
a.but_play_button,
a.but_remove_2,
a.but_lock,
a.but_shopping_cart,
a.but_exclamation_mark,
a.but_info,
a.but_question_mark,
a.but_minus,
a.but_plus,
a.but_folder_open,
a.but_file,
a.but_envelope,
a.but_edit,
a.but_cogwheel,
a.but_check,
a.but_camera,
a.but_calendar,
a.but_bookmark,
a.but_book,
a.but_download,
a.but_pdf,
a.but_word_doc,
a.but_woman {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-moz-border-radius: 3px;
	border-radius: 3px;
	transition: all 0.3s ease;
}

a.but_goback i {
	color: #fff;
}
a.but_goback {
	padding: 13px 25px 13px 22px;
	margin: 0px 0px 0px 0px;
	background: #e54c4c;
	border-bottom: 1px solid #999;
}
a.but_goback:hover {
	color: #fff;
	background-color: #383634;
}
a.but_ok_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_ok_2:hover {
	background-color: #ff9900;
}

a.but_wifi {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #0099cc;
	border-bottom: 1px solid #909090;
}
a.but_wifi:hover {
	background-color: #00abde;
}

a.but_warning_sign {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc19;
	border-bottom: 1px solid #909090;
}
a.but_warning_sign:hover {
	background-color: #efda1b;
}

a.but_user {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007f99;
	border-bottom: 1px solid #909090;
}
a.but_user:hover {
	background-color: #0090ad;
}

a.but_tag {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59919;
	border-bottom: 1px solid #909090;
}
a.but_tag:hover {
	background-color: #efa61b;
}

a.but_table {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c6699;
	border-bottom: 1px solid #909090;
}
a.but_table:hover {
	background-color: #5674ad;
}

a.but_star {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc4c;
	border-bottom: 1px solid #909090;
}
a.but_star:hover {
	background-color: #a6da52;
}

a.but_search {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #66667f;
	border-bottom: 1px solid #909090;
}
a.but_search:hover {
	background-color: #747490;
}

a.but_phone {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	background: #e56619;
	border-bottom: 1px solid #909090;
}
a.but_phone:hover {
	background-color: #ef6f1b;
}

a.but_pencil {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc4c19;
	border-bottom: 1px solid #909090;
}
a.but_pencil:hover {
	background-color: #da521b;
}

a.but_new_window {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #001900;
	border-bottom: 1px solid #909090;
}
a.but_new_window:hover {
	background-color: #333333;
}

a.but_music {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cccc7f;
	border-bottom: 1px solid #909090;
}
a.but_music:hover {
	background-color: #dada8a;
}

a.but_hand_right {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_hand_right:hover {
	color: #fff;
	background-color: #ff9900;
}

a.but_thumbs_down {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #9999cc;
	border-bottom: 1px solid #909090;
}
a.but_thumbs_down:hover {
	background-color: #a6a6da;
}

a.but_thumbs_up {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #00cce5;
	border-bottom: 1px solid #909090;
}
a.but_thumbs_up:hover {
	background-color: #00daef;
}

a.but_globe {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #669999;
	border-bottom: 1px solid #909090;
}
a.but_globe:hover {
	background-color: #6fa6a6;
}

a.but_hospital {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #196666;
	border-bottom: 1px solid #909090;
}
a.but_hospital:hover {
	background-color: #1b6f6f;
}

a.but_coffe_cup {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f994c;
	border-bottom: 1px solid #909090;
}
a.but_coffe_cup:hover {
	background-color: #8aa652;
}

a.but_settings {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #997f4c;
	border-bottom: 1px solid #909090;
}
a.but_settings:hover {
	background-color: #a68a52;
}

a.but_chat {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9919;
	border-bottom: 1px solid #909090;
}
a.but_chat:hover {
	background-color: #8aa61b;
}

a.but_play_button {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c664c;
	border-bottom: 1px solid #909090;
}
a.but_play_button:hover {
	background-color: #567456;
}

a.but_remove_2 {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e59966;
	border-bottom: 1px solid #909090;
}
a.but_remove_2:hover {
	background-color: #efa66f;
}

a.but_lock {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #994c19;
	border-bottom: 1px solid #909090;
}
a.but_lock:hover {
	background-color: #a6521b;
}

a.but_shopping_cart {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #cc7f4c;
	border-bottom: 1px solid #909090;
}
a.but_shopping_cart:hover {
	background-color: #da8a52;
}

a.but_exclamation_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c7f7f;
	border-bottom: 1px solid #909090;
}
a.but_exclamation_mark:hover {
	background-color: #528a8a;
}

a.but_info {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #667fcc;
	border-bottom: 1px solid #909090;
}
a.but_info:hover {
	background-color: #6f8ada;
}

a.but_question_mark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c0019;
	border-bottom: 1px solid #909090;
}
a.but_question_mark:hover {
	background-color: #620020;
}

a.but_minus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #666666;
	border-bottom: 1px solid #909090;
}
a.but_minus:hover {
	background-color: #747474;
}

a.but_plus {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #333333;
	border-bottom: 1px solid #909090;
}
a.but_plus:hover {
	background-color: #444444;
}

a.but_folder_open {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #99cc99;
	border-bottom: 1px solid #909090;
}
a.but_folder_open:hover {
	background-color: #a6daa6;
}

a.but_file {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #999999;
	border-bottom: 1px solid #909090;
}
a.but_file:hover {
	background-color: #a6a6a6;
}

a.but_envelope {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #727272;
	border-bottom: 1px solid #909090;
}
a.but_envelope:hover {
	background-color: #7c7c7c;
}

a.but_edit {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #e5cc7f;
	border-bottom: 1px solid #909090;
}
a.but_edit:hover {
	background-color: #efda8a;
}

a.but_cogwheel {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #194c7f;
	border-bottom: 1px solid #909090;
}
a.but_cogwheel:hover {
	background-color: #1e5c99;
}

a.but_check {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #004c4c;
	border-bottom: 1px solid #909090;
}
a.but_check:hover {
	background-color: #005c5c;
}

a.but_camera {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #007fcc;
	border-bottom: 1px solid #909090;
}
a.but_camera:hover {
	background-color: #008ada;
}

a.but_calendar {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #4c99e5;
	border-bottom: 1px solid #909090;
}
a.but_calendar:hover {
	background-color: #52a6ef;
}

a.but_bookmark {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #990000;
	border-bottom: 1px solid #909090;
}
a.but_bookmark:hover {
	background-color: #b60000;
}

a.but_book {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #7f9999;
	border-bottom: 1px solid #909090;
}
a.but_book:hover {
	background-color: #8aa6a6;
}

a.but_download {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_download:hover {
	background-color: #ff9900;
}

a.but_pdf {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_pdf:hover {
	background-color: #ff9900;
}

a.but_word_doc {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_word_doc:hover {
	background-color: #ff9900;
}

a.but_woman {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: 1px solid #909090;
}
a.but_woman:hover {
	background-color: #ff9900;
}

/* small buttons */
.but_small1 {
	color: #fff;
	padding: 10px 25px;
	background-color: #e54c4c;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
}
.but_small1:hover {
	color: #fff;
	background-color: #333;
}

.but_small1.gray {
	color: #fff;
	background-color: #333;
}
.but_small1.gray:hover {
	color: #fff;
	background-color: #e54c4c;
}

.but_small3 {
	display: inline-block;
	height: 41px;
	line-height: 41px;
	padding-right: 20px;
	padding-left: 58px;
	position: relative;
	background-color: #e54c4c;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
.but_small3 span {
	position: absolute;
	left: 0;
	width: 41px;
	background-color: #d73a3a;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 1px solid  rgba(0,0,0,0.15);
	transition: all 0.3s ease;
}
.but_small3:hover {
	color: #fff;
}
.but_small3 span i {
	color: #fff;
	font-size: 18px;
	margin-left: 12px;
}
.but_small3:hover span, .but_small3.active span {
	color: #fff;
	background-color: #333;
	border-right: 1px solid #181818;
}

.but_small3.gray {
	background-color: #636363;
}
.but_small3.gray span {
	background-color: #454545;
}
.but_small3.gray:hover {
	color: #fff;
}
.but_small3.gray span i {
	color: #fff;
	font-size: 18px;
	margin-left: 12px;
}
.but_small3.gray:hover span, .but_small3.gray.active span {
	color: #fff;
	background-color: #333;
	border-right: 1px solid #181818;
}

.but_small2 {
	color: #fff;
	padding: 10px 25px;
	background-color: #e54c4c;
	border-radius: 20px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #333;
	white-space: nowrap;
}
.but_small2:hover {
	color: #fff;
	background-color: #333;
}

.but_small2.nob {
	padding: 10px 30px;
	border-bottom: 0px solid #333;
}

.but_small4 {
	color: #fff;
	padding: 10px 25px;
	background-color: #e54c4c;
	border-radius: 5px;
	transition: all 0.3s ease;
	border-bottom: 3px solid #333;
	white-space: nowrap;
}
.but_small4:hover {
	color: #fff;
	background-color: #333;
	border-bottom: 0px solid #454545;
}

.but_small5 {
	color: #e54c4c;
	padding: 10px 25px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
	white-space: nowrap;
	border: 2px solid #e54c4c;
}
.but_small5:hover {
	color: #333;
	border: 2px solid #333;
}

.but_small5.light {
	color: #fff;
	background: none;
	border: 2px solid #fff;
}
.but_small5.light:hover {
	color: #e54c4c;
	background-color: #fff;
	border: 2px solid #fff;
}

.but_small5.light2 {
	color: #fff;
	background: none;
	border: 1px solid #fff;
	padding: 8px 18px;
}
.but_small5.light2:hover {
	color: #e54c4c;
	background-color: #fff;
	border: 1px solid #fff;
}


.but_small6 {
	color: #fff;
	padding: 8px 5px;
	background-color: #00355F;
	border-radius: 2px;
	transition: all 0.3s ease;
	white-space: nowrap;
	border: 1px solid #00355F;
}

	.but_small6:hover {
		color: #fff;
		background-color: #b5995a;
		border: 1px solid #b5995a;
	}

	.but_small6.light {
		color: #fff;
		background: none;
		border: 1px solid #fff;
	}

		.but_small6.light:hover {
			color: #00355F;
			background-color: #fff;
			border: 1px solid #fff;
		}

	.but_small6.light2 {
		color: #fff;
		background: none;
		border: 1px solid #fff;
		padding: 8px 18px;
	}

		.but_small6.light2:hover {
			color: #00355F;
			background-color: #fff;
			border: 1px solid #fff;
		}



/* medium buttons */
.but_medium1 {
	color: #fff;
	padding: 14px 35px;
	background-color: #e54c4c;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
}
.but_medium1:hover {
	color: #fff;
	background-color: #333;
}

.but_medium1.white {
	color: #fff;
	padding: 14px 35px;
	border: 2px solid #fff;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
	text-transform: uppercase;
	font-weight: bold;
}
.but_medium1.white:hover {
	color: #272727;
	background-color: #fff;
}
.but_medium1.white.active {
	color: #272727;
	background-color: #fff;
}

.but_medium3 {
	display: inline-block;
	height: 48px;
	line-height: 48px;
	padding-right: 30px;
	padding-left: 68px;
	position: relative;
	background-color: #e54c4c;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
	-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
	filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
.but_medium3 span {
	position: absolute;
	left: 0;
	width: 48px;
	background-color: #d73a3a;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 1px solid  rgba(0,0,0,0.15);
	transition: all 0.3s ease;
}
.but_medium3:hover {
	color: #fff;
}
.but_medium3 span i {
	color: #fff;
	font-size: 18px;
	margin-left: 16px;
}
.but_medium3:hover span, .but_medium3.active span {
	color: #fff;
	background-color: #333;
	border-right: 1px solid #181818;
}

.but_medium2 {
	color: #fff;
	padding: 14px 35px;
	background-color: #e54c4c;
	border-radius: 30px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #333;
	white-space: nowrap;
}
.but_medium2:hover {
	color: #fff;
	background-color: #333;
}

.but_medium4 {
	color: #fff;
	padding: 14px 35px;
	background-color: #e54c4c;
	border-radius: 5px;
	transition: all 0.3s ease;
	border-bottom: 3px solid #333;
	white-space: nowrap;
}
.but_medium4:hover {
	color: #fff;
	background-color: #333;
	border-bottom: 0px solid #454545;
}

.but_medium5 {
	color: #e54c4c;
	padding: 12px 35px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
	white-space: nowrap;
	border: 2px solid #e54c4c;
}
.but_medium5:hover {
	color: #333;
	border: 2px solid #333;
}


/* large buttons */
.but_large1 {
	color: #fff;
	padding: 18px 50px;
	background-color: #e54c4c;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
}
.but_large1:hover {
	color: #fff;
	background-color: #333;
}

.but_large1.two:hover {
	color: #fff;
	background-color: #727272;
}


.but_large1.small {
	color: #fff;
	padding: 13px 50px;
	background-color: #e54c4c;
	border-radius: 3px;
	transition: all 0.3s ease;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
.but_large1.small:hover {
	color: #fff;
	background-color: #333;
}

.but_large3 {
	width: 80%;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding-right: 35px;
	padding-left: 83px;
	position: relative;
	background-color: #e54c4c /*#e54c4c*/;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
	.but_large3 span {
		position: absolute;
		left: 0;
		width: 58px;
		background-color: #e54c4c /*#d73a3a*/;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		border-right: 1px solid #fff/*rgba(0,0,0,0.5);*/;
		transition: all 0.3s ease;
	}
.but_large3:hover {
	color: #fff;
}
.but_large3 span i {
	color: #fff;
	font-size: 18px;
	/*margin-left: 20px;*/
}
.but_large3:hover span, .but_large3.active span {
	color: #fff;
	background-color: #00355F/* #333*/;
	border-right: 1px solid #00355F/*#181818*/;
}

.but_large2 {
	color: #fff;
	padding: 16px 50px;
	background-color: #e54c4c;
	border-radius: 30px;
	transition: all 0.3s ease;
	border-bottom: 1px solid #333;
	white-space: nowrap;
}
.but_large2:hover {
	color: #fff;
	background-color: #333;
}

.but_large4 {
	color: #fff;
	padding: 16px 50px;
	background-color: #e54c4c;
	border-radius: 5px;
	transition: all 0.3s ease;
	border-bottom: 3px solid #333;
	white-space: nowrap;
}
.but_large4:hover {
	color: #fff;
	background-color: #333;
}

.but_large4.white {
	color: #e54c4c;
	background-color: #fff;
	border-bottom: 0px solid #333;
}
.but_large4:hover {
	color: #fff;
	background-color: #333;
	border-bottom: 0px solid #454545;
}


.but_large5 {
	color: #e54c4c;
	padding: 16px 45px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
	white-space: nowrap;
	border: 2px solid #e54c4c;
}
.but_large5:hover {
	color: #333;
	border: 2px solid #333;
}

.but_full {
	float: left;
	width: 100%;
	text-align: center;
	color: #272727;
	padding: 30px 0px;
	background-color: #f7f7f7;
	border-radius: 4px;
	transition: all 0.3s ease;
	white-space: nowrap;
	border: 1px solid #e3e3e3;
	font-size: 22px;
	font-weight: 600;
}
.but_full:hover {
	background-color: #fff;
}

.imagede {
    -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



.but_full2 {
	width: 100%;
	height: 70px;
	background-color: #f3f3f3;
	overflow:hidden;
	text-align:center;
	color:#272727;
	border-radius: 4px;
	vertical-align: middle;
	line-height: 70px;
	font-size: 18px;
	font-weight: 600;
}
.but_full2 .butprogress {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	height:70px;
	width:10px;
	background: #e54c4c;
	position:absolute;
	overflow:hidden; 
	border-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
.but_full2 .done {
	float: left;
	text-align:center;
	line-height:70px;
	font-size: 18px;
	font-weight:bold;
	color:#EEE;
	height:70px;
	width: 100%;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);		
	cursor:pointer;
	vertical-align: middle;
	line-height: 70px;
	font-weight: 600;
	position: relative;
	z-index: 98;
}
.but_full2 strong {
	position: relative;
	z-index: 99;
	font-weight: normal;
}
.but_full2:hover .butprogress{
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;
	border-radius: 4px;
}
.but_full2 .butprogress a {
	color: #fff;
}

.but_full2.two .butprogress {
	background: #e3e3e3;
}





/* Pricing Tables */
.pritable {
	float: left;
	width: 100%;
	padding: 120px 0px;
}
.pritable.ltp {
	padding-top: 80px;
}
.pritable .pacdetails {
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
	box-shadow: 0px -5px 0px #333;
}
.pritable .pacdetails .title {
	float: left;
	width: 100%;
	padding: 30px 0px 45px 0px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}
.pritable .pacdetails .title strong {
	color: #333;
	font-size: 40px;
	font-weight: bold;
	display: block;
}
.pritable .pacdetails .title h2 {
	font-size: 22px;
	color: #999;
	font-weight: normal;
	margin-bottom: 12px;
	display: block;
}
.pritable .pacdetails ul {
	padding: 0px;
	margin: 0px;
}
.pritable .pacdetails li {
	padding: 0px;
	margin: 18px 0px;
}
.pritable .pacdetails li strong {
	font-weight: 600;
}
.pritable .pacdetails .bottom {
	float: left;
	width: 100%;
	padding: 40px 0px;
	margin-top: 20px;
	border-top: 1px solid #eee;
}
.pritable .pacdetails .bottom a {
	color: #333;
	font-size: 16px;
	background: #eee;
	padding: 12px 35px;
	border-radius: 3px;
	transition: all 0.3s ease;
}
.pritable .pacdetails .bottom a:hover {
	color: #fff;
	background: #999;
}
.pritable .pacdetails .title sup {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
.pritable .pacdetails .title sub {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.pritable .pacdetails.two {
	border-right: 0px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 0px solid #eee;
}
.pritable .pacdetails.four {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 0px solid #eee;
}

.pritable .pacdetails.three {
	margin-top: -30px;
	box-shadow: 0px -5px 0px #e54c4c;
}
.pritable .pacdetails.three .title strong {
	color: #e54c4c;
}
.pritable .pacdetails.three .bottom a {
	color: #fff;
	background: #e54c4c;
}
.pritable .pacdetails.three h6 {
	width: 140px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	background: #e54c4c;
	margin: 0 auto;
	line-height: 18px;
	border-radius: 10px;
}
.pritable .pacdetails.three .title {
	padding-top: 30px;
}
.pritable .pacdetails.three .title h2 {
	margin-top: 12px;
}

.pricingtable1 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 70px 0px 0px 0px;
}
.pricingtable1 ul {
	float: left;
	width: 107%;
	padding: 0px;
	margin: 0px;
}
.pricingtable1 li {
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
	background-color: #f7f7f7;
	border-bottom: 1px solid #eee;
}
.pricingtable1 li.title {
	padding: 25px 0px;
	background-color: #eee;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.pricingtable1 li.title h4 {
	font-weight: 300;
	margin-bottom: 10px;
}
.pricingtable1 li.title h1 {
	font-weight: bold;
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}
.pricingtable1 li.title h1 em {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
.pricingtable1 li.planbut {
	padding: 35px 0px;
	background-color: #eee;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pricingtable1 li.planbut a {
	color: #fff;
	font-size: 16px;
	padding: 12px 28px;
	background-color: #b1b1b1;
	border-radius: 4px;
	transition: all 0.3s ease;
}
.pricingtable1 li.planbut a:hover {
	color: #fff;
	background-color: #e54c4c;
}
.pricingtable1 ul.active li.planbut a {
	color: #fff;
	background-color: #e54c4c;
}
.pricingtable1 ul.active li.title h4 {
	color: #e54c4c;
}
.pricingtable1 ul.active li.title h1 {
	color: #e54c4c;
}
.pricingtable1 ul.active li.title {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.pricingtable1 ul.active li.mostp {
	color: #fff;
	padding: 5px 0px;
	background-color: #e54c4c;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.pricingtable1 ul.active {
	margin-top: -34px;
}

/* pricing table style 2 */
.pricing-tables-main {
	position: relative;
	float: left;
	margin-top: 50px;
}
.pricing-tables {
	position: relative;
	float: left;
	width: 24%;
	border: 1px solid #eee;
}
.pricing-tables .title {
	float: left;
	width: 100%;
	height: 57px;
	padding: 13px 0 10px 0;
	background-color: #454545;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #272727;
	border-bottom: 1px solid #818181;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #636363;
	text-align: center;
	font-size: 40px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables .price i {
	font-size: 14px;
	color: #ccc;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.pricing-tables .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 35px;
	border-bottom: 1px solid #fff;
}
.pricing-tables .cont-list li.last {
	border: none;
}
.pricing-tables .ordernow {
	float: left;
	width: 100%;
	padding: 28px 0px;
	background-color: #eee;
	text-align: center;
}
.pricing-tables .ordernow .but_small3 span i {
	margin-left: 3px;
}
.pricing-tables-helight .ordernow .but_small3 span i {
	margin-left: 3px;
}
.pricing-tables-helight{
	position: relative;
	float: left;
	width: 27%;
	z-index: 9;
	-webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 8px 5px rgba(0, 0, 0, 0.1);
}
.pricing-tables-helight .title {
	float: left;
	width: 100%;
	height: 73px;
	padding: 20px 0 0 0;
	margin-top: -10px;
	background-color: #d73a3a;
	text-align: center;
	font-size: 23px;
	color: #fff;
	border-top: 3px solid #c01818;
	border-bottom: 1px solid #f05d5d;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables-helight .price {
	float: left;
	width: 100%;
	padding: 30px 0 30px 0;
	background-color: #e54c4c;
	text-align: center;
	font-size: 45px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
.pricing-tables-helight .price i {
	font-size: 14px;
	color: #eee;
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
}
.pricing-tables-helight .cont-list {
	float: left;
	width: 100%;
	padding: 15px 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	background-color: #f9f9f9;
	text-align: center;
	color: #727272;
}
.pricing-tables-helight .cont-list ul {
	margin: 0;
	padding: 0;
}
.pricing-tables-helight .cont-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 35px;
	border-bottom: 1px solid #fff;
}
.pricing-tables-helight .cont-list li.last {
	border: none;
}
.pricing-tables-helight .ordernow {
	float: left;
	width: 100%;
	padding: 30px 0 35px 0;
	background-color: #f3f3f3;
	text-align: center;
	color: #fff;
}

/* pricing table style 3 */
.pricingtable3 {
	float: left;
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.12);
}
.pricingtable3 ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.pricingtable3 li {
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
	background-color: #fff;
}
.pricingtable3 li.title {
	color: #fff;
	padding: 18px 0px;
	background-color: #999;
	box-shadow: inset 0px 0px 20px rgba(0,0,0,0.1);
}
.pricingtable3 li.title h3 {
	margin: 0px;
}
.pricingtable3 li.price {
	padding: 30px 0px 20px 0px;
}
.pricingtable3 li.price h1 {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	font-weight: bold;
}
.pricingtable3 li.price h1 em {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}
.pricingtable3 li.hecont {
	padding: 25px 50px 40px 50px;
	background-color: #f3f3f3;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	box-shadow: inset 0px 0px 1px rgba(0,0,0,0.1);
}
.pricingtable3 li.hecont strong {
	background-color: #454545;
	padding: 12px 30px;
	color: #fff;
	border-radius: 4px;
	white-space: nowrap;
}

.pricingtable3 li.title.act {
	background-color: #e54c4c;
}
.pricingtable3 li.hecont.act strong {
	background-color: #e54c4c;
}
.pricingtable3 li.price.act h1 {
	color: #e54c4c;
}







/* list */
ul.list_empty {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.list_empty li {
	float: left;
	padding: 0px;
	margin: 0px 16px 40px 0px;
}

ul.list_empty2 {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.list_empty2 li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

ul.list1 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.list1 li {
	padding: 8px 0px;
	margin: 0px;
}
.list1 li i {
	font-size: 18px;
	margin-right: 8px;
}
.list1.small li i {
	font-size: 12px;
	margin-right: 5px;
}

ul.list2 {
	float: left;
	width: 100%;
	padding: 0px;
	/*margin: 0px;*/
	margin-left: 10px;
}
.list2 li {
	padding: 0px;
	margin: 0px;
	line-height: 32px;
}
.list2 li i {
	font-size: 18px;
	margin-right: 8px;
}

ul.list9 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.list9 li {
	padding: 7px 0px;
	margin: 0px;
	font-size: 16px;
}
.list9 li i {
	color: #e54c4c;
	font-size: 14px;
	margin-right: 8px;
}
.list9 li a {
	color: #333;
}
.list9 li a:hover {
	color: #e54c4c;
}


/* counters */
.counters1 {
	float: left;
	width: 100%;
	padding: 0px;
	text-align: center;
}
.counters1 span {
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	color: #333;
}
.counters1 h4 {
	font-size: 21px;
	color: #999;
	font-weight: 400;
	margin: 13px 0px 0px 0px;
}

.counters1.two span {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
}
.counters1.two h4 {
	font-size: 16px;
	color: #fff;
	margin: 3px 0px 0px 0px;
}

.counters1.three span {
	font-size: 40px;
	color: #333;
	font-weight: 400;
}
.counters1.three h4 {
	font-size: 16px;
	color: #999;
	margin: 3px 0px 0px 0px;
}

.counters2 {
	float: left;
	width: 100%;
	padding: 0px;
	text-align: center;
}
.counters2 .one_fourth {
	background-color: #f3f3f3;
	padding: 30px 0px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	color: #333;
	font-weight: bold;
}

.counters2 i {
	color: #e54c4c;
	font-size: 40px;
	display: block;
	margin-bottom: 30px;
}
.counters2 h4 {
	font-size: 18px;
	color: #999;
	font-weight: 400;
	margin: 30px 0px 0px 0px;
}

.counters3 {
	float: left;
	width: 100%;
	padding: 0px;
	text-align: center;
}
.counters3 .one_fourth {
	padding: 0px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	color: #333;
	text-align: left;
}
.counters3 .one_fourth i {
	float: left;
	font-size: 55px;
	margin-bottom: 20px;
	margin-right: 25px;
}
.counters3 .one_fourth.white {
	color: #e3e3e3;
}
.counters3 .one_fourth.white i {
	color: #e54c4c;
}
.counters3 .one_fourth.one {
	color: #e54c4c;
}
.counters3 .one_fourth.one i {
	color: #e54c4c;
}
.counters3 .one_fourth.two {
	color: #e54c4c;
}
.counters3 .one_fourth.two i {
	color: #e54c4c;
}
.counters3 .one_fourth.three {
	color: #3fc35f;
}
.counters3 .one_fourth.three i {
	color: #3fc35f;
}
.counters3 .one_fourth.four {
	color: #febc1d;
}
.counters3 .one_fourth.four i {
	color: #febc1d;
}
.counters3 h4 {
	text-align: left;
	font-size: 18px;
	color: #999;
	font-weight: 400;
	margin: 10px 0px 0px 0px;
}

.counters4 {
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px 0px 45px 0px;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 50px;
	border: 1px solid #e9e9e9;
	color: #e54c4c;
}
.counters4 span {
	font-weight: bold;
}
.counters4 h4 {
	font-size: 21px;
	color: #454545;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 0px;
}

.counters4.two {
	padding: 70px 0px;
	border: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f9f9f9;
}

.counters4.three {
	padding: 100px 0px 100px 0px;
	border: none;
	border-bottom: 1px solid #eee;
}



/* font awesome icons */
.fati1 {
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 50px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	background-color: #333;
	margin-right: 13px;
	margin-bottom: 13px;
}

.fati2 {
	color: #333;
	font-size: 50px;
	vertical-align: middle;
	margin-right: 30px;
	margin-bottom: 30px;
}

.fati3 {
	color: #333;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	border: 1px solid #999;
	margin-bottom: 12px;
}

.fati4 {
	color: #fff;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #e54c4c;
	margin-bottom: 12px;
}
.fati4.two {
	float: left;
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 30px;
	margin-right: 14px;
}

.fati5 {
	color: #e54c4c;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	border: 1px solid #e54c4c;
	margin-bottom: 12px;
}

.fati6 {
	color: #760001;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #ed2b2b;
	margin-bottom: 12px;
}

.fati7 {
	color: #999;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #f3f3f3;
	border: 1px solid #e3e3e3;
	margin-bottom: 12px;
}

.fati8 {
	color: #333;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	border: 1px solid #333;
	margin-bottom: 12px;
}

.fati9 {
	color: #e54c4c;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 95px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	border: 5px solid #e54c4c;
	margin-bottom: 12px;
}

.fati10 {
	color: #fff;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #febc1d;
	margin-bottom: 12px;
}

.fati11 {
	color: #fff;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #35d3b7;
	margin-bottom: 12px;
}

.fati12 {
	color: #527c00;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #a5d549;
	margin-bottom: 12px;
}

.fati13 {
	color: #727272;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 95px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	background-color: #f9f9f9;
	border: 5px solid #e3e3e3;
	margin-bottom: 12px;
}

.fati14 {
	color: #333;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 4px;
	text-align: center;
	margin-right: 12px;
	border: 1px solid #999;
	margin-bottom: 12px;
}

.fati15 {
	color: #fff;
	font-size: 45px;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	line-height: 100px;
	border-radius: 4px;
	text-align: center;
	margin-right: 12px;
	background-color: #333;
	margin-bottom: 12px;
}

.fati16 {
	width: 75px;
	height: 75px;
	color: #fff;
	font-size: 35px;
	vertical-align: middle;
	line-height: 75px;
	border-radius: 100%;
	text-align: center;
	background-color: #333;
	margin-right: 14px;
	margin-bottom: 14px;
}

.fati17 {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 27px;
	vertical-align: middle;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	background-color: #333;
	margin-right: 14px;
	margin-bottom: 14px;
}

.fati18 {
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	line-height: 30px;
	border-radius: 100%;
	text-align: center;
	background-color: #333;
	margin-right: 7px;
	margin-bottom: 7px;
}

.fati19 {
	color: #fff;
	font-size: 21px;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	margin-right: 12px;
	border: 1px solid #fff;
	transition: all 0.3s ease;
}
.fati19:hover {
	color: #e54c4c;
	border: 1px solid #fff;
	background: #fff;
}

/* flip boxes */
.flips1 {
    width:100%;
    height: 320px;/*320*/
    margin:0;
    position: relative;
}
.flipscont1 {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
	text-align:center;
}
.flips1_front {
	padding:0px;
	width:100%;
    z-index: 2;
}
.flips1_front img {
	width:100%;/*100*/
	height: 259px;/*259*/
}
.flips1_front img.full {
	width:100%;
	height: auto;
}
.flips1_back {
	width:100%;/*100*/
	padding:50px 35px;
	color: #fff;
	background-color:#00355F;/*333*/
    z-index: 1;
	height:320px;/*320*/
	margin: 0px;
	text-align: center;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);  
    transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);  
}
.flips1:hover .flips1_front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}
.flips1:hover .flips1_back {
    z-index: 2;   
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}
.flips1_back .fsoci {
	float: left;
	width: 100%;
	margin: 18px 0px 32px 0px;
}
.flips1_back .fsoci i {
	border-radius: 100%;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	color: #fff;
	transition: all 0.3s ease;
}
.flips1_back .fsoci i:hover {
	background: #fff;
	color: #272727;
}

.flips2 {
    width:100%;
    height: 320px;
    margin:0;
    position: relative;
}
.flipscont2 {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
	text-align:center;
	background-color:#eee;
}
.flips2_front {
	padding:0px;
	width:100%;
    z-index: 2;
    
}
.flips2_front img {
	width:100%;
}
.flips2_back {
	width:100%;
	padding:50px 35px;
	color: #fff;
	background-color:#e54c4c;
    z-index: 1;
	height:320px;
	margin: 0px;
	text-align: center;
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);  
    transform: rotateX(-180deg);
	-sand-transform: rotateX(180deg);  
}
.flips2:hover .flips2_front {
    z-index: 1;
    -webkit-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
	-sand-transform: rotateX(180deg);
}
.flips2:hover .flips2_back {
    z-index: 2;   
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
	-sand-transform: rotate(0deg);
}

.flips3 {
    width:100%;
    height: 230px;
    margin:0;
    position: relative;
}
.flipscont3 {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
	text-align:center;
	background-color:#fff;
}
.flips3_front.flipscont3 i {
	font-size: 50px;
	color: #e54c4c;
	margin-top: 50px;
	margin-bottom: 20px;
}
.flips3_front {
	padding:0px;
	width:100%;
    z-index: 2;
    
}
.flips3_back {
	width:100%;
	padding:27px 35px;
	color: #fff;
	background-color:#e54c4c;
    z-index: 1;
	height:230px;
	margin: 0px;
	text-align: center;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);  
    transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);  
}
.flips3:hover .flips3_front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}
.flips3:hover .flips3_back {
    z-index: 2;   
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}
.flips3.active .flips3_front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}
.flips3.active .flips3_back {
    z-index: 2;   
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

.flips4 {
    width:100%;
    height: 100px;
    margin:0;
    position: relative;
}
.flipscont4 {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
	text-align:center;
	border: 1px solid #eee;
}
.flips4_front {
	padding:0px;
	width:100%;
    z-index: 2;
    
}
.flips4_front img {
	width:100%;
}
.flips4_back {
	width:100%;
	padding:12px 25px 0px 25px;
	background-color:#eee;
    z-index: 1;
	height:100px;
	margin: 0px;
	text-align: center;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);  
    transform: rotateY(-180deg);
	-sand-transform: rotateY(180deg);  
}
.flips4:hover .flips4_front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}
.flips4:hover .flips4_back {
    z-index: 2;   
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}
.flips4_back h5 {
	margin-bottom: 5px;
}
.flips4_back h5 a:hover {
	color: #e54c4c;
}

.flips4.active .flips4_front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
	-sand-transform: rotateY(180deg);
}
.flips4.active .flips4_back {
    z-index: 2;   
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
	-sand-transform: rotate(0deg);
}

/* image frames */
.imgframe1 {
	float: left;
	width: 100%;
	border: 8px solid #d3d3d3;
}
.imgframe2 {
	float: left;
	width: 100%;
	border: 8px solid #fff;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.20);
}
.imgframe3 {
	float: left;
	width: 100%;
	text-align: center;
	background-color: #333;
	border: 8px solid #333;
}
.imgframe3 img {
	float: left;
	width: 100%;
}
.imgframe3 strong {
	float: left;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
	padding: 14px 0px 12px 0px;
	text-align: center;
}

.imgframe4 {
	float: left;
	width: 100%;
	-webkit-box-shadow: 0 10px 6px -6px #454545;
	-moz-box-shadow: 0 10px 6px -6px #454545;
	box-shadow: 0 10px 6px -6px #454545;
}


.imgframe5 {
	float: left;
	width: 100%;
    position: relative;
}
.imgframe5 img {
	float: left;
	width: 100%;
}
.imgframe5:before, .imgframe5:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 12px 10px #454545;
	-moz-box-shadow: 0 12px 10px #454545;
	box-shadow: 0 12px 10px #454545;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.imgframe5:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.imgframe6 {
	float: left;
	width: 100%;
    position: relative;
}
.imgframe6 img {
	float: left;
	width: 100%;
	border: 10px solid #f3f3f3;
}
.imgframe6:before, .imgframe6:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 16px 10px #454545;
	-moz-box-shadow: 0 16px 10px #454545;
	box-shadow: 0 16px 10px #454545;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.imgframe6:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}


/* pop overs */
.pop-wrapper{
	width: 90%;
	padding: 0;
	margin: 0px auto 30px auto;
}
.pop-wrapper li{
	float: left;
	margin: 0px 25px 70px 25px;
}
.pop-wrapper li a{
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 2px;
	outline: none;
	position: relative;
	background-color: #f3f3f3;
	border-radius: 100%;
	text-align: center;
}
.pop-wrapper li a span{
	width: 300px;
	height: auto;
	line-height: 21px;
	padding: 10px;
	left: 50%;
	margin-left: -150px;
	font-family: 'Alegreya SC', Georgia, serif;
	font-weight: 400;	
	font-style: italic;
	font-size: 14px;
	color: #719DAB;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: #f9f9f9;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 100px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-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;
}
.pop-wrapper li a span:before,
.pop-wrapper li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.pop-wrapper li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.pop-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 116px;
}
.pop-wrapper h6 {
	margin-top: 10px;
}

.pop-wrapper2 {
	width: 90%;
	padding: 0;	margin: 0px auto 30px auto;
}
.pop-wrapper2 li{
	float: left;
}
.pop-wrapper2 li a span{
	width: 200px;
	height: auto;
	line-height: 21px;
	padding: 10px;
	left: 50%;
	margin-left: -134px;
	font-weight: 400;	
	font-style: italic;
	font-size: 14px;
	color: #719DAB;
	text-align: center;
	border: 4px solid #fff;
	background: #fff;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 80px;
	opacity: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-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;
	white-space: normal;
}
.pop-wrapper2 li a span:before,
.pop-wrapper2 li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.pop-wrapper2 li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.pop-wrapper2 li a:hover span{
	opacity: 1;
	bottom: 59px;
}

.pop-wrapper2.colored li a span{
	color: #fff;
	border: 4px solid #e54c4c;
	background: #e54c4c;
	box-shadow: none;
}
.pop-wrapper2.colored  li a span:after{
	border-top: 10px solid #e54c4c;
}

.pop-wrapper2 li a span.grayd{
	color: #fff;
	background: #454545;
	border: 4px solid #454545;
	box-shadow: none;
}
.pop-wrapper2 li a span.grayd:after{
	border-top: 10px solid #454545;
}

.pop-wrapper2 li a span.bord{
	background: #eee;
	border: 4px solid #e3e3e3;
	box-shadow: none;
}
.pop-wrapper2 li a span.bord:after{
	border-top: 10px solid #e3e3e3;
}

.pop-wrapper4{
	padding: 0;
	margin: 0px auto 30px auto;
}
.pop-wrapper4 li{
	float: left;
	margin: 0px 0px;
	padding: 0;
}
.pop-wrapper4 li a{
	position: relative;
}
.pop-wrapper4 li a span{
	width: 100px;
	height: auto;
	line-height: 21px;
	padding: 10px;
	left: 50%;
	margin-left: -56px;
	font-weight: 400;	
	font-style: italic;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: 4px solid #454545;
	background: #454545;
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	pointer-events: none;
	bottom: 40px;
	opacity: 0;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-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;
}
.pop-wrapper4 li a span:before,
.pop-wrapper4 li a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.pop-wrapper4 li a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #454545;
}
.pop-wrapper4 li a:hover span{
	opacity: 0.9;
	bottom: 50px;
}

.smlined {
	width: 21%;
	height: 1px;
	background: #999;
	margin: 0 auto;
}

/* left icon right text section */
.lirts {
	float: left;
	width: 100%;
}
.lirts h5 {
	margin-bottom: 10px;
}
.lirts i {
	float: left;
	font-size: 40px;
	color: #999;
	margin-right: 30px;
	margin-top: 7px;
}
.lirts p {
	margin-left: 70px;
}
.lirts span {
	float: left;
	font-size: 40px;
	color: #999;
	margin-right: 30px;
	margin-top: 3px;
}

.big_text1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 32px;
	color: #454545;
}
.big_text1 i {
	color: #e54c4c;
	font-style: normal;
}


.josstext {
	color: #333;
	font-size: 27px;
	font-weight: normal;
	line-height: 36px;
	font-family: 'Josefin Sans', sans-serif;
}
.josstext span {
	width: 100px;
	height: 1px;
	background: #333;
	display: block;
	margin-top: 20px;
}

.josstext2 {
	width: 85%;
	margin: 0 auto 67px auto;
	color: #333;
	font-size: 27px;
	font-weight: normal;
	line-height: 36px;
	font-family: 'Josefin Sans', sans-serif;
}
.josstext2 span {
	width: 100px;
	height: 1px;
	background: #333;
	display: block;
	margin: 20px auto 0 auto;
}


@media only screen and (min-width: 1000px) and (max-width: 1169px){

.flips1 {
    height: 264px;
}
.flips1_back {
	padding:20px 10px;
	height: 264px;
}

.flips2 {
    height: 264px;
}
.flips2_back {
	padding:20px 10px;
	height: 264px;
}

.flips4_back {
	padding:12px 10px 0px 10px;
}

.pop-wrapper2 li a span{
	margin-left: -112px;
}

	
}


@media only screen and (min-width: 768px) and (max-width: 999px){

.piechart1 {
	width: 30%;
}

.piechart3 {
	width: 50%;
}

.flips1 {
    height: 203px;
}
.flips1_back {
	padding:20px 10px;
	height: 203px;
}
.flips1_back h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.flips1_back p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: -25px;
}

.flips2 {
    height: 203px;
}
.flips2_back {
	padding:20px 10px;
	height: 203px;
}
.flips2_back h4 {
	font-size: 16px;
	margin-bottom: 5px;
}
.flips2_back p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: -25px;
}

.flips4_back {
	padding:12px 0px 0px 0px;
}
.flips4_back p {
	font-size: 13px;
	line-height: 18px;
}

.pricingtable3 li.hecont {
	padding: 20px 5px 35px 5px;
}

.pricingtable3 .but_small1 {
	padding: 10px 10px;
}

.pop-wrapper{
	width: 63%;
}
.pop-wrapper li{
	float: left;
	margin: 0px 40px 120px 40px;
}

.pop-wrapper2 li a span{
	margin-left: -91px;
}

}


@media only screen and (min-width: 640px) and (max-width: 767px){

.piechart1 {
	width: 50%;
}

.piechart3 {
	width: 50%;
}

.pritable .pacdetails {
	width: 100%;
	margin-bottom: 100px;
}
.pritable .pacdetails.two {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.pritable .pacdetails.four {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

.counters4 {
	font-size: 35px;
	line-height: 35px;
}

.flips1_front img {
	width:100%;
	height: 100%;
}
.flips1_front img.full {
	width:100%;
	height: 320px;
}

.flips2_front img {
	width:100%;
	height: 100%;
}

.flips4_front img {
	width: auto;
}
.flips4_back {
	padding:22px 25px 0px 25px;
}

.pricing-tables {
	width: 100%;
	margin-bottom: 80px;
}
.pricing-tables-helight{
	width: 100%;
	margin-bottom: 80px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #eee;
}

.pop-wrapper{
	width: 75%;
}
.pop-wrapper li{
	float: left;
	margin: 0px 40px 120px 40px;
}

.pop-wrapper2 li a span{
	margin-left: -281px;
}

}


@media only screen and (min-width: 480px) and (max-width: 639px){
	
.piechart1 {
	width: 50%;
}	

.piechart3 {
	width: 100%;
}

.pritable .pacdetails {
	width: 100%;
	margin-bottom: 100px;
}
.pritable .pacdetails.two {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.pritable .pacdetails.four {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

.counters4 {
	font-size: 35px;
	line-height: 35px;
}

.flips1_front img {
	width:100%;
	height: 100%;
}
.flips1_front img.full {
	width:100%;
	height: 320px;
}

.flips2_front img {
	width:100%;
	height: 100%;
}

.flips4_front img {
	width: auto;
}
.flips4_back {
	padding:22px 25px 0px 25px;
}

.pricing-tables {
	width: 100%;
	margin-bottom: 80px;
}
.pricing-tables-helight{
	width: 100%;
	margin-bottom: 80px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #eee;
}

.pop-wrapper{
	width: 50%;
}
.pop-wrapper li{
	float: left;
	margin: 0px 40px 120px 40px;
}

.pop-wrapper2 li a span{
	margin-left: -217px;
}

}

@media only screen and (max-width: 479px){
	
.piechart1 {
	width: 100%;
}

.piechart3 {
	width: 100%;
}

.pritable .pacdetails {
	width: 100%;
	margin-bottom: 100px;
}
.pritable .pacdetails.two {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}
.pritable .pacdetails.four {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

.counters4 {
	font-size: 35px;
	line-height: 35px;
}

.flips4_front img {
	width: auto;
}
.flips4_back {
	padding:12px 10px 0px 10px;
}

.pricing-tables {
	width: 100%;
	margin-bottom: 80px;
}
.pricing-tables-helight{
	width: 100%;
	margin-bottom: 80px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #eee;
}

.pop-wrapper{
	width: 68%;
}
.pop-wrapper li{
	float: left;
	margin: 0px 40px 120px 40px;
}

.pop-wrapper2 li a span{
	margin-left: -150px;
}

.but_medium1,
.but_medium1.white {
	padding: 14px 20px;
}


}

/*button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}*/
/*table {
    border-collapse: collapse;
    border-spacing: 0
}*/
@media print {
    * {
        color: #000!important;
        text-shadow: none!important;
        background: transparent!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href)")"
    }
    abbr[title]:after {
        content: " (" attr(title)")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page{margin:2cm .5cm
}
/*p,
h2,
h3 {
    orphans: 3;
    widows: 3
}
h2,
h3 {
    page-break-after: avoid
}*/
select {
    background: #fff!important
}
.navbar {
    display: none
}
.table td,
.table th {
    background-color: #fff!important
}
.btn>.caret,
.dropup>.btn>.caret {
    border-top-color: #000!important
}
.label {
    border: 1px solid #000
}
.table {
    border-collapse: collapse!important
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #ddd!important
}
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}
@media(min-width:768px){
    
    .lead {
    font-size: 21px
}
}

@media(min-width:768px){.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap
}
.dl-horizontal dd {
    margin-left: 180px
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: ""
}
.dl-horizontal dd:after {
    clear: both
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: ""
}
.dl-horizontal dd:after {
    clear: both
}
}
abbr[title],
abbr[data-original-title] {
    cursor:help;
    border-bottom:1px dotted #999
}
abbr.initialism {
    font-size:90%;
    text-transform:uppercase
}
/*blockquote {
    padding:10px 20px;
    margin:0 0 20px;
    border-left:5px solid #eee
}
blockquote p {
    font-size:17.5px;
    font-weight:300;
    line-height:1.25
}
blockquote p:last-child {
    margin-bottom:0
}
blockquote small {
    display:block;
    line-height:1.428571429;
    color:#999
}
blockquote small:before {
    content:'\2014 \00A0'
}
blockquote.pull-right {
    padding-right:15px;
    padding-left:0;
    border-right:5px solid #eee;
    border-left:0
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
    text-align:right
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content:''
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content:'\00A0 \2014'
}
blockquote:before,
blockquote:after {
    content:""
}*/
address {
    margin-bottom:20px;
    font-style:normal;
    line-height:1.428571429
}
code,
kbd,
pre,
samp {
    font-family:Monaco,
    Menlo,
    Consolas,
    "Courier New",
    monospace
}
code {
    padding:2px 4px;
    font-size:90%;
    color:#c7254e;
    white-space:nowrap;
    background-color:#f9f2f4;
    border-radius:4px
}
pre {
    display:block;
    padding:9.5px;
    margin:0 0 10px;
    font-size:13px;
    line-height:1.428571429;
    color:#333;
    word-break:break-all;
    word-wrap:break-word;
    background-color:#f5f5f5;
    border:1px solid #ccc;
    border-radius:4px
}
pre code {
    padding:0;
    font-size:inherit;
    color:inherit;
    white-space:pre-wrap;
    background-color:transparent;
    border-radius:0
}
.pre-scrollable {
    max-height:340px;
    overflow-y:scroll
}
.container {
    padding-right:0px;
    padding-left:0px;
    margin-right:auto;
    margin-left:auto
}
.container:before,
.container:after {
    display:table;
    content:""
}
.container:after {
    clear:both
}
.container:before,
.container:after {
    display:table;
    content:""
}
.container:after {
    clear:both
}
.row {
    margin-right:-15px;
    margin-left:-15px;
	margin-top: -10px;
}
.row:before,
.row:after {
    display:table;
    content:""
}
.row:after {
    clear:both
}
.row:before,
.row:after {
    display:table;
    content:""
}
.row:after {
    clear:both
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float:left
}
.col-xs-12 {
    width:100%
}
.col-xs-11 {
    width: 91.66666666666666%
}
.col-xs-10 {
    width: 83.33333333333334%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666666666666%
}
.col-xs-7 {
    width: 58.333333333333336%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666666666667%
}
.col-xs-4 {
    width: 33.33333333333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.666666666666664%
}
.col-xs-1 {
    width: 8.333333333333332%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666666666666%
}
.col-xs-pull-10 {
    right: 83.33333333333334%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666666666666%
}
.col-xs-pull-7 {
    right: 58.333333333333336%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666666666667%
}
.col-xs-pull-4 {
    right: 33.33333333333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.666666666666664%
}
.col-xs-pull-1 {
    right: 8.333333333333332%
}
.col-xs-pull-0 {
    right: 0
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666666666666%
}
.col-xs-push-10 {
    left: 83.33333333333334%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666666666666%
}
.col-xs-push-7 {
    left: 58.333333333333336%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666666666667%
}
.col-xs-push-4 {
    left: 33.33333333333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.666666666666664%
}
.col-xs-push-1 {
    left: 8.333333333333332%
}
.col-xs-push-0 {
    left: 0
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666666666666%
}
.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666666666666%
}
.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.666666666666664%
}
.col-xs-offset-1 {
    margin-left: 8.333333333333332%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media(min-width:1000px){.container{width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666666666666%}.col-sm-10{width:83.33333333333334%}.col-sm-9{width:75%}.col-sm-8{width:66.66666666666666%}.col-sm-7{width:58.333333333333336%}.col-sm-6{width:50%}.col-sm-5{width:41.66666666666667%}.col-sm-4{width:33.33333333333333%}.col-sm-3{width:25%}.col-sm-2{width:16.666666666666664%}.col-sm-1{width:8.333333333333332%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666666666666%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666666666666%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.container{width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666666666666%}.col-md-10{width:83.33333333333334%}.col-md-9{width:75%}.col-md-8{width:66.66666666666666%}.col-md-7{width:58.333333333333336%}.col-md-6{width:50%}.col-md-5{width:41.66666666666667%}.col-md-4{width:33.33333333333333%}.col-md-3{width:25%}.col-md-2{width:16.666666666666664%}.col-md-1{width:8.333333333333332%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666666666666%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666666666666%}.col-md-push-10{left:83.33333333333334%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666666666666%}.col-md-push-7{left:58.333333333333336%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666666666667%}.col-md-push-4{left:33.33333333333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.666666666666664%}.col-md-push-1{left:8.333333333333332%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666666666666%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.container{width:1170px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666666666666%}.col-lg-10{width:83.33333333333334%}.col-lg-9{width:75%}.col-lg-8{width:66.66666666666666%}.col-lg-7{width:58.333333333333336%}.col-lg-6{width:50%}.col-lg-5{width:41.66666666666667%}.col-lg-4{width:33.33333333333333%}.col-lg-3{width:25%}.col-lg-2{width:16.666666666666664%}.col-lg-1{width:8.333333333333332%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666666666666%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666666666666%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-0{margin-left:0}} /*table{max-width:100%;background-color:transparent}th{text-align:left}*/
    .table {
    width: 100%;
    margin-bottom: 20px
}
.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: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}
table col[class*="col-"] {
    display: table-column;
    float: none
}
table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none
}
.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}
.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}
.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}
.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}
@media(max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd;
-ms-overflow-style:-ms-autohiding-scrollbar;
-webkit-overflow-scrolling:touch
}
.table-responsive>.table {
    margin-bottom: 0
}
.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
    white-space: nowrap
}
.table-responsive>.table-bordered {
    border: 0
}
.table-responsive>.table-bordered>thead>tr>th:first-child,
.table-responsive>.table-bordered>tbody>tr>th:first-child,
.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.table-responsive>.table-bordered>thead>tr>td:first-child,
.table-responsive>.table-bordered>tbody>tr>td:first-child,
.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}
.table-responsive>.table-bordered>thead>tr>th:last-child,
.table-responsive>.table-bordered>tbody>tr>th:last-child,
.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.table-responsive>.table-bordered>thead>tr>td:last-child,
.table-responsive>.table-bordered>tbody>tr>td:last-child,
.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}
.table-responsive>.table-bordered>tbody>tr:last-child>th,
.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.table-responsive>.table-bordered>tbody>tr:last-child>td,
.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0
}
}
fieldset {
    padding:0;
    margin:0;
    border:0
}
legend {
    display:block;
    width:100%;
    padding:0;
    margin-bottom:20px;
    font-size:21px;
    line-height:inherit;
    color:#333;
    border:0;
    border-bottom:1px solid #e5e5e5
}
label {
    display:inline-block;
    margin-bottom:5px;
    font-weight:bold
}
input[type="search"] {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
input[type="radio"],
input[type="checkbox"] {
    margin:4px 0 0;
    margin-top:1px \9;
    line-height:normal
}
input[type="file"] {
    display:block
}
select[multiple],
select[size] {
    height:auto
}
select optgroup {
    font-family:inherit;
    font-size:inherit;
    font-style:inherit
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height:auto
}
output {
    display:block;
    padding-top:7px;
    font-size:14px;
    line-height:1.428571429;
    color:#555;
    vertical-align:middle
}
.form-control {
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.428571429;
    color:#555;
    vertical-align:middle;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075);
    box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075);
    -webkit-transition:border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,
    box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 8px rgba(102,
    175,
    233,
    0.6);
    box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 8px rgba(102,
    175,
    233,
    0.6)
}
.form-control:-moz-placeholder {
    color:#999
}
.form-control::-moz-placeholder {
    color:#999
}
.form-control:-ms-input-placeholder {
    color:#999
}
.form-control::-webkit-input-placeholder {
    color:#999
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor:not-allowed;
    background-color:#eee
}
textarea.form-control {
    height:auto
}
.form-group {
    margin-bottom:15px
}
.radio,
.checkbox {
    display:block;
    min-height:20px;
    padding-left:20px;
    margin-top:10px;
    margin-bottom:10px;
    vertical-align:middle
}
.radio label,
.checkbox label {
    display:inline;
    margin-bottom:0;
    font-weight:normal;
    cursor:pointer
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float:left;
    margin-left:-20px
}
.radio+.radio,
.checkbox+.checkbox {
    margin-top:-5px
}
.radio-inline,
.checkbox-inline {
    display:inline-block;
    padding-left:20px;
    margin-bottom:0;
    font-weight:normal;
    vertical-align:middle;
    cursor:pointer
}
.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top:0;
    margin-left:10px
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor:not-allowed
}
.input-sm {
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
select.input-sm {
    height:30px;
    line-height:30px
}
textarea.input-sm {
    height:auto
}
.input-lg {
    height:45px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.33;
    border-radius:6px
}
select.input-lg {
    height:45px;
    line-height:45px
}
textarea.input-lg {
    height:auto
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
    color:#c09853
}
.has-warning .form-control {
    border-color:#c09853;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075);
    box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075)
}
.has-warning .form-control:focus {
    border-color:#a47e3c;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #dbc59e;
    box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #dbc59e
}
.has-warning .input-group-addon {
    color:#c09853;
    background-color:#fcf8e3;
    border-color:#c09853
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color:#b94a48
}
.has-error .form-control {
    border-color:#b94a48;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075);
    box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075)
}
.has-error .form-control:focus {
    border-color:#953b39;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #d59392;
    box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #d59392
}
.has-error .input-group-addon {
    color:#b94a48;
    background-color:#f2dede;
    border-color:#b94a48
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color:#468847
}
.has-success .form-control {
    border-color:#468847;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075);
    box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075)
}
.has-success .form-control:focus {
    border-color:#356635;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #7aba7b;
    box-shadow:inset 0 1px 1px rgba(0,
    0,
    0,
    0.075),
    0 0 6px #7aba7b
}
.has-success .input-group-addon {
    color:#468847;
    background-color:#dff0d8;
    border-color:#468847
}
.form-control-static {
    margin-bottom:0
}
.help-block {
    display:block;
    margin-top:5px;
    margin-bottom:10px;
    color:#737373
}
@media(min-width:768px){.form-inline .form-group {
    display:inline-block;
    margin-bottom:0;
    vertical-align:middle
}
.form-inline .form-control {
    display:inline-block
}
.form-inline .radio,
.form-inline .checkbox {
    display:inline-block;
    padding-left:0;
    margin-top:0;
    margin-bottom:0
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float:none;
    margin-left:0
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top:7px;
    margin-top:0;
    margin-bottom:0
}
.form-horizontal .form-group {
    margin-right:-15px;
    margin-left:-15px
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display:table;
    content:""
}
.form-horizontal .form-group:after {
    clear:both
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display:table;
    content:""
}
.form-horizontal .form-group:after {
    clear:both
}
.form-horizontal .form-control-static {
    padding-top:7px
}
@media(min-width:768px){.form-horizontal .control-label {
    text-align:right
}
}
.btn {
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:normal;
    line-height:1.428571429;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -o-user-select:none;
    user-select:none;
        min-width:80px;
}
.btn:focus {
    outline:thin dotted #333;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.btn:hover,
.btn:focus {
    color:#333;
    text-decoration:none
}
.btn:active,
.btn.active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0,
    0,
    0,
    0.125);
    box-shadow:inset 0 3px 5px rgba(0,
    0,
    0,
    0.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events:none;
    cursor:not-allowed;
    opacity:.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn-default {
    color:#333;
    background-color:#fff;
    border-color:#ccc
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color:#333;
    background-color:#ebebeb;
    border-color:#adadad
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image:none
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color:#fff;
    border-color:#ccc
}
.btn-primary {
    color:#fff;
    background-color:#428bca;
    border-color:#357ebd
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color:#fff;
    background-color:#3276b1;
    border-color:#285e8e
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image:none
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color:#428bca;
    border-color:#357ebd
}
.btn-warning {
    color:#fff;
    background-color:#f0ad4e;
    border-color:#eea236
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color:#fff;
    background-color:#ed9c28;
    border-color:#d58512
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image:none
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color:#f0ad4e;
    border-color:#eea236
}
.btn-danger {
    color:#fff;
    background-color:#d9534f;
    border-color:#d43f3a
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color:#fff;
    background-color:#d2322d;
    border-color:#ac2925
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image:none
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color:#d9534f;
    border-color:#d43f3a
}
.btn-success {
    color:#fff;
    background-color:#5cb85c;
    border-color:#4cae4c
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color:#fff;
    background-color:#47a447;
    border-color:#398439
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image:none
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color:#5cb85c;
    border-color:#4cae4c
}
.btn-info {
    color:#fff;
    background-color:#5bc0de;
    border-color:#46b8da
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color:#fff;
    background-color:#39b3d7;
    border-color:#269abc
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image:none
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color:#5bc0de;
    border-color:#46b8da
}
.btn-link {
    font-weight:normal;
    color:#428bca;
    cursor:pointer;
    border-radius:0
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color:transparent;
    -webkit-box-shadow:none;
    box-shadow:none
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color:transparent
}
.btn-link:hover,
.btn-link:focus {
    color:#2a6496;
    text-decoration:underline;
    background-color:transparent
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color:#999;
    text-decoration:none
}
.btn-lg {
    padding:10px 16px;
    font-size:18px;
    line-height:1.33;
    border-radius:6px
}
.btn-sm,
.btn-xs {
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
.btn-xs {
    padding:1px 5px
}
.btn-block {
    display:block;
    width:100%;
    padding-right:0;
    padding-left:0
}
.btn-block+.btn-block {
    margin-top:5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width:100%
}
.fade {
    opacity:0;
    -webkit-transition:opacity .15s linear;
    transition:opacity .15s linear
}
.fade.in {
    opacity:1
}
.collapse {
    display:none
}
.collapse.in {
    display:block
}
.collapsing {
    position:relative;
    height:0;
    overflow:hidden;
    -webkit-transition:height .35s ease;
    transition:height .35s ease
}



.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent
}
.dropdown {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 2px 0 0;
    font-size: 13px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    border-top: 2px solid #00355F /*#777*/;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.dropdown-menu.stwo {
	border-top: 0px solid #fff;
}


.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: bold;
    line-height: 1.428571429;
    color: #454545;
    white-space: nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #333;
    text-decoration: none;
    background-color: #f3f3f3;
	transition: all 0.3s ease;
	
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media(min-width:1000px){.navbar-right .dropdown-menu {
    right: 0;
    left: auto
}
}
.btn-default .caret {
    border-top-color: #333
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff
}
.dropup .btn-default .caret {
    border-bottom-color: #333
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}
.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: ""
}
.btn-toolbar:after {
    clear: both
}
.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: ""
}
.btn-toolbar:after {
    clear: both
}
.btn-toolbar .btn-group {
    float: left
}
.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.btn-group>.btn:first-child {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group>.btn-group {
    float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group-xs>.btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: ""
}
.btn-group-vertical>.btn-group:after {
    clear: both
}
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: ""
}
.btn-group-vertical>.btn-group:after {
    clear: both
}
.btn-group-vertical>.btn-group>.btn {
    float: none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}
.btn-group-justified .btn {
    display: table-cell;
    float: none;
    width: 1%
}
[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}


.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav:before,
.nav:after {
    display: table;
    content: ""
}
.nav:after {
    clear: both
}
.nav:before,
.nav:after {
    display: table;
    content: ""
}
.nav:after {
    clear: both
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 18px;
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background: transparent;
}
.nav>li.disabled>a {
    color: #999
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a .caret,
.nav .open>a:hover .caret,
.nav .open>a:focus .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media(min-width:1000px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd
}
@media(min-width:1000px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;
border-radius:4px 4px 0 0
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color:#fff
}
}
.nav-pills>li {
    float:left
}
.nav-pills>li>a {
    border-radius:4px
}
.nav-pills>li+li {
    margin-left:2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color:#fff;
    background-color:#428bca
}
.nav-pills>li.active>a .caret,
.nav-pills>li.active>a:hover .caret,
.nav-pills>li.active>a:focus .caret {
    border-top-color:#fff;
    border-bottom-color:#fff
}
.nav-stacked>li {
    float:none
}
.nav-stacked>li+li {
    margin-top:2px;
    margin-left:0
}
.nav-justified {
    width:100%
}
.nav-justified>li {
    float:none
}
.nav-justified>li>a {
    margin-bottom:5px;
    text-align:center
}
.nav-justified>.dropdown .dropdown-menu {
    top:auto;
    left:auto
}
@media(min-width:1000px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd
}
@media(min-width:1000px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;
border-radius:4px 4px 0 0
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border-bottom-color:#fff
}
}
.tab-content>.tab-pane {
    display:none
}
.tab-content>.active {
    display:block
}
.nav .caret {
    border-top-color:#428bca;
    border-bottom-color:#428bca
}
.nav a:hover .caret {
    border-top-color:#2a6496;
    border-bottom-color:#2a6496
}
.nav-tabs .dropdown-menu {
    margin-top:-1px;
    border-top-right-radius:0;
    border-top-left-radius:0
}
.navbar {
    position:relative;
    margin-bottom:0px;
    border:0px solid transparent
}
.navbar:before,
.navbar:after {
    display: table;
    content: ""
}
.navbar:after {
    clear: both
}
.navbar:before,
.navbar:after {
    display: table;
    content: ""
}
.navbar:after {
    clear: both
}
@media(min-width:1000px){.navbar{/*border-radius:4px*/}}.navbar-header:before,.navbar-header:after{display:table;content:""}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:""}.navbar-header:after{clear:both}@media(min-width:1000px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:0px;padding-left:0px;overflow-x:visible;border-top:1px solid transparent;
box-shadow:inset 0 1px 0 rgba(255,
255,
255,
0.1);
-webkit-overflow-scrolling:touch
}
.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: ""
}
.navbar-collapse:after {
    clear: both
}
.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: ""
}
.navbar-collapse:after {
    clear: both
}
.navbar-collapse.in {
    overflow-y: auto
}
@media(min-width:1000px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:auto}.navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px
}
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px
}
.navbar-collapse .navbar-text:last-child {
    margin-right: 0
}
}
.container>.navbar-header,
.container>.navbar-collapse {
    margin-right:-15px;
    margin-left:-15px
}
@media(min-width:1000px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px
}
@media(min-width:1000px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media(min-width:1000px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px
}
.navbar-fixed-bottom {
    bottom:0;
    margin-bottom:0;
    border-width:1px 0 0
}
.navbar-brand {
    float:left;
    padding:15px 15px;
    font-size:18px;
    line-height:20px
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration:none
}
@media(min-width:1000px){.navbar>.container .navbar-brand {
    margin-left:-15px
}
}
.navbar-toggle {
    position:relative;
    float:right;
    padding:9px 10px;
    margin-top:8px;
    margin-right:15px;
    margin-bottom:8px;
    background-color:transparent;
    border:1px solid transparent;
    border-radius:4px;
}
.navbar-toggle .icon-bar {
    display:block;
    width:22px;
    height:2px;
    border-radius:1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top:4px
}
@media(min-width:1000px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px
}
.navbar-nav>li>a {
    padding-top:0px;
    padding-bottom:0px;
    line-height:25px
}
@media(max-width:1000px){.navbar-nav .open .dropdown-menu {
    position:static;
    float:none;
    width:auto;
    margin-top:0;
    background-color:transparent;
    border:0;
    box-shadow:none
}
.navbar-nav .open .dropdown-menu>li>a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding:5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height:20px
}
.navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-nav .open .dropdown-menu>li>a:focus {
    background-image:none
}
}
@media(min-width:1000px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media(min-width:1000px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;
margin-top:8px;
margin-right:-15px;
margin-bottom:8px;
margin-left:-15px;
border-top:1px solid transparent;
border-bottom:1px solid transparent;
-webkit-box-shadow:inset 0 1px 0 rgba(255,
255,
255,
0.1),
0 1px 0 rgba(255,
255,
255,
0.1);
box-shadow:inset 0 1px 0 rgba(255,
255,
255,
0.1),
0 1px 0 rgba(255,
255,
255,
0.1)
}
@media(min-width:1000px){.navbar-form .form-group {
    display:inline-block;
    margin-bottom:0;
    vertical-align:middle
}
.navbar-form .form-control {
    display:inline-block
}
.navbar-form .radio,
.navbar-form .checkbox {
    display:inline-block;
    padding-left:0;
    margin-top:0;
    margin-bottom:0
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    float:none;
    margin-left:0
}
}
@media(max-width:767px){.navbar-form .form-group {
    margin-bottom:5px
}
}
@media(min-width:1000px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius:0;
    border-bottom-left-radius:0
}
.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right:0;
    left:auto
}
.navbar-btn {
    margin-top:8px;
    margin-bottom:8px
}
.navbar-text {
    float:left;
    margin-top:15px;
    margin-bottom:15px
}
@media(min-width:1000px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{}.navbar-default .navbar-brand {
    color:#777
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ""
}
.clearfix:after {
    clear: both
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none!important;
    visibility: hidden!important
}
.affix {
    position: fixed
}
@-ms-viewport{width:device-width}.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block!important
    }
    tr.visible-xs.visible-sm {
        display: table-row!important
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell!important
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block!important
    }
    tr.visible-xs.visible-md {
        display: table-row!important
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell!important
    }
}
@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block!important
    }
    tr.visible-sm.visible-md {
        display: table-row!important
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell!important
    }
}
@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md,tr.visible-md,th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block!important
    }
    tr.visible-md.visible-sm {
        display: table-row!important
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell!important
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
}
@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block!important
    }
    tr.visible-lg.visible-sm {
        display: table-row!important
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell!important
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block!important
    }
    tr.visible-lg.visible-md {
        display: table-row!important
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell!important
    }
}
@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
        display: none!important
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none!important
    }
}
@media(min-width:1200px){.hidden-xs.hidden-lg,tr.hidden-xs.hidden-lg,th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs,tr.hidden-sm.hidden-xs,th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px) {
    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
        display: none!important
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
        display: none!important
    }
}
@media(min-width:1200px){.hidden-sm.hidden-lg,tr.hidden-sm.hidden-lg,th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs,tr.hidden-md.hidden-xs,th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
        display: none!important
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
        display: none!important
    }
}
@media(min-width:1200px){.hidden-md.hidden-lg,tr.hidden-md.hidden-lg,th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs,tr.hidden-lg.hidden-xs,th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
        display: none!important
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
        display: none!important
    }
}
@media(min-width:1200px){.hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print,tr.visible-print,th.visible-print,td.visible-print{display:none!important}@media print {
    .visible-print {
        display: block!important
    }
    tr.visible-print {
        display: table-row!important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell!important
    }
    .hidden-print,
    tr.hidden-print,
    th.hidden-print,
    td.hidden-print {
        display: none!important
    }

}

@media only screen and (min-width: 1000px) and (max-width: 1169px){
	
.nav>li>a {
	padding-left: 14px;
	padding-right: 14px;
}

}


@media only screen and (min-width: 480px) and (max-width: 767px){
	
.navbar {
    border:1px solid transparent
}


}

@media only screen and (max-width: 479px){
	
.navbar {
    border:1px solid transparent
}


}


ul.nav > li > a.active {
    color: #e54c4c;
}

ul.nav > li > a:hover.active {
    color: #e54c4c;
}

ul.nav > li > a:hover {
    color: #e54c4c;
}

ul.nav .dropdown li a.active {
    color: #333;
    background: #eee;
}

ul.nav .dropdown li:hover a.active {
    color: #333;
}


a.buynow {
    color: #fff;
    background: #e54c4c;
    border-radius: 3px;
    padding: 9px 18px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

    a.buynow:hover {
        color: #333;
        background: #e1e1e1;
    }


.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
}

.yamm .dropdown-menu {
    background: #fff;
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.yamm .yamm-content {
    padding: 30px 40px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.yamm .dropdown.yamm-hw .dropdown-menu {
    left: auto;
    right: 0;
    width: 550px;
}

.yamm .yamm-content .col-md-4, .yamm .yamm-content .col-md-8 {
    padding-right: 5px;
    padding-left: 5px;
}


.yamm .yamm-content .thumbnail {
    padding: 0;
    border: 0;
}

.yamm .yamm-content .caption {
    padding: 0;
}

    .yamm .yamm-content .caption h3 {
        font-size: 18px;
        color: #272727;
        margin-top: 14px;
        margin-bottom: 8px;
    }

    .yamm .yamm-content .caption p {
        font-size: 14px;
        color: #727272;
    }


.list-unstyled li:first-child {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 12px;
}

.list-unstyled.two li:first-child {
    border-bottom: 0px solid #fff;
    margin-bottom: 0px;
}


.list-unstyled li p {
    font-family: 'HelveticaNeueLTStd-It','Raleway', sans-serif;
    font-size: 15px;
    color: #777;
    font-weight: 400;
    padding: 0px 0px 5px 0px;
}

.list-unstyled li i {
    color: #727272;
}


.list-unstyled li {
    padding: 5px 0;
}

.list-unstyled a {
    color: #272727;
    padding: 4px 8px;
    width: 100%;
    transition-property: margin-left, background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

    .list-unstyled a:hover {
        color: #272727;
        background-color: #eee;
        text-decoration: none;
        margin-left: 5px;
        transition-property: margin-left, background-color;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
        border-radius: 2px;
    }

    .list-unstyled a:before {
        font-size: 12px;
        margin-right: 5px;
    }

.row-border + .row .caption h3 {
    margin-top: 0px;
}

.row-border {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

@media (max-width:767px) {
    .list-unstyled li:first-child {
        border-bottom: 0px;
        margin-bottom: 0px;
        top-bottom: 15px;
    }

    .list-unstyled li p {
        font-size: 16px;
        color: #bbb;
    }

    .list-unstyled li {
        padding: 8px 0;
    }

    .list-unstyled a {
        color: #bbb;
    }

    .list-unstyled a {
        color: #BBBBBB;
    }


    .list-unstyled a {
        color: #BBBBBB;
    }

        .list-unstyled a:hover {
            color: #fff;
            background-color: #eee;
        }

    .yamm .yamm-content .thumbnail {
        background-color: transparent;
        -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
        box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
    }

    .yamm .yamm-content .caption p {
        color: #ccc;
    }

    .yamm .yamm-content .caption h3 {
        color: #ccc;
    }

    .yamm .yamm-content .thumbnail > img {
        margin-left: 0;
    }

    .row-border {
        border-bottom: 0;
    }
}



@media (max-width:999px) {


    .list-unstyled a {
        color: #BBBBBB;
    }

    .list-unstyled li:first-child {
        border-bottom: 1px solid #3b3b3b;
        margin-bottom: 16px;
    }

    .list-unstyled li p {
        color: #fff;
        padding-top: 10px;
    }

    .list-unstyled .img_left4 {
        margin-right: 20px;
    }
}

}





/*
.navbar {
    min-height:60px;
}
*/
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: 0;
    border-radius: 0;
}

.navbar-nav > li > a {
    font-family: 'HelveticaNeueLTStd-It','Raleway', sans-serif;
    font-size: 14px;
}


.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        margin-left: -1px;
        /*    margin-left: -456px;*/
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .dropdown-submenu > .dropdown-menu:last-child {
        }

@media (min-width:769px;) {
    .dropdown-submenu > .dropdown-menu:last-child {
        border-top: 0px solid #000;
    }
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }


.navbar-brand {
    /* background: url("../images/logo.png") no-repeat;
    width: 162px;
    height: 42px;
    display: block;*/
    padding: 0;
    margin: 15px 0;
}


.wrapper {
    margin-top: 0px;
}

.navbar-fixed-top +
.wrapper {
    margin-top: 104px;
}

.dropdown-menu {
    min-width: 200px;/*220px*/
}

    .dropdown-menu > li > a {
        padding: 10px 20px;
        border-bottom: 1px solid #e6e6e6;
    }

        .dropdown-menu > li > a:hover {
            border-bottom: 1px solid #00355F /*#e6e6e6*/;
        }

    .dropdown-menu > li:last-child > a {
        border-bottom: 2px solid #00355F /*#d1d1d1*/;
    }
/*-------------- header animation Start -------------------*/




.help {
    height: 40px;
}

    .help > .container {
        padding-top: 10px;
    }

@media (max-width: 999px) {
    .navbar-collapse.pull-right {
        width: 100%;
        /*float: none !important;*/
        background: #00355F /*#b5995a*/ /*#212121*/;
    }

    #navbar-collapse-1 > ul > li.dropdown > a > b {
        float: right;
    }

    .navbar-default .navbar-brand {
        margin-left: 14px;
    }

    #navbar-collapse-1 > ul > li {
        border-bottom: 1px solid #eee;
    }

        #navbar-collapse-1 > ul > li.open {
            background-color: #b5995a /*#333*/;
        }

    .help {
        display: none;
    }

    .navbar-nav > li > a {
        color: #b3b3b3;
        padding: 14px 15px;
    }

        .navbar-nav > li > a:hover {
            color: #fff;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e54c4c;
        background-color: transparent;
        padding: 10px 20px;
        border-bottom: 0px;
    }

    .dropdown-menu > li > a {
        padding: 8px 20px !important;
        ;
        border-bottom: 0px;
    }

    .dropdown-submenu > .dropdown-menu:last-child {
        border-top: 0px;
    }
}


/*-------------- header animation End -------------------*/
.navbar-nav > li > a {
    box-shadow: 0 0px 0 rgba(255,255,255,0.25);
}

.callus {
    color: #545454;
    font-size: 13px;
    padding-top: 13px;
}

    .callus a {
        margin-right: 20px;
        color: #545454;
    }

.social-icons ul li {
    float: left;
    list-style-type: none;
    margin: 10px 0 10px 7px;
}

.social-icons a {
    width: 25px;
    height: 25px;
    display: block;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-radius: 50%;
    text-align: center;
}

    .social-icons a i {
        font-size: 15px;
        color: #272727;
        line-height: 24px;
        text-align: center;
    }

    .social-icons a:hover {
        background-color: #272727;
        border: 1px solid #272727;
    }

        .social-icons a:hover i {
            color: #fff;
        }



a.login_but {
    padding: 0px;
    margin: 0px;
    float: left;
    margin: 2% 18px 0 48%;
    margin-top: 2%;
    color: #727272;
}

a.registerbut {
    padding: 0px;
    margin-top: 2%;
    float: left;
    color: #727272;
}

a.login_but:hover {
    color: #272727;
}

a.registerbut:hover {
    color: #272727;
}



@media (max-width: 999px) {
    #navbar-collapse-1 > ul > li {
        border-bottom: 0;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #00355F /*#333333*/;
    font-weight: bold;
}

.navbar-toggle {
    font-family: 'HelveticaNeueLTStd-It','Raleway', sans-serif;
    position: relative;
    float: none;
    padding: 10px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 0;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0;
    margin-left: 15px;
    background: #00355F /*#272727*/;
    cursor: pointer;
}

    .navbar-toggle > span {
        color: #fff;
    }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #00355F /*#272727*/;
}

.navbar-collapse {
    border-top: 0;
}

@media only screen and (min-width: 99px) and (max-width: 999px) {
    li.dropdown ul.dropdown-menu li a {
        color: #fff;
    }

        li.dropdown ul.dropdown-menu li a.active {
            color: #272727;
        }

            li.dropdown ul.dropdown-menu li a.active:hover {
                color: #272727;
                background: #eee;
            }

    li.dropdown a:hover {
        color: #fff;
    }

    li.dropdown ul.dropdown-menu .yamm-content li a:hover {
        color: #454545;
    }
}

@media (min-width: 1000px) {
    .yamm ul.nav li.dropdown > ul.dropdown-menu {
        /*opacity: 0;
        filter:alpha(opacity=100);*/
        /* -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;*/
    }


    .dropdown-submenu:hover > .dropdown-menu {
        -webkit-animation-duration: 0.5s;
        -webkit-animation-name: fadeInFromNone;
        -webkit-animation-fill-mode: forwards;
        animation-duration: 0.5s;
        animation-name: fadeInFromNone;
        animation-fill-mode: forwards;
        -ms-animation-duration: 0.5s;
        -ms-animation-name: fadeInFromNoneIE;
        -ms-animation-fill-mode: forwards;
    }

    .yamm ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        /*-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;*/
        animation-duration: 0.5s;
        animation-name: fadeInFromNone;
        animation-fill-mode: forwards;
        -webkit-animation-duration: 0.5s;
        -webkit-animation-name: fadeInFromNone;
        -webkit-animation-fill-mode: forwards;
        -ms-animation-duration: 5s;
        -ms-animation-name: fadeInFromNoneIE;
        -ms-animation-fill-mode: forwards;
    }

    @-webkit-keyframes fadeInFromNone {
        0% {
            opacity: 0;
        }

        1% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeInFromNoneIE {
        0% {
            opacity: 0;
        }

        1% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeInFromNone {
        0% {
            opacity: 0;
        }

        1% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }


    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        /*    padding: 22px 18px;*/
    }
}

.navbar-toggle > button {
    background: none;
    border: 0;
    float: right;
    cursor: pointer;
}

.navbar-default .navbar-toggle i {
    color: #fff;
    font-size: 21px;
}

.yamm ul.nav li.dropdown:hover b {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.container > .navbar-collapse {
    margin-right: 0px;
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0 0px 0 rgba(255, 255, 255, 0.25);
}

button.navbar-toggle {
    clear: right;
}

.width50 {
    width: 50%;
}
/* -------------- color Scheme Start --------------*/

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

/* -------------- color Scheme End --------------*/


.dropdown-menu.two {
    right: 0;
}

.dart {
    color: #454545;
}

.dropdown-menu li a i {
    margin-right: 5px;
}


/* -------------- demo styles --------------*/

pre {
    margin: 0;
    padding: 10px 20px !important;
}

.header .container {
    width: auto;
    max-width: 1170px;
}

.jumbotron {
    margin: 60px 0;
    padding-left: 0;
    padding-right: 0;
}

    .jumbotron.intro {
        margin-top: 0;
    }

    .jumbotron .navbar {
        font-size: 14px;
        line-height: 1.6;
    }

/* menu styes */
.list-unstyled,
.list-unstyled ul {
    min-width: 120px
}

@media ( min-width: 767px ) {
    .panel-group {
        width: 400px;
    }

    .thumbnail {
        margin: 0;
    }
}

/* Grid demo styles */
.grid-demo {
    padding: 10px 30px;
}

    .grid-demo [class*="col-"] {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1em;
        text-align: center;
        line-height: 2;
        background-color: #e5e1ea;
        border: 1px solid #d1d1d1;
    }


@media only screen and (min-width: 1000px) and (max-width: 1169px) {

    .dropdown-menu.two {
        right: 0;
    }

    .navbar-nav > li > a {
        background: none;
    }

        .navbar-nav > li > a:hover,
        .navbar-nav > li > a.active {
            background: none;
        }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {

    .menu_main {
        padding: 8px 0px;
    }

    .navbar-default {
        margin-right: 20px;
    }

    .navbar-nav > li > a {
        border: none;
        margin-left: 10px;
    }

    .navbar-nav > li.hfl {
        border: none;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .dart {
        color: #999;
    }
}


@media only screen and (min-width: 480px) and (max-width: 767px) {

    .menu_main {
        padding: 0px 0px 0px 0px;
    }

    .navbar-default {
        margin-right: 5px;
    }

    .navbar-nav > li > a {
        border: none;
        margin-left: 5px;
    }

    .navbar-nav > li.hfl {
        border: none;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .dart {
        color: #999;
    }
}

@media only screen and (max-width: 479px) {

    .menu_main {
        padding: 0px 0px 0px 0px;
    }

    .navbar-default {
        margin-right: 3px;
    }

    .navbar-nav > li > a {
        border: none;
        margin-left: 5px;
    }

    .navbar-nav > li.hfl {
        border: none;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .dart {
        color: #999;
    }
}


.header {
    -webkit-border-radius: 0;
    border-spacing: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;
    -webkit-tap-highlight-color: transparent;
    outline: 0 !important;
    -webkit-touch-callout: none;
    transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s
}

:focus {
    outline: 0
}

body {
    overflow-x: hidden
}

::-webkit-scrollbar {
    width: 12px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

::-webkit-scrollbar-thumb {
    background: rgba(210,210,210,.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(210,210,210,.4)
    }

.header {
    display: block;
    position: fixed;
    z-index: 9000 !important;
    top: 45px;
    left: 0;
    width: 100%;
    /*background-color: transparent;*/
    background-color: rgba(255, 255, 255, .6);
    /*background-color: rgba(0, 53, 95, .7);*/
    height: 100px;
    padding-top: 10px;
    border-bottom: #b5995a 1px solid;
    /*background: #fff;*/
}

.compact .header {
    display: block;
    position: fixed;
    z-index: 9000 !important;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    /*background-color: rgba(255, 255, 255, .6);*/
    border-bottom: none;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    box-shadow: 0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
    height: 80px;
    padding-top: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 999px) {

    /*.compact .header {
        height: 135px;
        padding-top: 20px;
    }

    .header {
        top: 75px;
        background-color: rgba(255, 255, 255, .6);
    }*/
    .navbar-toggle {
        font-family: 'HelveticaNeueLTStd-It','Raleway', sans-serif;
        position: relative;
        float: none;
        padding: 10px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 0;
        background-color: rgba(0, 53, 95, .4);
        border: 0px solid transparent;
        border-radius: 0;
        margin-left: 15px;
        /*background: #00355F #272727*/;
        cursor: pointer;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {

    .compact .header {
        height: 135px;
        padding-top: 20px;
    }

    .header {
        top: 75px;
        /* background-color: rgba(255, 255, 255, .6);*/
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .compact .header {
        height: 130px;
        padding-top: 20px;
    }

    .header {
        top: 75px;
    }
}

@media only screen and (max-width: 479px) {

    .compact .header {
        height: 130px;
        padding-top: 20px;
    }

    .header {
        top: 75px;
    }
}

/** 
 *  Master Slider
 * 	Core css file
 */
.master-slider {
    position: relative;
    visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    background: #eee;
}

    .master-slider.drb {
        background: #333;
    }

    .master-slider, .master-slider * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        .master-slider.ms-fullheight {
            height: 100%;
        }

.ms-layout-partialview .ms-view {
    overflow: visible;
    background-color: transparent;
}

.ms-layout-partialview .ms-container {
    overflow: hidden;
}

.master-slider.before-init {
}

.master-slider img {
    max-width: none;
}

.ms-ie img {
    border: none;
}

.ms-ie8 * {
    opacity: inherit;
    filter: inherit;
}

.ms-ie7 {
    zoom: 1;
}

.ms-loading-container {
    position: absolute;
    width: 100%;
    top: 0;
}

.ms-slide-auto-height {
    display: table;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
    width: 36px;
    height: 36px;
    background: url(loading-2.gif) no-repeat center white;
    border-radius: 60px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -18px;
    opacity: 0.9;
}


/* grab cursor */
.ms-def-cursor {
    cursor: auto !important;
}

.ms-grab-cursor {
    cursor: url("grab.png"), move;
}

.ms-grabbing-cursor {
    cursor: url("grabbing.png"), move;
}

.ms-ie .ms-grab-cursor {
    cursor: url("../masterslider/style/grab.cur"), move;
}

.ms-ie .ms-grabbing-cursor {
    cursor: url("../masterslider/style/grabbing.cur"), move;
}

.ms-view {
    margin: 0px auto;
    overflow: hidden;
    background: #eee;
    position: relative;
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

    .ms-view .ms-slide-container {
        position: relative;
    }

.ms-slide {
    position: absolute;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
}

    .ms-slide.selected {
    }

    .ms-slide .ms-slide-bgcont,
    .ms-slide .ms-slide-bgvideocont {
        position: absolute;
        overflow: hidden;
        width: 100%;
    }

    .ms-slide .ms-slide-bgvideocont {
        z-index: 105;
        height: 100%;
    }

    .ms-slide .ms-slide-bgvideocont,
    .ms-slide-bgvideocont > video {
        -webkit-transform: translateZ(0.3px);
        -moz-transform: translateZ(0.3px);
        -ms-transform: translateZ(0.3px);
        -o-transform: translateZ(0.3px);
        transform: translateZ(0.3px);
    }

    .ms-slide .ms-slide-bgvideo {
        position: absolute;
        top: 0px;
    }


.ms-inner-controls-cont, .ms-container {
    position: relative;
    margin: 0 auto;
}

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ms-slide .ms-layer {
    position: absolute;
}

.ms-slide .ms-slide-layers {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 110;
    top: 0px;
}

.ms-slide .ms-slide-video {
    position: absolute;
    top: 0;
    z-index: 111;
    background: black;
    padding: 0;
    margin: 0;
    border: none;
}

.ms-parallax-layer {
    width: 100%;
    position: absolute;
    top: 0;
}

.ms-scroll-parallax-cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont {
}

.ms-scroll-parallax .ms-slide-bgcont {
}

/*-----------------------------------------------------------*/
.ms-action-layer {
    cursor: pointer;
}

.ms-btn-container {
    position: absolute;
}

.ms-btn {
    text-decoration: none;
    display: inline-block;
    color: black;
    position: relative;
    padding: 8px 15px;
    cursor: pointer;
    white-space: nowrap;
}

.ms-default-btn {
    background: #0074A2;
    border-radius: 5px;
    color: #FFF;
}

    .ms-default-btn:hover {
        background-color: #0098D5;
    }

    .ms-default-btn:active {
        top: 1px;
    }

.ms-layer.video-box {
    background: black;
}

    .ms-layer.video-box iframe {
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        z-index: 110;
    }

.ms-btn-s {
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0;
}

.ms-btn-m {
    padding: 12px 40px;
}

.ms-btn-n {
    padding: 8px 25px;
    font-size: 95%;
}

.ms-btn-l {
    padding: 17px 50px;
    font-size: 120%;
}

.ms-btn-box {
}

.ms-btn-round {
    border-radius: 5px;
}

.ms-btn-circle {
    border-radius: 100px;
}

.ms-btn-outline-box {
}

.ms-btn-outline-round {
    border-radius: 5px;
}

.ms-btn-outline-circle {
    border-radius: 100px;
}
/*-----------------------------------------------------------*/

.ms-layer.video-box {
    background: black;
}

    .ms-layer.video-box iframe {
        padding: 0;
        margin: 0;
        border: none;
        position: absolute;
        z-index: 110;
    }

.ms-slide .ms-slide-vpbtn, .ms-slide .ms-video-btn {
    position: absolute;
    cursor: pointer;
    z-index: 110;
}

.ms-slide .ms-slide-vcbtn {
    position: absolute;
    cursor: pointer;
    z-index: 113;
}

.ms-slide-vcbtn-mobile {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: black;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 113;
}

    .ms-slide-vcbtn-mobile .ms-vcbtn-txt {
        text-transform: uppercase;
        font-family: sans-serif;
        font-size: 0.75em;
        display: inline-block;
        background: url(video-close-btn.png) no-repeat 0px 3px;
        padding-left: 15px;
        height: 15px;
        color: #DBDBDB;
        margin-top: 7px;
    }

.ms-slide .ms-slide-vcbtn,
.ms-slide .ms-slide-layers,
.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-slide-video {
    -webkit-transform: translateZ(0.44px);
    -moz-transform: translateZ(0.44px);
    -ms-transform: translateZ(0.44px);
    -o-transform: translateZ(0.44px);
    transform: translateZ(0.44px);
}

.ms-video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.ms-mask-frame {
    overflow: hidden;
    position: absolute;
    float: left;
}

/* controls */

.ms-thumb-list {
    overflow: hidden;
    position: absolute;
}

    .ms-thumb-list.ms-dir-h {
        width: 100%;
    }

    .ms-thumb-list.ms-dir-v {
        height: 100%;
        top: 0;
    }

.ms-thumbs-cont {
    position: relative;
}

.ms-thumb-frame img {
    width: 100%;
    height: auto;
}

.ms-thumb-frame {
    cursor: pointer;
    float: left;
    overflow: hidden;
    opacity: 0.5;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

.ms-thumb-frame-selected {
    opacity: 1;
}

.ms-tabs .ms-thumb-frame {
    background-color: #454545;
    color: #fff;
    /*border: solid 1px #575757;
	border-width: 0 1px 1px 0;*/
    overflow: visible;
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    text-align: center;
}

.ms-tabs .ms-thumb {
    border-right: 1px solid #575757;
}

    .ms-tabs .ms-thumb.last {
        border-right: 0px solid #575757;
    }

.ms-tabs.ms-dir-h .ms-thumb-frame {
    margin-top: 12px;
}

.ms-tabs.ms-dir-v .ms-thumb-frame {
    margin-left: 12px;
}

.ms-tabs .ms-thumb {
    padding: 20px 20px;
}

.ms-tabs .ms-thumb-frame-selected {
    opacity: 1;
    background: #333;
}

.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
    top: 0px;
    left: 50%;
    margin-left: -12px;
    border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    top: -12px;
    border-bottom-color: #333;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
    top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v .ms-thumb-frame-selected .ms-thumb-ol {
    opacity: 1;
    left: -12px;
    border-right-color: white;
}


.ms-bullet {
    cursor: pointer;
    float: left;
}

.ms-bullets.ms-dir-h {
    position: absolute;
    bottom: 20px;
    right: 50%;
    width: 100px;
}

.ms-bullets-count {
    position: relative;
    right: -50%;
}

.ms-sbar {
    position: absolute;
}

    .ms-sbar.ms-dir-h {
        left: 10px;
        right: 10px;
        top: 5px
    }

    .ms-sbar.ms-dir-v {
        top: 10px;
        bottom: 10px;
        right: 5px
    }

    .ms-sbar .ms-bar {
        height: 4px;
        background: #333;
        border-radius: 4px;
    }

    .ms-sbar.ms-dir-v .ms-bar {
        width: 4px;
    }

    .ms-sbar .ms-bar {
        position: relative;
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -ms-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms;
    }

.ms-timerbar {
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.ms-ctimer {
    position: absolute;
    top: 30px;
    left: 30px;
    cursor: pointer;
}

.ms-ctimer-bullet {
}

.ms-time-bar {
    -webkit-transition: width 120ms linear;
    -moz-transition: width 120ms linear;
    -ms-transition: width 120ms linear;
    -o-transition: width 120ms linear;
    transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow {
    height: 0px;
}

.ms-slide-info {
    position: absolute;
}

    .ms-slide-info.ms-dir-v {
        top: 0;
    }

    .ms-slide-info.ms-dir-h {
        width: 100%;
    }

@keyframes point-anim {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -o-transform: scale(0.5);
        -ms-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes point-anim {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
}

.ms-skin-default .ms-timerbar {top: 1px; bottom:auto;}
.ms-skin-default .ms-time-bar {
  height: 3px;
  background:white;
  background: rgba(255, 255, 255, 0.6);
  border-top: none;
}

.ms-layer {
  margin: 0;
  padding: 0;
  line-height: 100%;
  letter-spacing:0;
}

.ms-layer.centext {
	float: left;
	width: 100%;
	text-align: center;
}
.ms-layer.centext.text1,
.ms-layer.centext.text2{
	text-align: center;
}

.ms-layer.lt.text1,
.ms-layer.lt.text2{
	text-align: left;
}

.ms-layer.text1 {
	color: #333333;
	font-size: 50px;
	line-height: 52px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	text-align: right;
}
.ms-layer.text1 strong {
	display: block;
	font-weight: 800;
}


.ms-layer.text2 {
	color: #333333;
	font-size: 18px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-align: right;
}

.ms-layer.text3 {
	color: #454545;
	font-size: 16px;
	line-height: 21px;
	font-family: 'Dancing Script', cursive;
	font-weight: bold;
	text-align: right;
}

.ms-layer.text4 {
	color: #fff;
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	background: #e54c4c;
	padding: 7px 12px;
}

.ms-layer.text1.white {
	color: #fff;
}
.ms-layer.text2.white {
	color: #fff;
}
.ms-layer.text3.white {
	color: #fff;
}

.ms-layer.sdbut a {
	color: #fff;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	padding: 12px 45px;
	border-radius: 50px;
	border: 1px solid #fff;
	transition: all 0.3s ease;
}
.ms-layer.sdbut a:hover {
	background: rgba(255,255,255,0.3);
}

.ms-layer.sdbut2 a {
	color: #fff;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	padding: 14px 50px;
	border-radius: 50px;
	transition: all 0.3s ease;
	background: #e54c4c;
}
.ms-layer.sdbut2 a:hover {
	background: rgba(255,255,255,0.3);
}

.ms-layer.bgdarkbox {
	width: 100%;
	padding: 80px 0px 25px 0px;
	background: rgba(0,0,0,0.4);
}
.ms-layer.text21 {
	color: #fff;
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
}


.ms-layer.graph1 {
	width: 149px;
	height: 97px;
	padding-top: 25px;
	color: #727272;
	font-size: 16px;
	line-height: 23px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-align: center;
	background: url(../../../../images/sliders/master/graph1.png) no-repeat center top;
}
.ms-layer.graph1 strong {
	color: #e54c4c;
	font-size: 21px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	display: block;
}

.ms-layer.graph2 {
	width: 107px;
	height: 60px;
	padding-top: 27px;
	color: #727272;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-align: center;
	background: url(../../../../images/sliders/master/graph2.png) no-repeat center top;
}

.ms-layer.graph3 {
	width: 63px;
	height: 35px;
	padding-top: 15px;
	color: #b3b3b3;
	font-size: 11px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-align: center;
	background: url(../../../../images/sliders/master/graph3.png) no-repeat center top;
}

.ms-layer.graph4 {
	width: 50px;
	height: 30px;
	padding-top: 9px;
	color: #b3b3b3;
	font-size: 11px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-align: center;
	background: url(../../../../images/sliders/master/graph4.png) no-repeat center top;
}


.ms-layer.sldbut1 a {
	font-family: 'Raleway', sans-serif;
	background-color: rgba(215, 2, 4, 0.8);
	padding: 13px 40px;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	transition: all 0.3s ease;
}
.ms-layer.sldbut1 a:hover {
	background-color: #fff;
	color: #e54c4c;
}

.ms-layer.video-box.two {
	border: 5px solid #fff;
}

.slide-1 .hps-title1 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.slide-1 .hps-title2 {
  font-size: 28px;
  font-weight: 300;
  text-transform: uppercase;
  color: #508295;
}

.slide-2 .hps-title1 {
  font-weight: 300;
  font-size: 45px;
  text-transform: uppercase;
  color: white;
  background-color: #f65256;
  padding: 6px 9px;
}
.slide-2 .hps-title2 {
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase;
  background: white;
  padding: 11px 12px;
}

.slide-3 .hps-title1 {
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  font-size: 46px;
}
.slide-3 .hps-title2 {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
}
.slide-3 .hps-amp {
  font-weight: 100;
  font-size: 78px;
  color: #7C96BD;
}
.slide-3 .hps-title3 {
  color: white;
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 12px;
  background-color: #dd0d14;
}
.slide-3 .hps-title4 {
  color: white;
  background-color: black;
  font-size: 37px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 14px;
}

.ms-tooltip{
  max-width: 250px !important;
}

.ms-tooltip .product-tt {
    font-size: 1em;
    padding:5px;
    color:#222;
    text-shadow:none;
}

.ms-tooltip .product-tt h3 {
  font-size: 1.4em;
  color: #222;
  margin: 0 0 5px 0;
  font-weight: 400;
}


.slide-4 .hps-title1 {
  font-weight: 600;
  font-size: 23px;
  text-transform: uppercase;
  color: #222;
}

.slide-5 .hps-title1, .slide-5 .hps-title2 {
  color: white;
  text-transform: uppercase;
  font-size: 2.6em;
  font-weight: 300;
  text-shadow: 0 1px black;
}
.slide-5 .hps-title3 {
  background-color: #61c6d7;
  text-transform: uppercase;
  font-size: 1.8em;
  font-weight: 400;
  color: black;
  text-shadow: 0 1px white;
  padding: 13px;
}
.slide-5 .hps-text1 {
  color: white;
  text-shadow: 0 1px black;
  width: 30%;
  line-height: 19px;
  font-size: 14px;
}

.slide-6 .hps-title1 {
  color: #222;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.3em;
  line-height: 26px;
  text-shadow: 0 1px white;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 17px 23px;
}
.slide-6 .hps-title1 > .sub-title {
  font-weight: 300;
  font-size: 0.7em;
}
.slide-6 .hps-title2 {
  color: white;
  text-shadow: 0 1px black;
  background-color: #222;
  font-weight: 400;
  font-size: 1em;
  padding: 10px 25px;
}
.slide-6 .hps-title3 {
  text-transform: uppercase;
  color: white;
  font-weight: 400;
  text-shadow: 0 1px black;
  font-size: 1.2em;
  padding: 18px 25px;
  background-color: #df192a;
}
.slide-6 .hps-title3-vimeo {
  background-color: #1bb6ec;
  padding: 17px 25px;
}

.slide-7 .hps-title1 {
  color: white;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 60px;
  text-shadow: 0 1px black;
}
.slide-7 .hps-title2 {
  text-transform: uppercase;
  color: #f74e50;
  text-shadow: 0 1px black;
  font-size: 21px;
  letter-spacing: 0.76em;
  font-weight: 900;
}
.slide-7 .hps-title3 {
  color: white;
  text-transform: uppercase;
  text-shadow: 0 1px black;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 14px 81px;
  font-size: 14px;
  font-weight: 400;
}

.slide-video{
	color:#222;
	text-shadow:0 1px white;
}

.slide-video .hps-vicapton-box {
    width: 48%;
    height: 24%;
    background: rgba(255, 255, 255, 0.6);
}

.slide-video .hps-hd {
    font-weight: 900;
    font-size: 130px;
}

.slide-video .hps-videotitle {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
}

.slide-video .hps-videotext {
    width: 29%;
    line-height: 22px;
}

.section-videobg .big_text1 {
	color: #fff;
	font-weight: 300;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 43px;
}
.section-videobg .small_text1 {
	color: #fff;
	font-size: 27px;
	font-weight: normal;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 35px;
}
.section-videobg .scircle {
	width: 100%;
}
.section-videobg .scircle .circle {
	width: 180px;
	height: 133px;
	padding-top: 47px;
	background: rgba(229, 76, 76, 0.9);
	border-radius: 100%;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.section-videobg .scircle .circle h6 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}
.section-videobg .scircle .circle h5 {
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
.section-videobg .scircle .circle span {
	float: left;
	width: 70%;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 16%;
	background: rgba(255, 255, 255, 0.3);
}


.section-videobg .verybig_text1 {
	color: #fff;
	font-size: 45px;
	font-weight: 300;
	display: block;
	width: 100%;
	text-align: center;
	line-height: 50px;
}
.section-videobg .h_lines {
	float: left;
	width: 50%;
	height: 3px;
	border: 1px double #fff;
	border-left: none;
	border-right: none;
}



.ms-layer.trpbox1,
.ms-layer.trpbox2,
.ms-layer.trpbox3 {
	width: 300px;
	padding: 50px 45px;
	color: #fff;
	font-size: 18px;
	line-height: 27px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-align: center;
	transition: all 0.3s ease;
}
.ms-layer.trpbox1 {
	background: rgba(255,255,255,0.1);
}
.ms-layer.trpbox2 {
	background: rgba(255,255,255,0.2);
}
.ms-layer.trpbox3 {
	background: rgba(255,255,255,0.3);
}
.ms-layer.trpbox1:hover,
.ms-layer.trpbox2:hover,
.ms-layer.trpbox3:hover {
	color: #333;
	background: rgba(255,255,255,0.9);
}
.ms-layer.trpbox1:hover .trpicon,
.ms-layer.trpbox2:hover .trpicon,
.ms-layer.trpbox3:hover .trpicon {
	color: #e54c4c;
}

.ms-layer.trpbox1.two,
.ms-layer.trpbox2.two,
.ms-layer.trpbox3.two {
	width: 180px;
	height: 180px;
	padding: 50px;
	border-radius: 100%;
}

.ms-layer .trpicon {
	color: #fff;
	font-size: 80px;
	display: block;
	padding-bottom: 25px;
}
.ms-layer .trpicon.two {
	font-size: 59px;
}



/*----------------------------------------*/

.hrow{
  position: relative;
  min-height: 253px;
}

.hrow.row-title {
    height: 195px;
    min-height:0;
    background-color: #eee;
    text-align: center;
}
.row-arrow {
    position: absolute;
    height: 10px;
    border-left: solid 18px rgba(0, 0, 0, 0);
    border-right: solid 18px rgba(0, 0, 0, 0);
    border-top: solid 20px #EEE;
    top: 0;
    left: 50%;
    margin-left: -18px;
}
.row-title h2 {
    margin-top: 84px;
    padding: 0 15px 25px;  font-weight: 400;  letter-spacing: 0.1em;  color: #4F2840;  
    display: inline-block;
    text-shadow: 0 1px 0px #FFF;
    font-size: 1.15em;  text-transform: uppercase;  
    background: url("http://www.masterslider.com/wp-content/uploads/home-title-arrow.gif") no-repeat center 32px;
}

.hrow.white-hrow {
    background: #Fbfbfb;
}

.hrow.gray-hrow {
    background: #eee;
}

.hrow.gray-hrow .row-content {
text-shadow: 0 1px 0 #FFF;
}

.hrow .row-content {
    padding: 70px 60px 0 550px;
}

.hrow .feature-img {
    position: absolute;
    bottom: 0;
    margin:0;
}

.hrow .row-content>p {
  margin:0px;
  padding-bottom: 20px;
}

.hrow .row-content>h3 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 2.3em;
    color: #333;
}

.hrow.gray-hrow .row-content {
    padding: 70px 550px 0 80px;
}

.hrow.gray-hrow .feature-img {
  right:0;
}

.hrow.fe-transitions .row-content {
    padding-left: 585px;
}

@media only screen and (max-width: 1199px){
  .row-content {
   	  padding-top: 50px !important;
  }
  
  .hrow .row-content>h3 {
   	 font-size: 1.5em;
   	}
}


@media only screen and (max-width: 990px){
  .hrow.fe-transitions .row-content,
  .hrow.fe-flickr .row-content {
    		padding-top: 40px !important;
  }
}

@media only screen and (max-width: 960px){
  
  
  .hrow{
    min-height: 197px !important;
  }
  
  .hrow.row-title {
      height: 120px  !important;
      min-height: 0px !important;
  }
  
  .row-title h2 {
      margin-top: 40px;
  }
  
  .hrow .feature-img {
    width:40%;
  }
  .hrow.gray-hrow .row-content {
   	  padding-right: 45%;
   	  padding-left: 50px;
  }
  .hrow.white-hrow .row-content {
   	  padding-left: 45%;
   	  padding-right: 50px;
  }
  
}

@media only screen and (max-width: 650px){

  
  .hrow .feature-img {
    width:90%;
    position:relative;
    float:none !important;
    display: block;
  }
  
  .hrow .row-content {
    padding-right: 30px !important;
   	  padding-left: 30px !important;
   	  text-align:center;
  }
  
  .hrow.gray-hrow .feature-img {
    margin-left:10%;
  }
  .hrow.white-hrow .feature-img {
    margin-right:10%;
  }
  

}




@media only screen and (min-width: 1000px) and (max-width: 1169px){

.section-videobg .scircle .circle {
	width: 140px;
	height: 106px;
	padding-top: 34px;
}
.section-videobg .scircle .circle h6 {
	font-size: 12px;
}
.section-videobg .scircle .circle h5 {
	font-size: 14px;
	line-height: 18px;
}
.section-videobg .scircle .circle span {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ms-layer.graph1 {
	background-size: 75%;
}
.ms-layer.graph2 {
	background-size: 75%;
}
.ms-layer.graph3 {
	background-size: 75%;
}
.ms-layer.graph4 {
	background-size: 75%;
}

.ms-layer.sdbut a,
.ms-layer.sdbut2 a{
	font-size: 14px;
}

.ms-layer.trpbox1,
.ms-layer.trpbox2,
.ms-layer.trpbox3 {
	width: 219px;
}
.ms-layer.trpbox1.two,
.ms-layer.trpbox2.two,
.ms-layer.trpbox3.two {
	width: 140px;
	height: 140px;
}


}
	
@media only screen and (min-width: 768px) and (max-width: 999px){

.section-videobg .scircle .circle {
	width: 110px;
	height: 85px;
	padding-top: 25px;
}
.section-videobg .scircle .circle h6 {
	font-size: 10px;
}
.section-videobg .scircle .circle h5 {
	font-size: 12px;
	line-height: 16px;
}
.section-videobg .scircle .circle span {
	margin-top: 7px;
	margin-bottom: 7px;
}

.ms-layer.graph1 {
	background-size: 55%;
}
.ms-layer.graph1 strong {
	font-size: 14px;
}
.ms-layer.graph2 {
	background-size: 55%;
}
.ms-layer.graph3 {
	background-size: 55%;
}
.ms-layer.graph4 {
	background-size: 55%;
}

.ms-layer.sdbut a,
.ms-layer.sdbut2 a {
	font-size: 14px;
	padding: 8px 35px;
}

.ms-layer.trpbox1,
.ms-layer.trpbox2,
.ms-layer.trpbox3 {
	width: 165px;
}
.ms-layer.trpbox1.two,
.ms-layer.trpbox2.two,
.ms-layer.trpbox3.two {
	width: 100px;
	height: 100px;
}

.ms-layer .trpicon {
	font-size: 50px;
	padding-bottom: 20px;
}
.ms-layer .trpicon.two {
	font-size: 45px;
}


}


@media only screen and (min-width: 640px) and (max-width: 767px){
	
.section-videobg .scircle .circle {
	width: 90px;
	height: 75px;
	padding-top: 15px;
}
.section-videobg .scircle .circle h6 {
	font-size: 8px;
}
.section-videobg .scircle .circle h5 {
	font-size: 10px;
	line-height: 12px;
}
.section-videobg .scircle .circle span {
	margin-top: 2px;
	margin-bottom: 5px;
}

.ms-layer.graph1 {
	background-size: 45%;
}
.ms-layer.graph1 strong {
	font-size: 12px;
}
.ms-layer.graph2 {
	background-size: 45%;
}
.ms-layer.graph3 {
	background-size: 45%;
}
.ms-layer.graph4 {
	background-size: 45%;
}

.ms-layer.sdbut a,
.ms-layer.sdbut2 a {
	font-size: 12px;
	padding: 7px 25px;
}

.ms-layer.trpbox1,
.ms-layer.trpbox2,
.ms-layer.trpbox3 {
	width: 137px;
}
.ms-layer.trpbox1.two,
.ms-layer.trpbox2.two,
.ms-layer.trpbox3.two {
	width: 80px;
	height: 80px;
}

.ms-layer .trpicon {
	font-size: 40px;
	padding-bottom: 10px;
}
.ms-layer .trpicon.two {
	font-size: 35px;
}


}

@media only screen and (min-width: 480px) and (max-width: 767px){

.section-videobg .scircle .circle {
	width: 70px;
	height: 60px;
	padding-top: 10px;
}
.section-videobg .scircle .circle h6 {
	font-size: 6px;
}
.section-videobg .scircle .circle h5 {
	font-size: 8px;
	line-height: 12px;
}
.section-videobg .scircle .circle span {
	margin-top: 0px;
	margin-bottom: 2px;
}

.ms-layer.graph1 {
	background-size: 35%;
}
.ms-layer.graph1 strong {
	font-size: 11px;
}
.ms-layer.graph2 {
	background-size: 35%;
}
.ms-layer.graph3 {
	background-size: 35%;
}
.ms-layer.graph4 {
	background-size: 35%;
}

.ms-layer.sdbut a,
.ms-layer.sdbut2 a {
	font-size: 10px;
	padding: 5px 18px;
}

.ms-layer.trpbox1,
.ms-layer.trpbox2,
.ms-layer.trpbox3 {
	width: 103px;
}
.ms-layer.trpbox1.two,
.ms-layer.trpbox2.two,
.ms-layer.trpbox3.two {
	width: 58px;
	height: 58px;
}

.ms-layer .trpicon {
	font-size: 30px;
	padding-bottom: 10px;
}
.ms-layer .trpicon.two {
	font-size: 25px;
}

}

@media only screen and (max-width: 479px){
	
.section-videobg .scircle .circle {
	width: 44px;
	height: 41px;
	padding-top: 3px;
}
.section-videobg .scircle .circle h6 {
	font-size: 4px;
}
.section-videobg .scircle .circle h5 {
	font-size: 5px;
	line-height: 7px;
	margin-top: -2px;
}
.section-videobg .scircle .circle span {
	margin-top: -6px;
	margin-bottom: 0px;
}

.ms-layer.graph1 {
	background-size: 25%;
}
.ms-layer.graph1 strong {
	font-size: 9px;
}
.ms-layer.graph2 {
	background-size: 25%;
}
.ms-layer.graph3 {
	background-size: 25%;
}
.ms-layer.graph4 {
	background-size: 25%;
}

.ms-layer.sdbut a,
.ms-layer.sdbut2 a {
	font-size: 8px;
	padding: 2px 10px;
}

.ms-layer.trpbox1,
.ms-layer.trpbox2,
.ms-layer.trpbox3 {
	width: 68px;
}
.ms-layer.trpbox1.two,
.ms-layer.trpbox2.two,
.ms-layer.trpbox3.two {
	width: 40px;
	height: 40px;
}

.ms-layer .trpicon {
	font-size: 20px;
	padding-bottom: 10px;
}
.ms-layer .trpicon.two {
	font-size: 18px;
	padding-bottom: 5px;
}


}





/**
 *  Master Slider
 *  Default Skin
 */

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn{
	width: 50px;
	height: 51px;
	background: url(light-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
	width: 30px;
	height: 30px;
	background: url(light-skin-1.png) no-repeat -24px -28px;
	top: 18px;
	right: 30px;
}

/* controls */

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	width: 30px;
	background: url(light-skin-1.png);
	background-position: -89px -26px;
	height: 40px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -20px;
	position: absolute;
	z-index: 110;
}
.ms-skin-default .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -89px -103px;
}



.ms-skin-default .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(light-skin-1.png) no-repeat;
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
	background-position: -34px -84px;
}


.ms-skin-default .ms-time-bar {
	height: 3px;
	background: #FFFFFF;
	border-top: solid 1px rgba(0, 0, 0, 0.41);
}


.ms-skin-default .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-default .ms-tooltip-point {cursor: pointer;}
.ms-skin-default .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-skin-default .ms-tooltip {
	max-width:200px;
}

.ms-skin-default .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	margin-left: -1px;
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-default .ms-slide .ms-slide-vpbtn,
	.ms-skin-default .ms-video-btn,
	.ms-skin-default .ms-slide .ms-slide-vcbtn,
	.ms-skin-default .ms-nav-next,
	.ms-skin-default .ms-nav-prev,
	.ms-skin-default .ms-bullet{
		background-image:url(light-skin-1-retina.png);
		background-size: 152px 225px;
	}
	
}
.ms-tabs-template {
    max-width: 1140px;
    margin: 0 auto;
	font-family: 'Raleway', sans-serif;
}

.ms-tabs-vertical-template {
	max-width: 1065px;
}

.ms-tabs-template .ms-thumb-frame h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
}

.ms-tabs-template .ms-thumb-frame p {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 13px;
	color: #999;
	line-height: 18px;
}

.ms-tabs-template .ms-thumb-frame-selected h3{
	color:#fff;
}

 /* Layers */
.ms-layer.video-title {
    font-family: "Lato",sans-serif;
    color: white;
    font-weight: 600;
    font-size: 42px;
    margin:0px;
    letter-spacing:0px;
}

.ms-layer.video-title.video-top-title {
    font-size: 16px;
    color: gray;
}

.ms-layer.video-title.video-sub-title {
    font-size: 22px;
    font-weight: 300;
}
