/*=================  
	Basic 
====================*/
body {
    background-color: #fff;
    font-family:'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#505050;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
}
a { color: #6f6f6f; outline: 0 none; text-decoration: none; }
a:hover, a:focus { text-decoration: none; outline: 0 none; }
a:active, a:hover { color: #333333; }
p a { color: #333333; }
img { border-style: none; height: auto; max-width: 100%; vertical-align: middle; }
hr { clear: both; }
section, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, summary { display: block; }
address { font-style: italic; }
table { background-color: transparent;  width: 100%; }
table thead th { color: #333; }
table td { padding: 15px 10px; }
p, address, pre, hr, ul, ol, dl, dd, table { margin-bottom: 24px; }
::selection { color: #000; background:#dbdbdb; }
::-moz-selection { color:#000; background:#dbdbdb; }
::-moz-selection { background: #3396d1; color: #fff; }
::selection { background: #3396d1; color: #fff; }
p { line-height: 28px; margin-bottom: 21px; }
iframe{border:0;}
/*=================  
	Headings
====================*/
h1, h2, h3, h4, h5, h6 { color: #111111; font-family: 'Poppins', sans-serif; margin-top:0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 {font-size: 60px; line-height: 70px; margin-bottom: 25px; font-weight: 700; }
h2 {font-size: 50px; line-height: 65px; margin-bottom: 25px; font-weight: 700; }
h3 {font-size: 35px; line-height: 45px; margin-bottom: 20px; font-weight: 700; }
h4 {font-size: 28px; line-height: 40px; margin-bottom: 15px; font-weight: 600; }
h5 {font-size: 22px; line-height: 35px; margin-bottom: 10px; font-weight: 600; }
h6 {font-size: 18px; line-height: 32px; margin-bottom: 10px; font-weight: 600; }
@media only screen and (max-width: 767px) {
	h1{font-size: 30px; line-height: 40px; margin-bottom: 20px; font-weight: 700; }
	h2{font-size: 26px; line-height: 35px; margin-bottom: 20px; font-weight: 700; }
	h3{font-size: 24px; line-height: 30px; margin-bottom: 15px; font-weight: 700; }
}
/* sp */
.row.sp40,
.sp40{
	margin-left:-20px;
	margin-right:-20px;
}
.row.sp40 [class*="col-"],
.sp40 [class*="col-"]{
	padding-left:20px;
	padding-right:20px;
}
.row.sp20,
.sp20{
	margin-left:-9px;
	margin-right:-9px;
}
.row.sp20 [class*="col-"],
.sp20 [class*="col-"]{
	padding-left:9px;
	padding-right:9px;
}
.row.sp15,
.sp15{
	margin-left:-7.5px;
	margin-right:-7.5px;
}
.row.sp15 [class*="col-"],
.sp15 [class*="col-"]{
	padding-left:7.5px;
	padding-right:7.5px;
}
.row.sp10,
.sp10{
	margin-left:-5px;
	margin-right:-5px;
}
.row.sp10 [class*="col-"],
.sp10 [class*="col-"]{
	padding-left:5px;
	padding-right:5px;
}
.row.nosp,
.nosp{
	margin-left:0;
	margin-right:0;
}
.row.nosp [class*="col-"],
.nosp [class*="col-"]{
	padding-left:0;
	padding-right:0;
}
/*=================  
	Font Size
====================*/
.fs10 { font-size: 10px; }
.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fs20 { font-size: 20px; }
.fs22 { font-size: 22px; }
.fs24 { font-size: 24px; }
.fs26 { font-size: 26px; }
.fs30 { font-size: 30px; line-height:40px; }
.fs35 { font-size: 35px; line-height:45px; }
.fs40 { font-size: 40px; line-height:50px; }
.fs45 { font-size: 45px; line-height:55px; }
.fs50 { font-size: 50px; line-height:65px; }
.fs55 { font-size: 55px; line-height:65px; }
.fs60 { font-size: 60px; line-height:70px; }
.fs70 { font-size: 70px; line-height:80px; }
.fs75 { font-size: 75px; line-height:85px; }
.fs80 { font-size: 80px; line-height:90px; }
.fs90 { font-size: 90px;	line-height:100px; }
.fs100 { font-size: 100px; line-height:110px; }
/*=================  
	Font Weight
====================*/
.fw3 { font-weight: 300; }
.fw4 { font-weight: 400; }
.fw5 { font-weight: 500; }
.fw6 { font-weight: 600; }
.fw7 { font-weight: 700; }
.fw8 { font-weight: 800; }
.fw9 { font-weight: 900; }
/*=================  
	LISTS
====================*/
dl, ul, ol { list-style-position: outside;}
ul, ol { margin-bottom: 24px; }
ul li, ol li { padding: 3px; }
dl { margin-left: 0; margin-bottom: 30px; }
dl dd { margin-bottom: 10px; }
/*=================  
	Padding Around
====================*/
.p-a0 { padding: 0;}
.p-a5 { padding: 5px; }
.p-a10 { padding: 10px;}
.p-a15 { padding: 15px; }
.p-a20 { padding: 20px; }
.p-a25 { padding: 25px; }
.p-a30 { padding: 30px; }
.p-a40 { padding: 40px; }
.p-a50 { padding: 50px; }
.p-a60 { padding: 60px; }
.p-a70 { padding: 70px; }
.p-a80 { padding: 80px; }
.p-a90 { padding: 90px; }
.p-a100 { padding: 100px; }
/*=================  
	Padding Top
====================*/
.p-t0 { padding-top: 0; }
.p-t5 { padding-top: 5px; }
.p-t10 { padding-top: 10px; }
.p-t15 { padding-top: 15px; }
.p-t20 { padding-top: 20px; }
.p-t30 { padding-top: 30px; }
.p-t40 { padding-top: 40px; }
.p-t50 { padding-top: 50px; }
.p-t60 { padding-top: 60px; }
.p-t70 { padding-top: 70px; }
.p-t80 { padding-top: 80px; }
.p-t90 { padding-top: 90px; }
.p-t100 { padding-top: 100px; }
/*=================  
	Padding Bottom
====================*/
.p-b0 { padding-bottom: 0; }
.p-b5 { padding-bottom: 5px; }
.p-b10 { padding-bottom: 10px; }
.p-b15 { padding-bottom: 15px; }
.p-b20 { padding-bottom: 20px; }
.p-b30 { padding-bottom: 30px; }
.p-b40 { padding-bottom: 40px; }
.p-b50 { padding-bottom: 50px; }
.p-b60 { padding-bottom: 60px; }
.p-b70 { padding-bottom: 70px; }
.p-b80 { padding-bottom: 80px; }
.p-b90 { padding-bottom: 90px; }
.p-b100 { padding-bottom: 100px; }
/*=================  
	Padding Left
====================*/
.p-l0 { padding-left: 0; }
.p-l5 { padding-left: 5px; }
.p-l10 { padding-left: 10px; }
.p-l15 { padding-left: 15px; }
.p-l20 { padding-left: 20px; }
.p-l30 { padding-left: 30px; }
.p-l40 { padding-left: 40px; }
.p-l50 { padding-left: 50px;}
.p-l60 { padding-left: 60px; }
.p-l70 { padding-left: 70px; }
.p-l80 { padding-left: 80px; }
.p-l90 { padding-left: 90px; }
.p-l100 { padding-left: 100px; }
/*=================  
	Padding Right
====================*/
.p-r0 { padding-right: 0;}
.p-r5 { padding-right: 5px; }
.p-r10 { padding-right: 10px;}
.p-r15 { padding-right: 15px; }
.p-r20 { padding-right: 20px; }
.p-r30 { padding-right: 30px; }
.p-r40 { padding-right: 40px; }
.p-r50 { padding-right: 50px; }
.p-r60 { padding-right: 60px; }
.p-r70 { padding-right: 70px;}
.p-r80 { padding-right: 80px; }
.p-r90 { padding-right: 90px; }
.p-r100 { padding-right: 100px;}
/*=================  
	Padding Left Right
====================*/
.p-lr0 { padding-left: 0; padding-right: 0; }
.p-lr5 { padding-left: 5px; padding-right: 5px; }
.p-lr10 { padding-left: 10px; padding-right: 10px; }
.p-lr15 { padding-left: 15px; padding-right: 15px; }
.p-lr20 { padding-left: 20px; padding-right: 20px; }
.p-lr30 { padding-left: 30px; padding-right: 30px; }
.p-lr40 { padding-left: 40px; padding-right: 40px; }
.p-lr50 { padding-left: 50px; padding-right: 50px; }
.p-lr60 { padding-left: 60px; padding-right: 60px; }
.p-lr70 { padding-left: 70px; padding-right: 70px; }
.p-lr80 { padding-left: 80px; padding-right: 80px; }
.p-lr90 { padding-left: 90px; padding-right: 90px; }
.p-lr100 { padding-left: 100px; padding-right: 100px; }
/*=================  
	Padding Top Bottom
====================*/
.p-tb0 { padding-bottom: 0; padding-top: 0; }
.p-tb5 { padding-bottom: 5px; padding-top: 5px; }
.p-tb10 { padding-bottom: 10px; padding-top: 10px; }
.p-tb15 { padding-bottom: 15px; padding-top: 15px; }
.p-tb20 { padding-bottom: 20px; padding-top: 20px; }
.p-tb30 { padding-bottom: 30px; padding-top: 30px; }
.p-tb40 { padding-bottom: 40px; padding-top: 40px; }
.p-tb50 { padding-bottom: 50px; padding-top: 50px; }
.p-tb60 { padding-bottom: 60px; padding-top: 60px; }
.p-tb70 { padding-bottom: 70px; padding-top: 70px; }
.p-tb80 { padding-bottom: 80px; padding-top: 80px; }
.p-tb90 { padding-bottom: 90px; padding-top: 90px; }
.p-tb100 { padding-bottom: 100px; padding-top: 100px; }
/*=================  
	Margin Around
====================*/
.m-auto { margin-left:auto; margin-right:auto;}
.m-a0 { margin: 0;}
.m-a5 { margin: 5px; }
.m-a10 { margin: 10px;}
.m-a15 { margin: 15px; }
.m-a20 { margin: 20px; }
.m-a25 { margin: 25px; }
.m-a30 { margin: 30px; }
.m-a40 { margin: 40px; }
.m-a50 { margin: 50px; }
.m-a60 { margin: 60px; }
.m-a70 { margin: 70px; }
.m-a80 { margin: 80px; }
.m-a90 { margin: 90px; }
.m-a100 { margin: 100px; }
/*=================  
	Margin Top
====================*/
.m-t0 { margin-top: 0; }
.m-t5 { margin-top: 5px; }
.m-t10 { margin-top: 10px; }
.m-t15 { margin-top: 15px; }
.m-t20 { margin-top: 20px; }
.m-t30 { margin-top: 30px; }
.m-t40 { margin-top: 40px; }
.m-t50 { margin-top: 50px; }
.m-t60 { margin-top: 60px; }
.m-t70 { margin-top: 70px; }
.m-t80 { margin-top: 80px; }
.m-t90 { margin-top: 90px; }
.m-t100 { margin-top: 100px; }
/*=================  
	Margin Bottom
====================*/
.m-b0 { margin-bottom: 0; }
.m-b5 { margin-bottom: 5px; }
.m-b10 { margin-bottom: 10px; }
.m-b15 { margin-bottom: 15px; }
.m-b20 { margin-bottom: 20px; }
.m-b30 { margin-bottom: 30px; }
.m-b40 { margin-bottom: 40px; }
.m-b50 { margin-bottom: 50px; }
.m-b60 { margin-bottom: 60px; }
.m-b70 { margin-bottom: 70px; }
.m-b80 { margin-bottom: 80px; }
.m-b90 { margin-bottom: 90px; }
.m-b100 { margin-bottom: 100px; }
/*=================  
	Margin Left
====================*/
.m-l0 { margin-left: 0; }
.m-l5 { margin-left: 5px; }
.m-l10 { margin-left: 10px; }
.m-l15 { margin-left: 15px; }
.m-l20 { margin-left: 20px; }
.m-l30 { margin-left: 30px; }
.m-l40 { margin-left: 40px; }
.m-l50 { margin-left: 50px;}
.m-l60 { margin-left: 60px; }
.m-l70 { margin-left: 70px; }
.m-l80 { margin-left: 80px; }
.m-l90 { margin-left: 90px; }
.m-l100 { margin-left: 100px; }
/*=================  
	Margin Right
====================*/
.m-r0 { margin-right: 0;}
.m-r5 { margin-right: 5px; }
.m-r10 { margin-right: 10px;}
.m-r15 { margin-right: 15px; }
.m-r20 { margin-right: 20px; }
.m-r30 { margin-right: 30px; }
.m-r40 { margin-right: 40px; }
.m-r50 { margin-right: 50px; }
.m-r60 { margin-right: 60px; }
.m-r70 { margin-right: 70px;}
.m-r80 { margin-right: 80px; }
.m-r90 { margin-right: 90px; }
.m-r100 { margin-right: 100px;}
/*=================  
	Margin Left Right
====================*/
.m-lr0 { margin-left: 0; margin-right: 0; }
.m-lr5 { margin-left: 5px; margin-right: 5px; }
.m-lr10 { margin-left: 10px; margin-right: 10px; }
.m-lr15 { margin-left: 15px; margin-right: 15px; }
.m-lr20 { margin-left: 20px; margin-right: 20px; }
.m-lr30 { margin-left: 30px; margin-right: 30px; }
.m-lr40 { margin-left: 40px; margin-right: 40px; }
.m-lr50 { margin-left: 50px; margin-right: 50px; }
.m-lr60 { margin-left: 60px; margin-right: 60px; }
.m-lr70 { margin-left: 70px; margin-right: 70px; }
.m-lr80 { margin-left: 80px; margin-right: 80px; }
.m-lr90 { margin-left: 90px; margin-right: 90px; }
.m-lr100 { margin-left: 100px; margin-right: 100px; }
/*=================  
	Margin Top Bottom
====================*/
.m-tb0 { margin-bottom: 0; margin-top: 0; }
.m-tb5 { margin-bottom: 5px; margin-top: 5px; }
.m-tb10 { margin-bottom: 10px; margin-top: 10px; }
.m-tb15 { margin-bottom: 15px; margin-top: 15px; }
.m-tb20 { margin-bottom: 20px; margin-top: 20px; }
.m-tb30 { margin-bottom: 30px; margin-top: 30px; }
.m-tb40 { margin-bottom: 40px; margin-top: 40px; }
.m-tb50 { margin-bottom: 50px; margin-top: 50px; }
.m-tb60 { margin-bottom: 60px; margin-top: 60px; }
.m-tb70 { margin-bottom: 70px; margin-top: 70px; }
.m-tb80 { margin-bottom: 80px; margin-top: 80px; }
.m-tb90 { margin-bottom: 90px; margin-top: 90px; }
.m-tb100 { margin-bottom: 100px; margin-top: 100px; }
/*=================  
	Box Max Width Css
====================*/
.mw50 { max-width: 50px; } 
.mw60 { max-width: 60px; } 
.mw80 { max-width: 80px; } 
.mw100 { max-width: 100px; } 
.mw200 { max-width: 200px; } 
.mw300 { max-width: 300px; } 
.mw400 { max-width: 400px; } 
.mw500 { max-width: 500px; } 
.mw600 { max-width: 600px; } 
.mw700 { max-width: 700px; } 
.mw800 { max-width: 800px; } 
.mw900 { max-width: 900px; } 
.mw1000 { max-width: 1000px; }
/*=================  
	Positions Z-index
====================*/
.posi-ab { position: absolute; }
.posi-rl { position: relative; }
.posi-st { position: static; }
.zi1 { z-index: 1; }
.zi2 { z-index: 2; }
.zi3 { z-index: 3; }
.zi4 { z-index: 4; }
.zi5 { z-index: 5; }
.zi6 { z-index: 6; }
.zi7 { z-index: 7; }
.zi8 { z-index: 8; }
.zi9 { z-index: 9; }
.zi10 { z-index: 10; }
.zi100 { z-index: 100; }
.zi999 { z-index: 999; }
/*=================  
	Text Color
====================*/
.text-white { color: #fff; }
.text-black { color: #000; }
.text-gray { color: #f5f6f6; }
.text-red { color: #FF4045; }
.text-yellow { color: #ffb822; }
.text-pink{ color: #ff3c85; }
.text-blue{ color: #00c5dc; }
.text-green{ color: #34bfa3; }
.text-orange{  color: #ef9800; }
/*=================  
	Text Color
====================*/
.bg-tp { background-color: transparent; }
.bg-primary { background-color: ; }
.bg-white { background-color: #FFF; }
.bg-black { background-color: #000; }
.bg-gray { background-color: #eef2f8; }
.bg-red { background-color: #FF4045; }
.bg-green { background-color: #34bfa3; }
.bg-yellow { background-color: #ffb822; }
.bg-pink { background-color: #ff3c85; }
.bg-blue { background-color: #00c5dc; }
.bg-orange { background-color: #ef9800; }
/*=================  
	Background White Transperent
====================*/
.tpbw1{ background-color:rgba(255,255,255,0.1) }
.tpbw2{ background-color:rgba(255,255,255,0.2) }
.tpbw3{ background-color:rgba(255,255,255,0.3) }
.tpbw4{ background-color:rgba(255,255,255,0.4) }
.tpbw5{ background-color:rgba(255,255,255,0.5) }
.tpbw6{ background-color:rgba(255,255,255,0.6) }
.tpbw7{ background-color:rgba(255,255,255,0.7) }
.tpbw8{ background-color:rgba(255,255,255,0.8) }
.tpbw9{ background-color:rgba(255,255,255,0.9) }
/*=================  
	Background Black Transperent
====================*/
.bg-tpb1{ background-color:rgba(0,0,0,0.05) }
.bg-tpb2{ background-color:rgba(0,0,0,0.2) }
.bg-tpb3{ background-color:rgba(0,0,0,0.3) }
.bg-tpb4{ background-color:rgba(0,0,0,0.4) }
.bg-tpb5{ background-color:rgba(0,0,0,0.5) }
.bg-tpb6{ background-color:rgba(0,0,0,0.6) }
.bg-tpb7{ background-color:rgba(0,0,0,0.7) }
.bg-tpb8{ background-color:rgba(0,0,0,0.8) }
.bg-tpb9{ background-color:rgba(0,0,0,0.9) }


/*---------------------------------------------------------------
27. PAGE-CONTENT
---------------------------------------------------------------*/
.heading-bx {
    margin-bottom: 40px;
}
.heading-bx.no-margin {
    margin-bottom: 0;
}
.heading-bx h1,
.heading-bx h2,
.heading-bx h3 {
    margin-top: 0;
	margin-bottom:0;
	font-size: 42px;
    font-weight: 750;
    color: #111111;
}
.title-small {
    display: block;
    color: #494949;
    margin-bottom: 15px;
}
.heading-bx p {
    padding-top: 10px;
    font-size: 18px;
	line-height:32px;
    color: #404153;
}
.text-center.heading-bx p {
    margin-left: auto;
    margin-right: auto;
    /*max-width: 700px;*/
}
.text-white {
    color: #FFF;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
    color: #FFF;
}
.mfp-title{
	display:none;
}
.list-inline li{
	display: inline-block;
}
.mfp-gallery{
	list-style:none;
	margin-bottom: 0;
}
/*= Section Content Part =*/
@media only screen and (max-width: 1200px) {
	/*=================  
	Margin Top
	====================*/
	.m-lg-t0 { margin-top: 0; }
	.m-lg-t5 { margin-top: 5px; }
	.m-lg-t10 { margin-top: 10px; }
	.m-lg-t15 { margin-top: 15px; }
	.m-lg-t20 { margin-top: 20px; }
	.m-lg-t30 { margin-top: 30px; }
	.m-lg-t40 { margin-top: 40px; }
	.m-lg-t50 { margin-top: 50px; }
	.m-lg-t60 { margin-top: 60px; }
	.m-lg-t70 { margin-top: 70px; }
	.m-lg-t80 { margin-top: 80px; }
	.m-lg-t90 { margin-top: 90px; }
	.m-lg-t100 { margin-top: 100px; }
	/*=================  
		Margin Bottom
	====================*/
	.m-lg-b0 { margin-bottom: 0; }
	.m-lg-b5 { margin-bottom: 5px; }
	.m-lg-b10 { margin-bottom: 10px; }
	.m-lg-b15 { margin-bottom: 15px; }
	.m-lg-b20 { margin-bottom: 20px; }
	.m-lg-b30 { margin-bottom: 30px; }
	.m-lg-b40 { margin-bottom: 40px; }
	.m-lg-b50 { margin-bottom: 50px; }
	.m-lg-b60 { margin-bottom: 60px; }
	.m-lg-b70 { margin-bottom: 70px; }
	.m-lg-b80 { margin-bottom: 80px; }
	.m-lg-b90 { margin-bottom: 90px; }
	.m-lg-b100 { margin-bottom: 100px; }
}
@media only screen and (max-width: 1024px) {
    .section-area {
        background-attachment: scroll !important;
    }
}
@media only screen and (max-width: 991px) {
    .page-content {
        margin-top: 0;
    }
		/*=================  
	Margin Top
	====================*/
	.m-md-t0 { margin-top: 0; }
	.m-md-t5 { margin-top: 5px; }
	.m-md-t10 { margin-top: 10px; }
	.m-md-t15 { margin-top: 15px; }
	.m-md-t20 { margin-top: 20px; }
	.m-md-t30 { margin-top: 30px; }
	.m-md-t40 { margin-top: 40px; }
	.m-md-t50 { margin-top: 50px; }
	.m-md-t60 { margin-top: 60px; }
	.m-md-t70 { margin-top: 70px; }
	.m-md-t80 { margin-top: 80px; }
	.m-md-t90 { margin-top: 90px; }
	.m-md-t100 { margin-top: 100px; }
	/*=================  
		Margin Bottom
	====================*/
	.m-md-b0 { margin-bottom: 0; }
	.m-md-b5 { margin-bottom: 5px; }
	.m-md-b10 { margin-bottom: 10px; }
	.m-md-b15 { margin-bottom: 15px; }
	.m-md-b20 { margin-bottom: 20px; }
	.m-md-b30 { margin-bottom: 30px; }
	.m-md-b40 { margin-bottom: 40px; }
	.m-md-b50 { margin-bottom: 50px; }
	.m-md-b60 { margin-bottom: 60px; }
	.m-md-b70 { margin-bottom: 70px; }
	.m-md-b80 { margin-bottom: 80px; }
	.m-md-b90 { margin-bottom: 90px; }
	.m-md-b100 { margin-bottom: 100px; }
}
@media only screen and (max-width: 767px) {
    .page-content {
        margin-top: 0;
    }
		/*=================  
	Margin Top
	====================*/
	.m-sm-t0 { margin-top: 0; }
	.m-sm-t5 { margin-top: 5px; }
	.m-sm-t10 { margin-top: 10px; }
	.m-sm-t15 { margin-top: 15px; }
	.m-sm-t20 { margin-top: 20px; }
	.m-sm-t30 { margin-top: 30px; }
	.m-sm-t40 { margin-top: 40px; }
	.m-sm-t50 { margin-top: 50px; }
	.m-sm-t60 { margin-top: 60px; }
	.m-sm-t70 { margin-top: 70px; }
	.m-sm-t80 { margin-top: 80px; }
	.m-sm-t90 { margin-top: 90px; }
	.m-sm-t100 { margin-top: 100px; }
	/*=================  
		Margin Bottom
	====================*/
	.m-sm-b0 { margin-bottom: 0; }
	.m-sm-b5 { margin-bottom: 5px; }
	.m-sm-b10 { margin-bottom: 10px; }
	.m-sm-b15 { margin-bottom: 15px; }
	.m-sm-b20 { margin-bottom: 20px; }
	.m-sm-b30 { margin-bottom: 30px; }
	.m-sm-b40 { margin-bottom: 40px; }
	.m-sm-b50 { margin-bottom: 50px; }
	.m-sm-b60 { margin-bottom: 60px; }
	.m-sm-b70 { margin-bottom: 70px; }
	.m-sm-b80 { margin-bottom: 80px; }
	.m-sm-b90 { margin-bottom: 90px; }
	.m-sm-b100 { margin-bottom: 100px; }
}
@media only screen and (max-width: 576px) {
    .page-content {
        margin-top: 0;
    }
		/*=================  
	Margin Top
	====================*/
	.m-xs-t0 { margin-top: 0; }
	.m-xs-t5 { margin-top: 5px; }
	.m-xs-t10 { margin-top: 10px; }
	.m-xs-t15 { margin-top: 15px; }
	.m-xs-t20 { margin-top: 20px; }
	.m-xs-t30 { margin-top: 30px; }
	.m-xs-t40 { margin-top: 40px; }
	.m-xs-t50 { margin-top: 50px; }
	.m-xs-t60 { margin-top: 60px; }
	.m-xs-t70 { margin-top: 70px; }
	.m-xs-t80 { margin-top: 80px; }
	.m-xs-t90 { margin-top: 90px; }
	.m-xs-t100 { margin-top: 100px; }
	/*=================  
		Margin Bottom
	====================*/
	.m-xs-b0 { margin-bottom: 0; }
	.m-xs-b5 { margin-bottom: 5px; }
	.m-xs-b10 { margin-bottom: 10px; }
	.m-xs-b15 { margin-bottom: 15px; }
	.m-xs-b20 { margin-bottom: 20px; }
	.m-xs-b30 { margin-bottom: 30px; }
	.m-xs-b40 { margin-bottom: 40px; }
	.m-xs-b50 { margin-bottom: 50px; }
	.m-xs-b60 { margin-bottom: 60px; }
	.m-xs-b70 { margin-bottom: 70px; }
	.m-xs-b80 { margin-bottom: 80px; }
	.m-xs-b90 { margin-bottom: 90px; }
	.m-xs-b100 { margin-bottom: 100px; }
	.heading-bx {
		margin-bottom: 25px;
	}
	.heading-bx p {
		padding-top: 5px;
	}
}


/* Shortcode */
.element-bx .heading-bx .title-head{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 40px;
}  
.element-bx .heading-bx p{  
    padding-top: 0;
    max-width: 800px;
    font-size: 16px;
    line-height: 28px;
}
.element-area{
	border-bottom:1px solid rgba(0,0,0,0.1)
}@import url("form.css");
@import url("button.css");
@import url("accordion.css");
@import url("alert.css");
@import url("breadcrumb.css");
@import url("divider.css");
@import url("icon-box.css");
@import url("layout.css");
@import url("list.css");
@import url("overlay.css");
@import url("owl.css");
@import url("pagination.css");
@import url("pricingtable.css");
@import url("separator.css");
@import url("widget.css");/*
======================================
  * CSS TABLE CONTENT *  
======================================
1. HEADER
2. HEADER TOPBAR
3. HEADER LOGO
4. MENU BAR
5. MEGA MENU
6. HEADER TRANSPARENT
7. MENU ICON
8. PAGE BANNER
9. BLOG
10. TESTIMONIALS
11. COUNTERUP
12. FOOTER
13. INNER CONTENT CSS
======================================
  * END TABLE CONTENT *  
======================================
*/

/*=================================
	1. HEADER
=================================*/
.bg-fix {
    background-attachment: fixed;
	background-size: cover;
}
.parallax{
	background-size:cover;
}
.sticky-top {
	/*top:100px;*/
	margin-bottom: 15px;
}
.header {
    position: relative;
    z-index: 99999;
}
.header ul,
.header ol {
    margin-bottom: 0;
}
.header .container-fluid{
	padding-left:30px;
	padding-right:30px;
}
/*without top bar*/
.secondary-menu {
    float: right;
    padding: 23px 0;
    position: relative;
    z-index: 9;
}
.secondary-menu .btn-link{
	font-size:15px;
	padding: 0;
}
.secondary-menu .btn-link:hover{
	color:var(--primary);
}
.secondary-menu .secondary-inner {
    display: inline-block;
}
.nav-search-bar {
    background-color:rgba(255,255,255,0.95);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	height:100%;
    z-index: 999;
    display: none;
    overflow: hidden;
	padding: 0 15px;
}
.nav-search-bar.On form {
	transition:all 0.5s ease 0.5s;
	-moz-transition:all 0.5s ease 0.5s;
	-webkit-transition:all 0.5s ease 0.5s;
	opacity:1;
}
.nav-search-bar form {
    width: 100%;
	max-width: 700px;
    margin: auto;
    position: relative;
	top: 50%;
	transition:all 0.5s;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
    -moz-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
	opacity:0;
}
.nav-search-bar .form-control {
	padding: 15px 60px 15px 15px;
    width: 100%;
    height: 70px;
    border: none;
    background: none;
    color: #000;
    font-size: 20px;
	border-bottom:2px solid #000;
}
.nav-search-bar .form-control::-moz-placeholder {
    color: #000;
}
.nav-search-bar .form-control:-moz-placeholder {
    color: #000;
}
.nav-search-bar .form-control:-ms-input-placeholder {
    color: #000;
}
.nav-search-bar .form-control::-webkit-input-placeholder {
    color: #000;
}
.nav-search-bar form span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
	color: #000;
}
.nav-search-bar > span {
	position: absolute;
	right: 15px;
	top: 15px;
	height: 25px;
	font-size: 20px;
	cursor: pointer;
	color: #000;
}
.header-lang-bx .dropdown-menu{
	top: 10px !important;
	right: 0;
	left: auto !important;
}
.header-lang-bx ul li{
	margin:0 !important;
}
.header-lang-bx .flag:after{
	content: "";
	width: 20px;
	height: 12px;
	display: inline-block;
	background-size: cover;
	background-position: center;
	margin-top: 0px;
	margin-right: 2px;
}
.header-lang-bx .flag.flag-uk:after{
	background-image:url(../images/flag/united-kingdom.svg);
}
.header-lang-bx .flag.flag-us:after{
	background-image:url(../images/flag/united-states-of-america.svg);
}
@media only screen and (max-width: 767px) {
    .secondary-menu {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 480px) {
    .secondary-menu {
        margin: 0 1px 0 0;
        text-align: right;
    }
    
    
}

@media only screen and (max-width: 600px) {
   .banner-sm-title { margin-top: 174px!important; }
}
/*=================================
	2. HEADER TOPBAR
=================================*/
.top-bar {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #000;
    padding: 11px 0;
}
.topbar-left {
    float: left;
}
.topbar-right {
    float: right;
}
.topbar-center,
.topbar-left,
.topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}
.topbar-left ul li,
.topbar-right ul li{
	display:inline-block;
	position:relative;
}
.topbar-left ul li a,
.topbar-right ul li a{
	color:#000;
	font-size: 15px;
}
.topbar-left ul,
.topbar-right ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px;
}
.topbar-left ul li{
	padding-right:10px;
	margin-right:10px;
}
.topbar-right ul li{
	padding-left:10px;
	margin-left:10px;
}
.topbar-left ul li i{
	margin-right:5px;	
}
.topbar-left ul li:after,
.topbar-right ul li:after{
	position: absolute;
    width: 1px;
    height: 20px;
    background-color: #000;
    right: 0;
    content: "";
    top: 2px;
    opacity: 0.1;
}
.topbar-right ul li:after{
	right:auto;
	left:0;
}
.topbar-right ul li:first-child:after,
.topbar-left ul li:last-child:after{
	content:none;
}
.header-lang-bx .btn:focus,
.header-lang-bx .btn:hover,
.header-lang-bx .btn{
	border:0 !important;
}
.header-lang-bx .btn{
	padding:0 10px 0px 0 !important;
	height: 18px;
	color:#000;
	font-size: 14px;
	font-weight: 400;
    text-transform: capitalize;
}
.header-lang-bx .btn:hover{
	color:#000;
}
.header-lang-bx.bootstrap-select.btn-group .dropdown-toggle .caret{
	right:0;
	top:5px;
}
.header-lang-bx .btn .fa-caret-down:before{
	content:"\f107";
}
@media only screen and (max-width: 991px) {
	.topbar-right {
		padding-left: 0;
		padding-right: 15px;
	}
	.topbar-left{
		padding-left: 15px;
		padding-right: 0;
	}
}
@media only screen and (max-width: 767px) {
    .top-bar [class*="col-"] {
        width: 100%;
        text-align: right;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .top-bar [class*="col-"]:last-child {
        border-bottom: none;
    }
	.top-bar {
		padding:5px 0;
	}
	.topbar-center,
	.topbar-left,
	.topbar-right {
		display:black;
		width:100%;
		text-align:center;
		padding:3px 15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.topbar-left ul li{
		padding:0 5px;
	}
}
/*=================================
	3. HEADER LOGO
=================================*/
.menu-logo {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 12px;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 70px;
    height: 69px;
    position: relative;
    z-index: 9;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.menu-logo > a{
    display: table-cell;
    vertical-align: middle;
}
.menu-logo img{
	margin-top: 18px;
}
.menu-logo span{
    font-size: 20px;
    color: #EFBB20;
    letter-spacing: 20px;
}
.is-fixed .menu-logo{
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.is-fixed .logo-change .logo1,
.logo-change .logo2{
	display:none;
}
.is-fixed .logo-change .logo2{
	display: block;
}
@media only screen and (max-width: 767px) {
    .menu-logo,
	.is-fixed .menu-logo{
        width: 100px;
		max-width: 100px;
		height:50px;
    }
	.menu-logo img{
		max-width: 100px;
	}
    .is-fixed .menu-logo a img{
        vertical-align: sub;
    }
	.header .navbar-toggler,
	.header .is-fixed .navbar-toggler{
		 margin: 26px 0 14px 15px;
	}
	.header .secondary-menu,
	.header .is-fixed .secondary-menu{
		padding: 22px 0;
	}
}
/*=================================
	4. MENU BAR
=================================*/
.menu-bar {
    background: #FFFFFF;
    width: 100%;
    position: relative;
}
.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin:28px 0 30px 25px;
    padding: 0;
	float:right;
}
.navbar-toggler span {
    background: #000;
}
.is-fixed .navbar-toggler {
    margin:28px 0 30px 25px;
}
.menu-links {
    position: relative;
    padding: 0;
}
.menu-links .nav {
    float: right;
}
.menu-links .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}
.menu-links .nav > li {
    margin: 0px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}
.menu-links .nav > li > a {
    border-radius: 0px;
    color: #000;
    font-size: 16px;
    padding: 23px 23px;
    cursor: pointer;
	font-weight: 600;
	display: inline-block;
	position: relative;
}
.menu-links .nav > li > a:hover {
    background-color: transparent;
    color: #efbb20;
}
.menu-links .nav > li > a:active,
.menu-links .nav > li > a:focus {
    background-color: transparent;
}
.menu-links .nav > li.active > a,
.menu-links .nav > li.current-menu-item > a {
    background-color: transparent;
    color: #EFBB20;
}
.menu-links .nav > li:hover > a {
    color: #EFBB20;
}

.menu-links .nav > li:hover > a:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    top: 95%;
    position: absolute;
    left: 45px;
    transform: rotate(45deg);
    z-index: 11;
}
.menu-links .nav > li.no-drop:hover > a:after {
	content:none;
}
.menu-links .nav > li.no-sub:hover > a:after {
	content:none;
}
.menu-links .nav > li:hover > .sub-menu,
.menu-links .nav > li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-links .nav > li > .sub-menu,
.menu-links .nav > li > .mega-menu {
	box-shadow:0 0 40px rgba(0, 0, 0, 0.2);
}
.menu-links .nav > li .sub-menu {
    background-color: #ffffff;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 15px 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
	border-radius: 0;
	top: 100%;
}
.menu-links .nav > li .sub-menu li {
    position: relative;
}
.menu-links .nav > li .sub-menu li a {
    color: #9091ab;
    display: block;
    font-size: 15px;
    padding: 8px 25px;
    text-transform: capitalize;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
	font-weight: 400;
	position: relative;
}
.menu-links .nav > li .mega-menu li a span,
.menu-links .nav > li .sub-menu li a span{
	position:relative;
}
.menu-links .nav > li .mega-menu li a span:after,
.menu-links .nav > li .sub-menu li a span:after{
	content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background: var(--primary);
    bottom: 0;
    right: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	-moz-transform-origin:right;
	-webkit-transform-origin:right;
	-ms-transform-origin:right;
	-o-transform-origin:right;
	transform-origin:right;
}
.menu-links .nav > li .mega-menu li:hover > a span:after,
.menu-links .nav > li .sub-menu li:hover > a span:after{
	width:100%;
	-moz-transform-origin:left;
	-webkit-transform-origin:left;
	-ms-transform-origin:left;
	-o-transform-origin:left;
	transform-origin:left;
	left:0;
	right:auto;
}
.menu-links .nav > li .sub-menu li:hover a {
    text-decoration: none;
}
.menu-links .nav > li .sub-menu li:hover > a {
     color: var(--primary);
}
.menu-links .nav > li .sub-menu li:last-child {
    border-bottom: 0px;
}
.menu-links .nav > li .sub-menu li > .sub-menu.left,
.menu-links .nav > li .sub-menu li:hover .sub-menu.left {
    left: auto;
    right: 220px;
}
.menu-links .nav > li > .sub-menu.left{
	left: auto;
    right: 0;
}
.menu-links .nav > li .sub-menu li .fa {
    color: inherit;
    display: block;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 25px;
    top: 12px;
	opacity: 1;
}
.menu-links .nav > li .sub-menu li .fa.fa-nav {
	color: inherit;
    display: inline-block;
    float: none;
    font-size: 13px;
    margin-right: 5px;
    opacity: 1;
    position: unset;
    right: 10px;
    top: 12px;
}
.menu-links .nav > li .sub-menu li > .sub-menu {
    left: 220px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.menu-links .nav > li .sub-menu li:hover > .sub-menu {
    left: 220px;
    margin: 0px;
    opacity: 1;
    top: -1px;
    visibility: visible;
}
.menu-links .nav > li .sub-menu li:hover > .sub-menu:before {
    background-color: transparent;
    bottom: 0px;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0px;
    width: 6px;
}
/*=================================
	5. MEGA MENU
=================================*/
.menu-links .nav > li.has-mega-menu {
    position: inherit;
}
.menu-links .nav > li .mega-menu {
    background-color: #ffffff;
    display: table;
    left: 0px;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0px;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
	z-index: 9;
	    padding: 0;
}
.menu-links .nav > li .mega-menu > li {
    display: table-cell;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    width: 25%;
}
.menu-links .nav > li .mega-menu > li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.02);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}
.menu-links .nav > li .mega-menu > li:last-child:after {
    display: none;
}
.menu-links .nav > li .mega-menu > li > a {
    color: #000;
    display: block;
    padding: 0 25px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: 1px solid rgba(0,0,0,0.03);
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.menu-links .nav > li .mega-menu > li ul {
    list-style: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}
.menu-links .nav > li .mega-menu > li ul a {
    color: #9091ab;
    display: block;
    font-size: 15px;
    line-height: 34px;
    text-transform: capitalize;
    padding: 0 25px;
}
.menu-links .nav > li .mega-menu > li ul a:hover {
    color: #EFBB20;
}
.menu-links .nav .mega-menu a i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}
.menu-links .nav > li.menu-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: "FontAwesome";
    right: 0px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px;
}
/* Menu */
.menu-links .nav > li.add-mega-menu .mega-menu,
.has-mega-menu.add-mega-menu .mega-menu{
	display: block;
	padding: 20px;
	width: 1170px;
	max-width: 1170px;
	margin: auto;
}
.menu-links .nav > li .add-menu{
    display: flex;
	width:420px;
	left:-100px;
}
.add-menu-left{
    width: 100%;
	padding-left: 25px;
	border-bottom:0 !important;
}
.add-menu-left ul{
	padding:0;
}

.add-menu-right{
    min-width: 240px;
    width: 240px;
    padding: 10px 20px;
}
.menu-links .nav > li.has-mega-menu.demos .mega-menu{
	left:auto;
	right:auto;
	max-width: 600px;
	z-index: 9;
}
.menu-links .nav .add-menu-left ul li{
	list-style:none;
}
.menu-links .nav .add-menu-left ul li a{
	padding: 8px 0px;
}
.menu-links .nav .add-menu-left ul li a:hover{
	background-color:rgba(0,0,0,0);
}
.menu-adv-title{
	font-size: 16px;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
}
.menu-adv-title:after{
	content: "";
	width: 25px;
	height: 2px;
	display: block;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.menu-links .menu-logo,
.menu-links .nav-social-link{
	display:none;
}
.header .menu-links .nav > li.dashboard .sub-menu{

}
.header .menu-links .nav > li.dashboard a{
	
}
.header .menu-links .nav > li.dashboard a .icon {
	padding: 0;
    font-size: 18px;
    margin-right: 15px;
    color: var(--primary);
    text-shadow: -4px 10px 15px rgba(46,36,255,0.3);
    margin-left: 0;
    float: none;	
}
/* Header Extra Nav */
.secondary-inner ul{
	list-style:none;
	padding:0;
	margin:0;
}
.secondary-inner ul li{
	display:inline-block;
	position:relative;
	margin-left: 20px;
}
.secondary-inner ul li a{
	color:#000;
}
.secondary-inner i{
	margin:0;
}
.search-btn:after{
	left:0;
	right:auto;
	top: 5px;
}
/* Nav  Badge */
.shop-cart.navbar-right{
	margin-right:0;
	float:none;
	display: inline-block;
}
.shop-cart .dropdown-menu.cart-list{
	box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
	top: 50px;
	border:0;
}
.shop-cart .badge{
	font-size: 9px;
    height: 15px;
    line-height: 15px;
    min-width: 15px;
    padding: 0;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
}
.shop-cart  li{
	padding: 10px 20px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
	
}
.shop-cart  li:last-child{
	border-bottom:0;
}
.shop-cart .media-left a {
    display: block;
    width: 60px;
}
.shop-cart .site-button-link{
	position:relative;
}
.cart-list.dropdown-menu .title{
	color: #999;
	margin-bottom:0;
}
.cart-list.dropdown-menu{
	width:260px;
	margin-top: 23px;
	right: 0;
    left: auto;
	border: 0;
}
.cart-list.dropdown-menu li{
	width:100%;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding: 15px 20px;
	margin: 0;
}
.is-fixed .cart-list.dropdown-menu{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.cart-list .media-object{
	width:50px;
}
.cart-item .media-body .price{
	
}
.cart-item .media-body span{
	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 10px;
}
.cart-item .media-body{
	position:relative;
	padding-left: 15px;
}
.item-close {
    color: #e86161;
	cursor:pointer;
}
@media only screen and (max-width: 767px) {
	.shop-cart .dropdown-menu.cart-list{
		left:auto;
		right:0;
	}
	.header .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cart-list.dropdown-menu{
		margin-top: 15px;
	}
}
@media only screen and (max-width: 991px) {
	[class*="ovbl-"] .counter-style-1 .counter-text, 
	.header-transparent .menu-links .nav > li:hover > a, 
	.header-transparent .menu-links .nav > li.active > a {
		color:#000 !important;
	}
	.add-menu-left ul{
		display: block !important;
	}
	.menu-links .menu-logo,
	.menu-links .nav-social-link{
		display:block;
	}
	.menu-links .nav-social-link{
		margin-top: 15px;
		text-align: center;
		width: 100%;
		padding: 10px 0;
		background: #fff;	
	}
	.menu-links .nav-social-link a{
		color:#000;
		padding:5px 10px;
	}
	.menu-links .nav > li.has-mega-menu.demos .mega-menu{
		max-width:100%;
	}
	.menu-links .nav > li .mega-menu{
		border:0;
	}
	.menu-links .nav > li .mega-menu > li{
		padding:10px 0;
	}
	.menu-links .nav > li .sub-menu,
	.menu-links .nav > li .mega-menu {
		border-radius:0;
		border-width: 1px 0 1px 0;
	}
    .menu-links .nav i {
        margin-top: 6px;
		float: right;
    }
    .menu-links {
        clear: both;
        margin: 0 -15px;
        border-bottom: 1px solid #E9E9E9;
    }
    .menu-links .nav {
        float: none;
        background: #fff;
		width:100%;
		display: block;
		margin-bottom: auto;
    }
    .menu-links .nav li {
        float: none;
		display:block;
		width:100%;
    }
    .menu-links .nav > li .sub-menu > li,
    .menu-links .nav > li .mega-menu > li {
        float: none;
        display: block;
        width: auto;
    }
    .menu-links .nav > li > a {
        padding: 10px 15px;
        border-top: 1px dashed #E9E9E9;
		display:block;
    }
    .menu-links .nav > li > a:hover,
    .menu-links .nav > li > a:active,
    .menu-links .nav > li > a:focus {
        background-color: #f0f0f0;
        text-decoration: none;
    }
    .menu-links .nav > li .mega-menu > li:after {
        display: none;
    }
    .menu-links .nav > li ul,
    .menu-links .nav > li .sub-menu,
    .menu-links .nav > li .mega-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: transparent;
    }
    .menu-links .nav > li ul.mega-menu ul {
        display: none;
    }
    .menu-links .nav > li:hover > ul,
    .menu-links .nav > li:hover .sub-menu,
    .menu-links .nav > li:hover .mega-menu,
    .menu-links .nav > li .sub-menu li > .sub-menu {
        opacity: 1;
        visibility: visible;
        display: block;
        margin: 0;
    }
    .menu-links .nav > li ul.mega-menu li:hover ul {
        display: block;
    }
    .side-nav .nav.navbar-nav li a i.fa-chevron-down:before,
    .nav.navbar-nav li a i.fa-chevron-down:before {
		content:"\f078";
	}
	.side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before,
	.nav.navbar-nav li.open a i.fa-chevron-down:before {
		content:"\f054";
	}
	.menu-links .nav > li .sub-menu li i.fa-angle-right:before{
		content: "\f078";
		font-size: 10px;
		position: absolute;
		z-index: 2;
		color: #000;
		right: 20px;
		top: -5px;
	}
	.menu-links .nav > li .sub-menu li.open i.fa-angle-right:before{
		content: "\f054";
	}
    .menu-links .nav > li .sub-menu .sub-menu,
    .menu-links .nav > li:hover .sub-menu .sub-menu,
    .menu-links .nav > li:hover .sub-menu,
    .menu-links .nav > li:hover .mega-menu {
        display: none;
        opacity: 1;
        margin-top: 0;
    }
	.menu-links .nav li .sub-menu .sub-menu{
		display: none;
        opacity: 1;
        margin-top: 0;
	}
	.menu-links .nav > li.open > .sub-menu .sub-menu{
		display: none;
	}
	.menu-links .nav > li.open > .sub-menu li.open .sub-menu,
    .menu-links .nav > li.open > .mega-menu,
    .menu-links .nav > li.open > .sub-menu,
	.menu-links .nav > li ul.mega-menu ul{
        display: block;
        opacity: 1;
        margin-top: 0;
		box-shadow: none;
    }
	.menu-links .nav > li:hover > a:after{
		content:none;
	}
	.menu-links .nav > li .sub-menu li .fa{
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		margin: 0;
		right: -1px;
		color:#000;
	}
	.menu-links .nav > li .mega-menu > li{
		padding:0;
	}
	.menu-links .nav > li .mega-menu > li > a{
		display:none;
	}
	.menu-links .nav .mega-menu a i{
		display:inline-block;
		float:none;
		margin-top: 0;
	}
    .menu-links .nav .open > a,
    .menu-links .nav .open > a:focus,
    .menu-links .nav .open > a:hover {
        background-color: inherit;
        border-color: #e9e9e9;
    }
	.menu-links .nav > li .sub-menu li a{
		padding: 8px 15px;
	}
	.add-menu-left{
		padding-left: 15px;
	}
	.add-menu-right{
		padding: 10px 15px;
	}
	.menu-links .nav > li .mega-menu > li ul a{
		padding: 2px 15px;
	}
}
@media screen and (max-width: 991px){
	.shop-cart .dropdown-menu.cart-list{
		left:auto;
		right:0;
	}
	.rs-nav .menu-links.nav-dark{
		background-color:#202020;
	}
	.rs-nav .menu-links{
		position: fixed;
		width: 60px;
		left:-280px;
		height:100vh !important;
		transition:all 0.5s;
		-webkit-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-o-transition:all 0.5s;
		top:0;
		background-color:#fff;
		margin:0;
		z-index:99;
		overflow-y: scroll;
		flex-direction: column;
	}
	.rs-nav .menu-links li.open a{
		position:relative;
	}
	.navbar-nav{
		height:auto;
	}
	.rs-nav .menu-links.show {
		left: -1px;
		transition:all 0.8s;
		-webkit-transition:all 0.8s;
		-moz-transition:all 0.8s;
		-o-transition:all 0.8s;
		margin:0;
		width: 100%;
		width: 300px;
		padding: 15px 15px 5px 15px;
		height: 100%!important;
	}
	.rs-nav .is-fixed .menu-links .nav{
		height:auto;
	}
	.rs-nav .navbar-toggler.open:after{
		background-color: rgba(0, 0, 0, 0.6);
		content: "";
		height: 100%;
		left: 0;
		position: fixed;
		right: 0px;
		top: -20px;
		transform: scale(100);
		-o-transform: scale(100);
		-moz-transform: scale(100);
		-webkit-transform: scale(100);
		width: 100%;
		z-index: -1;
		transition: all 0.5s;
		transform-origin: top right;
		margin: 0 0px 0px 10px;
		box-shadow: 0 0 0 500px rgba(0,0,0,0.6);
	}
	.rs-nav .menu-links .menu-logo {
		display: block;
		float: none;
		height: auto;
		max-width: 100%;
		padding: 20px 15px;
		width: 100%;
		text-align:center;
		margin-bottom: 15px;
	}
	.rs-nav .menu-links .menu-logo img{
		max-width: unset;
		width: 130px;
		vertical-align: middle;
	}
	.rs-nav .menu-links .menu-logo a{
		display:inline-block;
	}
	.rs-nav .navbar-toggler.open span{
		background:#fff;
	}
}
.sticky-no .menu-bar {
    position: static !important;
}
.is-fixed .menu-bar {
    position: fixed;
    top: 0;
    left: 0;
	box-shadow:0 0 50px 0 rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
    .is-fixed .menu-links .nav > li > a {
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 767px) {
    .is-fixed .menu-links .nav {
        height: 225px;
    }
    .is-fixed .menu-links .nav > li > a {
        padding: 10px 15px;
    }
}
/*=================================
	6. HEADER TRANSPARENT
=================================*/
.header-transparent{
	position:absolute;
	width:100%;
}
.header-transparent .menu-bar{
	background-color:rgb(131 0 85 / 26%);
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header-transparent .menu-links .nav > li > a{
	color:#fff;
}
.header-transparent .menu-links .nav > li > a,
.header-transparent .secondary-menu .btn-link,
.header-transparent .navbar-toggler{
    color: #fff;
}
.header-transparent .secondary-menu .btn-link:hover{
	color:var(--primary);
}
.header-transparent .navbar-toggler span{
    background-color: #fff;
}
.header-transparent .is-fixed .menu-bar{
	position:fixed;
	background-color:rgb(122 15 47);
	top: 0px;
}
.header-transparent .top-bar{
	background-color: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: #dfdfdf;
}
.header-transparent .search-btn:after,
.header-transparent .topbar-left ul li:after,
.header-transparent .topbar-right ul li:after{
	background-color:#fff;
}
.fullwidth .container-fluid{
	padding-left: 30px;
    padding-right: 30px;
}
.onepage .navbar{
	margin-bottom:0;
	border:0;
}
.header-transparent .header-lang-bx .btn{
	background-color: transparent !important;
	color:#fff;	
} 
.header-transparent .topbar-right .header-lang-bx ul li a{
	color:#000;	
}
.header-transparent .topbar-left ul li a, 
.header-transparent .topbar-right ul li a{
	color:#fff;	
}
@media only screen and (max-width: 991px) {
	.header-transparent .menu-links .nav > li > a{
		color:#000;
	}
	.header-transparent .menu-links.nav-dark .nav > li > a{
		color:#fff;
	}
}
@media only screen and (max-width: 767px) {
	.fullwidth .container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/*=================================
	7. MENU ICON
=================================*/
.menuicon{
  width: 20px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.menuicon span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menuicon span:nth-child(1) {
  top: 0px;
}
.menuicon span:nth-child(2) {
  top: 50%;
  transform:translateY(-50%)
}
.menuicon span:nth-child(3) {
  bottom: 0;
}
.menuicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menuicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menuicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.menuicon i{
	position:relative;
	width: 14px;
	display: inline-block;
	height: 12px;
	margin-left:5px;
}
.menuicon.open i{
	height:12px;
}
.menuicon.open i span:nth-child(1),
.menuicon.open i span:nth-child(3) {
	top:5px;
}
.header-transparent .extmenu a{
	color:#fff;
	text-transform: uppercase;
	font-weight: 600;
}
.extmenu a span{
	background:#fff;
}
/*========================
	8. PAGE BANNER
=========================*/
.page-banner {
    height: 450px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
	text-align:left;
	background-color: #f7f7f7;
}
.page-banner.bg-gray {
	background-color:#eef2f8;
}
.page-banner-sm {
    height: 250px;  
}
.page-banner-lg {
   
}
.page-banner .container {
    display: table;
    height: 100%;
}
.page-banner-entry {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.page-banner-entry.align-m {
    vertical-align: middle;
}
.page-banner h1 {
	font-size: 50px;
    margin-bottom: 10px;
    line-height: 65px;
}
.breadcrumb-row ul li a{
	color:var(--sc-primary);
}
.banner-sm-title {
    color: var(--sc-primary);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    margin-top: 110px;
}
.breadcrumb-row.text-black{
    background: rgba(0,0,0,0.05);
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0,0.08);
    display: inline-block;
    border-radius: 6px;
}
.breadcrumb-row.text-black ul li{
	color:#333;
}
.breadcrumb-row.text-black ul li a{
	color:var(--primary);
}
@media only screen and (max-width: 767px) {
	.page-banner-entry{
		vertical-align: middle;
	}
	.page-banner{
		padding-bottom: 0;
		height: 200px;
	}
	.page-banner h1{
		line-height: 24px;
		font-size: 20px;
		text-align:center;
	}
}
/*========================
	9. BLOG
=========================*/
.blog-post{
    position: relative;
    margin-bottom: 30px;
}
.ttr-post-title {
    margin-bottom: 5px;
}
.ttr-post-title .post-title {
    margin-top: 20px;
    margin-bottom: 5px;
}
.ttr-post-meta {
    margin-bottom: 15px;
}
.ttr-post-meta ul {
    list-style: none;
	text-transform:capitalize;
	margin: 0;
    padding: 0;
}
.ttr-post-meta ul li {
    padding: 0;
    display: inline-block;
    color: #25314a;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.ttr-post-meta ul li strong{
	font-weight: 500;
}
.ttr-post-meta li:after {
    content: "|";
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    opacity: 0.5;
}
.ttr-post-meta li:last-child:after {
    display: none;
}
.ttr-post-meta a {
    color:var(--primary);
}
.ttr-post-meta i {
    margin: 0 5px;
	font-size: 15px;
}
.ttr-post-text {
    margin-bottom: 20px;
}
.ttr-post-text p:last-child {
    margin: 0;
}
@media only screen and (max-width: 1200px) {
	.ttr-post-meta .d-flex{
		display:block !important;
	}
}
/*blog post half iamge*/
.blog-md:not(.md-large){
	box-shadow: 0 0 30px 0 rgba(0,10,105,0.03);
    background: #fff;
    padding: 30px;
    border-radius: 4px;
}
.blog-md .ttr-post-media {
    width: 350px;
	border-radius: 4px;
}
.blog-md.sm-large,
.blog-md.md-large{
	display: flex;
    flex-wrap: wrap;
}
.blog-md.md-large{
	margin-bottom:60px;
}
.blog-md.md-large .ttr-post-media {
	width:55%;
	flex: 0 0 55%;
}
.blog-md.md-large .ttr-post-info{
	width:45%;
	flex: 0 0 45%;
	display: flex;
    flex-direction: column;
	padding: 30px 0 30px 30px;
}
.blog-md.md-large .post-title{
	font-size:40px;
	line-height:50px;
}
.blog-md.sm-large .media-post li a,
.blog-md.md-large .media-post li a {
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
}
.blog-md.sm-large .media-post li a{
	font-size: 14px;
}
.blog-md.md-large p{
    font-size: 17px;
    color: #585a86;
	line-height: 30px;
}
.blog-md.sm-large .media-post,
.blog-md.md-large .media-post{
	border:0;
	padding: 0;
    margin-bottom: 10px;
}
.blog-md.md-large .ttr-post-info .post-title{
	margin-bottom: 10px;
}
.blog-md.sm-large .ttr-post-info  .post-extra,
.blog-md.md-large .ttr-post-info  .post-extra{
	border:0;
}

.blog-md.sm-large{
	margin-bottom:0;
}
.blog-md.sm-large .ttr-post-media {
	width:45%;
	flex: 0 0 45%;
	display: flex;
    align-items: stretch;
}
.blog-md.sm-large .ttr-post-info{
	width:55%;
	flex: 0 0 55%;
	display: flex;
    flex-direction: column;
	padding: 0 0 0 30px;
}
.blog-md.sm-large .post-title{
	font-size:21px;
	line-height:30px;
}
.recent-news-carousel{
	padding: 30px 0 30px 100px;
    background-color: #eef2f8;
}
.recent-news-carousel .ttr-post-media{
	border-radius:4px;
	overflow:hidden;
}
.recent-news-carousel .ttr-post-media img{
	height: 100%;
    object-fit: cover;
}
.recent-news-carousel .owl-stage{
	padding-left:0 !important;
}
.recent-news-carousel .owl-prev,
.recent-news-carousel .owl-next{
	line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: var(--primary);
    color: #fff;
    margin: 5px 0 !important;
	
}
.recent-news-carousel .owl-prev:hover,
.recent-news-carousel .owl-next:hover{
	background-color: var(--sc-primary);
    color: #000;
}
.blog-md .ttr-post-info {
    border: none;
	padding-left:30px;
}
.blog-md .ttr-post-tags {
    border: none;
    display: inline-block;
    padding: 0;
}
.post-tags{
	
}
.blog-md .ttr-post-info .post-title{
	margin-top:0;
}
.blog-md, 
.blog-md .ttr-post-info {
    overflow: hidden;
}
.blog-md .ttr-post-info, 
.blog-md .ttr-post-media {
    display: table-cell;
    vertical-align: middle;
}
.blog-md .ttr-post-media {
	vertical-align: top;
}
.blog-md .ttr-post-info > div:last-child{
	margin-bottom:0;
}
/* Blog Share */
.blog-share{
	position:relative
}
.share-btn{
	position:absolute;
	right:0;
	bottom:0;
}
.share-btn ul{
	margin:0;
	padding:0;
	list-style:none;
}
.share-btn ul li{
	display:inline-block;
	margin-left: -40px;
	float: left;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.share-btn ul li a.btn{
	border-radius: 3px;
	width: 40px;
	line-height: 44px;
	height:44px;
	display: block;
	color:#000;
	background: #E6E6E6;
}
.share-btn ul li a.btn:hover{
	background:#D6D6D6;
}
.share-btn ul:hover li.share-button a.btn{
	background:#A0A0A0;
}	
.share-btn ul:hover li{
	margin-left: 4px;
}
.share-details-btn ul{
	margin:0;
	padding:0;
	list-style:none;
}
.share-details-btn ul li{
	display:inline-block;
	margin-right: 5px;
	margin-bottom: 6px;
}
/* recent news style 2 */
.recent-news.style-2{
	overflow: hidden;
    border-radius: 4px;
	box-shadow:0 0 30px 0 rgba(0,10,105,0.03);
	margin-bottom:50px;
	position: relative;
}
.recent-news.style-2 .media-post li.date a{
	background: var(--primary);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 30px;
    
}
.recent-news.style-2 .media-post li a{
	font-weight: 600;
    text-transform: uppercase;
    color: #9193c2;
    font-size: 14px;
	letter-spacing: unset;
}
.recent-news.style-2 .media-post{
	display: flex;
    align-items: center;
	border-bottom:0;
	padding:0;
}
.recent-news.style-2 .media-post li.date{
	padding:0;
	position: absolute;
    top:0;
	transform: rotate(90deg);
    transform-origin: top left;
	line-height: 14px;
}
.recent-news.style-2 .media-post li{
	padding: 0 20px 0 0px;
	position:relative;
}
.recent-news.style-2 .media-post li.admin{
	
}
.recent-news.style-2 .media-post li.admin a img{
	width: 36px;
    height: 36px;
	margin-right: 15px;
    border-radius: 36px;
}
.recent-news.style-2 .media-post li.comment a{
	display: flex;
}
.recent-news.style-2 .media-post li a i{
	font-size:20px;
	color:var(--primary);
	margin-right:5px;
}
.recent-news.style-2 .info-bx p{
	font-size:16px;
	line-height:28px;
	color:#25314a;
}
.recent-news.style-2 .info-bx{
	position:unset;
	padding: 25px;
}
.recent-news.style-2 .post-extra{
    padding: 0;
    border: 0;
	position: relative;
}
.recent-news.style-2 .post-extra .btn{
	padding: 13px 30px;
}

.aside-bx{
	box-shadow: 0 0 30px 0 rgba(0,10,105,0.03);
    background: #fff;
    padding: 40px 25px;
    border-radius: 4px;
}










@media only screen and (max-width: 767px) {
    .blog-md.blog-post .ttr-pfost-media,
    .blog-md.blog-post .ttr-post-info {
        float: none;
        margin: 0 0 20px;
        width: 100%;
		display:block;
		padding-left:0;
    }
	.blog-md.blog-post .ttr-post-info {
		margin-top:15px;
	}
	.blog-md .ttr-post-media {
		width:100%;
	}
}
/*Blog single*/
.blog-single{
	background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(0,10,105,0.03);
}
.blog-single .media-post{
	padding:0;
	
}
.blog-single .action-box{
	margin-bottom:30px;
}
.blog-single .ttr-post-text ul{
	padding: 0 0 0 30px;
    font-size: 20px;
}
.blog-single .ttr-post-text ul li{
	padding: 5px 0;
}
.blog-single .ttr-post-meta .post-tags a{
	color: var(--primary);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}
.blog-single .ttr-post-meta {
    margin-bottom: 0;
}
.blog-single .ttr-post-text {
    margin-top: 20px;
}
.blog-single .ttr-post-tags {
    margin-top: 20px;
}
.blog-single .ttr-post-media{
	border-radius:4px;
}
/*= comment list = */
.comments-area {
    padding: 0;
}
.comments-area .comments-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ol.comment-list li.comment {
    position: relative;
    padding: 0;
}
ol.comment-list li.comment .comment-body {
    margin-bottom: 40px;
    margin-left: 80px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0,10,105,0.03);
    padding: 30px 30px;
    border-radius: 4px;
}
ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 0;
}
ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 0;
    left: -80px;
    width: 70px;
    height: 70px;
    border-radius: 64px;
    -webkit-border-radius: 64px;
    background: #fff;
    padding: 4px;
    box-shadow: 0 0 30px 0 rgba(0,10,105,0.03);
}
ol.comment-list li.comment .comment-author .fn {
    display: inline-block;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 6px;
    line-height: 30px;
}
ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #999999;
    font-weight: 600;
}
ol.comment-list li.comment .comment-meta {
    color: #8d8d8d;
    text-transform: capitalize;
    margin-bottom: 15px;
}
ol.comment-list li.comment .comment-meta a {
    color: #8d8d8d;
}
ol.comment-list li.comment .comment-meta a {
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
ol.comment-list li.comment p {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #25314a;
}
ol.comment-list li.comment .reply a {
	color: var(--primary);
    border: 2px solid var(--primary);
    padding: 4px 20px;
    display: inline-block;
    border-radius: 40px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
ol.comment-list li.comment .reply a:hover {
	background-color: var(--primary);
	color:#fff;
}
ol.comment-list li .children {
    list-style: none;
    margin-left: 80px;
	padding: 0;
}
ol.comment-list li .children li {
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }
    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 70px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -75px;
        height: 60px;
        width: 60px;
    }
    ol.comment-list li .children {
        margin-left: 20px;
    }
    ol.comment-list li.comment .reply a {
        position: static;
    }
}
@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 52px;
    }
    ol.comment-list li.comment .comment-author .avatar {
        left: -55px;
        top: 12px;
        width: 40px;
        height: 40px;
    }
}
/*= comment form = */
.comment-respond {
    padding: 30px 30px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0,10,105,0.03);
    border-radius: 4px;
}
.comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 18px;
	font-weight: 600;
}
.comments-area .comment-form {
    margin: 0 -15px;
}
.comments-area .comment-form .comment-notes {
    display: none;
}
.comments-area .comment-form p {
    width: 33.333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}
.comments-area .comment-form p.form-allowed-tags {
    width: 100%;
}
ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px !important;
}
.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px;
}
.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
    width: 100%;
    height: 42px;
    padding: 14px 22px 14px 22px;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: capitalize;
    color: #000000;
    background: transparent;
    font-size: 14px;
}
.comments-area .comment-form p input[type="text"]:hover,
.comments-area .comment-form p textarea:hover,
.comments-area .comment-form p input[type="text"]:focus,
.comments-area .comment-form p textarea:focus{
	border-color:var(--primary);
	box-shadow:none !important;
	    outline: none;
}
.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}
.comments-area .comment-form p textarea {
    height: 120px;
}
.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
}
.comments-area .comment-form p input[type="submit"] {
    background-color: #EFBB20;
    border: none;
    border-radius: 40px;
    border-style: solid;
    border-width: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding: 8px 30px;
}
.comments-area .comment-form p input[type="submit"]:hover,
.comments-area .comment-form p input[type="submit"]:focus,
.comments-area .comment-form p input[type="submit"]:active {
    background-color: var(--sc-primary);
    border-color: #6ab33e;
    color: #000;
}
@media only screen and (max-width: 767px) {
    .comments-area .comment-form p {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .comment-respond {
        padding: 20px;
    }
}
/* Blog User */
.author-profile-pic {
    width: 125px;
    height: 125px;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: -2px 5px 10px 0 rgba(0,16,147,0.1);
    z-index: 2;
    position: relative;
	margin: auto;
}
.author-profile-content ul li a{
	padding: 0 2px;
    background: var(--primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
	text-align:center;
}
.author-profile-content ul li a:hover{
	background: var(--sc-primary);
	color:#000;
}
.author-profile-content ul li a i{
	margin:0;
}
.author-box{
	background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0 30px 0 rgba(0,10,105,0.03);
}
.author-box.blog-user .author-profile-info{
	display: flex;
}
.blog-user .author-profile-pic img{
	width:100%;
}
.blog-user .author-profile-pic {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow:none;
    z-index: 2;
    position: relative;
	margin: 0 auto;
	border:0;
}
.blog-user .author-profile-content {
    padding-left: 20px;
	text-align:left;
	padding-top: 0;
	width: 100%;
}
.blog-user .author-profile-content h6{
	font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px;
}
.blog-user .author-profile-content p {
	margin-bottom: 15px;
	color:#25314a;
}
/* Gutenberg Css */
.min-container,
.blog-post.blog-single{
	max-width: 750px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 15px;
    padding-right: 15px;
}
.max-container{
	max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 55px;
    padding-right: 55px;
}
.blog-post.blog-single .dlab-post-info{
	padding:0;
}
.blog-post.blog-single .dlab-post-text.text > ol,
.blog-post.blog-single .dlab-post-text.text > ul {
    padding-left: 30px;
}
.blog-post.blog-single .dlab-post-text.text > ol li,
.blog-post.blog-single .dlab-post-text.text > ul li {
	padding: 5px 5px;
	color: #2b2d2e;
}
.blog-post.blog-single .dlab-post-text.text > .wp-block-gallery {
	padding: 0;
	list-style: none;
}
.blog-post.blog-single .dlab-post-text.text > .wp-block-gallery li{
	padding: 0;
	list-style: none;
	margin:10px;
}
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item{
	margin: 0 8px 8px 0;
}
.wp-block-gallery.columns-4 .blocks-gallery-image, 
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image, 
.wp-block-gallery.columns-3 .blocks-gallery-item{
	margin-right: 8px;
}
.content-spacious-full .wp-block-gallery {
    margin-left: calc(-200px - (10px/2));
    margin-right: calc(-200px - (10px/2));
    width: calc(100% + 400px + 10px);
    max-width: initial;
}
.alignwide{
	margin-left: calc(-100px - (10px/2));
    margin-right: calc(-100px - (10px/2));
    width: calc(100% + 200px + 10px);
    max-width: initial;
}
.alignfullwide{
	margin-left: calc(50% - 50vw - (var(--content-share-ml,0px)/2));
	width: 100vw;
	max-width: 100vw;
	box-sizing: border-box;
}
.thm-unit-test .dlab-post-text h1, 
.thm-unit-test .dlab-post-text h2, 
.thm-unit-test .dlab-post-text h3, 
.thm-unit-test .dlab-post-text h4, 
.thm-unit-test .dlab-post-text h5, 
.thm-unit-test .dlab-post-text h6{
	font-family:Roboto;
}

.dlab-post-text h1,
.thm-unit-test .dlab-post-text h1 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 10px;
	font-weight: 700;
}
.dlab-post-text h2,
.thm-unit-test .dlab-post-text h2 {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 5px;
	font-weight: 700;
}
.dlab-post-text h3,
.thm-unit-test .dlab-post-text h3 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 8px;
	font-weight: 700;
}
.dlab-post-text h4,
.thm-unit-test .dlab-post-text h4 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 5px;
	font-weight: 600;
}
.dlab-post-text h5,
.thm-unit-test .dlab-post-text h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
	font-weight: 600;
}
.dlab-post-text h6,
.thm-unit-test .dlab-post-text h6 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
	font-weight: 600;
}
pre {
	margin: 0 0 25px;
    padding: 20px;
    color: #ddd;
    background-color: #222;
    white-space: pre;
    text-shadow: 0 1px 0 #000;
    border-radius: 5px;
    border-bottom: 1px solid #555;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) inset, 0 0 20px rgba(0, 0, 0, 0.2) inset;
}
.blog-post.blog-single .dlab-post-text ul li,
.blog-post.blog-single .dlab-post-text ol li,
.blog-post.blog-single .dlab-post-text p {
		font-family:'Domine', serif;
		font-size:15px;
		line-height:28px;
}
.blog-post.blog-single .dlab-post-text p {
	margin-bottom:28px;
}
.blog-post.blog-single .dlab-post-text blockquote p{
	font-size: 18px;
	line-height: 30px;
	color: #2b2d2e;
	margin-bottom: 10px;
	font-family: Montserrat;
	font-weight: 600;
	text-align: left;
}
.wp-block-table{
	
}
.blog-post.blog-single .dlab-post-text .wp-block-gallery {
    margin-left: calc(-190px - (10px/2));
    margin-right: calc(-190px - (10px/2));
    width: calc(100% + 380px + 10px);
    max-width: initial;
}
.blog-post.blog-single .dlab-post-text > div + p:first-letter,
.blog-post.blog-single .dlab-post-text > p:first-child:first-letter{
    color: #6d9ec4;
    font-size: 100px;
    float: left;
    margin-right: 20px;
    margin-bottom: 14px;
	margin-top: 15px;
}
.paginate-links {
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.paginate-links a, 
.paginate-links > span {
    margin: 0 0 0 10px;
    position: relative;
    border: 0px solid #6cc000;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    background: #E0E0E0;
    border-radius: 3px;
}
.wp-block-button__link {
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 700;
}
.blog-post.blog-single .dlab-post-text .has-large-font-size {
    font-size: 36px;
    line-height: 50px;
	color: #000;
}
/* Gutenberg Gallery */
.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0 !important;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 6px 6px 0;
    position: relative
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    height: 100%;
    margin: 0
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        align-items: flex-end;
        display: flex;
        justify-content: flex-start
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 5px;
    position: absolute;
    text-align: center;
    width: 100%
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
	border-radius: 4px;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        -o-object-fit: cover;
        flex: 1;
        height: 100%;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 8px)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media only screen and (max-width: 1024px) {
	.alignwide{
		margin-left: 0;
		margin-right:0;
		width: 100% !important;
		max-width: 100% !important;
	}
	.alignwide .alignleft img{
		width: 100%;
	}
	
	.alignwide .alignleft{
		margin: 5px 0px 25px 0;
		float: none;
	}
}
@media (min-width:600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(33.33333% - 10.66667px)
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(25% - 12px)
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(20% - 12.8px)
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(16.66667% - 13.33333px)
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(14.28571% - 13.71429px)
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 6px;
        width: calc(12.5% - 14px)
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}
.wp-block-image.alignfullwide img{
	border-radius:0;
}
.wp-block-image img{
	border-radius:10px;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}
.aligncenter{
	text-align:center;
}
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}
/*========================
	10. TESTIMONIALS
=========================*/
.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF;
}
.testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-pic.radius img {
    width: 100%;
    height: 100;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}
.testimonial-text {
    padding: 15px;
    position: relative;
	font-size:15px;
	font-family: "Montserrat",sans-serif;
	font-weight: 400;
}
.testimonial-detail {
    padding: 5px;
}
.testimonial-name{
    font-family: montserrat;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.testimonial-position {
	font-family: montserrat;
    font-size: 12px;
    font-style: inherit;
    text-transform: uppercase;
}
.testimonial-name,
.testimonial-position {
    display: block;
}
.testimonial-text p:last-child {
    margin: 0;
}
/*========================
	11. COUNTERUP
=========================*/
.counter {
    position: relative;
}
.counter-style-1 .counter{
	font-size:70px;
	font-weight:700;
	line-height: 70px;
	display: inline-block;
}
.counter-style-1 .counter-text{
	font-size:16px;	
	font-weight: 500;
}
.counter-style-1.text-black .counter-text{
	color:#000;
}
.counter-style-1 .icon{
	font-size:45px;
	margin-right:10px;
}
.counter-style-2{
	text-align:center;
}
.counter-style-2 .counter-bx{
	margin-bottom:10px;
}
.counter-style-2 .counter-bx span{
	font-size:60px;
	font-weight:500;
	line-height: 70px;
	display: inline-block;
	color:#000;
}
.counter-style-2 .counter-text{
	font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #627696;
    text-transform: uppercase;
}
.text-white .counter-style-2 .counter-text,
.text-white .counter-style-2 .counter-bx span{
	color:#fff;
}
.counter-style-3{
    text-align: center;
    padding: 30px 10px;
    border-radius: 8px;
}
.counter-style-3 .counter-text{
    font-size: 14px;
    color: #fff;
}
.counter-style-3 div span{
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 5px;
    display: inline-block;
}

/*========================
	12. FOOTER
=========================*/
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a {
    color: #b0b0b0;
}
footer p,
footer strong,
footer b,
footer {
    color: rgba(255,255,255,0.8);
}
footer h1 a,
footer h2 a,
footer h3 a,
footer h4 a,
footer h5 a,
footer h6 a,
footer p a {
    color: rgba(255,255,255,0.8);
}

footer .btn-link,
footer a,
footer p a {
    color: rgba(255,255,255,0.8);
}
footer a:active,
footer a:focus,
footer a:hover {
    color: rgba(255,255,255,0.8);
}
/* widget color */
footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_pages ul li a,
footer .widget_recent_comments ul li a,
footer .widget_nav_menu li a,
footer .widget_recent_entries ul li a,
footer .widget_services ul li a {
    color: rgba(255,255,255,0.8);
}
footer.text-white .widget_categories ul li a, 
footer.text-white .widget_archive ul li a, 
footer.text-white .widget_meta ul li a, 
footer.text-white .widget_pages ul li a, 
footer.text-white .widget_recent_comments ul li a, 
footer.text-white .widget_nav_menu li a, 
footer.text-white .widget_recent_entries ul li a, 
footer.text-white .widget_services ul li a, 
footer.text-white a, 
footer.text-white .footer-bottom, 
footer.text-white p, 
footer.text-white strong, 
footer.text-white b, 
footer.text-white .widget .post-title, 
footer.text-white .widget-about .ttr-title, 
footer.text-white {
    color: rgba(255,255,255,1);
}
footer p {
    margin-bottom: 10px;
}
footer p,
footer li {
    font-size: 16px;
    line-height: 32px;
}
footer#footer {
    background-position: center;
    background-size: cover;
}
footer p {
    line-height: 32px;
    margin-bottom: 15px;
	opacity:0.8;
	color: #fff;
	font-weight: 300;
}
footer .footer_widget ul {
    list-style: none;
    margin-top: -10px;
	padding: 0;
}
/*widget li in footer*/
footer .widget_categories ul li,
footer .widget_archive ul li,
footer .widget_meta ul li,
footer .widget_pages ul li,
footer .widget_recent_comments ul li,
footer .widget_nav_menu li,
footer .widget_recent_entries ul li,
footer .widget_services ul li {
    border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}
footer .widget_services ul li {
	transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	padding: 10px 0px 10px 15px;
}
footer .widget_services ul li:hover {
	transform: translateX(10px);
	-moz-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
	-ms-transform: translateX(10px);
}
.footer-logo {
    width: 90px;
    display: block;
}
.footer-top {
    background-color:#0a0b0c;
	background-image:url(../images/pattern/pt2.png), url(../images/pattern/pt2.png);
    background-position: center;
    padding: 95px 0 0px;
}
.footer-top .widget {
    margin-bottom: 30px;
}
.footer-bottom {
    background-color:#303030;
    padding: 25px 0;
    color: #b0b0b0;
	border-top:1px solid rgba(255,255,255,0.05);
}
.footer-bottom ul {
    margin: 0;
}
.footer-title{
	margin-bottom: 20px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 20px;
	position: relative;
}
.footer_widget ul li a{
	padding: 5px 0;
    display: block;
    font-weight: 400;
    line-height: 28px;
}
.ft-social-bx{
	margin-bottom:0;
}
.ft-social-bx a{
	margin-right: 0;
	color: #fff;
	width: 45px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	text-align: center;
	font-size: 14px;
}
.ft-social-bx a i{
	margin:0;
}
.list-2 ul{
	margin:0;
	padding:0;
	list-style:none;
	display:table;
	margin-top:-8px;
	margin-bottom:-8px;
}
.list-2 ul li{
	width:50%;
	float:left;
}
.list-2 ul li a{
	color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 0;
    display: block;
    opacity: 0.8;
	line-height: 22px;
}
.footer_talkus p{
	margin-top: -10px;
}
.footer-innner-btm{
	display:flex;
	justify-content: space-between;
	border-top:1px solid rgba(255,255,255,0.1);
	/*padding: 25px 0;*/
}
.footer-innner-btm p{
	color:#fff;
	opacity:0.8;
	font-weight:300;
	font-size:14px;
	margin:0;
}
/* Subscribe Form */
.subscribe-form{
	background:var(--sc-primary);
	color:#000;
	background-image:url(../images/pattern/pt1.png), url(../images/pattern/pt1.png);
	padding:43px;
	margin-top: -45px;
	border-top:5px solid var(--primary);
}
.subscribe-form .footer-title{
	color:#000;
	font-size:24px;
	margin-bottom:10px;
	font-weight:600;
}
.subscribe-form p{
	color:#000;
	font-weight:500;
	font-size:15px;
	opacity:1;
	line-height:24px;
}





.subscribe-form input{
	background-color: #fff;
    height: 60px;
    padding: 10px 24px;
    margin-right: 0;
    color: #fff;
    font-size: 15px;
    border-radius: 4px !important;
    border: 2px solid rgba(0,0,0,0.3);
    margin-bottom: 16px;
}
.subscribe-form form{
	margin-bottom:20px;
}
.subscribe-form form .btn{
	height: 60px;
    padding: 0 30px;
    font-size: 18px;
    border-radius: 6px;
    font-weight: 600;
}
/* subscribe box 2 */

.subscribe-box .subscribe-title{
	max-width: 300px;
	width: 300px;
	min-width: 300px;`	
}
.subscribe-box .subscribe-title h4{ 
	font-size: 24px;
	font-weight: 700;
	font-family: Poppins;
	color: #fff;
	margin-bottom: 0;
}
.subscribe-box .form-control {
	background-color:rgba(0,0,0,0);
	color:#fff;
	border-bottom:1px solid rgba(255,255,255,0.3);
	padding-left:0;
}
.subscribe-box .form-control::-moz-placeholder {
    color: #fff;
	opacity:0.5;
}
.subscribe-box .form-control:-moz-placeholder {
    color: #fff;
	opacity:0.5;
}
.subscribe-box .form-control:-ms-input-placeholder {
    color: #fff;
	opacity:0.5;
}
.subscribe-box .form-control::-webkit-input-placeholder {
    color: #fff;
	opacity:0.5;
}
.subscribe-box .subscribe-form {
	width:100%;
	padding-left: 30px;
}
.subscribe-box{
	
}
.subscribe-box .btn{
	
}
.subscribe-action{
    max-width: 600px;
    margin: auto;
    padding: 10px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    border-radius: 60px;
	background: #fff;
}
.subscribe-action .form-control{
	border:0;
	padding:10px 30px;
	font-size:15px;
}
.bg-dark-gray{
	background-color:#3744a8;
}
/* scroll top btn css */
button.back-to-top {
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    box-shadow: 2px 2px 12px -5px #000000;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 26px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 40px;
    z-index: 99999;
}
/* Footer White */
.footer-white .footer-top.bt0{
	border-top:0;
	
}
.footer-white .footer-top,
.footer-white .footer-bottom {
	 background: #fff;
	 color:#6f6f6f;
	 border-top: 1px solid rgba(0,0,0,0.1);
}
.footer-white .footer-title{
	color:#000;
}
.footer-white .footer-title::after {
	width: 50px;
    background: var(--primary);
    opacity: 1;
    height: 2px;
}
footer.footer-white .btn-link, 
footer.footer-white a, 
footer.footer-white p a,
footer.footer-white p, 
footer.footer-white strong, 
footer.footer-white b, 
footer.footer-white{
	color:#6f6f6f;
}
footer.footer-white .btn {
	color:#fff;
}
.pt-exebar {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.pt-social-link,
.pt-btn-join{
	border-left: 1px solid rgba(0,0,0,0.1);
}
/*==== LOADING ====*/
#loading-icon-bx {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
}
/*========================
	13. INNER CONTENT CSS
=========================*/
/* About Section */
.service-info-bx{
	margin-top: -215px;
}
.service-bx{
	box-shadow:0 0 25px 0 rgba(29,25,0,0.25);
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	position:relative;
	background-color:#fff;
}
.service-bx [class*="feature-"]{
	box-shadow: 0 0 25px 0 rgba(29,25,0,0.15);
	margin-top: -30px;
	position: relative;
	top: -40px;
	margin-bottom: -20px;
}
.service-bx .info-bx{
	padding:30px;
}
.service-bx:hover{
	transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-webkit-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	-o-transform:translateY(-15px);
}
.service-icon-bx{
	display: flex;
    align-items: center;
    max-width: 800px;
    margin: auto;
    padding: 100px 0;
    border-bottom: 2px dashed rgba(0,0,0,0.2);
}
.service-icon-bx .service-icon a{
	font-size: 150px;
    background: #e1e3ff;
    border-radius: 100%;
    height: 300px;
    width: 300px;
    display: inline-block;
    text-align: center;
    line-height: 300px;
}
.service-icon-bx .service-info{
	padding: 0 0 0 50px;
	max-width: 400px;
    margin-left: auto;
}
.service-icon-bx:nth-child(2n){
	flex-direction: row-reverse;
}
.service-icon-bx:nth-child(2n) .service-info{
	margin-right: auto;
	margin-left:0;
	padding-left:0;
	padding-right:30px;
}
.service-icon-bx .service-icon{
	position:relative;
}
.service-icon-bx .service-icon:after{
	content: attr(data-name);
    font-size: 18px;
    font-weight: 700;
    font-family: roboto;
    position: absolute;
    line-height: 50px;
    top: 50%;
    right: -30px;
    width: 60px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    height: 60px;
    background: var(--primary);
    border-radius: 100%;
    text-align: center;
    color: #fff;
    border: 5px solid #fff;
}
.service-icon-bx:nth-child(2n) .service-icon:after{
	right: auto;
	left:-30px;
}
.service-icon-bx:first-child{
	padding-top: 40px;
}
.service-icon-bx:last-child{
	border: 0;
    padding-bottom: 10px;
}
.service-list{
	margin:0;
	padding:0;
	list-style:none;
}
.service-list li{
	
}
.service-list li a{
	background: #fff;
    display: block;
    margin-bottom: 8px;
    padding: 18px 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 4px;
	position:relative;
	z-index:1;
	 transition: all 0.5s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.service-list li.active a{
	background-color: var(--primary);
    color: #fff;
    box-shadow: 10px 10px 30px 0 rgba(35,46,255,0.2);
}
.service-list li a:after{
	content: "";
    height: 100%;
    background-color: var(--primary);
    width: 0;
    position: absolute;
    right: 0;
    transition: all 0.5s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    z-index: -1;
    top: 0;
    transform-origin: right;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
	border-radius: 4px;
}
.service-list li:hover a{
	color: #fff;
}
.service-list li:hover a:after{
	 transform-origin: left;
    -moz-transform-origin: left;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    width: 100%;
    right: auto;
    left: 0;
}
.brochure-bx{
	    /*background-color: var(--primary);*/
   /* padding: 50px 40px;*/
    border-radius: 4px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.brochure-bx .title {
	font-size: 30px;
    line-height: 40px;
    color: var(--sc-primary);
}
.brochure-bx p{
	font-size: 18px;
    color: #fff;
    line-height: 32px;
}
.brochure-bx:after{
	z-index: -1;
    content: "\f100";
    font-family: "Flaticon";
    position: absolute;
    color: #fff;
    font-size: 200px;
    bottom: 0;
    line-height: 200px;
    opacity: 0.1;
}
.service-textarea p{
	font-size: 17px;
    line-height: 30px;
    color: #32345b;
}




/* Recent News */
.recent-news{
	box-shadow: 0 5px 10px 0 rgba(0,0,0,.1);
	background: #fff;
}
.recent-news.blog-lg{
	box-shadow: none;
}
.recent-news.blog-lg .info-bx{
	border:0;
	padding: 20px 0 0 0;
}
.blog-post .post-title,
.recent-news .post-title{
	margin-top: 0px;
	margin-bottom: 6px;
	font-family: roboto;
}
.recent-news .info-bx{
	padding: 20px;	
    border: 1px solid #EEEEEE;
}
.comments-bx{
	margin-left:auto;
	color:#000;
}
.comments-bx i{
	margin-right:5px;
}
.post-extra {
    display: flex;
    margin-top: 15px;
}
.media-post{
	margin-bottom: 15px;
}
.media-post,
.post-tag{
	margin-bottom: 5px;
}
.media-post li{
	list-style: none;
	display: inline-block;
	font-size: 13px;
	text-transform: capitalize;
	font-family: ;
	margin-right: 5px;
}
.media-post li a{
	color: var(--primary);
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.media-post li a i{
	margin-right:5px;
	font-size: 13px;
}
.post-tag li{
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	list-style: none;
}
.post-title a{
	color:#061538;
    font-size: 21px;
    /*line-height: 40px;*/
    margin-bottom: 15px;
    font-weight: 600;
}
.blog-post p,
.recent-news p{
	margin-bottom: 10px;
	font-size: 14px;
	color:#242424;
}
.testimonial-carousel .owl-stage{
	padding-left: 0px !important;
}
.testimonial-carousel .owl-nav{
	position: absolute;
    top: -80px;
    left: 0;
	text-align: right;
	max-width: 1140px;
	    width: 100%;
}
.recent-news-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 25px;
    width: 50px;
    transform: translateY(-50%);
}
.courses-carousel-2{
	
}
.courses-carousel .owl-nav .owl-next,
.courses-carousel .owl-nav .owl-prev{
	background-color:var(--primary);
	margin: 0 5px !important;
}
.courses-carousel .owl-nav .owl-next:hover,
.courses-carousel .owl-nav .owl-prev:hover{
	background-color:var(--sc-primary);
}
.testimonial-carousel.owl-btn-1 .owl-prev, 
.testimonial-carousel.owl-btn-1 .owl-next{
	line-height:50px;
	height:50px;
	width:50px;
	border-radius:50px;
	background-color:#f7aa06;
	color:#000;
	margin: 0 5px !important;
}
.testimonial-carousel .owl-nav .owl-next:hover,
.testimonial-carousel .owl-nav .owl-prev:hover{
	background-color:var(--primary);
	color:#fff;
}



.courses-carousel-2 .owl-dots,
.testimonial-carousel-2 .owl-dots{
	text-align:center;
	margin-top:15px;
}
.courses-carousel-2 .owl-dots .owl-dot,
.testimonial-carousel-2 .owl-dots .owl-dot{
	width: 15px;
	height: 4px;
	background: #000;
	display: inline-block;
	margin: 0 4px;
	cursor:pointer;
	border-radius:2px;
	opacity: 0.2;
}
.courses-carousel-2 .owl-dots .owl-dot.active,
.testimonial-carousel-2 .owl-dots .owl-dot.active{
	opacity:1;
	background:var(--primary)
}
/* heading-bx */
.heading-bx.left .title-head{
	margin-bottom: 10px;
    margin-top: 0;
    line-height: 32px;
    padding-left: 10px;
    border-left: 5px solid var(--primary);
}
.heading-bx.left p{
	max-width:500px;
	margin-bottom:0;
}
.title-head span{
	font-weight:400;
}
.heading-bx.style1{
	font-family:Poppins;
}
.heading-bx.style1 .title-head{
	color:#3f3e85;
	font-size:40px;
	line-height:50px;
	font-family:Poppins;
	font-weight: 700;
	margin-bottom:0;
}
.heading-bx.style1 p{
	color:#6c7079;
	margin-bottom: 0;
}
.heading-bx.style1.text-white .title-head{
	color:#fff;
}
.heading-bx.style1.text-white p{
	color:#fff;
	opacity:0.7;
}

/* section space */
.section-sp1{
	padding-top:100px;
	padding-bottom:70px;
}
.section-sp2{
	padding-top:100px;
	/*padding-bottom:100px;*/
}
.section-sp3{
	padding-top:100px;
	padding-bottom:0;
}
.section-sp4{
	padding-top:50px;
	padding-bottom:50px;
}
/* Event Box */
.event-bx.card{
	background: transparent;
}
.faq-bx .event-bx .card-header{
	cursor: pointer;
	position: relative;
    padding: 33px 50px 30px 120px !important;
    vertical-align: middle;
    margin-bottom: 0 !important;
    box-shadow: 0px 0px 0 3px rgba(0,0,0,0.05);
	background:#fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.faq-bx .event-bx .card-header:after{
	content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    font-size: 30px;
    top: 42px;
    color: #000;
    opacity: 0.4;
}
.event-bx .card-header .event-mamber{
	width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 30px;
}
.event-bx .card-header .event-date{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--primary);
}
.event-bx .card-body{
	box-shadow: 0px 0px 0 3px rgba(0,0,0,0.05);
}
.event-map{
	margin-bottom:30px;
}
.event-map iframe{
	height:400px;
}
.event-bx .card-body p{
	font-size: 18px;
    line-height: 32px;
}
.event-bx .card-header .title{
	margin-bottom: 5px;
}
.place-bx{
    padding: 20px 30px;
    background:#eef2f8;
    color: #fff;
    border-radius: 8px;
}
.place-bx .title{
	color:var(--primary);
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 4px;
    line-height: 30px;
}
.place-bx span{
	color: #5a5b83;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 28px;
}
.event-bx:hover .card-header{
	box-shadow: 5px 5px 30px 3px rgba(45,46,104,0.15);
}
.event-bx.style1{
	display:flex;
	align-items: stretch;
	box-shadow: 0 0 30px 0 rgba(0, 86, 106, 0.15);
	border-radius: 6px;
	overflow: hidden;
	margin-bottom:30px;
	background: #fff;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	position: relative;
}
.event-bx.style1:hover{
	transform:translateY(-5px) scale(1.02);
	-moz-transform:translateY(5px) scale(1.02);
	-o-transform:translateY(-5px) scale(1.02);
	-webkit-transform:translateY(-5px) scale(1.02);
	-ms-transform:translateY(-5px) scale(1.02);
}
.event-bx.style1 .event-title a{
	color:#3f3e85;
}
.event-bx.style1 .action-box{
	max-width:500px;
	width:500px;
	display: flex;
}
.event-bx.style1 .info-bx{
	padding: 50px;
}
.event-bx.style1 .action-box img{
	object-fit:cover;
	    height: 100%;
}
.event-bx.style1 .event-time{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0;
	margin-right:0;
}
.event-time .event-date{
	font-size: 55px;
    font-family: rubik;
    font-weight: 700;
    line-height: 55px;
}
/* Event Form */
.event-form{
	background:#232eff;
	padding: 30px 30px;
	border-radius: 4px;	
}
.event-form.contact-bx textarea.form-control{
	height: 150px;
}
.event-form .heading-bx {
    margin-bottom: 20px;
}
.event-form .btn-secondry:active, 
.event-form .btn-secondry:hover, 
.event-form .btn-secondry:focus{
	background-color:#181b4a;
}


/* Time Line */
.timeline-nav{
	top: 150px;
}
.timeline-nav ul{
	margin: 0;
	padding: 0 30px 0 0;
	list-style: none;
	text-align:right;
}
.timeline-nav ul li{
	display:block;
	width: 100%;
}
.timeline-nav ul li a{
	display: block;
	width: 100%;
	font-size: 22px;
	font-weight: 700;
	color: var(--primary);
	opacity: 0.3;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	padding: 0 0;
	text-decoration:underline;
	padding: 5px 0;
}
.timeline-nav ul li a.active{
	opacity: 1;
	font-size: 44px;
	color: var(--primary);
	padding: 10px 0;
}
.timeline-box{
	margin-bottom:60px;
}
.timeline-box p{
    font-size: 18px;
    line-height: 32px;
    color: #404153;
}

/* Time Line 2 */
.timeline-view {
	position:relative;
}
.timeline-view:after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.timeline-area {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.timeline-area:after {
	content: '';
	position: absolute;
	width: 26px;
	height: 26px;
	right: -13px;
	background-color: white;
	border: 4px solid var(--primary);
	top: 15px;
	border-radius: 50%;
	z-index: 2;
    box-shadow: 0 0 0 5px rgba(45,46,255,0.1), 0 0 0 10px rgba(45,46,255,0.1);
}
.timeline-view .left {
  left: 0;
}
.timeline-view .right {
  left: 50%;
}
.timeline-view .left:before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}
.timeline-view .right:before {
	content: " ";
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}
.timeline-view .right:after {
	left: -13px;
}
.timeline-content {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
	box-shadow:0 10px 40px 0 rgba(237,244,255,0.75);
}

@media screen and (max-width: 600px) {
	.timeline-view:after {
	  left: 31px;
	}
	.timeline-area {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}
	.timeline-area:before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}
	.timeline-view .left:after, 
	.timeline-view .right:after {
		left: 15px;
	}
	.timeline-view .right {
		left: 0%;
	}
}




/* Testimonials */
.testimonial-bx{
	background-color: #fff;
	padding:30px;
	border-radius: 10px;
	position:relative;
	overflow:hidden;
}
.testimonial-bx:before,
.testimonial-bx:after{
	position:absolute;
	content:"";
	background:var(--sc-primary);
}
.testimonial-bx:before{
	height:100%;
	width:10px;
	right:0;
	top:0;
}
.testimonial-bx:after{
	height:200px;
	width:200px;
	right:-80px;
	bottom:-80px;
	border-radius:200px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.testimonial-bx .testimonial-content p,
.testimonial-bx .testimonial-info p{
	margin: 0;
}
.testimonial-bx .testimonial-info h5{
	font-weight: 600;
	margin-bottom: 0;
	color: var(--primary);
}
.testimonial-bx .testimonial-info {
	margin-top: 15px;
}
.testimonial-bx .testimonial-info:after {
    content: "\f10e";
    position: absolute;
    font-family: fontawesome;
    font-size: 60px;
    color:var(--primary);
    right: 25px;
    bottom: 0;
	z-index: 9;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.testimonial-thumb {
    width: 80px;
    border-radius: 50px;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0 8px 5px rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
	z-index: 9;
}
.testimonial-bx:hover .testimonial-info:after {
	opacity:0;
}
.testimonial-bx .testimonial-content p{
	color:#303030;
	font-size:16px;
}

.testimonial-bx .testimonial-pic {
	background: #FFF;
	width: 80px;
	height: 80px;
	position: absolute;
	right: -100px;
	border-radius: 100%;
	overflow: hidden;
	bottom: -100px;
	z-index: 10;
	border: 3px solid #fff;
	box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.15);
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	display: block;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.testimonial-bx:hover .testimonial-pic {
    right: 20px;
    bottom: 20px;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.testimonial-bx:hover:after {
    height: 200px;
    width: 200px;
    right: -110px;
	background-color:var(--primary);
	bottom: -110px;
}
.case-studies,
.our-partner,
.team-area,
.news-area{
	position:relative;
	z-index:2;
}
.our-partner{
	z-index:3;
}
.news-area{
	overflow:hidden;
}
.news-area:before {
    content: attr(data-name);
    font-size: 160px;
    line-height: 160px;
    left: 0;
    letter-spacing: 10px;
    position: absolute;
    top: 60px;
    z-index: -1;
    font-weight: 700;
	text-shadow:0 5px 40px #edf4ff;	
    color: #eef2f8;
	-webkit-animation:15s scrollup infinite linear;
	-moz-animation:15s scrollup infinite linear;
	-o-animation:15s scrollup infinite linear;
	-ms-animation:15s scrollup infinite linear;
	animation:15s scrollup infinite linear;
	white-space: nowrap;
}
.case-studies:before,
.our-partner:before,
.team-area:before {
	content: none;
	font-size: 220px;
	line-height: 210px;
	left: 0;
	letter-spacing: 10px;
	position: absolute;
	bottom: -28px;
	z-index: -1;
	font-weight: 700;
	text-shadow: 0 5px 40px #edf4ff;
	color: #fff;
	width: 100%;
	text-align: center;
}

.our-partner:before{
	text-align:left;
	bottom:auto;
	top:0;
}
.case-studies:before{
	text-align:center;
	bottom:auto;
	top:-20px;
}
/* Image Move Css */
/* @-webkit-keyframes scrollup{
	100%{
		background-position: -3000px 0px;
	}
}
@-moz-keyframes scrollup{
	100%{
		background-position: -3000px 0px;
	}
}
@-o-keyframes scrollup{
	100%{
		background-position: -3000px 0px;
	}
}
@-ms-keyframes scrollup{
	100%{
		background-position: -3000px 0px;
	}
} */
@keyframes scrollup{
	100%{
		transform:translateX(-3000px);
	}
}


/* testimonial-bx style1 */
.testimonial-bx.style1{
	background: #6021ff;
	background: -moz-linear-gradient(45deg, #6021ff 11%, #0066ff 85%);
	background: -webkit-linear-gradient(45deg, #6021ff 11%,#0066ff 85%);
	background: linear-gradient(45deg, #6021ff 11%,#0066ff 85%);
	border:0;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6021ff', endColorstr='#0066ff',GradientType=1 );
	padding: 30px 20px 50px 30px;
	margin-left: 0;
	margin-bottom: 40px;
	border-radius: 15px;
}
.active .testimonial-bx.style1{
	opacity:0.3;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
}
.center.active .testimonial-bx.style1{
	opacity:1;
}
.testimonial-bx.style1 .testimonial-thumb{
	bottom: 10px;
	left: 30px;
	width: 60px;
	border: 5px solid #fff;
}
.testimonial-bx.style1 .testimonial-content p{
	color:#fff;
	opacity:0.8;
}
.testimonial-bx.style1 .testimonial-info p,
.testimonial-bx.style1 .testimonial-info h5{
	color:#fff;
}
.testimonial-bx.style1 .testimonial-info:after{
	color:#fff;
	opacity:0.2;
}
.testimonial-bx.style2{
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.testimonial-bx.style2.blue{
	background:#f5f5ff;
}
.testimonial-bx.style2.orange{
	background:#fff9f3;
}
.testimonial-bx.style2.red{
	background:#fff3f3;
}
.testimonial-bx.style2.red .testimonial-info:after{
    background: #fc6765;
    box-shadow: 10px 10px 50px 0px #fc6765;
	color: #fff;
}
.testimonial-bx.style2.orange .testimonial-info:after{
    background: #ffa143;
    box-shadow: 10px 10px 50px 0px #ffa143;
	color: #fff;
}
.testimonial-bx.style2.blue .testimonial-info:after{
    background: #675fff;
    box-shadow: 10px 10px 50px 0px #675fff;
	color: #fff;
}

.testimonial-bx.style2:before,
.testimonial-bx.style2:after{
	content:none;
}
.testimonial-bx.style2 .title{
	margin-bottom:10px;
}
.testimonial-rating{
	color:#ffb944;
	margin-bottom: 12px;
}
.testimonial-bx.style2 .testimonial-thumb{
	position: absolute;
	width: 60px;
	border: 0;
	left:0;
    box-shadow: none;
}
.testimonial-bx.style2 .client-info{
	position:relative;
	padding-left:80px;
	margin-top: 30px;
}
.testimonial-bx.style2 .client-info .name{
	font-size: 18px;
    line-height: 26px;
    margin-bottom: 4px;
}
.testimonial-bx.style2 .testimonial-info{
	margin-top: 0;
	padding: 5px 0;
}
.testimonial-bx.style2 .testimonial-info p{
	font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #6d747e;
}
.testimonial-bx.style2 .testimonial-info:after{
    font-size: 20px;
    right: 0;
    bottom: 0;
    background: #e2e3ff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
}
.testimonial-bx.style2:hover .testimonial-info:after{
	opacity:1;
}
.testimonial-bx.style2:hover{
	transform:translateY(-10px);
}
/* testimonial-bx style1 END */
.ovbl-middle:after,
.ovbl-light:after,
.ovbl-dark:after{
	background: #000;
}
.our-story{
	position:relative;
	z-index: 1;
}
.our-story:after{
	width:50%;
	content:"";
	height:100%;
	position:absolute;
	left:50%;
	background-color:#fff;
	top:0;
	z-index: -1;
}
.our-story .style1 p{
	margin-bottom:20px;
}
.our-story .heading-bx.style1 .title-head{
	margin-bottom:10px;
}
.video-bx{
	position:relative;
}
.video-bx .video-media-bx a{
	width:80px;
	height:80px;
	border-radius:80px;
	line-height:80px;
	font-size:24px;
}
.counter-style-1 span{
	font-size:70px;
	font-weight:700;
	line-height: 70px;
	display: inline-block;
}
.counter-style-1 .counter-text{
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.join-content-bx{
	max-width:800px;
	margin:auto;
}
.join-content-bx h2{
	font-size: 45px;
	line-height: 65px;
	margin: 0px 0 20px 0;
}
.join-content-bx h4{
	font-weight:400;
	font-size:30px;
}
.join-content-bx p{
	line-height:24px;
	opacity: 0.8;
}
.choose-bx .choose-bx-in{
	margin-top:-20px;
}
.faq-bx .card{
	border:0;
	margin-bottom: 20px;
}
.faq-bx .card-header{
	padding: 0;
    border-radius: 4px;
    background: transparent;
    border: 0;
	margin-bottom: -4px;
    z-index: 1;
}
.faq-bx .card-header a.collapsed {
    color: #000;
    background:#fff;
    box-shadow:none;
	box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.02);
}
.faq-bx .card-header a{
	box-shadow: 10px 10px 30px 0 rgba(35,46,255,0.3);
	background: var(--primary);
	color: #fff;
	border-radius: 4px;
	font-weight: 600;
	padding: 15px 50px 15px 30px;
	display: block;
    border: 0;
	cursor:pointer;
	position:relative;
}
.faq-bx .card-header a.collapsed:after{
	transform: rotate(0);
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}
.faq-bx .card-header a:after{
	content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    opacity: 0.8;
    font-weight: normal;
    top: 15px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.faq-bx .card-header a:hover{
	color:#fff;
	box-shadow: 10px 10px 30px 0 rgba(35,46,255,0.3);
	background: var(--primary);
}
.faq-bx .card-body {
	font-size: 16px;
    line-height: 30px;
    padding: 30px 30px;
	background: #fff;
    border-radius: 4px;
}
.faq-bx .acod-content {
    margin: 10px 0 0 0;
}
.faq-bx .acod-body{
	border:0;
}
/* MemberShip */
.pricingtable-inner {
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(17,0,34,0.1);
}
.pricingtable-features,
.pricingtable-features li,
.pricingtable-footer{
	border:0;
}
.pricingtable-features li{
	color: #353535;
	font-size: 14px;
	font-weight: 500;
}
.pricingtable-bx {
	font-size: 120px;
	font-weight: 300;
	line-height: 90px;
	font-family:rubik;
	color:#fff;
}
.priceing-doller {
    vertical-align: top;
	font-size:30px;
	line-height:30px;
	color:#fff;
}
.pricingtable-type{
	color:#fff;
}
.pricingtable-type::before{
	content: "/";
	margin-right: 10px;
	color:#fff;
}
.pricingtable-price{
	padding: 20px 20px;
	background-color: transparent;
	border: 0px solid #E9E9E9;
}
.pricingtable-main{
	background: #ff5e14; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e14', endColorstr='#ff8e14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pricingtable-title {
	background-color: rgba(255,255,255,0.2);
	padding: 10px 10px 5px 10px;
}
.pricingtable-title h2{
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
}
.pricingtable-title p{
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
}
.pricingtable-features li:nth-child(2n) {
    background-color: rgba(0,0,0,0.1);
}
.pricingtable-footer{
	background-color: rgba(0,0,0,0.1);
}
.pricingtable-footer .btn{
	font-size:16px;
	padding: 10px 30px;
}
/* Profile Box */
.profile-bx{
	border:1px solid #e9e9e9;
	position:sticky;
	top:100px;
}
.user-profile-thumb{
	width:100px;
	height:100px;
	overflow:hidden;
	border-radius:100px;
	border: 5px solid #fff;
	box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
	margin:25px auto 15px; 
}
.profile-info{
	margin-bottom:15px;
}
.profile-info h4{
	font-size:18px;	
	margin-bottom: 0;
}
.profile-info span{
	font-size:14px;
	color:#717171;
}
.profile-social ul li a{
	width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    border: 1px solid #e9e9e9;
    line-height: 34px;
    border-radius: 40px;
    color: #000;
    font-size: 14px;
}
.profile-social{
	border-bottom: 1px solid #e9e9e9;
	padding-bottom:15px;
}
.profile-content-bx{
	border: 1px solid #e9e9e9;
}
.profile-tabnav{ 
	margin:20px 0;
}
.profile-tabnav .nav{ 
	border:0;
}
.profile-tabnav .nav li{  
	display:block;
	width:100%;
}
.profile-tabnav .nav li a{
	border:0;
	color: #8a8a8a;
	font-size: 15px;
	text-align: left;
	padding: 10px 30px;
}
.profile-tabnav .nav li a.active{
	background-color: var(--primary);
	color: #fff;
	border-radius: 0;
}
.profile-tabnav .nav li a i{
	margin-right:10px;
}
.profile-head h3{
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:0;
	font-weight:500;
}
.profile-head{
	display:flex;
	padding: 10px 15px 10px 30px;
	border-bottom: 1px solid #e9e9e9;
	align-items: center;
}
.profile-head .feature-filters{
	margin-bottom:0;
}
.courses-filter .action-card{
	margin-bottom:30px;
}
.courses-filter{
	padding:30px 30px 0 30px;
}
.profile-head .feature-filters.style1 li a{
	font-weight: 400;
	font-size: 15px;
}
.edit-profile h3{
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.edit-profile .help{
	font-size:12px;
	line-height:18px;

	display: block;
}
.edit-profile .col-form-label{
	font-size:14px;
	font-weight: 400;
}
.edit-profile{
	padding:30px;
}
.edit-profile .form-group {
	margin-bottom: 15px;
}
/* My Account */
.account-form{
	display:flex;
	width: 100%;
	position: relative;
}
.account-head{
	position: sticky;
	left:0;
	top:0;
	z-index: 1;
	width: 500px;
	min-width: 500px;
	height: 100vh;
	background-position: center;
	text-align: center;
	align-items: center;
	display: flex;
	vertical-align: middle;
}
.account-head a{
	display:block;
	width:100%;
}
.account-head:after{
	opacity:0.9;
	content:"";
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	width:100%;
	height:100%;
	background: #ff5e14; /* Old browsers */
	background: -moz-linear-gradient(45deg, #ff5e14 0%, #ff8e14 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #ff5e14 0%,#ff8e14 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e14', endColorstr='#ff8e14',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.account-form-inner {
    width: 100%;
	align-self: center;
}
.account-container {
    max-width: 400px;
	margin: auto;
	padding: 30px 0;	
}
.custom-control-label:before{
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 2px solid var(--primary);
	top: 2px;
}
.custom-control-label:after{
	width: 20px;
	height: 20px;
	top: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
	background-color: var(--primary);
}
.account-container .form-forget{
	display:flex;
}
.account-container .form-forget .custom-control-label{
	font-weight:400;
}
.account-container .btn.button-md{
	padding: 12px 40px;
}
.account-container .form-control{
	border-color: rgba(0,0,0,0.2);
}
.account-container .facebook i,
.account-container .google-plus i{
	border-right:1px solid #fff;
	padding-right:10px;
	margin-right:10px;
}
.account-form .heading-bx p a{
	color: var(--primary);
	text-decoration: underline;
	padding-bottom: 0px;
}
/* .g-recaptcha {
  transform-origin: left top;
} */
/* Google Recaptcha */
 
.g-recaptcha,
#rc-imageselect {
    transform:scale(0.99);
    -webkit-transform:scale(0.99);
    -moz-transform:scale(0.99);
    -o-transform:scale(0.99);
    
    transform-origin:0 0;
    -o-transform-origin:0 0;
    -moz-transform-origin:0 0;
    -webkit-transform-origin:0 0;
}
@media screen and (max-width: 575px){
	#rc-imageselect, 
	.g-recaptcha {
        transform:scale(0.77);
        -moz-transform:scale(0.77);
        -o-transform:scale(0.77);
        -webkit-transform:scale(0.77);
        
        transform-origin:0 0;
        -moz-transform-origin:0 0;
        -o-transform-origin:0 0;
        -webkit-transform-origin:0 0;
    
    }
}
.recaptcha-box{
 height:60px;
}
.g-recaptcha > div{
	width:250px !important; 
}
/* Google Recaptcha */
/* error */
.error-page{
	text-align:center;
}
.error-404{
	height: 100vh;
}
.error-title span {
    width: 145px;
    height: 145px;
    display: inline-block;
    background-image: url(../images/error.gif);
    background-size: 100%;
    margin: 0 10px;
}
.error-404 .account-container {
	max-width: 550px;
}
.error-title{
	font-size: 180px;
    line-height: 180px;
    margin-bottom: 0;
}
.error-page h3{
	font-size: 50px;
    opacity: 0.2;
}
.error-page h5{
	font-size: 30px;
    opacity: 1;
    font-weight: 500;
    line-height: 48px;
}
.error-page p{
	font-size:16px;
	line-height:26px;
}
.why-chooses-bx .faq-bx{
	max-width: 700px;
	margin: auto;
}
.why-chooses-bx .faq-bx .panel {
	background:#fff;
	margin-bottom: 6px;
}
/* Services Box */
.services-bx:hover:after{
	background: #0066ff; /* Old browsers */
	background: -moz-linear-gradient(top, #0066ff 0%, #6021ff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0066ff 0%,#6021ff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0066ff 0%,#6021ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#6021ff',GradientType=0 ); /* IE6-9 */
}
.services-bx .ttr-tilte,
.service-no,
.services-bx p,
.services-bx,
.services-bx:after{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.services-bx:after{
	content: "";
	position: absolute;
	height: 100%;
	bottom: -100%;
	width: 100%;
	left: 0;
	z-index: -1;
	border-radius:100%;
}
.services-bx:hover:after{
	border-radius:0;
	bottom: 0;
	border-radius:0;
}
.services-bx:hover{
	transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-o-transform:translateY(-15px);
	-webkit-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
}
.service-no {
	line-height: 70px;
    font-family: Poppins;
    font-size: 70px;
    color: transparent;
    position: absolute;
    top: 40px;
    right: 40px;
    font-weight: 500;
	background-clip: text;
	color:#393dff;
}
.services-bx{
	box-shadow: 0 10px 30px 0 rgba(8,0,255,0.1);
	padding: 50px;
	position: relative;
	z-index: 1;
	overflow:hidden;
	background: #fff;
}
.services-bx p{
	font-size:14px;
	line-height:28px;
	color:#69677b;
	font-family:Poppins;
}
.services-bx .ttr-tilte{
	font-family:Poppins;
	font-size:20px;
	color:#000;
}
.services-bx .feature-lg i{
	line-height:60px;
}
.services-bx .readmore{
	color:#000;
}
.services-bx .feature-lg .icon-cell{
	color:#000;
}
.services-bx .feature-lg{
	text-align:left;
}
.services-bx:hover .ttr-tilte{
	color:#fff;
}
.services-bx:hover p{
	color:#fff;
	opacity:0.8;
}
.services-bx:hover .feature-lg .icon-cell,
.services-bx:hover .readmore{
	color:#fff;
}
.services-bx:hover .service-no{
	color:#83ffbe;
}
/* Appointment */
.appointment-box .container{
	z-index: 2;
}
.appointment-box .appoint-bg{
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
}
.appointment-box .contact-bx{
	border-radius: 20px;
	padding: 50px;
	box-shadow: 0 0 30px 0 rgba(0, 86, 106, 0.15);
	max-width: 800px;
	margin: auto;
	background: #fff;
	background-image: url(../images/background/bg6.jpg);
	background-size: 100%;
}
.appointment-box .contact-bx .input-group label{
	font-family: Poppins;
	color: #000;
}

/* Agency Slider */
.slider1 .tparrows::before{
	font-size: 20px;
	line-height: 60px;
}
.slider1 .tparrows{
	width: 60px;
	height: 60px;
}
.slider1 .tp-rightarrow.tparrows{
	background:#17161f;
}
.slider1 .tp-leftarrow.tparrows{
	background:#fcf810;
}
.slider1 .tp-leftarrow.tparrows::before{
	color:#000;
}

.slider1 .tp-leftarrow.tparrows:hover{
	background:#fff;
}
.slider1 .tp-leftarrow.tparrows:hover:before{
	color:#000;
}
.slider1 .tp-rightarrow.tparrows:hover{
	background:#232eff;
}
.slider1 .tp-rightarrow.tparrows:hover:before{
	color:#fff;
}
.slideinfo{
	position:absolute;
	bottom:0;
	display: flex;
	align-items: center;
	transform: rotate(90deg) translateX(-100%);
	-o-transform: rotate(90deg) translateX(-100%);
	-webkit-transform: rotate(90deg) translateX(-100%);
	-moz-transform: rotate(90deg) translateX(-100%);
	-ms-transform: rotate(90deg) translateX(-100%);
	transform-origin: left bottom;
	-o-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
}
.slide-social{
	list-style:none;
	margin:0;
	padding:0 30px 0 0;
	
}
.slide-social li{
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.slide-social li:first-child{
	padding-right:50px;
	position:relative;
	margin-right: 30px;
}
.slide-social li:first-child:after{
	height:1px;
	width:40px;
	right:0;
	position:absolute;
	content:"";
	background:#fff;
	top: 10px;
}
.slide-social li a{
	color: #fff;
	padding: 0 5px;
	display:block;
	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.slider-contact.btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    background: #232eff;
    padding: 15px 40px;
	font-size:16px;
}
.contact-sidebar{
    position: fixed;
    right: -400px;
    width: 350px;
    height: 100vh;
    background: #fff;
    z-index: 100001;
    top: 0;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    
}
.contact-sidebar .inner{
	padding: 40px;
}
.contact-sidebar .title{
	font-size:22px;
	line-height:32px;
	color:#000;
    margin-bottom: 20px;	
}
.contact-sidebar .logo{
	margin-bottom: 20px;
}
.contact-sidebar .logo img{
    height: 40px;
}
.contact-sidebar.open{
	right:0;
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
}
.contact-sidebtn.close{
	transition:all 0.2s;
	-moz-transition:all 0.2s;
	-webkit-transition:all 0.2s;
	-ms-transition:all 0.2s;
	-o-transition:all 0.2s;
	display:none;
}
.contact-sidebar.open + .contact-sidebtn.close{
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    display:block;
	opacity:1;
}
.contact-sidebtn.close i{
    background: #232eff;
    text-shadow: none;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}
.contact-infolist {
    margin: 0 0 40px 0;
    padding: 25px 0 5px 0;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.contact-infolist li{
	position:relative;
    padding: 0px 20px 20px 65px;	
	
}
.contact-infolist li .contact-title{
    color: #232eff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 2px;
}
.contact-infolist li img{
	position:absolute;
	left:0;
	top:10px;
	width:50px;
}
.contact-infolist li p,
.contact-infolist li a{
	font-size:13px;
	line-height:22px;
	color:#62647c;
    font-weight: 500;
    margin-bottom: 0;
}

.contact-sidebar .input-group label {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    position: absolute;
    top: 10px;
    left: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	
}
.contact-sidebar .input-group textarea.form-control {
	height:100px;
}
.contact-sidebar .input-group .form-control {
	border-width: 0 0 2px 0;
    background-color: rgba(0,0,0,0);
    padding: 10px 0;
    box-shadow: none;
    height: 45px;
    font-size: 14px;
    border-color: #232eff;
    border-radius: 0;
}
.contact-sidebar .focused .input-group label {
    top: -10px;
    font-size: 11px;
    color: var(--primary);
    z-index: 2;
	font-weight: 600;
}
.contact-sidebar .g-recaptcha,
.contact-sidebar #rc-imageselect{
	transform: scale(0.7);
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
}
/* About Us */
.about-year{
	border-radius: 10px;
	padding: 25px 25px;
	width: 240px;
	position: absolute;
	bottom: 30px;
	left: 0;
	box-shadow: 15px 15px 20px 0px rgba(0, 5, 113, 0.2);
}
.about-year h2{
	font-size:90px;
	color:var(--sc-primary);
	line-height: 90px;
	margin-bottom: 5px;
}
.about-year h5{
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	box-shadow: inset 0 -5px 0px 0 var(--sc-primary);
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.about-year h2 span{
	color:#fff;
}
.about-imgbox{
	padding-left:90px;	
	position:relative;
}
.about-imgbox img{
	border-radius:10px;
}
.videoplay-bx{
	
}
.videoplay-bx i {
    width: 50px;
    height: 50px;
    background: var(--sc-primary);
    border-radius: 40px;
    text-align: center;
    line-height: 50px;
    color: #000;
}
.videoplay-bx span {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-left: 10px;
}
/* Feature Box */
.feature-bx1{
	padding:20px;
	border:2px solid #eaebff;
	border-radius:10px;
	background:#fff;
	margin-bottom:30px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.feature-container.feature-bx1 p{
	font-size:15px;
}
.feature-bx1.feature-container .ttr-tilte{
	margin-bottom:5px;
}
.feature-bx2 .feature-lg i,
.feature-bx1 .icon-cell{
	text-shadow: 2px 2px 0 var(--sc-primary);
	line-height: 80px;
}
.feature-bx1:hover,
.feature-bx1.active{
	box-shadow:0 0 30px 0 rgba(0,10,105,0.1);
	border-color:#fff;
}
/* Feature Box 2 */
.feature-bx2{
	padding:40px 20px 0 20px;
	border-radius:8px;
	background:#fff;
	margin-bottom:30px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	text-align:center;
	box-shadow:0 0 30px 0 rgba(0,10,105,0.03);
}
.feature-bx2 .icon-content{
	overflow:unset;
}
.feature-bx2 .ttr-tilte{
	color:var(--primary);
}
.feature-bx2 .icon-content p{
	margin-bottom:35px;
}
.feature-bx2 .feature-lg i {
    font-size: 80px;
	line-height:80px;
	color:var(--primary);
}
.feature-btn{
	border-top: 1px solid #d9daed;
    display: block;
    margin: 0 -20px;
    padding: 20px 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
	z-index: 1;
}
.feature-btn:after{
	content:"";
	position:absolute;
	top:0;
	background:var(--primary);
	left:0;
	display:block;
	width:100%;
	height:0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transform-origin:top;
	z-index: -1;
}
.feature-bx2:hover{
	box-shadow:0 0 30px 0 rgba(0,10,105,0.1);
	transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
}
.feature-bx2:hover .feature-btn:after{
	bottom:0;
	top:auto;
	transform-origin:bottom;
	height:100%;
}
.feature-bx2:hover .feature-btn{
	color:#fff;
}
.about-video{
	padding-top:0;
}
.about-video.about-media-bx:before{
	bottom:auto;
	top:0;
}
.about-video .video-media-bx{
	max-width:900px;
	margin:auto;
	box-shadow: -20px 0 50px 0 rgba(0,10,105,0.2);

}
.about-video2:after{
	background:#001536;
	opacity:0.8;
}
.about-video2 .video-media-bx a{
	width: 130px;
    height: 130px;
	line-height: 130px;
	font-size: 28px;
}
.about-video2 .video-media-bx {
    overflow: unset;
	text-align: center;
	height:calc(85vh - 200px);
}

/* Case Studies Box */
.case-studies-box{
	position:relative;
	border-radius:8px;
	overflow:hidden;
	transition: all 0.5s;
    transform: scale(1);
}
.case-studies-box .studies-info{
	position:absolute;
	bottom:0;
	left:0;	
	padding:30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0f0f+0,000000+100 */
	background: rgb(15,15,15); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(15,15,15,0.0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(15,15,15,0.0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(15,15,15,0.0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0f0f', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.case-studies-box .studies-info .studies-tag{
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	opacity:0.7;
}
.case-studies-box .studies-info .title{
	color:#fff;
	margin-bottom:0;
}
.case-studies-box .studies-info .title a:hover{
	color:var(--sc-primary)
}
.case-studies-carousel .owl-stage{
	display:flex;
	padding-top:20px;
	padding-bottom:40px;
}
.case-studies-carousel .owl-item{
	display: flex;
    justify-content: end;
    align-items: flex-end;
}
.case-studies-box img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
	transform: scale(1.03);
	transition: all 0.5s;
}
.case-studies-box:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px 0 rgba(0,0,0,0.2);
}
.case-studies-box:hover > img {
    transform: scale(1);
}
/* Client Logo */
.client-logo{
	padding: 20px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #eef2f8;
}
.client-logo img{
	height: 90px;
    width: auto !important;
	margin: auto;
	opacity:0.7;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	object-fit: contain;
}
.client-logo:hover img{
	opacity:1;
}
/* Btn aware */
.btn.btn-aware{
	background:transparent;
	position: relative;
	overflow: hidden;
	z-index:1;
	border-color: #91ae1d;
}
.btn.btn-aware:hover{
	background-color:transparent;
	border-color: #91ae1d;
}
.btn.black.btn-aware{
	position: relative;
	overflow: hidden;
	background:transparent;
	z-index:1;
	border-color: #000;
}
.btn.btn-aware span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #91ae1d;
    transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:-1;
}
.btn.black.btn-aware span{
	background-color: #000;
}
.btn-aware:hover span {
    width: 225%;
    height: 562px;
}





/* Video Box */
.video-media-bx{
	overflow:hidden;
	border-radius:10px;
}
.video-media-bx a{
	width: 110px;
    height: 110px;
    background: var(--sc-primary);
    border-radius: 100px;
    text-align: center;
    line-height: 110px;
    color: #000;
	font-size:40px;
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50% , -50%);	
	-moz-transform:translate(-50% , -50%);	
	-webkit-transform:translate(-50% , -50%);	
	-ms-transform:translate(-50% , -50%);	
	-o-transform:translate(-50% , -50%);	
}
.about-media-bx:before{
	content:"";
	position:absolute;
	height:185px;
	background:#eef2f8;
	bottom:0;
	left:0;
	z-index:1;
	width: 100%;
}
.our-partner .heading-bx {
    margin-bottom: 25px;
}
.our-partner-box{
	background:#fff;
	padding:30px;
	border-radius:10px;
	display: flex;
	flex-wrap: wrap;
	box-shadow:0 10px 40px 0 rgba(237,244,255,0.75);
	margin-top: -45px;
	position:relative;
	z-index:1;
}
.our-partner-box .partner-logo{
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding: 3px;
	border-right:1px solid #e5efff;
	border-bottom:1px solid #e5efff;
	display: flex;
	align-items: center;
}
.our-partner-box .partner-logo:nth-child(3n){
	border-right:0;
}
.our-partner-box .partner-logo:nth-child(7),
.our-partner-box .partner-logo:nth-child(8),
.our-partner-box .partner-logo:nth-child(9){
	border-bottom:0;
}
/* Team */
.team-mambers{
	max-width: 700px;
	margin: auto;
}
.team-mambers-area{
	margin-bottom:50px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    -ms-justify-content: center;
}
.team-mambers-area .item{
    padding: 0 10px 10px;
}
.team-mambers-area .team-media{
	height:90px;
	width:90px;
	border-radius:90px;
	position:relative;
	overflow:hidden;
	margin: auto;
	cursor:pointer;
}
.team-mambers-area .team-media:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	background:var(--primary);
	width:100%;
	height:100%;
	opacity:0.1;
	transition:all 0.5s;
}
.team-mambers-area .team-media:before{
	color: #fff;
	content: "+";
	font-size: 90px;
	position: absolute;
	z-index: 1;
	text-align: center;
	width: 100%;
	font-weight: 100;
	line-height: 90px;
	transform: scale(0);
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.team-mambers-area .team-media:hover:before{
	transform: scale(1);
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}
.team-mambers-area .team-media:hover:after{
	opacity:0.5;
}
.team-section{
	position:fixed;
	bottom:-100%;
	left:0;
	background:#fff;
	z-index:999;
	width: 100%;
	padding: 50px 15px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.team-section.active{
	box-shadow: 0 0 100px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 100px 0 rgba(0,0,0,0.1);
	bottom:0;
}
.team-box{
	display:flex;
	flex-wrap:wrap;
	max-width:1140px;
	margin:auto;
	align-items: start;	
}
.close-team{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    background: #000;
    top: -40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
}
.team-box .team-media{
	flex:0 0 20%;
	max-width:20%;
}
.team-box .team-info{
	flex:0 0 80%;
	max-width:80%;
	padding-left: 30px;
}
.team-box .team-info p{
	font-size: 15px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
	margin-bottom: 15px;
}
.team-box .team-info span{
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #a3b1c7;
	font-weight: 600;
}
.team-title {
    margin-bottom: 5px;
}
.team-social{
	margin-bottom:0;
}
.team-social li a{
	width: 35px;
	height: 35px;
	display: block;
	border-radius: 30px;
	background: var(--primary);
	line-height: 35px;
	color: #fff;
	text-align: center;
}
.team-social li a:hover{
	background: var(--sc-primary);
	color: #000;
}
.team-mamber .team-media img{
	width:100%;
}
.team-mamber .team-media .gif{
	position:absolute;
	opacity:0;
	top:0;
	left: 0;
}
.team-mamber:hover .team-media .gif{
	opacity:1;
}
.team-mamber .team-media{
	overflow:hidden;
	position:relative;
	border-radius: 4px;
}
.team-mamber .team-info{
	text-align:center;
	padding: 20px 10px;
}
.team-mamber .team-info .title{
	font-size: 22px;
    margin-bottom: 5px;
    line-height: 32px;
}
.team-mamber .team-info span{
	color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.team-mamber .team-media ul{
	position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
	padding: 0;
}
.team-mamber .team-media ul li{
	display:inline-block;
}
.team-mamber:hover .team-media ul{
	bottom: 30px;
}
.team-mamber .team-media ul li a{
	
}
.team-page .team-mamber{
	padding: 0px 20px 10px;
}
.team-box2{
	position:relative;
    box-shadow: 0 0 30px 0px rgba(77,91,64,0.05);	
}
.team-box2.team-mamber:hover .team-media ul {
    bottom: 80px;
}
.team-box2 .team-info{
	width: calc(100% - 40px);
    position: absolute;
    bottom: -40px;
    left: 20px;
	border-radius: 8px;
}
.team-box2.team-mamber .team-info span{
	color:#fff;
	opacity:0.5;
}
.team-box2 .team-info .title a{
	color:#fff;
}
.team-box2.orange .team-social li a{
	background: #ffa143;
    box-shadow: 10px 10px 50px -30px #ffa143;
}
.team-box2.blue .team-social li a{
	background: #675fff;
    box-shadow: 10px 10px 50px -30px #675fff;
}
.team-box2.red .team-social li a{
    background: #fc6765;
    box-shadow: 10px 10px 50px -30px #fc6765;
}
/* Price Box */
.pricebox{
	padding: 50px 30px 30px 30px ;
    background: #fff;
    box-shadow: 0 0 60px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    text-align: center;	
    position: relative;
    z-index: 1;	
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.pricebox:hover{
	transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	-webkit-transform:translateY(-15px);
	-ms-transform:translateY(-15px);
	-o-transform:translateY(-15px);
}
.pricebox .title{
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 30px;
    line-height: 24px;
    padding: 12px 30px;
}
.pricebox .price-list{
    padding: 30px 0;
    margin: 30px -30px 30px -30px;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);	
}
.pricebox .price-list li{
	color: #73819f;
    padding: 10px 0;
    font-weight: 500;
}
.pricebox .price{
	font-size: 50px;
    font-weight: 600;
    color: #273277;
    line-height: 50px;
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: center;	
}
.pricebox .price sub{
    font-size: 16px;
    line-height: 16px;
    color: #73819f;
    margin: 0px 5px 0px 5px;
    position: relative;
    top: 0px;
}
.pricebox.blue .title{
	background: #675fff;
    box-shadow: 10px 10px 50px -15px #675fff;
}
.pricebox.blue .flaticon,
.pricebox.blue .btn-link{
	color: #675fff;
	font-weight:500;
}
.pricebox.red .title{
	background: #fc6765;
    box-shadow: 10px 10px 50px -15px #fc6765;
}
.pricebox.red .flaticon,
.pricebox.red .btn-link{
	color: #fc6765;
	font-weight:500;
}
.pricebox.orange .title{
	background: #ffa143;
    box-shadow: 10px 10px 50px -15px #ffa143;
}
.pricebox.orange .flaticon,
.pricebox.orange .btn-link{
	color: #ffa143;
	font-weight:500;
}
.pricebox .flaticon{
    position: absolute;
    font-size: 200px;
    right: 0;
    top: 0;
    line-height: 200px;
    z-index: -1;
    color: #675fff;
    opacity: 0.05;
}


/* About Box */
.about-head-bx{
	text-align:center;
}
.about-counter .counter-bx{
	font-size:110px;
	line-height:110px;
	font-weight:700;
	color:var(--primary);
}
.head-in{
	
}
.head-in,
.about-counter{
	display: inline-block;
}
.head-in p{
	max-width:600px;
}
.head-in{
	text-align:left;
	padding-left:30px;
}
.about-counter h5{
	font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #5a5b7d;
    border-top: 4px solid #5a5b7d;
    padding-top: 10px;
    display: inline-block;
}
.about-img-box{
	position:relative;
	padding: 0 0px 40px 80px;
}
.about-img-box img{
	border-radius:10px;
	box-shadow: -10px 0 30px 0 rgba(0,10,105,0.1);
}
.about-img-box img:last-child{
	position: absolute;
    bottom: -320px;
    /*width: 45%;*/
    left: 0;
}
.video-zoom{
	position:relative;
}
.video-zoom:after,
.video-zoom:before{
	-webkit-animation:2s scrollup infinite linear;
	-moz-animation:2s scrollup infinite linear;
	-o-animation:2s scrollup infinite linear;
	-ms-animation:2s scrollup infinite linear;
	animation:2s scrollup infinite linear;
	content:"";
	width: 100%;
    position: absolute;
    height: 100%;
    border: 1px solid var(--sc-primary);
    left: 0;
    border-radius: 100px;
}

.video-zoom:before{
	-webkit-animation:2s scrollup1 infinite linear;
	-moz-animation:2s scrollup1 infinite linear;
	-o-animation:2s scrollup1 infinite linear;
	-ms-animation:2s scrollup1 infinite linear;
	animation:2s scrollup1 infinite linear;
}
@keyframes scrollup{
	0%{
		transform:scale(1);
		opacity:1;
	}
	100%{
		transform:scale(1.7);
		opacity:0
	}
}
@keyframes scrollup1{
	0%{
		transform:scale(1);
		opacity:1;
	}
	100%{
		transform:scale(1.35);
		opacity:0
	}
}
/* Split Box */
.split-box {
  position: relative;
  overflow: hidden;
  opacity:0;
}
.split-box > div {
  opacity: 0;
  -webkit-transition: 0s .8s;
  -o-transition: 0s .8s;
  transition: 0s .8s;
}
.split-box:before,
.split-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.split-box:before {
  background-color: #3d56f0;
  z-index: 1;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}
.split-box:after {
  background-color: #fff04c;
  z-index: 2;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%);
}
@-webkit-keyframes split-box-animation {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@keyframes split-box-animation {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

.split-box.split-active,
.split-box.split-active > div {
  opacity: 1;
}

.split-box.split-active:after {
  -webkit-animation: split-box-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
  animation: split-box-animation 1.2s 0.2s cubic-bezier(1, 0, 0.54, 0.99) forwards;
}

.split-box.split-active:before {
  -webkit-animation: split-box-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
  animation: split-box-animation 1.5s cubic-bezier(0.86, 0, 0.07, 1) forwards;
}
/* Split Box END */
/* Product Box */

.item-box{
	margin-bottom:30px;
}
.item-box .item-media{
	overflow:hidden;
	position:relative;
}
.item-box .item-media ul {
	padding: 0;
    list-style: none;
    margin: 0;
    position: absolute;
    bottom:-100px;
	left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	transition:all 0.8s;
	-moz-transition:all 0.8s;
	-webkit-transition:all 0.8s;
	-ms-transition:all 0.8s;
	-o-transition:all 0.8s;
	width: 100%;
    text-align: center;
}
.item-box:hover .item-media ul {
	bottom:20px;
}
.item-box .item-media ul li{
	display:inline-block;
	padding: 0 4px;
}
.item-box .item-media ul li a{
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #fff;
    color: #000;
    line-height: 50px;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 5px 15px 0 rgba(237,244,255,0.75);
	
}
.item-box .item-media ul li a:hover{
	background:var(--primary);
	color:#fff;
}
.item-box .item-info .title{
	margin-bottom:5px;
}
.item-box .item-info{
	padding:20px;
	text-align:center;
}

.product-full-info .price,
.item-widgets-body .price,
.item-box .price{
	color: #bebebe;
	font-weight:600;
	font-size:18px;
}
.product-full-info .price span,
.item-widgets-body .price span,
.item-box .price span{
	color: var(--primary);
}
.item-box{
	background: #fff;
    box-shadow: 0 10px 40px 0 rgba(237,244,255,0.75);
    overflow: hidden;
    border-radius: 4px;
}
/* Product details */
.product-full-info .ttr-divider{
	background: rgba(0,0,0,0.15);
}
.product-full-info .price{
	font-size: 20px;
    margin-bottom: 15px;
}
.meta-item,
.product-quantity{
	display: flex;
    align-items: center;
	margin-bottom:30px;
}
.meta-item .title,
.product-quantity .title{
    margin-bottom: 0;
    width: 120px;
}
.meta-item{
	margin-bottom:15px;
}
.meta-item a{
	font-weight: 600;
    color: #74758c;
    margin-right: 10px;
}
.quantity{
	max-width:80px;
}
.product-btn .btn i{
	font-size: 18px;
}
.product-dec{
	color:#74758c;
	font-size:18px;
	line-height:30px;
}
.product-btn .btn{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	padding: 15px 20px;
    margin-right: 10px;
}
.product-btn .btn:hover{
	transform:translateY(-5px);
	-moz-transform:translateY(-5px);
	-webkit-transform:translateY(-5px);
	-ms-transform:translateY(-5px);
	-o-transform:translateY(-5px);
}
.product-info{
	margin-bottom:50px;
}
.product-description .nav li a {
	font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 10px 0px;
    display: inline-block;
	margin-right:30px;
	border-bottom:3px solid rgba(0,0,0,0);
}
.product-description .tab-pane {
	padding:20px 0;
}
.product-description .nav li a.active {
	color:var(--primary);
	border-bottom:3px solid var(--primary);
}

.product-description .comment-respond{
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.product-description .comment-form{
	display:flex;
	flex-wrap:wrap;
	margin: 0 -15px;
}
.product-description .comment-form label{
	color:#000;
}
.product-description .comment-form-comment textarea,
.product-description .comment-form-email input,
.product-description .comment-form-author input{
	width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 12px 20px;
    border-radius: 4px;
}
.product-description .comment-form-email,
.product-description .comment-form-author{
	flex:0 0 50%;
	max-width:50%;
}
.product-description .comment-form-comment,
.product-description .form-submit,
.product-description .comment-form-rating{
	flex:0 0 100%;
	max-width:100%;
	margin-bottom:30px;
}
.comment-form-email,
.product-description .comment-form-author,
.product-description .comment-form-comment,
.product-description .form-submit,
.product-description .comment-form-rating{
	margin-bottom:30px;
	padding:0 15px;
}
.product-description .comment-form-comment textarea:hover,
.product-description .comment-form-email input:hover,
.product-description .comment-form-author input:hover,
.product-description .comment-form-comment textarea:focus,
.product-description .comment-form-email input:focus,
.product-description .comment-form-author input:focus{
	outline:none;
	border-color:var(--primary);
}
.product-description .form-submit input{
	padding: 10px 30px;
    border: 0;
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 4px;
	cursor:pointer;
}
.form-submit input:hover{
    background: var(--sc-primary);
    color: #000;
}
.rating-stars ul{
	margin:0;
	padding:0;
	list-style:none;
}
.rating-stars ul li{
	display:inline-block;
	color: #959595;
}
.star-rating,
.rating-stars ul li.selected,
.rating-stars ul li.hover{
	color:#ffb805;
}
.product-description .comment-respond .comment-reply-title {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 5px;
}
.product-description .commentlist .comment_container{
	display:flex;
    align-items: start;
}

.product-description .commentlist{
	margin:0;
	padding:0;
	list-style:none;
}
.product-description .commentlist .comment-text {
	width: 100%;
    padding-left: 20px;
}
.product-description .commentlist .avatar {
	width: 80px;
    max-width: 80px;
    border-radius: 4px;
    background: #fff;
    padding: 4px;
    box-shadow: 0 0 20px 0 rgba(0,10,105,0.1);
}

.product-description .commentlist .author{
	font-size: 20px;
    font-weight: 600;
    color: #000;
    display: block;
}
.product-description .commentlist .meta{
	margin-bottom:10px;
}
.product-description .commentlist .meta span{
	text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 13px;
    color: var(--primary);
}
.product-description .tab-pane p,
.product-description .commentlist .description p{
	color: #74758c;
    font-size: 16px;
    line-height: 30px;
}
.owl-carousel .item-box{
	margin-bottom:0;
}

/* checkout */
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #FFF;
    background-clip: border-box;
    border: 1px solid #EFF2F7;
    border-radius: 0.375rem;
}
.card {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}
.card-header {
    padding: 1rem 1.5rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #EFF2F7;
}
.card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
.card-header {
    border-bottom: 1px solid #EFF2F7;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
    color: #8492A6;
}
.checkout-area p{
	font-size:14px;
}
.checkout-area .form-group{
	
}

.checkout-area .form-control{
	padding: 15px 20px;
    height: 45px;
    border-radius: 4px;
    border-color: #E0E6ED;
    border-width: 1px 1px 1px 1px;
    font-size: 15px;
}
.checkout-area .form-group:focus-within .form-control,
.checkout-area .form-group:focus-within .input-group .input-group-text{
	border-color: var(--primary);
}
.checkout-area .input-group .input-group-text{
	background: #fff;
	border-color: #E0E6ED;
}
.checkout-area .input-group .form-control{
	border-width: 1px 0 1px 1px;
}

/* ================================
	Shop Filter Mobile 
================================ */
.filter-mobile{
	display: none;
	border: 1px solid rgba(0,0,0,0.1);
	align-items: center;
	text-align: center;
	position: sticky;
	top: 80px;
	background: #fff;
	box-shadow: 0px 0px 10px 0 rgba(0,0,0,0.2);
}
.filter-mobile .filter-bx:first-child{
	border-right: 1px solid rgba(0,0,0,0.1);
}
.filter-mobile .filter-bx{
	width:50%;
	padding: 10px;
}
.filter-btn{
	color: #404040;
	font-weight: 600;
	border: 2px solid rgba(0,0,0,0.1);
	padding: 3px 10px;
	border-radius: 4px;
}
.filter-btn:hover{
	background-color:#000;
	color:#fff;
}
.filter-btn i{
	margin-right:5px;
}
.filter-bx .bootstrap-select .dropdown-toggle{
	max-width:100px;
}
.filter-bx .bootstrap-select .dropdown-toggle{
	border: 2px solid rgba(0,0,0,0.1) !important;
	border-radius: 4px;
	padding: 2px 10px;
	color: #404040;
	font-weight: 600;
	height: 32px;
}
.filter-bx .bootstrap-select.btn-group .dropdown-toggle .caret{
	top: 9px;
}
.filter-btn.close {
	display:none;
	opacity:0;
}


.cart-box .product-dec{
	padding-left:15px;
	width: 100%;
	padding-right: 60px;
}
.cart-box .product-img{
	max-width:50px;
	width:50px;
}
.cart-box{
	display:flex;
	position: relative;
	padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 15px;
}
.cart-box.last,
.cart-box:last-child{
	border:0;
	padding-bottom:0;
}
.cart-box .product-dec .title{
	margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.cart-box .product-price{
	position: absolute;
    top: 0;
    right: 0;
    color: var(--primary);
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}
.cart-box .product-qua{
	font-size: 14px;
}
.card-body .shipping,
.card-body .subtotal,
.card-body .total{
	display: flex;
    padding: 10px 0px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.card-body .shipping small,
.card-body .subtotal small,
.card-body .total small{
	font-size: 16px;
    font-weight: 600;
    color: #000;
    flex: 0 0 50%;
}
.card-body .shipping span,
.card-body .subtotal span,
.card-body .total span{
	font-weight: 500;
    font-size: 15px;
    color: #505050;
}
/* Cart Table */
.cart-table img{
	width: 50px;
}
.cart-table {
	padding: 1px
}
.cart-table .media-body{
	padding-left:15px;
}
.cart-table .media-body .title{
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
	line-height: 22px;
}
.cart-table thead tr th,
.cart-table thead tr:not(.table-divider){
	border: 0;
    background: rgba(0,0,0,0);
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
}
.cart-table td,
.cart-table th{
	border:0;
	vertical-align: middle;
}
.cart-table .actions{
    padding-right: 20px;
}
.cart-table .actions a{
    padding: 0 5px;
}
.cart-table tr:not(.table-divider){
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 4px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    background: #fff;
	vertical-align: middle;

}
.cart-table .price{
    font-size: 14px;
    color: var(--primary);
    font-weight: 500;
}
.cart-table .form-control{
	border-radius: 4px;
    padding: 10px 15px;
}
.cart-table .form-control:focus,
.cart-table .form-control:hover{
	border-color:var(--primary);
}
.cart-table .status{
	    font-weight: 500;
	font-size: 14px;
}
.cart-table .total{
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.cart-table .media-body span{
    font-size: 13px;
    font-weight: 500;
}
.table-divider{
	height:20px;	
}

/* Contact Us */
.icon-box .ft-social-bx a{
	width:40px;
	height:40px;
	line-height:40px;
	
}
.icon-box{
	max-width: 300px;
	margin-bottom: 30px;
}
.icon-box .title{
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    padding-bottom: 15px;
    color: #595b83;
    font-size: 20px;
    display: flex;
    align-items: center;
}
.icon-box .title i{
	font-size: 30px;
    margin-right: 10px;
    color: var(--primary);
}
.icon-box p{
	font-size: 16px;
    line-height: 30px;
	margin-bottom:10px;
}
.contact-bx .form-control{
	padding: 15px 30px;
    height: 55px;
    border-radius: 4px;
    font-size: 16px;
	box-shadow: 0 0 20px 0 rgba(0,10,105,0.03);
}
.contact-bx .form-control:focus,
.contact-bx .form-control:hover{
	border-color:var(--primary);
}
.contact-bx textarea.form-control{
	height:300px;
}

.service-img-bx{
	display:flex;
	align-items:center;
	margin-bottom:60px;
}
.service-img-bx:nth-child(2n){
	flex-direction: row-reverse;
	text-align: right;
}
.service-img-bx .service-info .title h3{
	margin-bottom:10px;
}
.service-img-bx .service-info .title{
	border-left: 5px solid var(--primary);
    padding-left: 30px;
    margin-bottom: 30px;
}
.service-img-bx:nth-child(2n) .title{
	border-right: 5px solid var(--primary);
    padding-left: 0;
    margin-bottom: 30px;
    padding-right: 30px;
    border-left: 0;
}
.service-img-bx .service-info .title p{
	margin-bottom:0;
}
.service-img-bx .service-media img{
	width:100%;
}
.service-img-bx .service-media{
	flex:0 0 65%;
	max-width:65%;	
}
.service-img-bx .video-media-bx{
	border-radius: 4px;
}
.service-img-bx .service-info{
	flex:0 0 35%;
	max-width:35%;	
	padding:0 0 0 50px;
}
.service-img-bx:nth-child(2n) .service-info{
	padding:0 50px 0 0;
}


/* my-account */
.my-account{
	margin: auto;
	width: 450px;
}
.my-account .tab-content form .form-control {
    border: 1px solid #eaeaea;
    height: 50px;
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 5px;
}
.my-account .nav.nav-tabs{
	margin-bottom: 30px;
}
.my-account .forgot-pass{
	float: right;
	padding: 10px 5px;
}



/* Portfolio Box */
.portfolio-box{
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.portfolio-box.style-1{
	margin-bottom:40px;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	box-shadow:0 0 30px 0 rgba(0,10,105,0.03);
	border-radius:4px;
}
.portfolio-box.style-1:hover{
	transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
}
.portfolio-box.style-1 .portfolio-media{
	overflow:hidden;
	vertical-align:middle;
}
.portfolio-box.style-3 .portfolio-media img,
.portfolio-box.style-2 .portfolio-media img,
.portfolio-box.style-1 .portfolio-media img{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
.portfolio-box.style-3:hover .portfolio-media img,
.portfolio-box.style-2:hover .portfolio-media img,
.portfolio-box.style-1:hover .portfolio-media img{
	transform:scale(1);
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-moz-transform:scale(1);
}
.portfolio-box.style-3 .portfolio-info,
.portfolio-box.style-1 .portfolio-info{
	background:#fff;
	padding:25px 30px;
}
.portfolio-box.style-3 .portfolio-info .title,
.portfolio-box.style-1 .portfolio-info .title{
	font-size: 24px;
    line-height: 35px;
    margin-bottom: 8px;
}
.portfolio-box.style-3 .portfolio-info .exe-title,
.portfolio-box.style-1 .portfolio-info .exe-title{
	text-transform: uppercase;
    font-weight: 600;
    color: var(--primary);
    font-size: 14px;
    letter-spacing: 1px;
}
.portfolio-box.style-2:after{
	content: "";
    background: var(--primary);
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    opacity: 0.9;
    z-index: 1;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	transform-origin:top;
}
.portfolio-box.style-2:hover:after{
	transform-origin:bottom;
	height: 100%;
	top:auto;
	bottom:0;
}
.portfolio-box.style-2 .portfolio-info{
	position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
	z-index:2;
}
.portfolio-box.style-2 .portfolio-info .title{
	font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
	color:#fff;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	opacity:0;
}
.portfolio-box.style-2 .portfolio-info .title a{
	color:#fff;
}
.portfolio-box.style-2 .portfolio-info .exe-title{
	text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    letter-spacing: 3px;
	opacity:0;	
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.portfolio-box.style-2:hover .portfolio-info .title{
	 margin-bottom: 5px;
	 opacity:1;
}
.portfolio-box.style-2:hover .portfolio-info .exe-title{
	opacity:0.6;
}
.portfolio-box.style-1.m-b0,
.portfolio-box.style-2.m-b0,
.portfolio-box.style-3.m-b0{
	margin-bottom:0;
}
.portfolio-box.style-3,
.portfolio-box.style-2{
	margin-bottom:20px;
	box-shadow:0 0 30px 0 rgba(0,10,105,0.03);
	border-radius:4px;
}
.container-max{
	max-width:1500px;
	padding:0 55px;
	margin:auto;
}
.portfolio-box.style-3{
	border-radius:0;
}
.portfolio-box.style-3 .portfolio-info {
    position: absolute;
    bottom: -100px;
    width: 100%;
    opacity: 0;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	-ms-transition:all 0.4s;
	-o-transition:all 0.4s;
}
.portfolio-box.style-3:hover .portfolio-info{
	opacity: 1;
	bottom: 0;
}
.portfolio-box.style-3:hover .portfolio-media img{
	transform:translateY(-50px);
}

/* Portfolio Carousel 1 Style 1 */
.portfolio-carousel-1.style-1{
	
}
.portfolio-carousel-1.style-1 .portfolio-media img{
	height:calc(100vh - 70px);
	object-fit:cover;
}



/* skillbar bar style 1  */
.skillbar { 
	position: relative; 
	display: inline-block; 
	background: rgba(0,0,0,0.15); 
	height: 5px; 
	width: 100%; 
	border-radius: 10px; 
	text-align: left; 
}
.skillbar-bar { 
	height: 5px; 
	border-radius: 10px; 
	width: 0px; 
	background:#000; 
	display: inline-block; 
	position: absolute; 
	top: 0; 
	margin-bottom:0px;
}
.skill-bar-percent { 
	position: absolute;
    top: -28px;
    right: 0;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
}
.skill-bar-text {
	top: -22px;
	position: absolute;
}
.skillbar-box .title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 22px;
}
.skillbar-box {
	margin-bottom:35px;
}
.skillbar-bar-main.white .title{
	color:#fff;
}
.skillbar-bar-main.white .skillbar{
	background: rgba(255,255,255,0.15);
}
.skillbar-bar-main.white .skillbar-bar{
	background:var(--sc-primary);
}
.skillbar-bar-main.white .skill-bar-percent{
    color: var(--sc-primary);
}
/* New */
.media-post{
	padding-left: 0;
}
.header-2 .container-fluid > .menu-logo{
    background-color: #232eff;
    padding: 0 20px;
    width: 110px;
    margin-left: -30px;
    height: 110px;
}
.header-2 .menu-links{
    padding: 20px 0 0 80px;
}
.header-2 .secondary-menu{
	padding: 43px 0;
}
.header-2 .header-contact{
    display: inline-block;
}
.header-2 .header-contact .info-no{
    font-size: 20px;
    margin: 0 0 0 20px;
    line-height: 20px;
	font-weight: 500;
    color: var(--primary);	
}
.header-2 .header-contact .info-no strong{
	font-weight: 500;
    color: #73819f;
	margin-right:5px;
}
@media only screen and (min-width: 991px) {
	.header-2 .menu-links .nav > li > a{
		color: #73819f;
		text-transform: capitalize;
		font-weight: 500;
		font-size: 18px;
		line-height: 18px;
	}
}
.header-2 .is-fixed .secondary-menu{
	padding: 28px 0;
}
.header-2 .is-fixed .menu-bar{
	background:#fff;
}
.header-2 .is-fixed .menu-links {
	padding: 9px 0 7px 80px;
}
.header-2.header-transparent .menu-links .nav > li:hover > a,
.header-2.header-transparent .menu-links .nav > li.active > a{
	color:var(--primary);
}
.header-2.header-transparent .is-fixed .container-fluid > .menu-logo{
	padding: 0 15px;
    width: 80px;
    margin-left: -30px;
    height: 80px;
	
}
.about-box {
	
}
.heading-bx.style2 .title-head{
	color:#273277;
	font-size:50px;
	line-height:70px;
	font-weight:500;
}
.heading-bx.style2 p{
    font-size: 18px;
    line-height: 32px;
    color: #636780;
}
.about-box .btn.red{
	background:#fc6765;
}
.heading-bx.style2.text-white  .title-head{
	color:#fff;
}
.heading-bx.style2.text-white p{
	color:#fff; 
	opacity:0.7;
}
.feature-container.feature-bx3{
    background: #ffa143;
    box-shadow:10px 10px 50px -30px #ffa143;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.feature-container.feature-bx3 p,
.feature-container.feature-bx3 .ttr-tilte{
    color: #fff;
}
.feature-container.feature-bx3 .ttr-tilte{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}
.feature-container.feature-bx3 .btn-link{
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
.feature-container.feature-bx3 p{
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;	
}
.counter-style-3.orange,
.team-box2 .team-info.orange,
.project-box .info.orange,
.feature-container.feature-bx3.orange{
	background:#ffa143;
	box-shadow:10px 10px 50px -30px #ffa143;
}
.counter-style-3.red,
.team-box2 .team-info.red,
.project-box .info.red,
.feature-container.feature-bx3.red{
	background:#fc6765;
	box-shadow:10px 10px 50px -30px #fc6765;
}
.counter-style-3.blue,
.team-box2 .team-info.blue,
.project-box .info.blue,
.feature-container.feature-bx3.blue{
	background:#675fff;	
	box-shadow:10px 10px 50px -30px #675fff;	
}
.counter-style-3.green,
.team-box2 .team-info.green,
.project-box .info.green,
.feature-container.feature-bx3.green{
	background:#71dc85;		
	box-shadow:10px 10px 50px -30px #71dc85;		
}
.project-box{
    position: relative;
}
.project-box .media{
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 0px 50px -20px #675fff;	
}
.project-box .info {
    background: #675fff;
    box-shadow: 0px 0px 40px 0px rgba(35,46,255,0.1);
    position: absolute;
    bottom: 30px;
    border-radius: 8px;
    left: 0px;
    padding: 30px;
	width:285px;
}
.project-box .media a {
    position: absolute;
    z-index: 2;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    color: #fff;
    background: rgba(103,95,255,0.95);
    box-shadow: 10px 10px 50px -30px #675fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    left: 20px;
    font-size: 50px;
    font-weight: 100;
    transform: scale(0.5);
    opacity: 0;
}
.project-box:hover .media a{
	transform:scale(1);
	opacity: 1;
}
.project-box .info .title{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 34px;	
}
.projects-carousel .owl-item.active.center{
	opacity:1;
}
.project-box .info p{
    color: #fff;
    opacity: 0.7;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 300;	
}
.projects-carousel .owl-prev,
.projects-carousel .owl-next{
	text-align: center;
    background: #675fff;
    box-shadow: 10px 10px 30px -10px #675fff;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 28px;
	margin:0 50px !important;
}
.projects-carousel{
	padding:30px 0;
}
/* Home 3 */
.home-bnr{
	padding: 80px 0;
}
.home-bnr-img {
	width: calc(50vw - 15px);
    box-shadow: 0 0 60px 0 rgba(0,7,143,0.15);
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}
.home-bnr-title{
	text-align:left;
	padding-right:50px;
}
.home-bnr-title .title{
font-weight: 600;
    color: #000228;
    font-size: 45px;
    line-height: 60px;
}
.home-bnr-title p{
    color: #464876;
    font-size: 16px;
}
.search-bx.style-2 .form-control{
    height: 60px;
    padding: 10px 30px;
    border-radius: 8px 0 0 8px;
    font-size: 16px;
    border-width: 1px 0 1px 1px;
}
.search-bx.style-2 .btn{
	font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    height: 60px;
    padding: 10px 30px;
    border-radius: 0 8px 8px 0;
}
.feature-bx4{
	margin-bottom:40px;
}
.feature-bx4 .feature-box-xs{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 16px;
	position: relative;
}
.feature-bx4 .feature-box-xs i{
    font-size: 30px;
}
.feature-bx4 .ttr-tilte{
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
	
}
.style3.heading-bx h3.title-head{
	font-size: 40px;
    line-height: 50px;
    font-weight: 600;
}
.style3.heading-bx h2.title-head{
	font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.feature-bx4 .feature-box-xs:after,
.feature-bx4 .feature-box-xs:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid var(--primary);
    -webkit-border-radius: inherit;
    -khtml-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    border-radius: inherit;
	z-index: 1;
	transform:  scale(1);
	transition:all 0.5;
}
.feature-bx4:hover .feature-box-xs:before{
    animation: iconbox1;
    animation-iteration-count: infinite;
    animation-duration: 3s;
}
.feature-bx4:hover .feature-box-xs:after{
	animation: iconbox2;
    animation-iteration-count: infinite;
    animation-duration: 3s;
}
.feature-bx4 .feature-box-xs.bg-green:after,
.feature-bx4 .feature-box-xs.bg-green:before{
	border-color:#34bfa3;
}
.feature-bx4 .feature-box-xs.bg-red:after,
.feature-bx4 .feature-box-xs.bg-red:before{
	border-color:#FF4045;
}
.feature-bx4 .feature-box-xs.bg-blue:after,
.feature-bx4 .feature-box-xs.bg-blue:before{
	border-color:#00c5dc;
}
.feature-bx4 .feature-box-xs.bg-yellow:after,
.feature-bx4 .feature-box-xs.bg-yellow:before{
	border-color:#ffb822;
}
.feature-bx4 .feature-box-xs.bg-pink:after,
.feature-bx4 .feature-box-xs.bg-pink:before{
	border-color:#ff3c85;
}
.feature-bx4 .feature-box-xs.bg-orange:after,
.feature-bx4 .feature-box-xs.bg-orange:before{
	border-color:#ef9800;
}
@keyframes iconbox1 {
  /*Video Popup*/
	0% {
		opacity: 0.8;
		transform: scale(0.9);
	}
	100% {
		transform:  scale(1.5);
		opacity: 0;
	}
}
@keyframes iconbox2 {
  /*Video Popup*/
	0% {
		opacity: 0.8;
		transform: scale(0.9);
	}
	100% {
		transform:  scale(1.9);
		opacity: 0;
	}
}
.footer-style2 .footer-top{
	background: #19122a;
	font-weight: 300;
}
.footer-style2 .footer-bottom{
	background: #19122a;
	font-size: 14px;
	color:rgba(255,255,255,0.6);
	font-weight: 300;
}
.footer-style2 .footer-title{
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-style2 .footer_widget ul li a{
	font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-weight: 300;
}
.footer-style2 .footer-bottom p{
	font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-weight: 300;
	line-height:24px;
}
.link-inline{
	margin:0;
	padding:0;
	list-style:none;
}
.link-inline li{
	display:inline-block;
    line-height: 24px;	
}
.link-inline li a{
    color: rgba(255,255,255,0.6);
    font-weight: 300;
    padding-left: 23px;
	font-size: 14px;	
}
.footer-style2 .ft-social-bx a{
    border-radius: 40px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.widget_info ul{
	margin:0;
	padding:0;
	list-style:none;
    margin-top: -10px;	
}
.widget_info ul li{
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 5px 0;	
}
.widget_info ul li strong{
	font-weight: 300;
    margin-right: 5px;
	color:rgba(255,255,255,0.6);
}

/* About */
.about-img-box2{
	display:flex;
	align-items:center;
	width: calc(50vw - 15px);	
	float: right;	
}
.about-img-box2 .img-bx1{
	flex:0 0 45%;
}
.about-img-box2 .img-bx2 {
	flex:0 0 55%;
	text-align:right;
}
.about-img-box2 img{
	padding:15px 15px 15px 15px;
}
.about-img-box2 .img-bx2 img:last-child{
	width:85%;
}
.heading-bx.style3 ul{
	
}
.heading-bx.style3 ul li{
	font-size: 18px;
	color:#404153;
}

@media only screen and (max-width: 1200px) {
	.account-head{
		width: 350px;
		min-width: 350px;
	}
	.rev-btn{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.pricingtable-bx {
		font-size: 80px;
	}
	.our-partner:before, 
	.team-area:before{
		font-size: 170px;
		line-height: 175px;
	}
	.heading-bx h2{
		font-size:40px;
		line-height:50px;
	}
	.about-media-bx .heading-bx h5{
		font-size:18px;
		line-height:30px;
	}
	.counter-style-1 .counter{
		font-size: 45px;
		line-height: 55px;
	}
	.counter-style-1 span {
		font-size: 45px;
		line-height: 55px;
	}
	.counter-style-1 .counter-text{
		font-size: 14px;
		line-height: 28px;
	}
	.about-media-bx .heading-bx{
		margin-top:0;
	}
	.setResizeMargin{
		padding-left:30px;
	}
	.testimonial-carousel .owl-nav{
		left: -20px;
	}
	.our-partner .section-sp3{
		padding-top:40px;
	}
	.blog-md .ttr-post-media {
		width: 200px;
	}
	.menu-links .nav > li .add-menu{
		left: -100px;
	}
	.about-img-box {
		position: relative;
		padding: 0 0px 80px 20px;
	}
	.header-2 .menu-links{
		padding:20px 0 0 20px;
	}
	.header-2 .is-fixed .menu-links{
		padding:9px 0 7px 20px;
	}
	/* Home 3 */
	.style3.heading-bx h3.title-head {
		font-size: 30px;
		line-height: 45px;
	}
	.home-bnr-title .title {
		font-weight: 600;
		color: #000228;
		font-size: 30px;
		line-height: 45px;
	}
	.style3.heading-bx h2.title-head {
		font-size: 30px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 991px){
	.filter-on .filter-btn.close {
		border: 0;
		z-index: 1;
		position: fixed;
		right: 10px;
		top: 10px;
		color: #fff;
		opacity: 1;
		font-size: 18px;
		display:block;
		transition:all 0.5s;
		-moz-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-ms-transition:all 0.5s;
		-o-transition:all 0.5s;
		opacity:1;
	}	
	.filter-btn.close:hover{
		background:rgba(255,255,255,0.1);
	}
	.filter-mobile{
		display:flex;
		margin-bottom:30px;
	}
	.filter-left{
		padding: 20px 20px;
		width: 280px;
		position: fixed !important;
		left: -310px;
		top: 0;
		background: #fff;
		z-index: 9999999;
		box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
		overflow-y: scroll;
		height: 100%;
		transition:all 0.5s;
		-moz-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-ms-transition:all 0.5s;
		-o-transition:all 0.5s;
	}
	.filter-left.filter-on{
		left: 0;
	}
	.filter-bar{
		top: 80px;
		position: sticky;
		z-index: 999;
	}
	.filter-bar.sticky-top .side-bar{
		z-index:9;
		top:0;
		position:unset;
	}
	.sticky-top.filter-bar{
		z-index:99999999;
		top: 80px;
		position: sticky;
	}
	.filter-left:after{
		content: "";
		position: fixed;
		width: 0;
		background: #000;
		height: 100%;
		z-index: -1;
		left: 0;
		top: 0;
		opacity: 0;
		transition:all 0.5s;
		-moz-transition:all 0.5s;
		-moz-transition:all 0.5s;
		-ms-transition:all 0.5s;
		-o-transition:all 0.5s;
	}
	.filter-left.filter-on:after{
		width: 1000px;
		left: 280px;
		opacity: 0.8;
	}
	.service-info-bx {
		margin-top: 0px;
		padding-top: 80px;
	}
	.account-head {
		width: 100%;
		min-width: 100%;
		height: 200px;
	}
	.account-form {
		display: block;
	}
	.account-container{
		padding: 50px 20px;
	}
	.our-partner:before, 
	.team-area:before {
		font-size: 100px;
		line-height: 100px;
		bottom: -15px;
	}
	.our-partner-box{
		margin-top: 40px;
	}
	.blog-md.md-large .post-title {
		font-size: 28px;
		line-height: 40px;
	}
	.blog-md.md-large .ttr-post-info{
		padding: 10px 0 10px 30px;
	}
	.blog-md.md-large p{
		font-size: 15px;
		line-height: 28px;
	}
	.blog-md.sm-large .media-post li a, 
	.blog-md.md-large .media-post li a{
		font-size: 14px;
	}
	.news-area:before{
		font-size: 90px;
		line-height: 90px;
		top: 30px;
	}
	.about-media-bx:before{
		content:none;
	}
	.video-media-bx img{ 
		width:100%;
	}
	.counter-style-1{
		margin-bottom:40px;
	}
	.news-box .heading-bx.m-t20{
		margin-top:0;
	}
	.about-imgbox{
		margin-top:50px;
	}
	.secondary-inner ul li.extmenu{
		display:none;
	}
	.subscribe-form{
		margin-top:0;
	}
	.page-banner h1 {
		font-size: 40px;
		line-height: 60px;
	}
	.blog-md .ttr-post-media {
		width: 300px;
	}
	.pagination-bx.m-b0,
	.card.m-b0{
		margin-bottom: 0;
	}
	.error-404 {
		display: flex;
	}
	h3 {
		font-size: 30px;
		line-height: 40px;
	}
	.service-img-bx {
		display: block;
	}
	.service-img-bx .service-media {
		max-width: 100%;
	}
	.service-img-bx .service-info {
		max-width: 100%;
		padding: 20px 0 0;
	}
	.service-img-bx:nth-child(2n) .service-info {
		padding: 20px 0 0;
	}
	.about-head-bx.heading-bx{
		display: flex;
	}
	.about-head-bx.heading-bx .about-counter{
		width: 50%;
	}
	.about-media-bx.about-video	.video-media-bx.split-box{
		margin-top: 100px;
	}
	.about-media-bx.about-video .row.section-sp1{
		padding-top: 50px;
	}
	.about-img-box {
		position: relative;
		padding: 0 0px 80px 90px;
	}
	.about-video2 .video-media-bx{
		height: 300px;
		margin-bottom: 0;
	}
	.our-story:after{
		content:none;
	}
	.header-2.header-transparent .navbar-toggler span {
		background-color: #232eff;
	}
	.header-2 .navbar-toggler{
		margin: 44px 0 30px 25px;
	}
	.header-2 .is-fixed .navbar-toggler {
		margin: 32px 0 32px 25px;
	}
	.header-2 .menu-links,
	.header-2 .is-fixed .menu-links{
		padding: 15px;
	}
	/* Home 3 */
	.about-img-box2{
		width:100%;
		margin-bottom:40px;
	}
	.home-bnr-title .title{
		margin-bottom:20px;
	}
	.home-bnr-title p{
		display:none;
	}
}

@media only screen and (max-width: 767px) {
	.counter-style-1.m-sm-b15{
		margin-bottom:15px;
	}
	.about-img-box {
		position: relative;
		padding: 0px 0px 40px 40px;
	}
	.section-sp1 {
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.section-sp2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.section-sp3 {
		padding-top: 50px;
	}
	.news-box .heading-bx br{
		display:none;
	}
	.heading-bx h2 {
		font-size: 28px;
		line-height: 40px;
	}
	.testimonial-carousel .owl-nav{
		position:unset;
		margin-top:30px;
		text-align: left;
	}
	.blog-md.sm-large, 
	.blog-md.md-large{
		flex-direction: column;
	}
	.blog-md.md-large .ttr-post-info{
		padding-left:0;
	}
	.blog-md.sm-large .ttr-post-media,
	.blog-md.md-large .ttr-post-media {
		width: 100%;
		flex: 0 0 100%;
	}
	.post-extra{
		padding-top: 10px;
	}
	.news-area:before{
		top: 0px;
	}
	.page-banner {
		height: 300px;
	}
	.page-banner h1 {
		font-size: 36px;
		line-height: 50px;
	}
	.breadcrumb-row ul li{
		font-size: 14px;
	}
	.breadcrumb-row {
		padding: 5px 15px;
	}
	.recent-news.style-2 {
		margin-bottom: 30px;
	}
	.blog-md .ttr-post-media {
		width: 100%;
	}
	.blog-md.blog-post .ttr-post-info {
		margin-bottom: 0;
	}
	h4 {
		font-size: 24px;
		line-height: 34px;
	}
	blockquote p {
		font-size: 18px;
		line-height: 28px;
	}
	blockquote {
		padding: 10px 20px 10px 25px;
		margin: 20px 0;
	}
	.ttr-post-meta.d-flex{
		display: block!important;
	}
	.ttr-post-meta.d-flex .post-tags{
		margin-bottom: 10px;
	}
	.feature-filters {
		margin-bottom: 30px;
	}
	.table.table-cards{
		width: 700px;
		max-width: 700px;
    }
	.checkout-area .text-right{
		text-align: left!important;
		margin-top: 10px;
	}
	.timeline-view .left:before {
		transform: rotate(180deg);
	}
	.timeline-view .right:before {
		left: 60px;
	}
	.service-icon-bx .service-icon a {
		font-size: 70px;
		height: 200px;
		width: 200px;
		line-height: 200px;
	}
	h5 {
		font-size: 20px;
		line-height: 30px;
	}
	.case-studies-box .studies-info {
		padding: 20px;
	}
	.case-studies:before, 
	.our-partner:before, 
	.team-area:before {
		font-size: 100px;
		line-height: 120px;
	}
	.case-studies:before {
		top: 0;
	}
	.about-media-bx.about-video	.video-media-bx.split-box {
		margin-top: 0px;
	}
	.about-media-bx.about-video .row.section-sp1 {
		padding-top: 30px;
	}
	.about-counter .counter-bx {
		font-size: 80px;
		line-height: 80px;
	}
	.about-counter h5 {
		font-size: 15px;
		line-height: 20px;
	}
	.about-video2 .video-media-bx {
		height: 400px;
	}
	.dots-style-1 .owl-dots {
		margin-top: 30px;
	}
	.timeline-box {
		margin-bottom: 40px;
	}
	.service-icon-bx:first-child {
		padding-top: 10px;
	}
	.service-icon-bx{
		padding: 50px 0;
	}
	.service-img-bx{
		margin-bottom:40px;
	}
	.about-head-bx{
		margin-bottom:10px;
	}
	.timeline-nav ul {
		padding: 0;
		text-align: center;
	}
	.timeline-nav ul li {
		display: inline-block;
		width: auto;
	}
	.timeline-nav-box {
		position: sticky;
		top: 50px;
		background-color: #fff;
		z-index: 999;
		padding: 10px 30px;
		margin: 0 15px 30px;
	}
	.timeline-nav ul li a.active {
		font-size: 24px;
		padding: 5px 0;
	}
	.header-2.header-transparent .is-fixed .container-fluid > .menu-logo,
	.header-2 .container-fluid > .menu-logo{
		padding: 0 10px;
		width: 70px;
		margin-left: -15px;
		height: 70px;
	}
	.header-2 .menu-logo img {
		max-width: 50px;
	}
	.header-2 .is-fixed .secondary-menu,
	.header-2 .secondary-menu {
		padding: 25px 0 20px 0;
	}	
	.header-2 .navbar-toggler,
	.header-2 .is-fixed .navbar-toggler {
		margin: 28px 0px 28px 15px;
	}
	.header-2 .header-contact .info-no{
		font-size: 16px;
	}
	.home-bnr-img{
		width:100%;
		border-radius: 10px;
		margin-top:30px;
	}
	.home-bnr-title{
		padding-right:0;
	}
}

@media only screen and (max-width: 576px) {
	.footer-top {
		padding-top:50px;
	}
	.blog-md.md-large {
		margin-bottom: 40px;
	}
	.contact-sidebar .inner {
		padding: 20px;
	}
	.contact-sidebar{
		width: 280px;
	}
	.team-mambers-area {
		margin-bottom: 30px;
	}
	.portfolio-carousel-1.style-1 .portfolio-media img {
		height: calc(100vh - 50px);
	}
	.our-partner:before, 
	.team-area:before {
		font-size: 50px;
		line-height: 65px;
	}
	.our-partner-box .partner-logo{
		    padding: 15px;
	}
	.our-partner-box{
		padding: 15px;
		
	}
	.about-year h2{
		font-size:60px;
		line-height:60px;
	}
	.about-imgbox {
		padding-left: 40px;
	}
	.counter-style-1 span,
	.counter-style-1 .counter {
		font-size: 32px;
		line-height: 40px;
	}
	.about-media-bx .heading-bx {
		margin-bottom: 10px;
	}
	.setResizeMargin {
		padding-left: 15px;
	}
	.recent-news-carousel {
		padding: 30px 15px 30px 80px;
	}
	.recent-news-carousel .owl-nav{
		left: 15px;
	}
	.blog-md.blog-post .ttr-post-info{
		margin-bottom:0;
	}
	.slide-social li:first-child{
		display:none;
	}
	.page-banner h1 {
		font-size: 26px;
		line-height: 40px;
	}
	.page-banner {
		height: 250px;
	}
	h4 {
		font-size: 22px;
		line-height: 32px;
	}
	.recent-news.style-2 .info-bx p {
		font-size: 14px;
		line-height: 26px;
	}
	.blog-user .author-profile-pic {
		width: 60px;
		min-width: 60px;
		height: 60px;
	}
	.blog-user .author-profile-content h6 {
		font-size: 20px;
		line-height: 26px;
    }
	.pagination > li > a, .pagination > li > span {
		padding: 10px 20px;
		font-size: 12px;
	}
	.event-bx .card-header .event-mamber {
		width: 60px;
		height: 60px;
		left: 20px;
		top: 20px;
	}
	.faq-bx .event-bx .card-header {
		padding: 23px 40px 20px 100px !important;
    }
	h5 {
		font-size: 18px;
		line-height: 26px;
	}
	.error-title {
		font-size: 110px;
		line-height: 110px;
	}
	.error-title span {
		width: 85px;
		height: 85px;
	}
	.error-page h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.my-account {
		width: 100%;
	}
	h3 {
		font-size: 24px;
		line-height: 33px;
	}
	.service-icon-bx {
		display: block;
		max-width: 100%;
		padding: 50px 0;
		text-align:center;
	}
	.service-icon-bx .service-icon {
		margin-bottom: 30px;
		width: 230px;
		margin-left: auto;
		margin-right: auto;
	}
	.service-icon-bx .service-info {
		padding: 0 0 0 0;
		max-width: 100%;
	}
	.service-icon-bx .service-icon:after {
		right: 0;
    }
	.service-icon-bx:nth-child(2n) .service-icon:after {
		right: 0;
		left: auto;
	}
	.service-icon-bx:nth-child(2n) .service-info {
		margin-right: auto;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.case-studies:before, 
	.our-partner:before, 
	.team-area:before {
		font-size: 60px;
		line-height: 80px;
		content:none;
	}
	.case-studies:before {
		top: 30px;
	}
	.about-head-bx.heading-bx {
		display: block;
	}
	.head-in {
		padding-left: 0;
	}
	.about-head-bx {
		text-align: left;
	}
	.video-media-bx a {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 26px;
    }
	.about-video2 .video-media-bx {
		height: 250px;
	}
	.about-video2 .video-media-bx a {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 24px;
	}
	.client-logo img{
		height: 50px;
	}
	.heading-bx.style2 .title-head{
		font-size: 30px;
		line-height: 45px;
	}
	.heading-bx.style2 p {
		font-size: 16px;
		line-height: 30px;
	}
	.heading-bx.style2.text-white .title-head br,
	.heading-bx.style2 p br{
		display:none;
	}
	.contact-sidebar .title {
		font-size: 20px;
		line-height: 30px;
	}
	.recent-news-carousel{
		margin-bottom:10px;
	}
	.recent-news-carousel .blog-md:not(.md-large){
		padding: 15px;
	}
	.footer-top .list-2 ul{
		margin-bottom: 15px;
	}
	.contact-sidebar .logo {
		margin-bottom: 15px;
	}
	.footer_widget ul li a{
		line-height: 24px;
	}
	.footer-top .widget {
		margin-bottom: 30px;
	}
	.footer-top .m-b30{
		margin-bottom:0;
	}
}



:root{--primary:#232eff;--sc-primary:#fcf810;}.bg-primary,.btn,.comments-area .comment-form p input[type="submit"],.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus,.feature-filters .active > [class*="btn"],.list-num-count > li:before,.pagination-bx.primary .pagination > li > a,.pagination-bx.primary .pagination > li > span,button.back-to-top,.rev-btn{}.btn:active,.btn:hover,.btn:focus,.active > .btn,.bg-primary-dark,.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus,.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus,.sidenav .closebtn:hover,.sidenav .closebtn:focus,.owl-btn-1.primary .owl-prev:hover,.owl-btn-1.primary .owl-next:hover,.owl-btn-2.primary .owl-prev:hover,.owl-btn-2.primary .owl-next:hover,.pagination-bx.primary .pagination > li > a:hover,.pagination-bx.primary .pagination > li > span:hover,.pagination-bx.primary .pagination > li.active > span,.pagination-bx.primary .pagination > li.active > a{background-color:#fcf810;}a,.text-primary,.primary li:before,.menu-links .nav > li.active > a,.menu-links .nav > li:hover > a,.menu-links .nav > li .mega-menu > li ul a:hover,.menu-links .nav > li .sub-menu li:hover > a,footer a:active,footer a:focus,footer a:hover,footer h1 a,footer h2 a,footer h3 a,footer h4 a,footer h5 a,footer h6 a,footer p a,.testimonial-1 .testimonial-position,.acod-head a:after,.acod-head a,.acod-head a:hover,.acod-head a.collapsed:hover,.ttr-tabs .nav-tabs > li > a i,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.btn.outline,.btn-link:hover{color:#232eff;}.bg-secondry{background-color:#2d3239;}.text-secondry{color:#fcf810;}.ovpr-light:after,.ovpr-middle:after,.ovpr-dark:after,.ovpr:after{background-color:#a00404;}.ttr-notify-header::after,.about-year,.widget-bg1,.ttr-search-bar,.ttr-header,.pricingtable-main,.account-head:after{background:#424bff;background:-moz-linear-gradient(top,#424bff 0%,#232eff 100%);background:-webkit-linear-gradient(top,#424bff 0%,#232eff 100%);background:linear-gradient(to bottom,#af0000 0%,#ff4c23 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#424bff",endColorstr="#232eff",GradientType=0);}.btn:active,.btn:focus,.btn:hover{background-color:#fcf810;color:#000;}.ovprd-light:after,.ovprd-middle:after,.ovprd-dark:after,.ovprd:after{background-color:#000374;}[class*="ovbl-"] .counter-style-1 .counter-text,.header-transparent .secondary-menu .btn-link:hover,.header-transparent .menu-links .nav > li:hover > a,.header-transparent .menu-links .nav > li.active > a{color:#fcf810;}button.back-to-top:hover{background-color:#232eff;color:#fff;}.heading-bx.left .title-head{border-color:#fcf810;}.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom;}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:none;direction:ltr;}.mCSB_container{overflow:hidden;width:auto;height:auto;}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:auto;bottom:0;right:0;width:4px;}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center;}.mCSB_scrollTools .mCSB_buttonDown{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer;}.mCSB_scrollTools .mCSB_buttonDown{bottom:0;}.content-scroll{overflow:auto;}.mCSB_dragger{background-color:rgba(0,0,0,.2);}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited{color:#0084b4 !important;}.tp-caption.Twitter-Content a:hover{color:#0084b4 !important;text-decoration:underline !important;}.tp-caption.medium_grey,.medium_grey{background-color:#888;border-style:none;border-width:0;color:#fff;font-family:Arial;font-size:20px;font-weight:700;line-height:20px;margin:0;padding:2px 4px;position:absolute;text-shadow:0 2px 5px rgba(0,0,0,.5);white-space:nowrap;}.tp-caption.small_text,.small_text{border-style:none;border-width:0;color:#fff;font-family:Arial;font-size:14px;font-weight:700;line-height:20px;margin:0;position:absolute;text-shadow:0 2px 5px rgba(0,0,0,.5);white-space:nowrap;}.tp-caption.medium_text,.medium_text{border-style:none;border-width:0;color:#fff;font-family:Arial;font-size:20px;font-weight:700;line-height:20px;margin:0;position:absolute;text-shadow:0 2px 5px rgba(0,0,0,.5);white-space:nowrap;}.tp-caption.large_text,.large_text{border-style:none;border-width:0;color:#fff;font-family:Arial;font-size:40px;font-weight:700;line-height:40px;margin:0;position:absolute;text-shadow:0 2px 5px rgba(0,0,0,.5);white-space:nowrap;}.tp-caption.very_large_text,.very_large_text{border-style:none;border-width:0;color:#fff;font-family:Arial;font-size:60px;font-weight:700;letter-spacing:-2px;line-height:60px;margin:0;position:absolute;text-shadow:0 2px 5px rgba(0,0,0,.5);white-space:nowrap;}.tp-caption.very_big_white,.very_big_white{background-color:#000;border-style:none;border-width:0;color:#fff;font-family:Arial;font-size:60px;font-weight:800;line-height:60px;margin:0;padding:1px 4px 0;position:absolute;text-shadow:none;white-space:nowrap;}.tp-caption.very_big_black,.very_big_black{background-color:#fff;border-style:none;border-width:0;color:#000;font-family:Arial;font-size:60px;font-weight:700;line-height:60px;margin:0;padding:1px 4px 0;position:absolute;text-shadow:none;white-space:nowrap;}.tp-caption.modern_medium_fat,.modern_medium_fat{border-style:none;border-width:0;color:#000;font-family:"Open Sans",sans-serif;font-size:24px;font-weight:800;line-height:20px;margin:0;position:absolute;text-shadow:none;white-space:nowrap;}.tp-caption.modern_medium_fat_white,.modern_medium_fat_white{border-style:none;border-width:0;color:#fff;font-family:"Open Sans",sans-serif;font-size:24px;font-weight:800;line-height:20px;margin:0;position:absolute;text-shadow:none;white-space:nowrap;}.tp-caption.modern_medium_light,.modern_medium_light{border-style:none;border-width:0;color:#000;font-family:"Open Sans",sans-serif;font-size:24px;font-weight:300;line-height:20px;margin:0;position:absolute;text-shadow:none;white-space:nowrap;}.tp-caption.modern_big_bluebg,.modern_big_bluebg{background-color:#4e5b6c;border-style:none;border-width:0;color:#fff;font-family:"Open Sans",sans-serif;font-size:30px;font-weight:800;letter-spacing:0;line-height:36px;margin:0;padding:3px 10px;position:absolute;text-shadow:none;}.tp-caption.modern_big_redbg,.modern_big_redbg{background-color:#de543e;border-style:none;border-width:0;color:#fff;font-family:"Open Sans",sans-serif;font-size:30px;font-weight:300;letter-spacing:0;line-height:36px;margin:0;padding:1px 10px 3px;position:absolute;text-shadow:none;}.tp-caption.modern_small_text_dark,.modern_small_text_dark{border-style:none;border-width:0;color:#555;font-family:Arial;font-size:14px;line-height:22px;margin:0;position:absolute;text-shadow:none;white-space:nowrap;}.tp-caption.boxshadow,.boxshadow{box-shadow:0 0 20px rgba(0,0,0,.5);}.tp-caption.black,.black{color:#000;text-shadow:none;}.tp-caption.noshadow,.noshadow{text-shadow:none;}.tp-caption.thinheadline_dark,.thinheadline_dark{background-color:transparent;color:rgba(0,0,0,.85);font-family:"Open Sans";font-size:30px;font-weight:300;line-height:30px;position:absolute;text-shadow:none;}.tp-caption.thintext_dark,.thintext_dark{background-color:transparent;color:rgba(0,0,0,.85);font-family:"Open Sans";font-size:16px;font-weight:300;line-height:26px;position:absolute;text-shadow:none;}.tp-caption.largeblackbg,.largeblackbg{background-color:#000;border-radius:0;color:#fff;font-family:"Open Sans";font-size:50px;font-weight:300;line-height:70px;padding:0 20px;position:absolute;text-shadow:none;}.tp-caption.largepinkbg,.largepinkbg{background-color:#db4360;border-radius:0;color:#fff;font-family:"Open Sans";font-size:50px;font-weight:300;line-height:70px;padding:0 20px;position:absolute;text-shadow:none;}.tp-caption.largewhitebg,.largewhitebg{background-color:#fff;border-radius:0;color:#000;font-family:"Open Sans";font-size:50px;font-weight:300;line-height:70px;padding:0 20px;position:absolute;text-shadow:none;}.tp-caption.largegreenbg,.largegreenbg{background-color:#67ae73;border-radius:0;color:#fff;font-family:"Open Sans";font-size:50px;font-weight:300;line-height:70px;padding:0 20px;position:absolute;text-shadow:none;}.tp-caption.excerpt,.excerpt{background-color:rgba(0,0,0,1);border-color:#fff;border-style:none;border-width:0;color:#fff;font-family:Arial;font-size:36px;font-weight:700;height:auto;letter-spacing:-1.5px;line-height:36px;margin:0;padding:1px 4px 0;text-decoration:none;text-shadow:none;white-space:normal !important;width:150px;}.tp-caption.large_bold_grey,.large_bold_grey{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#666;font-family:"Open Sans";font-size:60px;font-weight:800;line-height:60px;margin:0;padding:1px 4px 0;text-decoration:none;text-shadow:none;}.tp-caption.medium_thin_grey,.medium_thin_grey{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#666;font-family:"Open Sans";font-size:34px;font-weight:300;line-height:30px;margin:0;padding:1px 4px 0;text-decoration:none;text-shadow:none;}.tp-caption.small_thin_grey,.small_thin_grey{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#757575;font-family:"Open Sans";font-size:18px;font-weight:300;line-height:26px;margin:0;padding:1px 4px 0;text-decoration:none;text-shadow:none;}.tp-caption.lightgrey_divider,.lightgrey_divider{background-color:rgba(235,235,235,1);background-position:initial;background-repeat:initial;border-color:#222;border-style:none;border-width:0;height:3px;text-decoration:none;width:370px;}.tp-caption.large_bold_darkblue,.large_bold_darkblue{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#34495e;font-family:"Open Sans";font-size:58px;font-weight:800;line-height:60px;text-decoration:none;}.tp-caption.medium_bg_darkblue,.medium_bg_darkblue{background-color:#34495e;border-color:#ffd658;border-style:none;border-width:0;color:#fff;font-family:"Open Sans";font-size:20px;font-weight:800;line-height:20px;padding:10px;text-decoration:none;}.tp-caption.medium_bold_red,.medium_bold_red{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#e33a0c;font-family:"Open Sans";font-size:24px;font-weight:800;line-height:30px;padding:0;text-decoration:none;}.tp-caption.medium_light_red,.medium_light_red{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#e33a0c;font-family:"Open Sans";font-size:21px;font-weight:300;line-height:26px;padding:0;text-decoration:none;}.tp-caption.medium_bg_red,.medium_bg_red{background-color:#e33a0c;border-color:#ffd658;border-style:none;border-width:0;color:#fff;font-family:"Open Sans";font-size:20px;font-weight:800;line-height:20px;padding:10px;text-decoration:none;}.tp-caption.medium_bold_orange,.medium_bold_orange{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#f39c12;font-family:"Open Sans";font-size:24px;font-weight:800;line-height:30px;text-decoration:none;}.tp-caption.medium_bg_orange,.medium_bg_orange{background-color:#f39c12;border-color:#ffd658;border-style:none;border-width:0;color:#fff;font-family:"Open Sans";font-size:20px;font-weight:800;line-height:20px;padding:10px;text-decoration:none;}.tp-caption.grassfloor,.grassfloor{background-color:rgba(160,179,151,1);border-color:#222;border-style:none;border-width:0;height:150px;text-decoration:none;width:4000px;}.tp-caption.large_bold_white,.large_bold_white{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#fff;font-family:"Open Sans";font-size:58px;font-weight:800;line-height:60px;text-decoration:none;}.tp-caption.medium_light_white,.medium_light_white{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#fff;font-family:"Open Sans";font-size:30px;font-weight:300;line-height:36px;padding:0;text-decoration:none;}.tp-caption.mediumlarge_light_white,.mediumlarge_light_white{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#fff;font-family:"Open Sans";font-size:34px;font-weight:300;line-height:40px;padding:0;text-decoration:none;}.tp-caption.mediumlarge_light_white_center,.mediumlarge_light_white_center{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#fff;font-family:"Open Sans";font-size:34px;font-weight:300;line-height:40px;padding:0;text-align:center;text-decoration:none;}.tp-caption.medium_bg_asbestos,.medium_bg_asbestos{background-color:#7f8c8d;border-color:#ffd658;border-style:none;border-width:0;color:#fff;font-family:"Open Sans";font-size:20px;font-weight:800;line-height:20px;padding:10px;text-decoration:none;}.tp-caption.medium_light_black,.medium_light_black{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#000;font-family:"Open Sans";font-size:30px;font-weight:300;line-height:36px;padding:0;text-decoration:none;}.tp-caption.large_bold_black,.large_bold_black{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#000;font-family:"Open Sans";font-size:58px;font-weight:800;line-height:60px;text-decoration:none;}.tp-caption.mediumlarge_light_darkblue,.mediumlarge_light_darkblue{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#34495e;font-family:"Open Sans";font-size:34px;font-weight:300;line-height:40px;padding:0;text-decoration:none;}.tp-caption.small_light_white,.small_light_white{background-color:transparent;border-color:#ffd658;border-style:none;border-width:0;color:#fff;font-family:"Open Sans";font-size:17px;font-weight:300;line-height:28px;padding:0;text-decoration:none;}.tp-caption.roundedimage,.roundedimage{border-color:#222;border-style:none;border-width:0;}.tp-caption.large_bg_black,.large_bg_black{background-color:#000;border-color:#ffd658;border-style:none;border-width:0;color:#fff;font-family:"Open Sans";font-size:40px;font-weight:800;line-height:40px;padding:10px 20px 15px;text-decoration:none;}.tp-caption.mediumwhitebg,.mediumwhitebg{background-color:#fff;border-color:#000;border-style:none;border-width:0;color:#000;font-family:"Open Sans";font-size:30px;font-weight:300;line-height:30px;padding:5px 15px 10px;text-decoration:none;text-shadow:none;}.tp-caption.maincaption,.maincaption{background-color:transparent;border-color:#000;border-style:none;border-width:0;color:#212a40;font-family:roboto;font-size:33px;font-weight:500;line-height:43px;text-decoration:none;text-shadow:none;}.tp-caption.miami_title_60px,.miami_title_60px{background-color:transparent;border-color:#000;border-style:none;border-width:0;color:#fff;font-family:"Source Sans Pro";font-size:60px;font-weight:700;letter-spacing:1px;line-height:60px;text-decoration:none;text-shadow:none;}.tp-caption.miami_subtitle,.miami_subtitle{background-color:transparent;border-color:#000;border-style:none;border-width:0;color:rgba(255,255,255,.65);font-family:"Source Sans Pro";font-size:17px;font-weight:400;letter-spacing:2px;line-height:24px;text-decoration:none;text-shadow:none;}.tp-caption.divideline30px,.divideline30px{background:#fff;background-color:#fff;border-color:#222;border-style:none;border-width:0;height:2px;min-width:30px;text-decoration:none;}.tp-caption.Miami_nostyle,.Miami_nostyle{border-color:#222;border-style:none;border-width:0;}.tp-caption.miami_content_light,.miami_content_light{background-color:transparent;border-color:#000;border-style:none;border-width:0;color:#fff;font-family:"Source Sans Pro";font-size:22px;font-weight:400;letter-spacing:0;line-height:28px;text-decoration:none;text-shadow:none;}.tp-caption.miami_title_60px_dark,.miami_title_60px_dark{background-color:transparent;border-color:#000;border-style:none;border-width:0;color:#333;font-family:"Source Sans Pro";font-size:60px;font-weight:700;letter-spacing:1px;line-height:60px;text-decoration:none;text-shadow:none;}.tp-caption.miami_content_dark,.miami_content_dark{background-color:transparent;border-color:#000;border-style:none;border-width:0;color:#666;font-family:"Source Sans Pro";font-size:22px;font-weight:400;letter-spacing:0;line-height:28px;text-decoration:none;text-shadow:none;}.tp-caption.divideline30px_dark,.divideline30px_dark{background-color:#333;border-color:#222;border-style:none;border-width:0;height:2px;min-width:30px;text-decoration:none;}.tp-caption.ellipse70px,.ellipse70px{background-color:rgba(0,0,0,.14902);border-color:#222;border-radius:50px 50px 50px 50px;border-style:none;border-width:0;cursor:pointer;line-height:1px;min-height:70px;min-width:70px;text-decoration:none;}.tp-caption.arrowicon,.arrowicon{border-color:#222;border-style:none;border-width:0;line-height:1px;}.tp-caption.MarkerDisplay,.MarkerDisplay{background-color:transparent;border-color:#000;border-radius:0 0 0 0;border-style:none;border-width:0;font-family:"Permanent Marker";font-style:normal;padding:0;text-decoration:none;text-shadow:none;}.tp-caption.Restaurant-Display,.Restaurant-Display{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:#fff;font-family:Roboto;font-size:120px;font-style:normal;font-weight:700;line-height:120px;padding:0;text-decoration:none;}.tp-caption.Restaurant-Cursive,.Restaurant-Cursive{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:#fff;font-family:"Nothing you could do";font-size:30px;font-style:normal;font-weight:400;letter-spacing:2px;line-height:30px;padding:0;text-decoration:none;}.tp-caption.Restaurant-ScrollDownText,.Restaurant-ScrollDownText{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:#fff;font-family:Roboto;font-size:17px;font-style:normal;font-weight:400;letter-spacing:2px;line-height:17px;padding:0;text-decoration:none;}.tp-caption.Restaurant-Description,.Restaurant-Description{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:#fff;font-family:Roboto;font-size:20px;font-style:normal;font-weight:300;letter-spacing:3px;line-height:30px;padding:0;text-decoration:none;}.tp-caption.Restaurant-Price,.Restaurant-Price{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:#fff;font-family:Roboto;font-size:30px;font-style:normal;font-weight:300;letter-spacing:3px;line-height:30px;padding:0;text-decoration:none;}.tp-caption.Restaurant-Menuitem,.Restaurant-Menuitem{background-color:rgba(0,0,0,1);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Roboto;font-size:17px;font-style:normal;font-weight:400;letter-spacing:2px;line-height:17px;padding:10px 30px;text-align:left;text-decoration:none;}.tp-caption.Furniture-LogoText,.Furniture-LogoText{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(230,207,163,1);font-family:Raleway;font-size:160px;font-style:normal;font-weight:300;line-height:150px;padding:0;text-decoration:none;text-shadow:none;}.tp-caption.Furniture-Plus,.Furniture-Plus{background-color:rgba(255,255,255,1);border-color:transparent;border-radius:30px 30px 30px 30px;border-style:none;border-width:0;box-shadow:rgba(0,0,0,.1) 0 1px 3px;color:rgba(230,207,163,1);font-family:Raleway;font-size:20px;font-style:normal;font-weight:400;line-height:20px;padding:6px 7px 4px;text-decoration:none;text-shadow:none;}.tp-caption.Furniture-Title,.Furniture-Title{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(0,0,0,1);font-family:Raleway;font-size:20px;font-style:normal;font-weight:700;letter-spacing:3px;line-height:20px;padding:0;text-decoration:none;text-shadow:none;}.tp-caption.Furniture-Subtitle,.Furniture-Subtitle{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(0,0,0,1);font-family:Raleway;font-size:17px;font-style:normal;font-weight:300;line-height:20px;padding:0;text-decoration:none;text-shadow:none;}.tp-caption.Gym-Display,.Gym-Display{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:80px;font-style:normal;font-weight:900;line-height:70px;padding:0;text-decoration:none;}.tp-caption.Gym-Subline,.Gym-Subline{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:30px;font-style:normal;font-weight:100;letter-spacing:5px;line-height:30px;padding:0;text-decoration:none;}.tp-caption.Gym-SmallText,.Gym-SmallText{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:17px;font-style:normal;font-weight:300;line-height:22;padding:0;text-decoration:none;text-shadow:none;}.tp-caption.Fashion-SmallText,.Fashion-SmallText{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:12px;font-style:normal;font-weight:600;letter-spacing:2px;line-height:20px;padding:0;text-decoration:none;}.tp-caption.Fashion-BigDisplay,.Fashion-BigDisplay{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(0,0,0,1);font-family:Raleway;font-size:60px;font-style:normal;font-weight:900;letter-spacing:2px;line-height:60px;padding:0;text-decoration:none;}.tp-caption.Fashion-TextBlock,.Fashion-TextBlock{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(0,0,0,1);font-family:Raleway;font-size:20px;font-style:normal;font-weight:400;letter-spacing:2px;line-height:40px;padding:0;text-decoration:none;}.tp-caption.Sports-Display,.Sports-Display{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:130px;font-style:normal;font-weight:100;letter-spacing:13px;line-height:130px;padding:0;text-decoration:none;}.tp-caption.Sports-DisplayFat,.Sports-DisplayFat{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:130px;font-style:normal;font-weight:900;line-height:130px;padding:0;text-decoration:none;}.tp-caption.Sports-Subline,.Sports-Subline{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(0,0,0,1);font-family:Raleway;font-size:32px;font-style:normal;font-weight:400;letter-spacing:4px;line-height:32px;padding:0;text-decoration:none;}.tp-caption.Instagram-Caption,.Instagram-Caption{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Roboto;font-size:20px;font-style:normal;font-weight:900;line-height:20px;padding:0;text-decoration:none;}.tp-caption.News-Title,.News-Title{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:"Roboto Slab";font-size:70px;font-style:normal;font-weight:400;line-height:60px;padding:0;text-decoration:none;}.tp-caption.News-Subtitle,.News-Subtitle{background-color:rgba(255,255,255,0);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:"Roboto Slab";font-size:15px;font-style:normal;font-weight:300;line-height:24px;padding:0;text-decoration:none;}.tp-caption.News-Subtitle:hover,.News-Subtitle:hover{background-color:rgba(255,255,255,0);border-color:transparent;border-radius:0 0 0 0;border-style:solid;border-width:0;color:rgba(255,255,255,.65);text-decoration:none;}.tp-caption.Photography-Display,.Photography-Display{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:80px;font-style:normal;font-weight:100;letter-spacing:5px;line-height:70px;padding:0;text-decoration:none;}.tp-caption.Photography-Subline,.Photography-Subline{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(119,119,119,1);font-family:Raleway;font-size:20px;font-style:normal;font-weight:300;letter-spacing:3px;line-height:30px;padding:0;text-decoration:none;}.tp-caption.Photography-ImageHover,.Photography-ImageHover{background-color:transparent;border-color:rgba(255,255,255,0);border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-size:20px;font-style:normal;font-weight:400;line-height:22;padding:0;text-decoration:none;}.tp-caption.Photography-ImageHover:hover,.Photography-ImageHover:hover{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Photography-Menuitem,.Photography-Menuitem{background-color:rgba(0,0,0,.65);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:20px;font-style:normal;font-weight:300;letter-spacing:2px;line-height:20px;padding:3px 5px 3px 8px;text-decoration:none;}.tp-caption.Photography-Menuitem:hover,.Photography-Menuitem:hover{background-color:rgba(0,255,222,.65);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Photography-Textblock,.Photography-Textblock{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:17px;font-style:normal;font-weight:300;letter-spacing:2px;line-height:30px;padding:0;text-decoration:none;}.tp-caption.Photography-Subline-2,.Photography-Subline-2{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,.35);font-family:Raleway;font-size:20px;font-style:normal;font-weight:300;letter-spacing:3px;line-height:30px;padding:0;text-decoration:none;}.tp-caption.Photography-ImageHover2,.Photography-ImageHover2{background-color:transparent;border-color:rgba(255,255,255,0);border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Arial;font-size:20px;font-style:normal;font-weight:400;line-height:22;padding:0;text-decoration:none;}.tp-caption.Photography-ImageHover2:hover,.Photography-ImageHover2:hover{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.WebProduct-Title,.WebProduct-Title{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(51,51,51,1);font-family:Raleway;font-size:90px;font-style:normal;font-weight:100;line-height:90px;padding:0;text-decoration:none;}.tp-caption.WebProduct-SubTitle,.WebProduct-SubTitle{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(153,153,153,1);font-family:Raleway;font-size:15px;font-style:normal;font-weight:400;line-height:20px;padding:0;text-decoration:none;}.tp-caption.WebProduct-Content,.WebProduct-Content{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(153,153,153,1);font-family:Raleway;font-size:16px;font-style:normal;font-weight:600;line-height:24px;padding:0;text-decoration:none;}.tp-caption.WebProduct-Menuitem,.WebProduct-Menuitem{background-color:rgba(51,51,51,1);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:15px;font-style:normal;font-weight:500;letter-spacing:2px;line-height:20px;padding:3px 5px 3px 8px;text-align:left;text-decoration:none;}.tp-caption.WebProduct-Menuitem:hover,.WebProduct-Menuitem:hover{background-color:rgba(255,255,255,1);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(153,153,153,1);text-decoration:none;}.tp-caption.WebProduct-Title-Light,.WebProduct-Title-Light{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:90px;font-style:normal;font-weight:100;line-height:90px;padding:0;text-align:left;text-decoration:none;}.tp-caption.WebProduct-SubTitle-Light,.WebProduct-SubTitle-Light{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,.35);font-family:Raleway;font-size:15px;font-style:normal;font-weight:400;line-height:20px;padding:0;text-align:left;text-decoration:none;}.tp-caption.WebProduct-Content-Light,.WebProduct-Content-Light{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,.65);font-family:Raleway;font-size:16px;font-style:normal;font-weight:600;line-height:24px;padding:0;text-align:left;text-decoration:none;}.tp-caption.FatRounded,.FatRounded{background-color:rgba(0,0,0,.5);border-color:rgba(211,211,211,1);border-radius:50px 50px 50px 50px;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:30px;font-style:normal;font-weight:900;line-height:30px;padding:20px 22px 20px 25px;text-align:left;text-decoration:none;text-shadow:none;}.tp-caption.FatRounded:hover,.FatRounded:hover{background-color:rgba(0,0,0,1);border-color:rgba(211,211,211,1);border-radius:50px 50px 50px 50px;border-style:none;border-width:0;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.NotGeneric-Title,.NotGeneric-Title{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:70px;font-style:normal;font-weight:800;line-height:70px;padding:10px 0;text-decoration:none;}.tp-caption.NotGeneric-SubTitle,.NotGeneric-SubTitle{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:13px;font-style:normal;font-weight:500;letter-spacing:4px;line-height:20px;padding:0;text-align:left;text-decoration:none;}.tp-caption.NotGeneric-CallToAction,.NotGeneric-CallToAction{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.5);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(255,255,255,1);font-family:Raleway;font-size:14px;font-style:normal;font-weight:500;letter-spacing:3px;line-height:14px;padding:10px 30px;text-align:left;text-decoration:none;}.tp-caption.NotGeneric-CallToAction:hover,.NotGeneric-CallToAction:hover{background-color:transparent;border-color:rgba(255,255,255,1);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.NotGeneric-Icon,.NotGeneric-Icon{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,0);border-radius:0 0 0 0;border-style:solid;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:30px;font-style:normal;font-weight:400;letter-spacing:3px;line-height:30px;padding:0;text-align:left;text-decoration:none;}.tp-caption.NotGeneric-Menuitem,.NotGeneric-Menuitem{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.15);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(255,255,255,1);font-family:Raleway;font-size:14px;font-style:normal;font-weight:500;letter-spacing:3px;line-height:14px;padding:27px 30px;text-align:left;text-decoration:none;}.tp-caption.NotGeneric-Menuitem:hover,.NotGeneric-Menuitem:hover{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,1);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.MarkerStyle,.MarkerStyle{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:"Permanent Marker";font-size:17px;font-style:normal;font-weight:100;line-height:30px;padding:0;text-align:left;text-decoration:none;}.tp-caption.Gym-Menuitem,.Gym-Menuitem{background-color:rgba(0,0,0,1);border-color:rgba(255,255,255,0);border-radius:3px 3px 3px 3px;border-style:solid;border-width:2px;color:rgba(255,255,255,1);font-family:Raleway;font-size:20px;font-style:normal;font-weight:300;letter-spacing:2px;line-height:20px;padding:3px 5px 3px 8px;text-align:left;text-decoration:none;}.tp-caption.Gym-Menuitem:hover,.Gym-Menuitem:hover{background-color:rgba(0,0,0,1);border-color:rgba(255,255,255,.25);border-radius:3px 3px 3px 3px;border-style:solid;border-width:2px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Newspaper-Button,.Newspaper-Button{background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,.25);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(255,255,255,1);font-family:Roboto;font-size:13px;font-style:normal;font-weight:700;letter-spacing:2px;line-height:17px;padding:12px 35px;text-align:left;text-decoration:none;}.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover{background-color:rgba(255,255,255,1);border-color:rgba(255,255,255,1);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(0,0,0,1);text-decoration:none;}.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(168,216,238,1);font-family:Roboto;font-size:15px;font-style:normal;font-weight:900;line-height:20px;padding:0;text-align:left;text-decoration:none;}.tp-caption.Newspaper-Title,.Newspaper-Title{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:"Roboto Slab";font-size:50px;font-style:normal;font-weight:400;line-height:55px;padding:0 0 10px;text-align:left;text-decoration:none;}.tp-caption.Newspaper-Title-Centered,.Newspaper-Title-Centered{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:"Roboto Slab";font-size:50px;font-style:normal;font-weight:400;line-height:55px;padding:0 0 10px;text-align:center;text-decoration:none;}.tp-caption.Hero-Button,.Hero-Button{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.5);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(255,255,255,1);font-family:Raleway;font-size:14px;font-style:normal;font-weight:500;letter-spacing:3px;line-height:14px;padding:10px 30px;text-align:left;text-decoration:none;}.tp-caption.Hero-Button:hover,.Hero-Button:hover{background-color:rgba(255,255,255,1);border-color:rgba(255,255,255,1);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(0,0,0,1);text-decoration:none;}.tp-caption.Video-Title,.Video-Title{background-color:rgba(0,0,0,1);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:30px;font-style:normal;font-weight:900;line-height:30px;padding:5px;text-align:left;text-decoration:none;}.tp-caption.Video-SubTitle,.Video-SubTitle{background-color:rgba(0,0,0,.35);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:12px;font-style:normal;font-weight:600;letter-spacing:2px;line-height:12px;padding:5px;text-align:left;text-decoration:none;}.tp-caption.NotGeneric-Button,.NotGeneric-Button{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.5);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(255,255,255,1);font-family:Raleway;font-size:14px;font-style:normal;font-weight:500;letter-spacing:3px;line-height:14px;padding:10px 30px;text-align:left;text-decoration:none;}.tp-caption.NotGeneric-Button:hover,.NotGeneric-Button:hover{background-color:transparent;border-color:rgba(255,255,255,1);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.NotGeneric-BigButton,.NotGeneric-BigButton{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.15);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(255,255,255,1);font-family:Raleway;font-size:14px;font-style:normal;font-weight:500;letter-spacing:3px;line-height:14px;padding:27px 30px;text-align:left;text-decoration:none;}.tp-caption.NotGeneric-BigButton:hover,.NotGeneric-BigButton:hover{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,1);border-radius:0 0 0 0;border-style:solid;border-width:1px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.WebProduct-Button,.WebProduct-Button{background-color:rgba(51,51,51,1);border-color:rgba(0,0,0,1);border-radius:0 0 0 0;border-style:none;border-width:2px;color:rgba(255,255,255,1);font-family:Raleway;font-size:16px;font-style:normal;font-weight:600;letter-spacing:1px;line-height:48px;padding:0 40px;text-align:left;text-decoration:none;}.tp-caption.WebProduct-Button:hover,.WebProduct-Button:hover{background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-radius:0 0 0 0;border-style:none;border-width:2px;color:rgba(51,51,51,1);text-decoration:none;}.tp-caption.Restaurant-Button,.Restaurant-Button{background-color:rgba(10,10,10,0);border-color:rgba(255,255,255,.5);border-radius:0 0 0 0;border-style:solid;border-width:2px;color:rgba(255,255,255,1);font-family:Roboto;font-size:17px;font-style:normal;font-weight:500;letter-spacing:3px;line-height:17px;padding:12px 35px;text-align:left;text-decoration:none;}.tp-caption.Restaurant-Button:hover,.Restaurant-Button:hover{background-color:rgba(0,0,0,0);border-color:rgba(255,224,129,1);border-radius:0 0 0 0;border-style:solid;border-width:2px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Gym-Button,.Gym-Button{background-color:rgba(139,192,39,1);border-color:rgba(0,0,0,0);border-radius:30px 30px 30px 30px;border-style:solid;border-width:0;color:rgba(255,255,255,1);font-family:Raleway;font-size:15px;font-style:normal;font-weight:600;letter-spacing:1px;line-height:15px;padding:13px 35px;text-align:left;text-decoration:none;}.tp-caption.Gym-Button:hover,.Gym-Button:hover{background-color:rgba(114,168,0,1);border-color:rgba(0,0,0,0);border-radius:30px 30px 30px 30px;border-style:solid;border-width:0;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Gym-Button-Light,.Gym-Button-Light{background-color:transparent;border-color:rgba(255,255,255,.25);border-radius:30px 30px 30px 30px;border-style:solid;border-width:2px;color:rgba(255,255,255,1);font-family:Raleway;font-size:15px;font-style:normal;font-weight:600;line-height:15px;padding:12px 35px;text-align:left;text-decoration:none;}.tp-caption.Gym-Button-Light:hover,.Gym-Button-Light:hover{background-color:rgba(114,168,0,0);border-color:rgba(139,192,39,1);border-radius:30px 30px 30px 30px;border-style:solid;border-width:2px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Sports-Button-Light,.Sports-Button-Light{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.5);border-radius:0 0 0 0;border-style:solid;border-width:2px;color:rgba(255,255,255,1);font-family:Raleway;font-size:17px;font-style:normal;font-weight:600;letter-spacing:2px;line-height:17px;padding:12px 35px;text-align:left;text-decoration:none;}.tp-caption.Sports-Button-Light:hover,.Sports-Button-Light:hover{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,1);border-radius:0 0 0 0;border-style:solid;border-width:2px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Sports-Button-Red,.Sports-Button-Red{background-color:rgba(219,28,34,1);border-color:rgba(219,28,34,0);border-radius:0 0 0 0;border-style:solid;border-width:2px;color:rgba(255,255,255,1);font-family:Raleway;font-size:17px;font-style:normal;font-weight:600;letter-spacing:2px;line-height:17px;padding:12px 35px;text-align:left;text-decoration:none;}.tp-caption.Sports-Button-Red:hover,.Sports-Button-Red:hover{background-color:rgba(0,0,0,1);border-color:rgba(0,0,0,1);border-radius:0 0 0 0;border-style:solid;border-width:2px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Photography-Button,.Photography-Button{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.25);border-radius:30px 30px 30px 30px;border-style:solid;border-width:1px;color:rgba(255,255,255,1);font-family:Raleway;font-size:15px;font-style:normal;font-weight:600;letter-spacing:1px;line-height:15px;padding:13px 35px;text-align:left;text-decoration:none;}.tp-caption.Photography-Button:hover,.Photography-Button:hover{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,1);border-radius:30px 30px 30px 30px;border-style:solid;border-width:1px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Newspaper-Button-2,.Newspaper-Button-2{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.5);border-radius:3px 3px 3px 3px;border-style:solid;border-width:2px;color:rgba(255,255,255,1);font-family:Roboto;font-size:15px;font-style:normal;font-weight:900;line-height:15px;padding:10px 30px;text-align:left;text-decoration:none;}.tp-caption.Newspaper-Button-2:hover,.Newspaper-Button-2:hover{background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,1);border-radius:3px 3px 3px 3px;border-style:solid;border-width:2px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Feature-Tour,.Feature-Tour{background-color:rgba(139,192,39,1);border-color:rgba(0,0,0,0);border-radius:30px 30px 30px 30px;border-style:solid;border-width:0;color:rgba(255,255,255,1);font-family:Roboto;font-size:17px;font-style:normal;font-weight:700;line-height:17px;padding:17px 35px;text-align:left;text-decoration:none;}.tp-caption.Feature-Tour:hover,.Feature-Tour:hover{background-color:rgba(114,168,0,1);border-color:rgba(0,0,0,0);border-radius:30px 30px 30px 30px;border-style:solid;border-width:0;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Feature-Examples,.Feature-Examples{background-color:transparent;border-color:rgba(33,42,64,.15);border-radius:30px 30px 30px 30px;border-style:solid;border-width:2px;color:rgba(33,42,64,.5);font-family:Roboto;font-size:17px;font-style:normal;font-weight:700;line-height:17px;padding:15px 35px;text-align:left;text-decoration:none;}.tp-caption.Feature-Examples:hover,.Feature-Examples:hover{background-color:transparent;border-color:rgba(139,192,39,1);border-radius:30px 30px 30px 30px;border-style:solid;border-width:2px;color:rgba(139,192,39,1);text-decoration:none;}.tp-caption.subcaption,.subcaption{background-color:transparent;border-color:rgba(0,0,0,1);border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(111,124,130,1);font-family:roboto;font-size:19px;font-style:normal;font-weight:400;line-height:24px;padding:0;text-align:left;text-decoration:none;text-shadow:none;}.tp-caption.menutab,.menutab{background-color:transparent;border-color:rgba(0,0,0,1);border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(41,46,49,1);font-family:roboto;font-size:25px;font-style:normal;font-weight:300;line-height:30px;padding:0;text-align:left;text-decoration:none;text-shadow:none;}.tp-caption.menutab:hover,.menutab:hover{background-color:transparent;border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(213,0,0,1);text-decoration:none;}.tp-caption.maincontent,.maincontent{background-color:transparent;border-color:rgba(0,0,0,1);border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(41,46,49,1);font-family:roboto;font-size:21px;font-style:normal;font-weight:300;line-height:26px;padding:0;text-align:left;text-decoration:none;text-shadow:none;}.tp-caption.minitext,.minitext{background-color:transparent;border-color:rgba(0,0,0,1);border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(185,186,187,1);font-family:roboto;font-size:15px;font-style:normal;font-weight:400;line-height:20px;padding:0;text-align:left;text-decoration:none;text-shadow:none;}.tp-caption.Feature-Buy,.Feature-Buy{background-color:rgba(0,154,238,1);border-color:rgba(0,0,0,0);border-radius:30px 30px 30px 30px;border-style:solid;border-width:0;color:rgba(255,255,255,1);font-family:Roboto;font-size:17px;font-style:normal;font-weight:700;line-height:17px;padding:17px 35px;text-align:left;text-decoration:none;}.tp-caption.Feature-Buy:hover,.Feature-Buy:hover{background-color:rgba(0,133,214,1);border-color:rgba(0,0,0,0);border-radius:30px 30px 30px 30px;border-style:solid;border-width:0;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Feature-Examples-Light,.Feature-Examples-Light{background-color:transparent;border-color:rgba(255,255,255,.15);border-radius:30px 30px 30px 30px;border-style:solid;border-width:2px;color:rgba(255,255,255,1);font-family:Roboto;font-size:17px;font-style:normal;font-weight:700;line-height:17px;padding:15px 35px;text-align:left;text-decoration:none;}.tp-caption.Feature-Examples-Light:hover,.Feature-Examples-Light:hover{background-color:transparent;border-color:rgba(255,255,255,1);border-radius:30px 30px 30px 30px;border-style:solid;border-width:2px;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Facebook-Likes,.Facebook-Likes{background-color:rgba(59,89,153,1);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(255,255,255,1);font-family:Roboto;font-size:15px;font-style:normal;font-weight:500;line-height:22px;padding:5px 15px;text-align:left;text-decoration:none;}.tp-caption.Twitter-Favorites,.Twitter-Favorites{background-color:rgba(255,255,255,0);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(136,153,166,1);font-family:Roboto;font-size:15px;font-style:normal;font-weight:500;line-height:22px;padding:0;text-align:left;text-decoration:none;}.tp-caption.Twitter-Link,.Twitter-Link{background-color:rgba(255,255,255,1);border-color:transparent;border-radius:30px 30px 30px 30px;border-style:none;border-width:0;color:rgba(135,153,165,1);font-family:Roboto;font-size:15px;font-style:normal;font-weight:500;line-height:15px;padding:11px 11px 9px;text-align:left;text-decoration:none;}.tp-caption.Twitter-Link:hover,.Twitter-Link:hover{background-color:rgba(0,132,180,1);border-color:transparent;border-radius:30px 30px 30px 30px;border-style:none;border-width:0;color:rgba(255,255,255,1);text-decoration:none;}.tp-caption.Twitter-Retweet,.Twitter-Retweet{background-color:rgba(255,255,255,0);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(136,153,166,1);font-family:Roboto;font-size:15px;font-style:normal;font-weight:500;line-height:22px;padding:0;text-align:left;text-decoration:none;}.tp-caption.Twitter-Content,.Twitter-Content{background-color:rgba(255,255,255,1);border-color:transparent;border-radius:0 0 0 0;border-style:none;border-width:0;color:rgba(41,47,51,1);font-family:Roboto;font-size:20px;font-style:normal;font-weight:500;line-height:28px;padding:30px 30px 70px;text-align:left;text-decoration:none;}.revtp-searchform input[type="text"],.revtp-searchform input[type="email"],.revtp-form input[type="text"],.revtp-form input[type="email"]{font-family:"Arial",sans-serif;font-size:15px;color:#000;background-color:#fff;line-height:46px;padding:0 20px;cursor:text;border:0;width:400px;margin-bottom:0px;-webkit-transition:background-color .5s;-moz-transition:background-color .5s;-o-transition:background-color .5s;-ms-transition:background-color .5s;transition:background-color .5s;border-radius:0px;}.tp-caption.BigBold-Title,.BigBold-Title{color:rgba(255,255,255,1);font-size:110px;line-height:100px;font-weight:800;font-style:normal;font-family:Raleway;padding:10px 0px 10px 0;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.BigBold-SubTitle,.BigBold-SubTitle{color:rgba(255,255,255,.5);font-size:15px;line-height:24px;font-weight:500;font-style:normal;font-family:Raleway;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;letter-spacing:1px;}.tp-caption.BigBold-Button,.BigBold-Button{color:rgba(255,255,255,1);font-size:13px;line-height:13px;font-weight:500;font-style:normal;font-family:Raleway;padding:15px 50px 15px 50px;text-decoration:none;background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.5);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;text-align:left;letter-spacing:1px;}.tp-caption.BigBold-Button:hover,.BigBold-Button:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:rgba(255,255,255,1);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;}.tp-caption.FoodCarousel-Content,.FoodCarousel-Content{color:rgba(41,46,49,1);font-size:17px;line-height:28px;font-weight:500;font-style:normal;font-family:Raleway;padding:30px 30px 30px 30px;text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(41,46,49,1);border-style:solid;border-width:1px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.FoodCarousel-Button,.FoodCarousel-Button{color:rgba(41,46,49,1);font-size:13px;line-height:13px;font-weight:700;font-style:normal;font-family:Raleway;padding:15px 70px 15px 50px;text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(41,46,49,1);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;text-align:left;letter-spacing:1px;}.tp-caption.FoodCarousel-Button:hover,.FoodCarousel-Button:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(41,46,49,1);border-color:rgba(41,46,49,1);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;}.tp-caption.FoodCarousel-CloseButton,.FoodCarousel-CloseButton{color:rgba(41,46,49,1);font-size:20px;line-height:20px;font-weight:700;font-style:normal;font-family:Raleway;padding:14px 14px 14px 16px;text-decoration:none;background-color:rgba(0,0,0,0);border-color:rgba(41,46,49,0);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;text-align:left;letter-spacing:1px;}.tp-caption.FoodCarousel-CloseButton:hover,.FoodCarousel-CloseButton:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(41,46,49,1);border-color:rgba(41,46,49,0);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;}.tp-caption.Video-SubTitle,.Video-SubTitle{color:rgba(255,255,255,1);font-size:12px;line-height:12px;font-weight:600;font-style:normal;font-family:Raleway;padding:5px 5px 5px 5px;text-decoration:none;background-color:rgba(0,0,0,.35);border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:2px;text-align:left;}.tp-caption.Video-Title,.Video-Title{color:rgba(255,255,255,1);font-size:30px;line-height:30px;font-weight:900;font-style:normal;font-family:Raleway;padding:5px 5px 5px 5px;text-decoration:none;background-color:rgba(0,0,0,1);border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.Travel-BigCaption,.Travel-BigCaption{color:rgba(255,255,255,1);font-size:50px;line-height:50px;font-weight:400;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.Travel-SmallCaption,.Travel-SmallCaption{color:rgba(255,255,255,1);font-size:25px;line-height:30px;font-weight:300;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.Travel-CallToAction,.Travel-CallToAction{color:rgba(255,255,255,1);font-size:25px;line-height:25px;font-weight:500;font-style:normal;font-family:Roboto;padding:12px 20px 12px 20px;text-decoration:none;background-color:rgba(255,255,255,.05);border-color:rgba(255,255,255,1);border-style:solid;border-width:2px;border-radius:5px 5px 5px 5px;text-align:left;letter-spacing:1px;}.tp-caption.Travel-CallToAction:hover,.Travel-CallToAction:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,1);border-style:solid;border-width:2px;border-radius:5px 5px 5px 5px;}.tp-caption.RotatingWords-TitleWhite,.RotatingWords-TitleWhite{color:rgba(255,255,255,1);font-size:70px;line-height:70px;font-weight:800;font-style:normal;font-family:Raleway;padding:0px 0px 0px 0;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.RotatingWords-Button,.RotatingWords-Button{color:rgba(255,255,255,1);font-size:20px;line-height:20px;font-weight:700;font-style:normal;font-family:Raleway;padding:20px 50px 20px 50px;text-decoration:none;background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.15);border-style:solid;border-width:2px;border-radius:0px 0px 0px 0px;text-align:left;letter-spacing:3px;}.tp-caption.RotatingWords-Button:hover,.RotatingWords-Button:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:rgba(255,255,255,1);border-style:solid;border-width:2px;border-radius:0px 0px 0px 0px;}.tp-caption.RotatingWords-SmallText,.RotatingWords-SmallText{color:rgba(255,255,255,1);font-size:14px;line-height:20px;font-weight:400;font-style:normal;font-family:Raleway;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;text-shadow:none;}.tp-caption.ContentZoom-SmallTitle,.ContentZoom-SmallTitle{color:rgba(41,46,49,1);font-size:33px;line-height:45px;font-weight:600;font-style:normal;font-family:Raleway;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.ContentZoom-SmallSubtitle,.ContentZoom-SmallSubtitle{color:rgba(111,124,130,1);font-size:16px;line-height:24px;font-weight:600;font-style:normal;font-family:Raleway;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.ContentZoom-SmallIcon,.ContentZoom-SmallIcon{color:rgba(41,46,49,1);font-size:20px;line-height:20px;font-weight:400;font-style:normal;font-family:Raleway;padding:10px 10px 10px 10px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.ContentZoom-SmallIcon:hover,.ContentZoom-SmallIcon:hover{color:rgba(111,124,130,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.ContentZoom-DetailTitle,.ContentZoom-DetailTitle{color:rgba(41,46,49,1);font-size:70px;line-height:70px;font-weight:500;font-style:normal;font-family:Raleway;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.ContentZoom-DetailSubTitle,.ContentZoom-DetailSubTitle{color:rgba(111,124,130,1);font-size:25px;line-height:25px;font-weight:500;font-style:normal;font-family:Raleway;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.ContentZoom-DetailContent,.ContentZoom-DetailContent{color:rgba(111,124,130,1);font-size:17px;line-height:28px;font-weight:500;font-style:normal;font-family:Raleway;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.ContentZoom-Button,.ContentZoom-Button{color:rgba(41,46,49,1);font-size:13px;line-height:13px;font-weight:700;font-style:normal;font-family:Raleway;padding:15px 50px 15px 50px;text-decoration:none;background-color:rgba(0,0,0,0);border-color:rgba(41,46,49,.5);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;text-align:left;letter-spacing:1px;}.tp-caption.ContentZoom-Button:hover,.ContentZoom-Button:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(41,46,49,1);border-color:rgba(41,46,49,1);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;}.tp-caption.ContentZoom-ButtonClose,.ContentZoom-ButtonClose{color:rgba(41,46,49,1);font-size:13px;line-height:13px;font-weight:700;font-style:normal;font-family:Raleway;padding:14px 14px 14px 16px;text-decoration:none;background-color:rgba(0,0,0,0);border-color:rgba(41,46,49,.5);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;text-align:left;letter-spacing:1px;}.tp-caption.ContentZoom-ButtonClose:hover,.ContentZoom-ButtonClose:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(41,46,49,1);border-color:rgba(41,46,49,1);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;}.tp-caption.Newspaper-Title,.Newspaper-Title{color:rgba(255,255,255,1);font-size:50px;line-height:55px;font-weight:400;font-style:normal;font-family:"Roboto Slab";padding:0 0 10px 0;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.Newspaper-Subtitle,.Newspaper-Subtitle{color:rgba(168,216,238,1);font-size:15px;line-height:20px;font-weight:900;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.Newspaper-Button,.Newspaper-Button{color:rgba(255,255,255,1);font-size:13px;line-height:17px;font-weight:700;font-style:normal;font-family:Roboto;padding:12px 35px 12px 35px;text-decoration:none;background-color:rgba(255,255,255,0);border-color:rgba(255,255,255,.25);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;letter-spacing:2px;text-align:left;}.tp-caption.Newspaper-Button:hover,.Newspaper-Button:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(255,255,255,1);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;}.tp-caption.rtwhitemedium,.rtwhitemedium{font-size:22px;line-height:26px;color:#fff;text-decoration:none;background-color:transparent;border-width:0px;border-color:#000;border-style:none;text-shadow:none;}@media only screen and (max-width: 767px){.revtp-searchform input[type="text"],.revtp-searchform input[type="email"],.revtp-form input[type="text"],.revtp-form input[type="email"]{width:200px !important;}}.revtp-searchform input[type="submit"],.revtp-form input[type="submit"]{font-family:"Arial",sans-serif;line-height:46px;letter-spacing:1px;text-transform:uppercase;font-size:15px;font-weight:700;padding:0 20px;border:0;background:#009aee;color:#fff;border-radius:0px;}.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited{color:#0084b4 !important;}.tp-caption.Twitter-Content a:hover{color:#0084b4 !important;text-decoration:underline !important;}.tp-caption.Concept-Title,.Concept-Title{color:rgba(255,255,255,1);font-size:70px;line-height:70px;font-weight:700;font-style:normal;font-family:"Roboto Condensed";padding:0px 0px 10px 0px;text-decoration:none;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px;letter-spacing:5px;}.tp-caption.Concept-SubTitle,.Concept-SubTitle{color:rgba(255,255,255,.65);font-size:25px;line-height:25px;font-weight:700;font-style:italic;font-family:"" Playfair Display "";padding:0px 0px 10px 0px;text-decoration:none;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px;}.tp-caption.Concept-Content,.Concept-Content{color:rgba(255,255,255,1);font-size:20px;line-height:30px;font-weight:400;font-style:normal;font-family:"Roboto Condensed";padding:0px 0px 0px 0px;text-decoration:none;text-align:center;background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,1);border-style:none;border-width:2px;border-radius:0px 0px 0px 0px;}.tp-caption.Concept-MoreBtn,.Concept-MoreBtn{color:rgba(255,255,255,1);font-size:30px;line-height:30px;font-weight:300;font-style:normal;font-family:Roboto;padding:10px 8px 7px 10px;text-decoration:none;text-align:left;text-align:left;background-color:transparent;border-color:rgba(255,255,255,0);border-style:solid;border-width:0px;border-radius:50px 50px 50px 50px;letter-spacing:1px;}.tp-caption.Concept-MoreBtn:hover,.Concept-MoreBtn:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(255,255,255,.15);border-color:rgba(255,255,255,0);border-style:solid;border-width:0px;border-radius:50px 50px 50px 50px;}.tp-caption.Concept-LessBtn,.Concept-LessBtn{color:rgba(255,255,255,1);font-size:30px;line-height:30px;font-weight:300;font-style:normal;font-family:Roboto;padding:10px 8px 7px 10px;text-decoration:none;text-align:left;text-align:left;background-color:rgba(0,0,0,1);border-color:rgba(255,255,255,0);border-style:solid;border-width:0px;border-radius:50px 50px 50px 50px;letter-spacing:1px;}.tp-caption.Concept-LessBtn:hover,.Concept-LessBtn:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(255,255,255,0);border-style:solid;border-width:0px;border-radius:50px 50px 50px 50px;}.tp-caption.Concept-SubTitle-Dark,.Concept-SubTitle-Dark{color:rgba(0,0,0,.65);font-size:25px;line-height:25px;font-weight:700;font-style:italic;font-family:"Playfair Display";padding:0px 0px 10px 0px;text-decoration:none;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px;}.tp-caption.Concept-Title-Dark,.Concept-Title-Dark{color:rgba(0,0,0,1);font-size:70px;line-height:70px;font-weight:700;font-style:normal;font-family:"Roboto Condensed";padding:0px 0px 10px 0px;text-decoration:none;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px;letter-spacing:5px;}.tp-caption.Concept-MoreBtn-Dark,.Concept-MoreBtn-Dark{color:rgba(0,0,0,1);font-size:30px;line-height:30px;font-weight:300;font-style:normal;font-family:Roboto;padding:10px 8px 7px 10px;text-decoration:none;text-align:left;text-align:left;background-color:transparent;border-color:rgba(255,255,255,0);border-style:solid;border-width:0px;border-radius:50px 50px 50px 50px;letter-spacing:1px;}.tp-caption.Concept-MoreBtn-Dark:hover,.Concept-MoreBtn-Dark:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(0,0,0,1);border-color:rgba(255,255,255,0);border-style:solid;border-width:0px;border-radius:50px 50px 50px 50px;}.tp-caption.Concept-Content-Dark,.Concept-Content-Dark{color:rgba(0,0,0,1);font-size:20px;line-height:30px;font-weight:400;font-style:normal;font-family:"Roboto Condensed";padding:0px 0px 0px 0px;text-decoration:none;text-align:center;background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,1);border-style:none;border-width:2px;border-radius:0px 0px 0px 0px;}.tp-caption.Concept-Notice,.Concept-Notice{color:rgba(255,255,255,1);font-size:15px;line-height:15px;font-weight:400;font-style:normal;font-family:"Roboto Condensed";padding:0px 0px 0px 0px;text-decoration:none;text-align:center;background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,1);border-style:none;border-width:2px;border-radius:0px 0px 0px 0px;letter-spacing:2px;}.tp-caption.Concept-Content a,.tp-caption.Concept-Content a:visited{color:#fff !important;border-bottom:1px solid #fff !important;font-weight:700 !important;}.tp-caption.Concept-Content a:hover{border-bottom:1px solid transparent !important;}.tp-caption.Concept-Content-Dark a,.tp-caption.Concept-Content-Dark a:visited{color:#000 !important;border-bottom:1px solid #000 !important;font-weight:700 !important;}.tp-caption.Concept-Content-Dark a:hover{border-bottom:1px solid transparent !important;}.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited{color:#0084b4 !important;}.tp-caption.Twitter-Content a:hover{color:#0084b4 !important;text-decoration:underline !important;}.tp-caption.Creative-Title,.Creative-Title{color:rgba(255,255,255,1);font-size:70px;line-height:70px;font-weight:400;font-style:normal;font-family:"Playfair Display";padding:0px 0px 0px 0px;text-decoration:none;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px;}.tp-caption.Creative-SubTitle,.Creative-SubTitle{color:rgba(205,176,131,1);font-size:14px;line-height:14px;font-weight:400;font-style:normal;font-family:Lato;padding:0px 0px 0px 0px;text-decoration:none;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px;letter-spacing:2px;}.tp-caption.Creative-Button,.Creative-Button{color:rgba(205,176,131,1);font-size:13px;line-height:13px;font-weight:400;font-style:normal;font-family:Lato;padding:15px 50px 15px 50px;text-decoration:none;text-align:left;background-color:rgba(0,0,0,0);border-color:rgba(205,176,131,.25);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;letter-spacing:2px;}.tp-caption.Creative-Button:hover,.Creative-Button:hover{color:rgba(205,176,131,1);text-decoration:none;background-color:rgba(0,0,0,0);border-color:rgba(205,176,131,1);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;}.tp-caption.subcaption,.subcaption{color:rgba(111,124,130,1);font-size:19px;line-height:24px;font-weight:400;font-style:normal;font-family:roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:rgba(0,0,0,1);border-style:none;border-width:0px;border-radius:0 0 0 0px;text-shadow:none;text-align:left;}.tp-caption.RedDot,.RedDot{color:rgba(0,0,0,1);font-weight:400;font-style:normal;padding:0px 0px 0px 0px;text-decoration:none;text-align:left;background-color:rgba(213,0,0,1);border-color:rgba(255,255,255,1);border-style:solid;border-width:5px;border-radius:50px 50px 50px 50px;}.tp-caption.RedDot:hover,.RedDot:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(255,255,255,.75);border-color:rgba(213,0,0,1);border-style:solid;border-width:5px;border-radius:50px 50px 50px 50px;}.tp-caption.SlidingOverlays-Title,.SlidingOverlays-Title{color:rgba(255,255,255,1);font-size:50px;line-height:50px;font-weight:400;font-style:normal;font-family:"Playfair Display";padding:0px 0px 0px 0px;text-decoration:none;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px;}.tp-caption.SlidingOverlays-Title,.SlidingOverlays-Title{color:rgba(255,255,255,1);font-size:50px;line-height:50px;font-weight:400;font-style:normal;font-family:"Playfair Display";padding:0px 0px 0px 0px;text-decoration:none;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px;}.tp-caption.Woo-TitleLarge,.Woo-TitleLarge{color:rgba(0,0,0,1);font-size:40px;line-height:40px;font-weight:400;font-style:normal;font-family:"Playfair Display";padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:center;}.tp-caption.Woo-Rating,.Woo-Rating{color:rgba(0,0,0,1);font-size:14px;line-height:30px;font-weight:300;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.Woo-SubTitle,.Woo-SubTitle{color:rgba(0,0,0,1);font-size:18px;line-height:18px;font-weight:300;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:center;letter-spacing:2px;}.tp-caption.Woo-PriceLarge,.Woo-PriceLarge{color:rgba(0,0,0,1);font-size:60px;line-height:60px;font-weight:700;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:center;}.tp-caption.Woo-ProductInfo,.Woo-ProductInfo{color:rgba(0,0,0,1);font-size:15px;line-height:15px;font-weight:500;font-style:normal;font-family:Roboto;padding:12px 75px 12px 50px;text-decoration:none;background-color:rgba(254,207,114,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:1px;border-radius:4px 4px 4px 4px;text-align:left;}.tp-caption.Woo-ProductInfo:hover,.Woo-ProductInfo:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(243,168,71,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:1px;border-radius:4px 4px 4px 4px;}.tp-caption.Woo-AddToCart,.Woo-AddToCart{color:rgba(0,0,0,1);font-size:15px;line-height:15px;font-weight:500;font-style:normal;font-family:Roboto;padding:12px 35px 12px 35px;text-decoration:none;background-color:rgba(254,207,114,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:1px;border-radius:4px 4px 4px 4px;text-align:left;}.tp-caption.Woo-AddToCart:hover,.Woo-AddToCart:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(243,168,71,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:1px;border-radius:4px 4px 4px 4px;}.tp-caption.Woo-TitleLarge,.Woo-TitleLarge{color:rgba(0,0,0,1);font-size:40px;line-height:40px;font-weight:400;font-style:normal;font-family:"Playfair Display";padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:center;}.tp-caption.Woo-SubTitle,.Woo-SubTitle{color:rgba(0,0,0,1);font-size:18px;line-height:18px;font-weight:300;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:center;letter-spacing:2px;}.tp-caption.Woo-PriceLarge,.Woo-PriceLarge{color:rgba(0,0,0,1);font-size:60px;line-height:60px;font-weight:700;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:center;}.tp-caption.Woo-ProductInfo,.Woo-ProductInfo{color:rgba(0,0,0,1);font-size:15px;line-height:15px;font-weight:500;font-style:normal;font-family:Roboto;padding:12px 75px 12px 50px;text-decoration:none;background-color:rgba(254,207,114,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:1px;border-radius:4px 4px 4px 4px;text-align:left;}.tp-caption.Woo-ProductInfo:hover,.Woo-ProductInfo:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(243,168,71,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:1px;border-radius:4px 4px 4px 4px;}.tp-caption.Woo-AddToCart,.Woo-AddToCart{color:rgba(0,0,0,1);font-size:15px;line-height:15px;font-weight:500;font-style:normal;font-family:Roboto;padding:12px 35px 12px 35px;text-decoration:none;background-color:rgba(254,207,114,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:1px;border-radius:4px 4px 4px 4px;text-align:left;}.tp-caption.Woo-AddToCart:hover,.Woo-AddToCart:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(243,168,71,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:1px;border-radius:4px 4px 4px 4px;}.tp-caption.FullScreen-Toggle,.FullScreen-Toggle{color:rgba(255,255,255,1);font-size:20px;line-height:20px;font-weight:400;font-style:normal;font-family:Raleway;padding:11px 8px 11px 12px;text-decoration:none;text-align:left;text-align:left;background-color:rgba(0,0,0,.5);border-color:rgba(255,255,255,0);border-style:solid;border-width:0px;border-radius:0px 0px 0px 0px;letter-spacing:3px;}.tp-caption.FullScreen-Toggle:hover,.FullScreen-Toggle:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(0,0,0,1);border-color:rgba(255,255,255,0);border-style:solid;border-width:0px;border-radius:0px 0px 0px 0px;}.tp-caption.Agency-Title,.Agency-Title{color:rgba(255,255,255,1);font-size:70px;line-height:70px;font-weight:900;font-style:normal;font-family:lato;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;letter-spacing:10px;}.tp-caption.Agency-SubTitle,.Agency-SubTitle{color:rgba(255,255,255,1);font-size:20px;line-height:20px;font-weight:400;font-style:italic;font-family:Georgia,serif;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:center;}.tp-caption.Agency-PlayBtn,.Agency-PlayBtn{color:rgba(255,255,255,1);font-size:30px;line-height:71px;font-weight:500;font-style:normal;font-family:Roboto;padding:0px 0px 0px 0px;text-decoration:none;background-color:transparent;border-color:rgba(255,255,255,1);border-style:solid;border-width:2px;border-radius:100px 100px 100px 100px;text-align:center;}.tp-caption.Agency-PlayBtn:hover,.Agency-PlayBtn:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:rgba(255,255,255,1);border-style:solid;border-width:2px;border-radius:100px 100px 100px 100px;cursor:pointer;}.tp-caption.Agency-SmallText,.Agency-SmallText{color:rgba(255,255,255,1);font-size:12px;line-height:12px;font-weight:900;font-style:normal;font-family:lato;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;letter-spacing:5px;}.tp-caption.Agency-Social,.Agency-Social{color:rgba(51,51,51,1);font-size:25px;line-height:50px;font-weight:400;font-style:normal;font-family:Georgia,serif;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:rgba(51,51,51,1);border-style:solid;border-width:2px;border-radius:30px 30px 30px 30px;text-align:center;}.tp-caption.Agency-Social:hover,.Agency-Social:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(51,51,51,1);border-color:rgba(51,51,51,1);border-style:solid;border-width:2px;border-radius:30px 30px 30px 30px;cursor:pointer;}.tp-caption.Agency-CloseBtn,.Agency-CloseBtn{color:rgba(255,255,255,1);font-size:50px;line-height:50px;font-weight:500;font-style:normal;font-family:Roboto;padding:0px 0px 0px 0px;text-decoration:none;background-color:transparent;border-color:rgba(255,255,255,0);border-style:none;border-width:0px;border-radius:100px 100px 100px 100px;text-align:center;}.tp-caption.Agency-CloseBtn:hover,.Agency-CloseBtn:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:rgba(255,255,255,0);border-style:none;border-width:0px;border-radius:100px 100px 100px 100px;cursor:pointer;}.tp-caption.Dining-Title,.Dining-Title{color:rgba(255,255,255,1);font-size:70px;line-height:70px;font-weight:400;font-style:normal;font-family:Georgia,serif;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;letter-spacing:10px;}.tp-caption.Dining-SubTitle,.Dining-SubTitle{color:rgba(255,255,255,1);font-size:20px;line-height:20px;font-weight:400;font-style:normal;font-family:Georgia,serif;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.Dining-BtnLight,.Dining-BtnLight{color:rgba(255,255,255,.5);font-size:15px;line-height:15px;font-weight:700;font-style:normal;font-family:Lato;padding:17px 73px 17px 50px;text-decoration:none;background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,.25);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;text-align:left;letter-spacing:2px;}.tp-caption.Dining-BtnLight:hover,.Dining-BtnLight:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(0,0,0,0);border-color:rgba(255,255,255,1);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;}.tp-caption.Dining-Social,.Dining-Social{color:rgba(255,255,255,1);font-size:25px;line-height:50px;font-weight:400;font-style:normal;font-family:Georgia,serif;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:rgba(255,255,255,.25);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;text-align:center;}.tp-caption.Dining-Social:hover,.Dining-Social:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:rgba(255,255,255,1);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;cursor:pointer;}tp-caption.Team-Thumb,.Team-Thumb{color:rgba(255,255,255,1);font-size:20px;line-height:22px;font-weight:400;font-style:normal;font-family:Arial;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.Team-Thumb:hover,.Team-Thumb:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer;}.tp-caption.Team-Name,.Team-Name{color:rgba(255,255,255,1);font-size:70px;line-height:70px;font-weight:900;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.Team-Position,.Team-Position{color:rgba(255,255,255,1);font-size:30px;line-height:30px;font-weight:400;font-style:normal;font-family:Georgia,serif;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.Team-Description,.Team-Description{color:rgba(255,255,255,1);font-size:18px;line-height:28px;font-weight:400;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.Team-Social,.Team-Social{color:rgba(255,255,255,1);font-size:50px;line-height:50px;font-weight:400;font-style:normal;font-family:Arial;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:center;}.tp-caption.Team-Social:hover,.Team-Social:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px;cursor:pointer;}.tp-caption.VideoControls-Play,.VideoControls-Play{color:rgba(0,0,0,1);font-size:50px;line-height:120px;font-weight:500;font-style:normal;font-family:Roboto;padding:0px 0px 0px 7px;text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:100px 100px 100px 100px;text-align:center;}.tp-caption.VideoControls-Play:hover,.VideoControls-Play:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:100px 100px 100px 100px;cursor:pointer;}.tp-caption.VideoPlayer-Title,.VideoPlayer-Title{color:rgba(255,255,255,1);font-size:40px;line-height:40px;font-weight:900;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;letter-spacing:10px;}.tp-caption.VideoPlayer-SubTitle,.VideoPlayer-SubTitle{color:rgba(255,255,255,1);font-size:20px;line-height:20px;font-weight:400;font-style:italic;font-family:Georgia,serif;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:center;}.tp-caption.VideoPlayer-Social,.VideoPlayer-Social{color:rgba(255,255,255,1);font-size:50px;line-height:50px;font-weight:400;font-style:normal;font-family:Arial;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:center;}.tp-caption.VideoPlayer-Social:hover,.VideoPlayer-Social:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px;cursor:pointer;}.tp-caption.VideoControls-Mute,.VideoControls-Mute{color:rgba(0,0,0,1);font-size:20px;line-height:50px;font-weight:500;font-style:normal;font-family:Roboto;padding:0px 0px 0px 0px;text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:100px 100px 100px 100px;text-align:center;}.tp-caption.VideoControls-Mute:hover,.VideoControls-Mute:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:100px 100px 100px 100px;cursor:pointer;}.tp-caption.VideoControls-Pause,.VideoControls-Pause{color:rgba(0,0,0,1);font-size:20px;line-height:50px;font-weight:500;font-style:normal;font-family:Roboto;padding:0px 0px 0px 0px;text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:100px 100px 100px 100px;text-align:center;}.tp-caption.VideoControls-Pause:hover,.VideoControls-Pause:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:100px 100px 100px 100px;cursor:pointer;}.soundcloudwrapper iframe{width:100% !important;}.tp-caption.SleekLanding-Title,.SleekLanding-Title{color:rgba(255,255,255,1);font-size:35px;line-height:40px;font-weight:400;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:left;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:5px;}.tp-caption.SleekLanding-ButtonBG,.SleekLanding-ButtonBG{color:rgba(0,0,0,1);font-weight:700;font-style:normal;padding:0 0 0 0px;text-decoration:none;text-align:left;text-align:left;background-color:rgba(255,255,255,.1);border-color:rgba(0,0,0,0);border-style:solid;border-width:0px;border-radius:5px 5px 5px 5px;box-shadow:inset 0px 2px 0px 0px rgba(0,0,0,.15);}.tp-caption.SleekLanding-SmallTitle,.SleekLanding-SmallTitle{color:rgba(255,255,255,1);font-size:13px;line-height:50px;font-weight:900;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:left;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:2px;}.tp-caption.SleekLanding-BottomText,.SleekLanding-BottomText{color:rgba(255,255,255,1);font-size:15px;line-height:24px;font-weight:400;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:left;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.SleekLanding-Social,.SleekLanding-Social{color:rgba(255,255,255,1);font-size:22px;line-height:30px;font-weight:400;font-style:normal;font-family:Arial;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.SleekLanding-Social:hover,.SleekLanding-Social:hover{color:rgba(0,0,0,.25);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer;}#rev_slider_429_1_wrapper .tp-loader.spinner2{background-color:#555 !important;}.tp-fat{font-weight:900 !important;}.tp-caption.PostSlider-Category,.PostSlider-Category{color:rgba(0,0,0,1);font-size:15px;line-height:15px;font-weight:300;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:3px;text-align:left;}.tp-caption.PostSlider-Title,.PostSlider-Title{color:rgba(0,0,0,1);font-size:40px;line-height:40px;font-weight:400;font-style:normal;font-family:"Playfair Display";padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.PostSlider-Content,.PostSlider-Content{color:rgba(119,119,119,1);font-size:15px;line-height:23px;font-weight:400;font-style:normal;font-family:Roboto;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.PostSlider-Button,.PostSlider-Button{color:rgba(0,0,0,1);font-size:15px;line-height:40px;font-weight:500;font-style:normal;font-family:Roboto;padding:1px 56px 1px 32px;text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;text-align:left;}.tp-caption.PostSlider-Button:hover,.PostSlider-Button:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(238,238,238,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:1px;border-radius:0px 0px 0px 0px;cursor:pointer;}@media only screen and (max-width: 960px){}@media only screen and (max-width: 768px){}.tp-caption.LandingPage-Title,.LandingPage-Title{color:rgba(255,255,255,1);font-size:70px;line-height:80px;font-weight:900;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;letter-spacing:10px;}.tp-caption.LandingPage-SubTitle,.LandingPage-SubTitle{color:rgba(255,255,255,1);font-size:20px;line-height:30px;font-weight:400;font-style:italic;font-family:Georgia,serif;padding:0 0 0 0px;text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;text-align:left;}.tp-caption.LandingPage-Button,.LandingPage-Button{color:rgba(0,0,0,1);font-size:15px;line-height:54px;font-weight:500;font-style:normal;font-family:Roboto;padding:0px 35px 0px 35px;text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:0px 0px 0px 0px;text-align:left;letter-spacing:3px;}.tp-caption.LandingPage-Button:hover,.LandingPage-Button:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:0px 0px 0px 0px;cursor:pointer;}.tp-caption.App-Content a,.tp-caption.App-Content a:visited{color:#89124e !important;border-bottom:1px solid transparent !important;font-weight:bold !important;}.tp-caption.App-Content a:hover{border-bottom:1px solid #89124e !important;}.tp-caption.RockBand-LogoText,.RockBand-LogoText{color:rgba(255,255,255,1);font-size:60px;line-height:60px;font-weight:700;font-style:normal;font-family:Oswald;padding:0 0 0 0px;text-decoration:none;text-align:left;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited{color:#fff !important;text-decoration:underline !important;}.tp-caption.Twitter-Content a:hover{color:#fff !important;text-decoration:none !important;}.soundcloudwrapper iframe{width:100% !important;}.tp-caption.Agency-LogoText,.Agency-LogoText{color:rgba(255,255,255,1);font-size:12px;line-height:20px;font-weight:400;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:1px;}.tp-caption.ComingSoon-Highlight,.ComingSoon-Highlight{color:rgba(255,255,255,1);font-size:20px;line-height:37px;font-weight:400;font-style:normal;font-family:Lato;padding:0 20px 3px 20px;text-decoration:none;text-align:left;text-align:left;background-color:rgba(0,154,238,1);border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.ComingSoon-Count,.ComingSoon-Count{color:rgba(255,255,255,1);font-size:50px;line-height:50px;font-weight:900;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:left;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.ComingSoon-CountUnit,.ComingSoon-CountUnit{color:rgba(255,255,255,1);font-size:20px;line-height:20px;font-weight:400;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.ComingSoon-NotifyMe,.ComingSoon-NotifyMe{color:rgba(164,157,143,1);font-size:27px;line-height:35px;font-weight:600;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}#mc_embed_signup input#mce-EMAIL{font-family:"Lato",sans-serif;font-size:15px;color:#000;background-color:#fff;line-height:46px;padding:0 20px;cursor:text;border:1px solid #fff;width:400px;margin-bottom:0px;-webkit-transition:background-color .5s;-moz-transition:background-color .5s;-o-transition:background-color .5s;-ms-transition:background-color .5s;transition:background-color .5s;border-radius:0px;}#mc_embed_signup input#mce-EMAIL[type="email"]:focus{background-color:#fff;border:1px solid #666;border-right:0;}#mc_embed_signup input#mc-embedded-subscribe,#mc_embed_signup input#mc-embedded-subscribe:focus{font-family:"Lato",sans-serif;line-height:46px;letter-spacing:1px;text-transform:uppercase;font-size:13px;font-weight:900;padding:0 20px;border:1px solid #009aee;background:#009aee;color:#fff;border-radius:0px;}#mc_embed_signup input#mc-embedded-subscribe:hover{background:#0083d4;}@media only screen and (max-width: 767px){#mc_embed_signup input#mce-EMAIL{width:200px;}}.tp-caption.Agency-SmallTitle,.Agency-SmallTitle{color:rgba(255,255,255,1);font-size:15px;line-height:22px;font-weight:400;font-style:normal;font-family:lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:6px;}.tp-caption.Agency-SmallContent,.Agency-SmallContent{color:rgba(255,255,255,1);font-size:15px;line-height:24px;font-weight:400;font-style:normal;font-family:lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.Agency-SmallLink,.Agency-SmallLink{color:rgba(248,124,9,1);font-size:12px;line-height:22px;font-weight:700;font-style:normal;font-family:lato;padding:0 0 0px 0;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:2px;border-bottom:1px solid #f87c09 !important;}.tp-caption.Agency-SmallLink:hover,.Agency-SmallLink:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer;}.tp-caption.Agency-NavButton,.Agency-NavButton{color:rgba(51,51,51,1);font-size:17px;line-height:50px;font-weight:500;font-style:normal;font-family:Roboto;padding:0px 0px 0px 0px;text-decoration:none;text-align:center;text-align:center;background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:0px 0px 0px 0px;}.tp-caption.Agency-NavButton:hover,.Agency-NavButton:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(51,51,51,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:0px 0px 0px 0px;cursor:pointer;}.tp-caption.Agency-SmallLinkGreen,.Agency-SmallLinkGreen{color:rgba(109,177,155,1);font-size:12px;line-height:22px;font-weight:700;font-style:normal;font-family:lato;padding:0 0 0px 0;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:2px;border-bottom:1px solid #6db19b !important;}.tp-caption.Agency-SmallLinkGreen:hover,.Agency-SmallLinkGreen:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer;}.tp-caption.Agency-SmallLinkBlue,.Agency-SmallLinkBlue{color:rgba(153,153,153,1);font-size:12px;line-height:22px;font-weight:700;font-style:normal;font-family:lato;padding:0 0 0px 0;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:2px;border-bottom:1px solid #999 !important;}.tp-caption.Agency-SmallLinkBlue:hover,.Agency-SmallLinkBlue:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer;}.tp-caption.Agency-LogoText,.Agency-LogoText{color:rgba(255,255,255,1);font-size:12px;line-height:20px;font-weight:400;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:1px;}.tp-caption.Agency-ArrowTooltip,.Agency-ArrowTooltip{color:rgba(51,51,51,1);font-size:15px;line-height:20px;font-weight:400;font-style:normal;font-family:"Permanent Marker";padding:0 0 0 0px;text-decoration:none;text-align:left;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.Agency-SmallSocial,.Agency-SmallSocial{color:rgba(255,255,255,1);font-size:30px;line-height:30px;font-weight:400;font-style:normal;font-family:Arial;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.Agency-SmallSocial:hover,.Agency-SmallSocial:hover{color:rgba(51,51,51,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0px 0px 0px 0px;cursor:pointer;}.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited{color:#0084b4 !important;}.tp-caption.Twitter-Content a:hover{color:#0084b4 !important;text-decoration:underline !important;}.tp-caption.CreativeFrontPage-Btn,.CreativeFrontPage-Btn{color:rgba(255,255,255,1);font-size:14px;line-height:60px;font-weight:900;font-style:normal;font-family:Roboto;padding:0px 50px 0px 50px;text-decoration:none;text-align:left;background-color:rgba(0,104,92,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:4px 4px 4px 4px;letter-spacing:2px;}.tp-caption.CreativeFrontPage-Btn:hover,.CreativeFrontPage-Btn:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:rgba(0,0,0,.25);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:4px 4px 4px 4px;cursor:pointer;}.tp-caption.CreativeFrontPage-Menu,.CreativeFrontPage-Menu{color:rgba(255,255,255,1);font-size:14px;line-height:14px;font-weight:500;font-style:normal;font-family:roboto;padding:0 0 0 0px;text-decoration:none;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:2px;}.tp-flip-index{z-index:1000 !important;}.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited{color:#0084b4 !important;}.tp-caption.Twitter-Content a:hover{color:#0084b4 !important;text-decoration:underline !important;}.tp-caption.FullScreenMenu-Category,.FullScreenMenu-Category{color:rgba(17,17,17,1);font-size:20px;line-height:20px;font-weight:700;font-style:normal;font-family:BenchNine;padding:21px 30px 16px 30px;text-decoration:none;text-align:left;background-color:rgba(255,255,255,.9);border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:3px;}.tp-caption.FullScreenMenu-Title,.FullScreenMenu-Title{color:rgba(255,255,255,1);font-size:65px;line-height:70px;font-weight:700;font-style:normal;font-family:BenchNine;padding:21px 30px 16px 30px;text-decoration:none;text-align:left;background-color:rgba(17,17,17,.9);border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited{color:#0084b4 !important;}.tp-caption.Twitter-Content a:hover{color:#0084b4 !important;text-decoration:underline !important;}.tp-caption.TechJournal-Button,.TechJournal-Button{color:rgba(255,255,255,1);font-size:13px;line-height:40px;font-weight:900;font-style:normal;font-family:Raleway;padding:1px 30px 1px 30px;text-decoration:none;text-align:left;background-color:rgba(138,0,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:0px 0px 0px 0px;letter-spacing:3px;}.tp-caption.TechJournal-Button:hover,.TechJournal-Button:hover{color:rgba(0,0,0,1);text-decoration:none;background-color:rgba(255,255,255,1);border-color:rgba(0,0,0,1);border-style:solid;border-width:0px;border-radius:0px 0px 0px 0px;cursor:pointer;}.tp-caption.TechJournal-Big,.TechJournal-Big{color:rgba(255,255,255,1);font-size:120px;line-height:120px;font-weight:900;font-style:normal;font-family:Raleway;padding:0 0 0 0px;text-decoration:none;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;letter-spacing:0px;}.rev_slider{overflow:hidden;}.effect_layer{position:absolute;top:0px;left:0px;width:100%;height:100%;}.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited{color:#0084b4 !important;}.tp-caption.Twitter-Content a:hover{color:#0084b4 !important;text-decoration:underline !important;}#menu_forcefullwidth{z-index:5000;position:fixed !important;top:0px;left:0px;width:100%;}.tp-caption.FullSiteBlock-Title,.FullSiteBlock-Title{color:rgba(51,51,51,1);font-size:55px;line-height:65px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-SubTitle,.FullSiteBlock-SubTitle{color:rgba(51,51,51,1);font-size:25px;line-height:34px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-Link,.FullSiteBlock-Link{color:rgba(0,150,255,1);font-size:25px;line-height:24px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-Link:hover,.FullSiteBlock-Link:hover{color:rgba(51,51,51,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer;}.tp-caption.FullSiteBlock-DownButton,.FullSiteBlock-DownButton{color:rgba(51,51,51,1);font-size:25px;line-height:32px;font-weight:500;font-style:normal;font-family:Roboto;padding:1px 1px 1px 1px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:rgba(51,51,51,1);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;}.tp-caption.FullSiteBlock-DownButton:hover,.FullSiteBlock-DownButton:hover{color:rgba(0,150,255,1);text-decoration:none;background-color:transparent;border-color:rgba(0,150,255,1);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;cursor:pointer;}.tp-caption.FullSiteBlock-Title,.FullSiteBlock-Title{color:rgba(51,51,51,1);font-size:55px;line-height:65px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-SubTitle,.FullSiteBlock-SubTitle{color:rgba(51,51,51,1);font-size:25px;line-height:34px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-Link,.FullSiteBlock-Link{color:rgba(0,150,255,1);font-size:25px;line-height:24px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-Link:hover,.FullSiteBlock-Link:hover{color:rgba(51,51,51,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer;}.tp-caption.FullSiteBlock-DownButton,.FullSiteBlock-DownButton{color:rgba(51,51,51,1);font-size:25px;line-height:32px;font-weight:500;font-style:normal;font-family:Roboto;padding:1px 1px 1px 1px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:rgba(51,51,51,1);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;}.tp-caption.FullSiteBlock-DownButton:hover,.FullSiteBlock-DownButton:hover{color:rgba(0,150,255,1);text-decoration:none;background-color:transparent;border-color:rgba(0,150,255,1);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;cursor:pointer;}.tp-caption.FullSiteBlock-Title,.FullSiteBlock-Title{color:rgba(51,51,51,1);font-size:55px;line-height:65px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-SubTitle,.FullSiteBlock-SubTitle{color:rgba(51,51,51,1);font-size:25px;line-height:34px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-DownButton,.FullSiteBlock-DownButton{color:rgba(51,51,51,1);font-size:25px;line-height:32px;font-weight:500;font-style:normal;font-family:Roboto;padding:1px 1px 1px 1px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:rgba(51,51,51,1);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;}.tp-caption.FullSiteBlock-DownButton:hover,.FullSiteBlock-DownButton:hover{color:rgba(0,150,255,1);text-decoration:none;background-color:transparent;border-color:rgba(0,150,255,1);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;cursor:pointer;}.tp-caption.FullSiteBlock-Title,.FullSiteBlock-Title{color:rgba(51,51,51,1);font-size:55px;line-height:65px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-SubTitle,.FullSiteBlock-SubTitle{color:rgba(51,51,51,1);font-size:25px;line-height:34px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-Link,.FullSiteBlock-Link{color:rgba(0,150,255,1);font-size:25px;line-height:24px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-Link:hover,.FullSiteBlock-Link:hover{color:rgba(51,51,51,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer;}.tp-caption.FullSiteBlock-DownButton,.FullSiteBlock-DownButton{color:rgba(51,51,51,1);font-size:25px;line-height:32px;font-weight:500;font-style:normal;font-family:Roboto;padding:1px 1px 1px 1px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:rgba(51,51,51,1);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;}.tp-caption.FullSiteBlock-DownButton:hover,.FullSiteBlock-DownButton:hover{color:rgba(0,150,255,1);text-decoration:none;background-color:transparent;border-color:rgba(0,150,255,1);border-style:solid;border-width:1px;border-radius:30px 30px 30px 30px;cursor:pointer;}.rev_slider{overflow:hidden;}.effect_layer{position:absolute;top:0px;left:0px;width:100%;height:100%;}.gyges .tp-thumb{opacity:1;}.gyges .tp-thumb-img-wrap{padding:3px;background-color:rgba(0,0,0,.25);display:inline-block;width:100%;height:100%;position:relative;margin:0px;box-sizing:border-box;transition:all .3s;-webkit-transition:all .3s;}.gyges .tp-thumb-image{padding:3px;display:block;box-sizing:border-box;position:relative;-webkit-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);-moz-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);}.gyges .tp-thumb:hover .tp-thumb-img-wrap,.gyges .tp-thumb.selected .tp-thumb-img-wrap{background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);}.tp-caption.FullSiteBlock-Title,.FullSiteBlock-Title{color:rgba(51,51,51,1);font-size:55px;line-height:65px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-SubTitle,.FullSiteBlock-SubTitle{color:rgba(51,51,51,1);font-size:25px;line-height:34px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-Link,.FullSiteBlock-Link{color:rgba(0,150,255,1);font-size:25px;line-height:24px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-Link:hover,.FullSiteBlock-Link:hover{color:rgba(51,51,51,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer;}.tp-caption.FullSiteBlock-SubTitle,.FullSiteBlock-SubTitle{color:rgba(51,51,51,1);font-size:25px;line-height:34px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-SubTitle,.FullSiteBlock-SubTitle{color:rgba(51,51,51,1);font-size:25px;line-height:34px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-FooterLink,.FullSiteBlock-FooterLink{color:rgba(85,85,85,1);font-size:15px;line-height:20px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:left;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.FullSiteBlock-FooterLink:hover,.FullSiteBlock-FooterLink:hover{color:rgba(0,150,255,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer;}.fb-share-button.fb_iframe_widget iframe{width:115px !important;}#tp-socialwrapper{opacity:0;}.tp-caption.Twitter-Content a,.tp-caption.Twitter-Content a:visited{color:#0084b4 !important;}.tp-caption.Twitter-Content a:hover{color:#0084b4 !important;text-decoration:underline !important;}#menu_forcefullwidth{z-index:5000;position:fixed !important;top:0px;left:0px;width:100%;}#tp-menubg{background:-moz-linear-gradient(top,rgba(0,0,0,.75) 0%,rgba(0,0,0,0) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,.75) 0%,rgba(0,0,0,0) 100%);background:linear-gradient(to bottom,rgba(0,0,0,.75) 0%,rgba(0,0,0,0) 100%);filter:progid: DXImageTransform.Microsoft.gradient(startColorstr="#d9000000",endColorstr="#00000000",GradientType=0);}#mc_embed_signup input[type="email"]{font-family:"Lato",sans-serif;font-size:16px;font-weight:400;background-color:#fff;color:#888 !important;line-height:46px;padding:0 20px;cursor:text;border:0;width:400px;margin-bottom:0px;-webkit-transition:background-color .5s;-moz-transition:background-color .5s;-o-transition:background-color .5s;-ms-transition:background-color .5s;transition:background-color .5s;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}#mc_embed_signup input[type="email"]::-webkit-input-placeholder{color:#888 !important;}#mc_embed_signup input[type="email"]::-moz-placeholder{color:#888 !important;}#mc_embed_signup input[type="email"]:-ms-input-placeholder{color:#888 !important;}#mc_embed_signup input[type="email"]:focus{background-color:#f5f5f5;color:#454545;}#mc_embed_signup input#mc-embedded-subscribe,#mc_embed_signup input#mc-embedded-subscribe:focus{font-family:"Lato",sans-serif;line-height:46px;font-size:16px;font-weight:700;padding:0 30px;border:0;background:#f04531;text-transform:none;color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}#mc_embed_signup input#mc-embedded-subscribe:hover{background:#e03727;}@media only screen and (max-width: 767px){#mc_embed_signup input[type="email"]{width:260px;}}@media only screen and (max-width: 480px){#mc_embed_signup input[type="email"]{width:160px;}}#rev_slider_167_6 .uranus.tparrows{width:50px;height:50px;background:rgba(255,255,255,0);}#rev_slider_167_6 .uranus.tparrows:before{width:50px;height:50px;line-height:50px;font-size:40px;transition:all .3s;-webkit-transition:all .3s;}#rev_slider_167_6 .uranus.tparrows:hover:before{opacity:.75;}.tp-caption.FullSiteBlock-SubTitle,.FullSiteBlock-SubTitle{color:rgba(51,51,51,1);font-size:25px;line-height:34px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.ParallaxWebsite-FooterItem,.ParallaxWebsite-FooterItem{color:rgba(255,255,255,.5);font-size:16px;line-height:24px;font-weight:400;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:left;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}.tp-caption.ParallaxWebsite-FooterItem:hover,.ParallaxWebsite-FooterItem:hover{color:rgba(255,255,255,1);text-decoration:none;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;cursor:pointer;}.fb-share-button.fb_iframe_widget iframe{width:115px !important;}iframe.twitter-share-button{display:none;}.fb-share-button.fb_iframe_widget iframe{display:none;}.tp-caption.FullSiteBlock-Link,.FullSiteBlock-Link{color:rgba(0,150,255,1);font-size:25px;line-height:24px;font-weight:300;font-style:normal;font-family:Lato;padding:0 0 0 0px;text-decoration:none;text-align:center;text-align:center;background-color:transparent;border-color:transparent;border-style:none;border-width:0px;border-radius:0 0 0 0px;}#debungcontrolls,.debugtimeline{width:100%;box-sizing:border-box;}.rev_column,.rev_column .tp-parallax-wrap,.tp-svg-layer svg{vertical-align:top;}#debungcontrolls{z-index:100000;position:fixed;bottom:0;height:auto;background:rgba(0,0,0,.6);padding:10px;}.debugtimeline{height:10px;position:relative;margin-bottom:3px;display:none;white-space:nowrap;}.debugtimeline:hover{height:15px;}.the_timeline_tester{background:#e74c3c;position:absolute;top:0;left:0;height:100%;width:0;}.rs-go-fullscreen{position:fixed !important;width:100% !important;height:100% !important;top:0 !important;left:0 !important;z-index:9999999 !important;background:#fff !important;}.debugtimeline.tl_slide .the_timeline_tester{background:#f39c12;}.debugtimeline.tl_frame .the_timeline_tester{background:#3498db;}.debugtimline_txt{color:#fff;font-weight:400;font-size:7px;position:absolute;left:10px;top:0;white-space:nowrap;line-height:10px;}.rtl{direction:rtl;}[class*=" revicon-"]:before,[class^=revicon-]:before{font-family:revicons;font-style:normal;font-weight:400;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;}.revicon-search-1:before{content:"";}.revicon-pencil-1:before{content:"";}.revicon-picture-1:before{content:"";}.revicon-cancel:before{content:"";}.revicon-info-circled:before{content:"";}.revicon-trash:before{content:"";}.revicon-left-dir:before{content:"";}.revicon-right-dir:before{content:"";}.revicon-down-open:before{content:"";}.revicon-left-open:before{content:"";}.revicon-right-open:before{content:"";}.revicon-angle-left:before{content:"";}.revicon-angle-right:before{content:"";}.revicon-left-big:before{content:"";}.revicon-right-big:before{content:"";}.revicon-magic:before{content:"";}.revicon-picture:before{content:"";}.revicon-export:before{content:"";}.revicon-cog:before{content:"";}.revicon-login:before{content:"";}.revicon-logout:before{content:"";}.revicon-video:before{content:"";}.revicon-arrow-combo:before{content:"";}.revicon-left-open-1:before{content:"";}.revicon-right-open-1:before{content:"";}.revicon-left-open-mini:before{content:"";}.revicon-right-open-mini:before{content:"";}.revicon-left-open-big:before{content:"";}.revicon-right-open-big:before{content:"";}.revicon-left:before{content:"";}.revicon-right:before{content:"";}.revicon-ccw:before{content:"";}.revicon-arrows-ccw:before{content:"";}.revicon-palette:before{content:"";}.revicon-list-add:before{content:"";}.revicon-doc:before{content:"";}.revicon-left-open-outline:before{content:"";}.revicon-left-open-2:before{content:"";}.revicon-right-open-outline:before{content:"";}.revicon-right-open-2:before{content:"";}.revicon-equalizer:before{content:"";}.revicon-layers-alt:before{content:"";}.revicon-popup:before{content:"";}.rev_slider_wrapper{position:relative;z-index:0;width:100%;}.rev_slider{position:relative;overflow:visible;}.entry-content .rev_slider a,.rev_slider a{box-shadow:none;}.tp-overflow-hidden{overflow:hidden !important;}.group_ov_hidden{overflow:hidden;}.rev_slider img,.tp-simpleresponsive img{max-width:none !important;transition:none;margin:0;padding:0;border:none;}.rev_slider .no-slides-text{font-weight:700;text-align:center;padding-top:80px;}.rev_slider>ul,.rev_slider>ul>li,.rev_slider>ul>li:before,.rev_slider_wrapper>ul,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{list-style:none !important;position:absolute;margin:0 !important;padding:0 !important;overflow-x:visible;overflow-y:visible;background-image:none;background-position:0 0;text-indent:0;top:0;left:0;}.rev_slider>ul>li,.rev_slider>ul>li:before,.tp-revslider-mainul>li,.tp-revslider-mainul>li:before,.tp-simpleresponsive>ul>li,.tp-simpleresponsive>ul>li:before{visibility:hidden;}.tp-revslider-mainul,.tp-revslider-slidesli{padding:0 !important;margin:0 !important;list-style:none !important;}.fullscreen-container,.fullwidthbanner-container{padding:0;position:relative;}.rev_slider li.tp-revslider-slidesli{position:absolute !important;}.tp-caption .rs-untoggled-content{display:block;}.tp-caption .rs-toggled-content{display:none;}.rs-toggle-content-active.tp-caption .rs-toggled-content{display:block;}.rs-toggle-content-active.tp-caption .rs-untoggled-content{display:none;}.rev_slider .caption,.rev_slider .tp-caption{position:relative;visibility:hidden;white-space:nowrap;display:block;-webkit-font-smoothing:antialiased !important;z-index:1;}.rev_slider .caption,.rev_slider .tp-caption,.tp-simpleresponsive img{-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;}.rev_slider .tp-mask-wrap .tp-caption,.rev_slider .tp-mask-wrap :last-child,.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,.wpb_text_column .rev_slider .tp-mask-wrap :last-child{margin-bottom:0;}.tp-svg-layer svg{width:100%;height:100%;position:relative;}.tp-carousel-wrapper{cursor:url("openhand.html"),move;}.tp-carousel-wrapper.dragged{cursor:url("closedhand.html"),move;}.tp_inner_padding{box-sizing:border-box;max-height:none !important;}.tp-caption.tp-layer-selectable{-moz-user-select:all;-khtml-user-select:all;-webkit-user-select:all;-o-user-select:all;}.tp-caption.tp-hidden-caption,.tp-forcenotvisible,.tp-hide-revslider,.tp-parallax-wrap.tp-hidden-caption{visibility:hidden !important;display:none !important;}.rev_slider audio,.rev_slider embed,.rev_slider iframe,.rev_slider object,.rev_slider video{max-width:none !important;}.tp-element-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;}.tp-blockmask,.tp-blockmask_in,.tp-blockmask_out{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;z-index:1000;transform:scaleX(0) scaleY(0);}.tp-parallax-wrap{transform-style:preserve-3d;}.rev_row_zone{position:absolute;width:100%;left:0;box-sizing:border-box;min-height:50px;font-size:0;}.rev_column_inner,.rev_slider .tp-caption.rev_row{position:relative;width:100% !important;box-sizing:border-box;}.rev_row_zone_top{top:0;}.rev_row_zone_middle{top:50%;transform:translateY(-50%);}.rev_row_zone_bottom{bottom:0;}.rev_slider .tp-caption.rev_row{display:table;table-layout:fixed;vertical-align:top;height:auto !important;font-size:0;}.rev_column{display:table-cell;position:relative;height:auto;box-sizing:border-box;font-size:0;}.rev_column_inner{display:block;height:auto !important;white-space:normal !important;}.rev_column_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;box-sizing:border-box;background-clip:content-box;border:0 solid transparent;}.tp-caption .backcorner,.tp-caption .backcornertop,.tp-caption .frontcorner,.tp-caption .frontcornertop{height:0;top:0;width:0;position:absolute;}.rev_column_inner .tp-loop-wrap,.rev_column_inner .tp-mask-wrap,.rev_column_inner .tp-parallax-wrap{text-align:inherit;}.rev_column_inner .tp-mask-wrap{display:inline-block;}.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{position:relative !important;left:auto !important;top:auto !important;line-height:0;}.tp-video-play-button,.tp-video-play-button i{line-height:50px !important;vertical-align:top;text-align:center;}.rev_column_inner .rev_layer_in_column,.rev_column_inner .tp-parallax-wrap,.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,.rev_column_inner .tp-parallax-wrap .tp-mask-wrap{vertical-align:top;}.rev_break_columns{display:block !important;}.rev_break_columns .tp-parallax-wrap.rev_column{display:block !important;width:100% !important;}.fullwidthbanner-container{overflow:hidden;}.fullwidthbanner-container .fullwidthabanner{width:100%;position:relative;}.tp-static-layers{position:absolute;z-index:101;top:0;left:0;}.tp-caption .frontcorner{border-left:40px solid transparent;border-right:0 solid transparent;border-top:40px solid #00a8ff;left:-40px;}.tp-caption .backcorner{border-left:0 solid transparent;border-right:40px solid transparent;border-bottom:40px solid #00a8ff;right:0;}.tp-caption .frontcornertop{border-left:40px solid transparent;border-right:0 solid transparent;border-bottom:40px solid #00a8ff;left:-40px;}.tp-caption .backcornertop{border-left:0 solid transparent;border-right:40px solid transparent;border-top:40px solid #00a8ff;right:0;}.tp-layer-inner-rotation{position:relative !important;}img.tp-slider-alternative-image{width:100%;height:auto;}.caption.fullscreenvideo,.rs-background-video-layer,.tp-caption.coverscreenvideo,.tp-caption.fullscreenvideo{width:100%;height:100%;top:0;left:0;position:absolute;}.noFilterClass{filter:none !important;}.rs-background-video-layer{visibility:hidden;z-index:0;}.caption.fullscreenvideo audio,.caption.fullscreenvideo iframe,.caption.fullscreenvideo video,.tp-caption.fullscreenvideo iframe,.tp-caption.fullscreenvideo iframe audio,.tp-caption.fullscreenvideo iframe video{width:100% !important;height:100% !important;display:none;}.fullcoveredvideo audio,.fullscreenvideo audio .fullcoveredvideo video,.fullscreenvideo video{background:#000;}.fullcoveredvideo .tp-poster{background-position:center center;background-size:cover;width:100%;height:100%;top:0;left:0;}.videoisplaying .html5vid .tp-poster{display:none;}.tp-video-play-button{background:#000;background:rgba(0,0,0,.3);border-radius:5px;position:absolute;top:50%;left:50%;color:#fff;margin-top:-25px;margin-left:-25px;cursor:pointer;width:50px;height:50px;box-sizing:border-box;display:inline-block;z-index:4;opacity:0;transition:opacity .3s ease-out !important;}.tp-audio-html5 .tp-video-play-button,.tp-hiddenaudio{display:none !important;}.tp-caption .html5vid{width:100% !important;height:100% !important;}.tp-video-play-button i{width:50px;height:50px;display:inline-block;font-size:40px !important;}.rs-fullvideo-cover,.tp-dottedoverlay,.tp-shadowcover{height:100%;top:0;left:0;position:absolute;}.tp-caption:hover .tp-video-play-button{opacity:1;display:block;}.tp-caption .tp-revstop{display:none;border-left:5px solid #fff !important;border-right:5px solid #fff !important;margin-top:15px !important;line-height:20px !important;vertical-align:top;font-size:25px !important;}.tp-seek-bar,.tp-video-button,.tp-volume-bar{outline:0;line-height:12px;margin:0;cursor:pointer;}.videoisplaying .revicon-right-dir{display:none;}.videoisplaying .tp-revstop{display:inline-block;}.videoisplaying .tp-video-play-button{display:none;}.fullcoveredvideo .tp-video-play-button{display:none !important;}.fullscreenvideo .fullscreenvideo audio,.fullscreenvideo .fullscreenvideo video{object-fit:contain !important;}.fullscreenvideo .fullcoveredvideo audio,.fullscreenvideo .fullcoveredvideo video{object-fit:cover !important;}.tp-video-controls{position:absolute;bottom:0;left:0;right:0;padding:5px;opacity:0;transition:opacity .3s;background-image:linear-gradient(to bottom,#000 13%,#323232 100%);display:table;max-width:100%;overflow:hidden;box-sizing:border-box;}.rev-btn.rev-hiddenicon i,.rev-btn.rev-withicon i{transition:all .2s ease-out !important;font-size:15px;}.tp-caption:hover .tp-video-controls{opacity:.9;}.tp-video-button{background:rgba(0,0,0,.5);border:0;border-radius:3px;font-size:12px;color:#fff;padding:0;}.tp-video-button:hover{cursor:pointer;}.tp-video-button-wrap,.tp-video-seek-bar-wrap,.tp-video-vol-bar-wrap{padding:0 5px;display:table-cell;vertical-align:middle;}.tp-video-seek-bar-wrap{width:80%;}.tp-video-vol-bar-wrap{width:20%;}.tp-seek-bar,.tp-volume-bar{width:100%;padding:0;}.rs-fullvideo-cover{width:100%;background:0 0;z-index:5;}.disabled_lc .tp-video-play-button,.rs-background-video-layer audio::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls,.rs-background-video-layer video::-webkit-media-controls-start-playback-button{display:none !important;}.tp-audio-html5 .tp-video-controls{opacity:1 !important;visibility:visible !important;}.tp-dottedoverlay{background-repeat:repeat;width:100%;z-index:3;}.tp-dottedoverlay.twoxtwo{background:url("https://cdn-ileddhm.nitrocdn.com/XNkdispymSXbqRCIsKUKziBZfqMLOCvu/assets/images/optimized/rev-cc4f639/lovadda.com/wp-content/themes/business/assets/vendors/revolution/assets/gridtile.png");}.tp-dottedoverlay.twoxtwowhite{background:url("https://cdn-ileddhm.nitrocdn.com/XNkdispymSXbqRCIsKUKziBZfqMLOCvu/assets/images/optimized/rev-cc4f639/lovadda.com/wp-content/themes/business/assets/vendors/revolution/assets/gridtile_white.png");}.tp-dottedoverlay.threexthree{background:url("https://cdn-ileddhm.nitrocdn.com/XNkdispymSXbqRCIsKUKziBZfqMLOCvu/assets/images/optimized/rev-cc4f639/lovadda.com/wp-content/themes/business/assets/vendors/revolution/assets/gridtile_3x3.png");}.tp-dottedoverlay.threexthreewhite{background:url("https://cdn-ileddhm.nitrocdn.com/XNkdispymSXbqRCIsKUKziBZfqMLOCvu/assets/images/optimized/rev-cc4f639/lovadda.com/wp-content/themes/business/assets/vendors/revolution/assets/gridtile_3x3_white.png");}.tp-shadowcover{width:100%;background:#fff;z-index:-1;}.tp-shadow1{box-shadow:0 10px 6px -6px rgba(0,0,0,.8);}.tp-shadow2:after,.tp-shadow2:before,.tp-shadow3:before,.tp-shadow4:after{z-index:-2;position:absolute;content:"";bottom:10px;left:10px;width:50%;top:85%;max-width:300px;background:0 0;box-shadow:0 15px 10px rgba(0,0,0,.8);transform:rotate(-3deg);}.tp-shadow2:after,.tp-shadow4:after{transform:rotate(3deg);right:10px;left:auto;}.tp-shadow5{position:relative;box-shadow:0 1px 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset;}.tp-shadow5:after,.tp-shadow5:before{content:"";position:absolute;z-index:-2;box-shadow:0 0 25px 0 rgba(0,0,0,.6);top:30%;bottom:0;left:20px;right:20px;border-radius:100px/20px;}.tp-button{padding:6px 13px 5px;border-radius:3px;height:30px;cursor:pointer;color:#fff !important;text-shadow:0 1px 1px rgba(0,0,0,.6) !important;font-size:15px;line-height:45px !important;font-family:arial,sans-serif;font-weight:700;letter-spacing:-1px;text-decoration:none;}.tp-button.big{color:#fff;text-shadow:0 1px 1px rgba(0,0,0,.6);font-weight:700;padding:9px 20px;font-size:19px;line-height:57px !important;}.purchase:hover,.tp-button.big:hover,.tp-button:hover{background-position:bottom,15px 11px;}.purchase.green,.purchase:hover.green,.tp-button.green,.tp-button:hover.green{background-color:#21a117;box-shadow:0 3px 0 0 #104d0b;}.purchase.blue,.purchase:hover.blue,.tp-button.blue,.tp-button:hover.blue{background-color:#1d78cb;box-shadow:0 3px 0 0 #0f3e68;}.purchase.red,.purchase:hover.red,.tp-button.red,.tp-button:hover.red{background-color:#cb1d1d;box-shadow:0 3px 0 0 #7c1212;}.purchase.orange,.purchase:hover.orange,.tp-button.orange,.tp-button:hover.orange{background-color:#f70;box-shadow:0 3px 0 0 #a34c00;}.purchase.darkgrey,.purchase:hover.darkgrey,.tp-button.darkgrey,.tp-button.grey,.tp-button:hover.darkgrey,.tp-button:hover.grey{background-color:#555;box-shadow:0 3px 0 0 #222;}.purchase.lightgrey,.purchase:hover.lightgrey,.tp-button.lightgrey,.tp-button:hover.lightgrey{background-color:#888;box-shadow:0 3px 0 0 #555;}.rev-btn,.rev-btn:visited{outline:0 !important;box-shadow:none !important;text-decoration:none !important;line-height:44px;font-size:17px;font-weight:500;padding:12px 35px;box-sizing:border-box;font-family:Roboto,sans-serif;cursor:pointer;}.rev-btn.rev-uppercase,.rev-btn.rev-uppercase:visited{text-transform:uppercase;letter-spacing:1px;font-size:15px;font-weight:900;}.rev-btn.rev-withicon i{font-weight:400;position:relative;top:0;margin-left:10px !important;}.rev-btn.rev-hiddenicon i{font-weight:400;position:relative;top:0;opacity:0;margin-left:0 !important;width:0 !important;}.rev-btn.rev-hiddenicon:hover i{opacity:1 !important;margin-left:10px !important;width:auto !important;}.rev-btn.rev-medium,.rev-btn.rev-medium:visited{line-height:36px;font-size:14px;padding:10px 30px;}.rev-btn.rev-medium.rev-hiddenicon i,.rev-btn.rev-medium.rev-withicon i{font-size:14px;top:0;}.rev-btn.rev-small,.rev-btn.rev-small:visited{line-height:28px;font-size:12px;padding:7px 20px;}.rev-btn.rev-small.rev-hiddenicon i,.rev-btn.rev-small.rev-withicon i{font-size:12px;top:0;}.rev-maxround{border-radius:30px;}.rev-minround{border-radius:3px;}.rev-burger{position:relative;width:60px;height:60px;box-sizing:border-box;padding:22px 0 0 14px;border-radius:50%;border:1px solid rgba(51,51,51,.25);-webkit-tap-highlight-color:transparent;cursor:pointer;}.rev-burger span{display:block;width:30px;height:3px;background:#333;transition:.7s;pointer-events:none;transform-style:flat !important;}.rev-burger.revb-white span,.rev-burger.revb-whitenoborder span{background:#fff;}.rev-burger span:nth-child(2){margin:3px 0;}#dialog_addbutton .rev-burger:hover :first-child,.open .rev-burger :first-child,.open.rev-burger :first-child{transform:translateY(6px) rotate(-45deg);}#dialog_addbutton .rev-burger:hover :nth-child(2),.open .rev-burger :nth-child(2),.open.rev-burger :nth-child(2){transform:rotate(-45deg);opacity:0;}#dialog_addbutton .rev-burger:hover :last-child,.open .rev-burger :last-child,.open.rev-burger :last-child{transform:translateY(-6px) rotate(-135deg);}.rev-burger.revb-white{border:2px solid rgba(255,255,255,.2);}.rev-burger.revb-darknoborder,.rev-burger.revb-whitenoborder{border:0;}.rev-burger.revb-darknoborder span{background:#333;}.rev-burger.revb-whitefull{background:#fff;border:none;}.rev-burger.revb-whitefull span{background:#333;}.rev-burger.revb-darkfull{background:#333;border:none;}.rev-burger.revb-darkfull span,.rev-scroll-btn.revs-fullwhite{background:#fff;}@keyframes rev-ani-mouse{0%{opacity:1;top:29%;}15%{opacity:1;top:50%;}50%{opacity:0;top:50%;}100%{opacity:0;top:29%;}}.rev-scroll-btn{display:inline-block;position:relative;left:0;right:0;text-align:center;cursor:pointer;width:35px;height:55px;box-sizing:border-box;border:3px solid #fff;border-radius:23px;}.rev-scroll-btn>*{display:inline-block;line-height:18px;font-size:13px;font-weight:400;color:#fff;font-family:proxima-nova,"Helvetica Neue",Helvetica,Arial,sans-serif;letter-spacing:2px;}.rev-scroll-btn>.active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{color:#fff;}.rev-scroll-btn>.active,.rev-scroll-btn>:active,.rev-scroll-btn>:focus,.rev-scroll-btn>:hover{opacity:.8;}.rev-scroll-btn.revs-fullwhite span{background:#333;}.rev-scroll-btn.revs-fulldark{background:#333;border:none;}.rev-scroll-btn.revs-fulldark span,.tp-bullet{background:#fff;}.rev-scroll-btn span{position:absolute;display:block;top:29%;left:50%;width:8px;height:8px;margin:-4px 0 0 -4px;background:#fff;border-radius:50%;animation:rev-ani-mouse 2.5s linear infinite;}.rev-scroll-btn.revs-dark{border-color:#333;}.rev-scroll-btn.revs-dark span{background:#333;}.rev-control-btn{position:relative;display:inline-block;z-index:5;color:#fff;font-size:20px;line-height:60px;font-weight:400;font-style:normal;font-family:Raleway;text-decoration:none;text-align:center;background-color:#000;background-color:rgba(0,0,0,.5);border-radius:50px;text-shadow:none;width:60px;height:60px;box-sizing:border-box;cursor:pointer;}.rev-cbutton-dark-sr,.rev-cbutton-light-sr{border-radius:3px;}.rev-cbutton-light,.rev-cbutton-light-sr{color:#333;background-color:rgba(255,255,255,.75);}.rev-sbutton{line-height:37px;width:37px;height:37px;}.rev-sbutton-blue{background-color:#3b5998;}.rev-sbutton-lightblue{background-color:#00a0d1;}.rev-sbutton-red{background-color:#dd4b39;}.tp-bannertimer{visibility:hidden;width:100%;height:5px;background:#000;background:rgba(0,0,0,.15);position:absolute;z-index:200;top:0;}.tp-bannertimer.tp-bottom{top:auto;bottom:0 !important;height:5px;}.tp-caption img{background:0 0;-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0,255,255,1),endColorstr=rgba(0,255,255,1));zoom:1;}.caption.slidelink a div,.tp-caption.slidelink a div{width:3000px;height:1500px;background:url("https://cdn-ileddhm.nitrocdn.com/XNkdispymSXbqRCIsKUKziBZfqMLOCvu/assets/images/optimized/rev-cc4f639/lovadda.com/wp-content/themes/business/assets/vendors/revolution/assets/coloredbg.png");}.tp-caption.slidelink a span{background:url("https://cdn-ileddhm.nitrocdn.com/XNkdispymSXbqRCIsKUKziBZfqMLOCvu/assets/images/optimized/rev-cc4f639/lovadda.com/wp-content/themes/business/assets/vendors/revolution/assets/coloredbg.png");}.tp-loader.spinner0,.tp-loader.spinner5{background-image:url("https://cdn-ileddhm.nitrocdn.com/XNkdispymSXbqRCIsKUKziBZfqMLOCvu/assets/images/optimized/rev-cc4f639/lovadda.com/wp-content/themes/business/assets/vendors/revolution/assets/loader.gif");background-repeat:no-repeat;}.tp-shape{width:100%;height:100%;}.tp-loader.spinner0.nitro-lazy,.tp-loader.spinner5.nitro-lazy{background-image:none !important;}.tp-caption .rs-starring{display:inline-block;}.tp-caption .rs-starring .star-rating{float:none;display:inline-block;vertical-align:top;color:#ffc321 !important;}.tp-caption .rs-starring .star-rating,.tp-caption .rs-starring-page .star-rating{position:relative;height:1em;width:5.4em;font-family:star;font-size:1em !important;}.tp-loader.spinner0,.tp-loader.spinner1{width:40px;height:40px;margin-top:-20px;margin-left:-20px;animation:tp-rotateplane 1.2s infinite ease-in-out;background-color:#fff;border-radius:3px;box-shadow:0 0 20px 0 rgba(0,0,0,.15);}.tp-caption .rs-starring .star-rating:before,.tp-caption .rs-starring-page .star-rating:before{content:"sssss";color:#e0dadf;float:left;top:0;left:0;position:absolute;}.tp-caption .rs-starring .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-size:1em !important;}.tp-caption .rs-starring .star-rating span:before{content:"SSSSS";top:0;position:absolute;left:0;}.tp-loader{top:50%;left:50%;z-index:10000;position:absolute;}.tp-loader.spinner0{background-position:center center;}.tp-loader.spinner5{background-position:10px 10px;background-color:#fff;margin:-22px;width:44px;height:44px;border-radius:3px;}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0);}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0);}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);}}.tp-loader.spinner2{width:40px;height:40px;margin-top:-20px;margin-left:-20px;background-color:red;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;animation:tp-scaleout 1s infinite ease-in-out;}@keyframes tp-scaleout{0%{transform:scale(0);}100%{transform:scale(1);opacity:0;}}.tp-loader.spinner3{margin:-9px 0 0 -35px;width:70px;text-align:center;}.tp-loader.spinner3 .bounce1,.tp-loader.spinner3 .bounce2,.tp-loader.spinner3 .bounce3{width:18px;height:18px;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.15);border-radius:100%;display:inline-block;animation:tp-bouncedelay 1.4s infinite ease-in-out;animation-fill-mode:both;}.tp-loader.spinner3 .bounce1{animation-delay:-.32s;}.tp-loader.spinner3 .bounce2{animation-delay:-.16s;}@keyframes tp-bouncedelay{0%,100%,80%{transform:scale(0);}40%{transform:scale(1);}}.tp-loader.spinner4{margin:-20px 0 0 -20px;width:40px;height:40px;text-align:center;animation:tp-rotate 2s infinite linear;}.tp-loader.spinner4 .dot1,.tp-loader.spinner4 .dot2{width:60%;height:60%;display:inline-block;position:absolute;top:0;background-color:#fff;border-radius:100%;animation:tp-bounce 2s infinite ease-in-out;box-shadow:0 0 20px 0 rgba(0,0,0,.15);}.tp-loader.spinner4 .dot2{top:auto;bottom:0;animation-delay:-1s;}@keyframes tp-rotate{100%{transform:rotate(360deg);}}@keyframes tp-bounce{0%,100%{transform:scale(0);}50%{transform:scale(1);}}.tp-bullets.navbar,.tp-tabs.navbar,.tp-thumbs.navbar{border:none;min-height:0;margin:0;border-radius:0;}.tp-bullets,.tp-tabs,.tp-thumbs{position:absolute;display:block;z-index:1000;top:0;left:0;}.tp-tab,.tp-thumb{cursor:pointer;position:absolute;opacity:.5;box-sizing:border-box;}.tp-arr-imgholder,.tp-tab-image,.tp-thumb-image,.tp-videoposter{background-position:center center;background-size:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0;}.tp-tab.selected,.tp-tab:hover,.tp-thumb.selected,.tp-thumb:hover{opacity:1;}.tp-tab-mask,.tp-thumb-mask{box-sizing:border-box !important;}.tp-tabs,.tp-thumbs{box-sizing:content-box !important;}.tp-bullet{width:15px;height:15px;position:absolute;background:rgba(255,255,255,.3);cursor:pointer;}.tp-bullet.selected,.tp-bullet:hover{background:#fff;}.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000;}.tparrows:hover{background:#000;}.tparrows:before{font-family:revicons;font-size:15px;color:#fff;display:block;line-height:40px;text-align:center;}.hginfo,.hglayerinfo{font-size:12px;font-weight:600;}.tparrows.tp-leftarrow:before{content:"";}.tparrows.tp-rightarrow:before{content:"";}body.rtl .tp-kbimg{left:0 !important;}.dddwrappershadow{box-shadow:0 45px 100px rgba(0,0,0,.4);}.hglayerinfo{position:fixed;bottom:0;left:0;color:#fff;line-height:20px;background:rgba(0,0,0,.75);padding:5px 10px;z-index:2000;white-space:normal;}.helpgrid,.hginfo{position:absolute;}.hginfo{top:-2px;left:-2px;color:#e74c3c;background:#000;padding:2px 5px;}.indebugmode .tp-caption:hover{border:1px dashed #c0392b !important;}.helpgrid{border:2px dashed #c0392b;top:0;left:0;z-index:0;}#revsliderlogloglog{padding:15px;color:#fff;position:fixed;top:0;left:0;width:200px;height:150px;background:rgba(0,0,0,.7);z-index:100000;font-size:10px;overflow:scroll;}.aden{filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);}.aden::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken;}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5;}.inkwell{filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);}.perpetua::after{background:linear-gradient(to bottom,#005b9a,#e6c13d);}.reyes{filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);}.reyes::after{background:#efcdad;}.gingham{filter:brightness(1.05) hue-rotate(-10deg);}.gingham::after{background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken;}.toaster{filter:contrast(1.5) brightness(.9);}.toaster::after{background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen;}.walden{filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3;}.hudson{filter:brightness(1.2) contrast(.9) saturate(1.1);}.hudson::after{background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5;}.earlybird{filter:contrast(.9) sepia(.2);}.earlybird::after{background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay;}.mayfair{filter:contrast(1.1) saturate(1.1);}.mayfair::after{background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4;}.lofi{filter:saturate(1.1) contrast(1.5);}.lofi::after{background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply;}._1977{filter:contrast(1.1) brightness(1.1) saturate(1.3);}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen;}.brooklyn{filter:contrast(.9) brightness(1.1);}.brooklyn::after{background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay;}.xpro2{filter:sepia(.3);}.xpro2::after{background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn;}.nashville{filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten;}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken;}.lark{filter:contrast(.9);}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken;}.lark::before{background:#22253f;mix-blend-mode:color-dodge;}.moon{filter:grayscale(1) contrast(1.1) brightness(1.1);}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light;}.moon::after{background:#383838;mix-blend-mode:lighten;}.clarendon{filter:contrast(1.2) saturate(1.35);}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay;}.willow{filter:grayscale(.5) contrast(.95) brightness(.9);}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay;}.willow::after{background-color:#d8cdcb;mix-blend-mode:color;}.rise{filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);}.rise::after{background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6;}.rise::before{background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply;}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:"";display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none;}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative;}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1;}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2;}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3;}.slumber{filter:saturate(.66) brightness(1.05);}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light;}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten;}.tp-kbimg-wrap:after,.tp-kbimg-wrap:before{height:500%;width:500%;}.ares.tparrows{cursor:pointer;background:#fff;min-width:60px;min-height:60px;position:absolute;display:block;z-index:100;border-radius:50%;}.ares.tparrows:hover{}.ares.tparrows:before{font-family:"revicons";font-size:25px;color:#aaa;display:block;line-height:60px;text-align:center;-webkit-transition:color .3s;-moz-transition:color .3s;transition:color .3s;z-index:2;position:relative;}.ares.tparrows.tp-leftarrow:before{content:"";}.ares.tparrows.tp-rightarrow:before{content:"";}.ares.tparrows:hover:before{color:#000;}.ares .tp-title-wrap{position:absolute;z-index:1;display:inline-block;background:#fff;min-height:60px;line-height:60px;top:0px;margin-left:30px;border-radius:0px 30px 30px 0px;overflow:hidden;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transform:scaleX(0);-webkit-transform:scaleX(0);transform-origin:0% 50%;-webkit-transform-origin:0% 50%;}.ares.tp-rightarrow .tp-title-wrap{right:0px;margin-right:30px;margin-left:0px;-webkit-transform-origin:100% 50%;border-radius:30px 0px 0px 30px;}.ares.tparrows:hover .tp-title-wrap{transform:scaleX(1) scaleY(1);-webkit-transform:scaleX(1) scaleY(1);}.ares .tp-arr-titleholder{position:relative;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transform:translateX(200px);text-transform:uppercase;color:#000;font-weight:400;font-size:14px;line-height:60px;white-space:nowrap;padding:0px 20px;margin-left:10px;opacity:0;}.ares.tp-rightarrow .tp-arr-titleholder{transform:translateX(-200px);margin-left:0px;margin-right:10px;}.ares.tparrows:hover .tp-arr-titleholder{transform:translateX(0px);-webkit-transform:translateX(0px);transition-delay:.1s;opacity:1;}.ares.tp-bullets{}.ares.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box;}.ares .tp-bullet{width:13px;height:13px;position:absolute;background:#e5e5e5;border-radius:50%;cursor:pointer;box-sizing:content-box;}.ares .tp-bullet:hover,.ares .tp-bullet.selected{background:#fff;}.ares .tp-bullet-title{position:absolute;color:#888;font-size:12px;padding:0px 10px;font-weight:600;right:27px;top:-4px;background:#fff;background:rgba(255,255,255,.75);visibility:hidden;transform:translateX(-20px);-webkit-transform:translateX(-20px);transition:transform .3s;-webkit-transition:transform .3s;line-height:20px;white-space:nowrap;}.ares .tp-bullet-title:after{width:0px;height:0px;border-style:solid;border-width:10px 0 10px 10px;border-color:transparent transparent transparent rgba(255,255,255,.75);content:" ";position:absolute;right:-10px;top:0px;}.ares .tp-bullet:hover .tp-bullet-title{visibility:visible;transform:translateX(0px);-webkit-transform:translateX(0px);}.ares .tp-bullet.selected:hover .tp-bullet-title{background:#fff;}.ares .tp-bullet.selected:hover .tp-bullet-title:after{border-color:transparent transparent transparent #fff;}.ares.tp-bullets:hover .tp-bullet-title{visibility:hidden;}.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title{visibility:visible;}.ares .tp-tab{opacity:1;padding:10px;box-sizing:border-box;font-family:"Roboto",sans-serif;border-bottom:1px solid #e5e5e5;}.ares .tp-tab-image{width:60px;height:60px;max-height:100%;max-width:100%;position:relative;display:inline-block;float:left;}.ares .tp-tab-content{background:rgba(0,0,0,0);position:relative;position:absolute;padding:15px 15px 15px 85px;left:0px;overflow:hidden;margin-top:-15px;box-sizing:border-box;color:#333;display:inline-block;width:100%;height:100%;}.ares .tp-tab-date{display:block;color:#aaa;font-weight:500;font-size:12px;margin-bottom:0px;}.ares .tp-tab-title{display:block;text-align:left;color:#333;font-size:14px;font-weight:500;text-transform:none;line-height:17px;}.ares .tp-tab:hover,.ares .tp-tab.selected{background:#eee;}.ares .tp-tab-mask{}@media only screen and (max-width: 960px){}@media only screen and (max-width: 768px){}.custom.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:10000;}.custom.tparrows:hover{background:#000;}.custom.tparrows:before{font-family:"revicons";font-size:15px;color:#fff;display:block;line-height:40px;text-align:center;}.custom.tparrows.tp-leftarrow:before{content:"";}.custom.tparrows.tp-rightarrow:before{content:"";}.custom.tp-bullets{}.custom.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box;}.custom .tp-bullet{width:12px;height:12px;position:absolute;background:#aaa;background:rgba(125,125,125,.5);cursor:pointer;box-sizing:content-box;}.custom .tp-bullet:hover,.custom .tp-bullet.selected{background:#7d7d7d;}.custom .tp-bullet-image{}.custom .tp-bullet-title{}.dione.tparrows{height:100%;width:100px;background:transparent;background:rgba(0,0,0,0);line-height:100%;transition:all .3s;-webkit-transition:all .3s;}.dione.tparrows:hover{background:rgba(0,0,0,.45);}.dione .tp-arr-imgwrapper{width:100px;left:0px;position:absolute;height:100%;top:0px;overflow:hidden;}.dione.tp-rightarrow .tp-arr-imgwrapper{left:auto;right:0px;}.dione .tp-arr-imgholder{background-position:center center;background-size:cover;width:100px;height:100%;top:0px;visibility:hidden;transform:translateX(-50px);-webkit-transform:translateX(-50px);transition:all .3s;-webkit-transition:all .3s;opacity:0;left:0px;}.dione.tparrows.tp-rightarrow .tp-arr-imgholder{right:0px;left:auto;transform:translateX(50px);-webkit-transform:translateX(50px);}.dione.tparrows:before{position:absolute;line-height:30px;margin-left:-22px;top:50%;left:50%;font-size:30px;margin-top:-15px;transition:all .3s;-webkit-transition:all .3s;}.dione.tparrows.tp-rightarrow:before{margin-left:6px;}.dione.tparrows:hover:before{transform:translateX(-20px);-webkit-transform:translateX(-20px);opacity:0;}.dione.tparrows.tp-rightarrow:hover:before{transform:translateX(20px);-webkit-transform:translateX(20px);}.dione.tparrows:hover .tp-arr-imgholder{transform:translateX(0px);-webkit-transform:translateX(0px);opacity:1;visibility:visible;}.dione .tp-bullet{opacity:1;width:50px;height:50px;padding:3px;background:#000;background-color:rgba(0,0,0,.25);margin:0px;box-sizing:border-box;transition:all .3s;-webkit-transition:all .3s;}.dione .tp-bullet-image{display:block;box-sizing:border-box;position:relative;-webkit-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);-moz-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);width:44px;height:44px;background-size:cover;background-position:center center;}.dione .tp-bullet-title{position:absolute;bottom:65px;display:inline-block;left:50%;background:#000;background:rgba(0,0,0,.75);color:#fff;padding:10px 30px;border-radius:4px;-webkit-border-radius:4px;opacity:0;opacity:0;transition:all .3s;-webkit-transition:all .3s;transform:translateZ(.001px) translateX(-50%) translateY(14px);transform-origin:50% 100%;-webkit-transform:translateZ(.001px) translateX(-50%) translateY(14px);-webkit-transform-origin:50% 100%;white-space:nowrap;}.dione .tp-bullet:hover .tp-bullet-title{transform:rotateX(0deg) translateX(-50%);-webkit-transform:rotateX(0deg) translateX(-50%);opacity:1;}.dione .tp-bullet.selected,.dione .tp-bullet:hover{background:rgba(255,255,255,1);background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(119,119,119,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#777777",GradientType=0);}.dione .tp-bullet-title:after{content:" ";position:absolute;left:50%;margin-left:-8px;width:0;height:0;border-style:solid;border-width:8px 8px 0 8px;border-color:rgba(0,0,0,.75) transparent transparent transparent;bottom:-8px;}.erinyen.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);min-width:70px;min-height:70px;position:absolute;display:block;z-index:1000;border-radius:35px;}.erinyen.tparrows:before{font-family:"revicons";font-size:20px;color:#fff;display:block;line-height:70px;text-align:center;z-index:2;position:relative;}.erinyen.tparrows.tp-leftarrow:before{content:"";}.erinyen.tparrows.tp-rightarrow:before{content:"";}.erinyen .tp-title-wrap{position:absolute;z-index:1;display:inline-block;background:#000;background:rgba(0,0,0,.5);min-height:70px;line-height:70px;top:0px;margin-left:0px;border-radius:35px;overflow:hidden;transition:opacity .3s;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0);visibility:hidden;opacity:0;}.erinyen.tparrows:hover .tp-title-wrap{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);opacity:1;visibility:visible;}.erinyen.tp-rightarrow .tp-title-wrap{right:0px;margin-right:0px;margin-left:0px;-webkit-transform-origin:100% 50%;border-radius:35px;padding-right:20px;padding-left:10px;}.erinyen.tp-leftarrow .tp-title-wrap{padding-left:20px;padding-right:10px;}.erinyen .tp-arr-titleholder{letter-spacing:3px;position:relative;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transform:translateX(200px);text-transform:uppercase;color:#fff;font-weight:600;font-size:13px;line-height:70px;white-space:nowrap;padding:0px 20px;margin-left:11px;opacity:0;}.erinyen .tp-arr-imgholder{width:100%;height:100%;position:absolute;top:0px;left:0px;background-position:center center;background-size:cover;}.erinyen .tp-arr-img-over{width:100%;height:100%;position:absolute;top:0px;left:0px;background:#000;background:rgba(0,0,0,.5);}.erinyen.tp-rightarrow .tp-arr-titleholder{transform:translateX(-200px);margin-left:0px;margin-right:11px;}.erinyen.tparrows:hover .tp-arr-titleholder{transform:translateX(0px);-webkit-transform:translateX(0px);transition-delay:.1s;opacity:1;}.erinyen.tp-bullets{}.erinyen.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:#555;background:-moz-linear-gradient(top,#555 0%,#222 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#555),color-stop(100%,#222));background:-webkit-linear-gradient(top,#555 0%,#222 100%);background:-o-linear-gradient(top,#555 0%,#222 100%);background:-ms-linear-gradient(top,#555 0%,#222 100%);background:linear-gradient(to bottom,#555 0%,#222 100%);filter:progid:dximagetransform.microsoft.gradient(startcolorstr="#555555",endcolorstr="#222222",gradienttype=0);padding:10px 15px;margin-left:-15px;margin-top:-10px;box-sizing:content-box;border-radius:10px;box-shadow:0px 0px 2px 1px rgba(33,33,33,.3);}.erinyen .tp-bullet{width:13px;height:13px;position:absolute;background:#111;border-radius:50%;cursor:pointer;box-sizing:content-box;}.erinyen .tp-bullet:hover,.erinyen .tp-bullet.selected{background:#e5e5e5;background:-moz-linear-gradient(top,#e5e5e5 0%,#999 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e5e5e5),color-stop(100%,#999));background:-webkit-linear-gradient(top,#e5e5e5 0%,#999 100%);background:-o-linear-gradient(top,#e5e5e5 0%,#999 100%);background:-ms-linear-gradient(top,#e5e5e5 0%,#999 100%);background:linear-gradient(to bottom,#e5e5e5 0%,#999 100%);filter:progid:dximagetransform.microsoft.gradient(startcolorstr="#e5e5e5",endcolorstr="#999999",gradienttype=0);border:1px solid #555;width:12px;height:12px;}.erinyen .tp-bullet-image{}.erinyen .tp-bullet-title{}.erinyen .tp-thumb{opacity:1;}.erinyen .tp-thumb-over{background:#000;background:rgba(0,0,0,.25);width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:1;-webkit-transition:all .3s;transition:all .3s;}.erinyen .tp-thumb-more:before{font-family:"revicons";font-size:12px;color:#aaa;color:rgba(255,255,255,.75);display:block;line-height:12px;text-align:left;z-index:2;z-index:2;position:absolute;top:20px;right:20px;}.erinyen .tp-thumb-more:before{content:"";}.erinyen .tp-thumb-title{font-family:"Raleway";letter-spacing:1px;font-size:12px;color:#fff;display:block;line-height:15px;text-align:left;z-index:2;z-index:2;position:absolute;top:0px;left:0px;padding:20px 35px 20px 20px;width:100%;height:100%;box-sizing:border-box;transition:all .3s;-webkit-transition:all .3s;font-weight:500;}.erinyen .tp-thumb.selected .tp-thumb-more:before,.erinyen .tp-thumb:hover .tp-thumb-more:before{color:#aaa;}.erinyen .tp-thumb.selected .tp-thumb-over,.erinyen .tp-thumb:hover .tp-thumb-over{background:#fff;}.erinyen .tp-thumb.selected .tp-thumb-title,.erinyen .tp-thumb:hover .tp-thumb-title{color:#000;}.erinyen .tp-tab-title{color:#a8d8ee;font-size:13px;font-weight:700;text-transform:uppercase;}.erinyen .tp-tab-desc{font-size:18px;font-weight:400;color:#fff;line-height:25px;font-family:"Roboto Slab";}.gyges.tp-bullets{}.gyges.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:#777;background:-moz-linear-gradient(top,#777 0%,#666 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#777),color-stop(100%,#666));background:-webkit-linear-gradient(top,#777 0%,#666 100%);background:-o-linear-gradient(top,#777 0%,#666 100%);background:-ms-linear-gradient(top,#777 0%,#666 100%);background:linear-gradient(to bottom,#777 0%,#666 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#777777",endColorstr="#666666",GradientType=0);padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box;border-radius:10px;}.gyges .tp-bullet{width:12px;height:12px;position:absolute;background:#333;border:3px solid #444;border-radius:50%;cursor:pointer;box-sizing:content-box;}.gyges .tp-bullet:hover,.gyges .tp-bullet.selected{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e1e1e1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e1e1e1));background:-webkit-linear-gradient(top,#fff 0%,#e1e1e1 100%);background:-o-linear-gradient(top,#fff 0%,#e1e1e1 100%);background:-ms-linear-gradient(top,#fff 0%,#e1e1e1 100%);background:linear-gradient(to bottom,#fff 0%,#e1e1e1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#e1e1e1",GradientType=0);}.gyges .tp-bullet-image{}.gyges .tp-bullet-title{}.gyges .tp-thumb{opacity:1;}.gyges .tp-thumb-img-wrap{padding:3px;background:#000;background-color:rgba(0,0,0,.25);display:inline-block;width:100%;height:100%;position:relative;margin:0px;box-sizing:border-box;transition:all .3s;-webkit-transition:all .3s;}.gyges .tp-thumb-image{padding:3px;display:block;box-sizing:border-box;position:relative;-webkit-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);-moz-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);}.gyges .tp-thumb-title{position:absolute;bottom:100%;display:inline-block;left:50%;background:rgba(255,255,255,.8);padding:10px 30px;border-radius:4px;-webkit-border-radius:4px;margin-bottom:20px;opacity:0;transition:all .3s;-webkit-transition:all .3s;transform:translateZ(.001px) translateX(-50%) translateY(14px);transform-origin:50% 100%;-webkit-transform:translateZ(.001px) translateX(-50%) translateY(14px);-webkit-transform-origin:50% 100%;white-space:nowrap;}.gyges .tp-thumb:hover .tp-thumb-title{transform:rotateX(0deg) translateX(-50%);-webkit-transform:rotateX(0deg) translateX(-50%);opacity:1;}.gyges .tp-thumb:hover .tp-thumb-img-wrap,.gyges .tp-thumb.selected .tp-thumb-img-wrap{background:rgba(255,255,255,1);background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(119,119,119,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#777777",GradientType=0);}.gyges .tp-thumb-title:after{content:" ";position:absolute;left:50%;margin-left:-8px;width:0;height:0;border-style:solid;border-width:8px 8px 0 8px;border-color:rgba(255,255,255,.8) transparent transparent transparent;bottom:-8px;}.gyges .tp-tab{opacity:1;padding:10px;box-sizing:border-box;font-family:"Roboto",sans-serif;border-bottom:1px solid rgba(255,255,255,.15);}.gyges .tp-tab-image{width:60px;height:60px;max-height:100%;max-width:100%;position:relative;display:inline-block;float:left;}.gyges .tp-tab-content{background:rgba(0,0,0,0);position:relative;position:absolute;padding:15px 15px 15px 85px;left:0px;overflow:hidden;margin-top:-15px;box-sizing:border-box;color:#333;display:inline-block;width:100%;height:100%;}.gyges .tp-tab-date{display:block;color:rgba(255,255,255,.25);font-weight:500;font-size:12px;margin-bottom:0px;}.gyges .tp-tab-title{display:block;text-align:left;color:#fff;font-size:14px;font-weight:500;text-transform:none;line-height:17px;}.gyges .tp-tab:hover,.gyges .tp-tab.selected{background:rgba(0,0,0,.5);}.gyges .tp-tab-mask{}@media only screen and (max-width: 960px){}@media only screen and (max-width: 768px){}.hades.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.15);width:100px;height:100px;position:absolute;display:block;z-index:1000;}.hades.tparrows:before{font-family:"revicons";font-size:30px;color:#fff;display:block;line-height:100px;text-align:center;transition:background .3s,color .3s;}.hades.tparrows.tp-leftarrow:before{content:"";}.hades.tparrows.tp-rightarrow:before{content:"";}.hades.tparrows:hover:before{color:#aaa;background:#fff;background:rgba(255,255,255,1);}.hades .tp-arr-allwrapper{position:absolute;left:100%;top:0px;background:#888;width:100px;height:100px;-webkit-transition:all .3s;transition:all .3s;-ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:0% 50%;transform-origin:0% 50%;}.hades.tp-rightarrow .tp-arr-allwrapper{left:auto;right:100%;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:rotatey(90deg);transform:rotatey(90deg);}.hades:hover .tp-arr-allwrapper{-ms-filter:"progid:dximagetransform.microsoft.alpha(opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:rotatey(0deg);transform:rotatey(0deg);}.hades .tp-arr-iwrapper{}.hades .tp-arr-imgholder{background-size:cover;position:absolute;top:0px;left:0px;width:100%;height:100%;}.hades .tp-arr-titleholder{}.hades .tp-arr-subtitleholder{}.hades.tp-bullets{}.hades.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box;}.hades .tp-bullet{width:3px;height:3px;position:absolute;background:#888;cursor:pointer;border:5px solid #fff;box-sizing:content-box;box-shadow:0px 0px 3px 1px rgba(0,0,0,.2);-webkit-perspective:400;perspective:400;-webkit-transform:translatez(.01px);transform:translatez(.01px);}.hades .tp-bullet:hover,.hades .tp-bullet.selected{background:#555;}.hades .tp-bullet-image{position:absolute;top:-80px;left:-60px;width:120px;height:60px;background-position:center center;background-size:cover;visibility:hidden;opacity:0;transition:all .3s;-webkit-transform-style:flat;transform-style:flat;perspective:600;-webkit-perspective:600;transform:rotatex(-90deg);-webkit-transform:rotatex(-90deg);box-shadow:0px 0px 3px 1px rgba(0,0,0,.2);transform-origin:50% 100%;-webkit-transform-origin:50% 100%;}.hades .tp-bullet:hover .tp-bullet-image{display:block;opacity:1;transform:rotatex(0deg);-webkit-transform:rotatex(0deg);visibility:visible;}.hades .tp-bullet-title{}.hades .tp-thumb{opacity:1;}.hades .tp-thumb-img-wrap{border-radius:50%;padding:3px;display:inline-block;background:#000;background-color:rgba(0,0,0,.25);width:100%;height:100%;position:relative;margin:0px;box-sizing:border-box;transition:all .3s;-webkit-transition:all .3s;}.hades .tp-thumb-image{padding:3px;border-radius:50%;display:block;box-sizing:border-box;position:relative;-webkit-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);-moz-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);}.hades .tp-thumb:hover .tp-thumb-img-wrap,.hades .tp-thumb.selected .tp-thumb-img-wrap{background:rgba(255,255,255,1);background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(119,119,119,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#777777",GradientType=0);}.hades .tp-thumb-title:after{content:" ";position:absolute;left:50%;margin-left:-8px;width:0;height:0;border-style:solid;border-width:8px 8px 0 8px;border-color:rgba(0,0,0,.75) transparent transparent transparent;bottom:-8px;}.hades .tp-tab{opacity:1;}.hades .tp-tab-title{display:block;color:#333;font-weight:600;font-size:18px;text-align:center;line-height:25px;}.hades .tp-tab-price{display:block;text-align:center;color:#999;font-size:16px;margin-top:10px;line-height:20px;}.hades .tp-tab-button{display:inline-block;margin-top:15px;text-align:center;padding:5px 15px;color:#fff;font-size:14px;background:#219bd7;border-radius:4px;font-weight:400;}.hades .tp-tab-inner{text-align:center;}.hebe.tparrows{cursor:pointer;background:#fff;min-width:70px;min-height:70px;position:absolute;display:block;z-index:1000;}.hebe.tparrows:hover{}.hebe.tparrows:before{font-family:"revicons";font-size:30px;color:#aaa;display:block;line-height:70px;text-align:center;-webkit-transition:color .3s;-moz-transition:color .3s;transition:color .3s;z-index:2;position:relative;background:#fff;min-width:70px;min-height:70px;}.hebe.tparrows.tp-leftarrow:before{content:"";}.hebe.tparrows.tp-rightarrow:before{content:"";}.hebe.tparrows:hover:before{color:#000;}.hebe .tp-title-wrap{position:absolute;z-index:0;display:inline-block;background:#000;background:rgba(0,0,0,.75);min-height:60px;line-height:60px;top:-10px;margin-left:0px;-webkit-transition:-webkit-transform .3s;transition:transform .3s;transform:scaleX(0);-webkit-transform:scaleX(0);transform-origin:0% 50%;-webkit-transform-origin:0% 50%;}.hebe.tp-rightarrow .tp-title-wrap{right:0px;-webkit-transform-origin:100% 50%;}.hebe.tparrows:hover .tp-title-wrap{transform:scaleX(1);-webkit-transform:scaleX(1);}.hebe .tp-arr-titleholder{position:relative;text-transform:uppercase;color:#fff;font-weight:600;font-size:12px;line-height:90px;white-space:nowrap;padding:0px 20px 0px 90px;}.hebe.tp-rightarrow .tp-arr-titleholder{margin-left:0px;padding:0px 90px 0px 20px;}.hebe.tparrows:hover .tp-arr-titleholder{transform:translateX(0px);-webkit-transform:translateX(0px);transition-delay:.1s;opacity:1;}.hebe .tp-arr-imgholder{width:90px;height:90px;position:absolute;left:100%;display:block;background-size:cover;background-position:center center;top:0px;right:-90px;}.hebe.tp-rightarrow .tp-arr-imgholder{right:auto;left:-90px;}.hebe.tp-bullets{}.hebe.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box;}.hebe .tp-bullet{width:3px;height:3px;position:absolute;background:#fff;cursor:pointer;border:5px solid #222;border-radius:50%;box-sizing:content-box;-webkit-perspective:400;perspective:400;-webkit-transform:translateZ(.01px);transform:translateZ(.01px);transition:all .3s;}.hebe .tp-bullet:hover,.hebe .tp-bullet.selected{background:#222;border-color:#fff;}.hebe .tp-bullet-image{position:absolute;top:-90px;left:-40px;width:70px;height:70px;background-position:center center;background-size:cover;visibility:hidden;opacity:0;transition:all .3s;-webkit-transform-style:flat;transform-style:flat;perspective:600;-webkit-perspective:600;transform:scale(0);-webkit-transform:scale(0);transform-origin:50% 100%;-webkit-transform-origin:50% 100%;border-radius:6px;}.hebe .tp-bullet:hover .tp-bullet-image{display:block;opacity:1;transform:scale(1);-webkit-transform:scale(1);visibility:visible;}.hebe .tp-bullet-title{}.hebe .tp-tab-title{color:#a8d8ee;font-size:13px;font-weight:700;text-transform:uppercase;}.hebe .tp-tab-desc{font-size:18px;font-weight:400;color:#fff;line-height:25px;font-family:"Roboto Slab";}.hephaistos.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000;border-radius:50%;}.hephaistos.tparrows:hover{background:#000;}.hephaistos.tparrows:before{font-family:"revicons";font-size:18px;color:#fff;display:block;line-height:40px;text-align:center;}.hephaistos.tparrows.tp-leftarrow:before{content:"";margin-left:-2px;}.hephaistos.tparrows.tp-rightarrow:before{content:"";margin-right:-2px;}.hephaistos.tp-bullets{}.hephaistos.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box;}.hephaistos .tp-bullet{width:12px;height:12px;position:absolute;background:#999;border:3px solid #f5f5f5;border-radius:50%;cursor:pointer;box-sizing:content-box;box-shadow:0px 0px 2px 1px rgba(130,130,130,.3);}.hephaistos .tp-bullet:hover,.hephaistos .tp-bullet.selected{background:#fff;border-color:#000;}.hephaistos .tp-bullet-image{}.hephaistos .tp-bullet-title{}.hermes.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:30px;height:110px;position:absolute;display:block;z-index:1000;}.hermes.tparrows:before{font-family:"revicons";font-size:15px;color:#fff;display:block;line-height:110px;text-align:center;transform:translateX(0px);-webkit-transform:translateX(0px);transition:all .3s;-webkit-transition:all .3s;}.hermes.tparrows.tp-leftarrow:before{content:"";}.hermes.tparrows.tp-rightarrow:before{content:"";}.hermes.tparrows.tp-leftarrow:hover:before{transform:translateX(-20px);-webkit-transform:translateX(-20px);opacity:0;}.hermes.tparrows.tp-rightarrow:hover:before{transform:translateX(20px);-webkit-transform:translateX(20px);opacity:0;}.hermes .tp-arr-allwrapper{overflow:hidden;position:absolute;width:180px;height:140px;top:0px;left:0px;visibility:hidden;-webkit-transition:-webkit-transform .3s .3s;transition:transform .3s .3s;-webkit-perspective:1000px;perspective:1000px;}.hermes.tp-rightarrow .tp-arr-allwrapper{right:0px;left:auto;}.hermes.tparrows:hover .tp-arr-allwrapper{visibility:visible;}.hermes .tp-arr-imgholder{width:180px;position:absolute;left:0px;top:0px;height:110px;transform:translateX(-180px);-webkit-transform:translateX(-180px);transition:all .3s;transition-delay:.3s;}.hermes.tp-rightarrow .tp-arr-imgholder{transform:translateX(180px);-webkit-transform:translateX(180px);}.hermes.tparrows:hover .tp-arr-imgholder{transform:translateX(0px);-webkit-transform:translateX(0px);}.hermes .tp-arr-titleholder{top:110px;width:180px;text-align:left;display:block;padding:0px 10px;line-height:30px;background:#000;background:rgba(0,0,0,.75);color:#fff;font-weight:600;position:absolute;font-size:12px;white-space:nowrap;letter-spacing:1px;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:rotateX(-90deg);transform:rotateX(-90deg);-webkit-transform-origin:50% 0;transform-origin:50% 0;box-sizing:border-box;}.hermes.tparrows:hover .tp-arr-titleholder{-webkit-transition-delay:.6s;transition-delay:.6s;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);}.hermes.tp-bullets{}.hermes .tp-bullet{overflow:hidden;border-radius:50%;width:16px;height:16px;background-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 2px #fff;-webkit-transition:background .3s ease;transition:background .3s ease;position:absolute;}.hermes .tp-bullet:hover{background-color:rgba(0,0,0,.2);}.hermes .tp-bullet:after{content:" ";position:absolute;bottom:0;height:0;left:0;width:100%;background-color:#fff;box-shadow:0 0 1px #fff;-webkit-transition:height .3s ease;transition:height .3s ease;}.hermes .tp-bullet.selected:after{height:100%;}.hermes .tp-tab{opacity:1;padding-right:10px;box-sizing:border-box;}.hermes .tp-tab-image{width:100%;height:60%;position:relative;}.hermes .tp-tab-content{background:#363636;position:absolute;padding:20px 20px 20px 30px;box-sizing:border-box;color:#fff;display:block;width:100%;min-height:40%;bottom:0px;left:-10px;}.hermes .tp-tab-date{display:block;color:#888;font-weight:600;font-size:12px;margin-bottom:10px;}.hermes .tp-tab-title{display:block;color:#fff;font-size:16px;font-weight:800;text-transform:uppercase;line-height:19px;}.hermes .tp-tab.selected .tp-tab-title:after{width:0px;height:0px;border-style:solid;border-width:30px 0 30px 10px;border-color:transparent transparent transparent #363636;content:" ";position:absolute;right:-9px;bottom:50%;margin-bottom:-30px;}.hermes .tp-tab-mask{padding-right:10px !important;}@media only screen and (max-width: 960px){.hermes .tp-tab .tp-tab-title{font-size:14px;line-height:16px;}.hermes .tp-tab-date{font-size:11px;line-height:13px;margin-bottom:10px;}.hermes .tp-tab-content{padding:15px 15px 15px 25px;}}@media only screen and (max-width: 768px){.hermes .tp-tab .tp-tab-title{font-size:12px;line-height:14px;}.hermes .tp-tab-date{font-size:10px;line-height:12px;margin-bottom:5px;}.hermes .tp-tab-content{padding:10px 10px 10px 20px;}}.hesperiden.tparrows{cursor:pointer;background:#000;background:rgba(0,0,0,.5);width:40px;height:40px;position:absolute;display:block;z-index:1000;border-radius:50%;}.hesperiden.tparrows:hover{background:#000;}.hesperiden.tparrows:before{font-family:"revicons";font-size:20px;color:#fff;display:block;line-height:40px;text-align:center;}.hesperiden.tparrows.tp-leftarrow:before{content:"";margin-left:-3px;}.hesperiden.tparrows.tp-rightarrow:before{content:"";margin-right:-3px;}.hesperiden.tp-bullets{}.hesperiden.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;background:transparent;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box;border-radius:8px;}.hesperiden .tp-bullet{width:12px;height:12px;position:absolute;background:#999;background:-moz-linear-gradient(top,#999 0%,#e1e1e1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#999),color-stop(100%,#e1e1e1));background:-webkit-linear-gradient(top,#999 0%,#e1e1e1 100%);background:-o-linear-gradient(top,#999 0%,#e1e1e1 100%);background:-ms-linear-gradient(top,#999 0%,#e1e1e1 100%);background:linear-gradient(to bottom,#999 0%,#e1e1e1 100%);filter:progid:dximagetransform.microsoft.gradient(startcolorstr="#999999",endcolorstr="#e1e1e1",gradienttype=0);border:3px solid #e5e5e5;border-radius:50%;cursor:pointer;box-sizing:content-box;}.hesperiden .tp-bullet:hover,.hesperiden .tp-bullet.selected{background:#666;}.hesperiden .tp-bullet-image{}.hesperiden .tp-bullet-title{}.hesperiden .tp-thumb{opacity:1;-webkit-perspective:600px;perspective:600px;}.hesperiden .tp-thumb .tp-thumb-title{font-size:12px;position:absolute;margin-top:-10px;color:#fff;display:block;z-index:10000;background-color:#000;padding:5px 10px;bottom:0px;left:0px;width:100%;box-sizing:border-box;text-align:center;overflow:hidden;white-space:nowrap;transition:all .3s;-webkit-transition:all .3s;transform:rotatex(90deg) translatez(.001px);transform-origin:50% 100%;-webkit-transform:rotatex(90deg) translatez(.001px);-webkit-transform-origin:50% 100%;opacity:0;}.hesperiden .tp-thumb:hover .tp-thumb-title{transform:rotatex(0deg);-webkit-transform:rotatex(0deg);opacity:1;}.hesperiden .tp-tab{opacity:1;padding:10px;box-sizing:border-box;font-family:"Roboto",sans-serif;border-bottom:1px solid #e5e5e5;}.hesperiden .tp-tab-image{width:60px;height:60px;max-height:100%;max-width:100%;position:relative;display:inline-block;float:left;}.hesperiden .tp-tab-content{background:rgba(0,0,0,0);position:relative;position:absolute;padding:15px 15px 15px 85px;left:0px;overflow:hidden;margin-top:-15px;box-sizing:border-box;color:#333;display:inline-block;width:100%;height:100%;}.hesperiden .tp-tab-date{display:block;color:#aaa;font-weight:500;font-size:12px;margin-bottom:0px;}.hesperiden .tp-tab-title{display:block;text-align:left;color:#333;font-size:14px;font-weight:500;text-transform:none;line-height:17px;}.hesperiden .tp-tab:hover,.hesperiden .tp-tab.selected{background:#eee;}.hesperiden .tp-tab-mask{}@media only screen and (max-width: 960px){}@media only screen and (max-width: 768px){}.metis.tparrows{background:#fff;padding:10px;transition:all .3s;-webkit-transition:all .3s;width:60px;height:60px;box-sizing:border-box;}.metis.tparrows:hover{background:#fff;background:rgba(255,255,255,.75);}.metis.tparrows:before{color:#000;transition:all .3s;-webkit-transition:all .3s;}.metis.tparrows:hover:before{transform:scale(1.5);}.metis .tp-bullet{opacity:1;width:50px;height:50px;padding:3px;background:#000;background-color:rgba(0,0,0,.25);margin:0px;box-sizing:border-box;transition:all .3s;-webkit-transition:all .3s;border-radius:50%;}.metis .tp-bullet-image{border-radius:50%;display:block;box-sizing:border-box;position:relative;-webkit-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);-moz-box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);box-shadow:inset 5px 5px 10px 0px rgba(0,0,0,.25);width:44px;height:44px;background-size:cover;background-position:center center;}.metis .tp-bullet-title{position:absolute;bottom:65px;display:inline-block;left:50%;background:#000;background:rgba(0,0,0,.75);color:#fff;padding:10px 30px;border-radius:4px;-webkit-border-radius:4px;opacity:0;opacity:0;transition:all .3s;-webkit-transition:all .3s;transform:translateZ(.001px) translateX(-50%) translateY(14px);transform-origin:50% 100%;-webkit-transform:translateZ(.001px) translateX(-50%) translateY(14px);-webkit-transform-origin:50% 100%;white-space:nowrap;}.metis .tp-bullet:hover .tp-bullet-title{transform:rotateX(0deg) translateX(-50%);-webkit-transform:rotateX(0deg) translateX(-50%);opacity:1;}.metis .tp-bullet.selected,.metis .tp-bullet:hover{background:rgba(255,255,255,1);background:-moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(119,119,119,1)));background:-webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:-ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(119,119,119,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#777777",GradientType=0);}.metis .tp-bullet-title:after{content:" ";position:absolute;left:50%;margin-left:-8px;width:0;height:0;border-style:solid;border-width:8px 8px 0 8px;border-color:rgba(0,0,0,.75) transparent transparent transparent;bottom:-8px;}.metis .tp-tab-number{color:#fff;font-size:40px;line-height:30px;font-weight:400;font-family:"Playfair Display";width:50px;margin-right:17px;display:inline-block;float:left;}.metis .tp-tab-mask{padding-left:20px;left:0px;max-width:90px !important;transition:.4s padding-left,.4s left,.4s max-width;}.metis:hover .tp-tab-mask{padding-left:0px;left:50px;max-width:500px !important;}.metis .tp-tab-divider{border-right:1px solid transparent;height:30px;width:1px;margin-top:5px;display:inline-block;float:left;}.metis .tp-tab-title{color:#fff;font-size:20px;line-height:20px;font-weight:400;font-family:"Playfair Display";position:relative;padding-top:10px;padding-left:30px;display:inline-block;transform:translateX(-100%);transition:.4s all;}.metis .tp-tab-title-mask{position:absolute;overflow:hidden;left:67px;}.metis:hover .tp-tab-title{transform:translateX(0);}.metis .tp-tab{opacity:.15;transition:.4s all;}.metis .tp-tab:hover,.metis .tp-tab.selected{opacity:1;}.metis .tp-tab.selected .tp-tab-divider{border-right:1px solid #cdb083;}.metis.tp-tabs{max-width:118px !important;padding-left:50px;}.metis.tp-tabs:before{content:" ";height:100%;width:88px;background:rgba(0,0,0,.15);border-right:1px solid rgba(255,255,255,.1);left:0px;top:0px;position:absolute;transition:.4s all;}.metis.tp-tabs:hover:before{width:118px;}@media (max-width: 499px){.metis.tp-tabs:before{background:rgba(0,0,0,.75);}}.persephone.tparrows{cursor:pointer;background:#aaa;background:rgba(200,200,200,.5);width:40px;height:40px;position:absolute;display:block;z-index:100;border:1px solid #f5f5f5;}.persephone.tparrows:hover{background:#333;}.persephone.tparrows:before{font-family:"revicons";font-size:15px;color:#fff;display:block;line-height:40px;text-align:center;}.persephone.tparrows.tp-leftarrow:before{content:"";}.persephone.tparrows.tp-rightarrow:before{content:"";}.persephone.tp-bullets{}.persephone.tp-bullets:before{content:" ";position:absolute;width:100%;height:100%;padding:10px;margin-left:-10px;margin-top:-10px;box-sizing:content-box;}.persephone .tp-bullet{width:12px;height:12px;position:absolute;background:#aaa;border:1px solid #e5e5e5;cursor:pointer;box-sizing:content-box;}.persephone .tp-bullet:hover,.persephone .tp-bullet.selected{background:#222;}.persephone .tp-bullet-image{}.persephone .tp-bullet-title{}.uranus.tparrows{width:50px;height:50px;background:transparent;}.uranus.tparrows:before{width:50px;height:50px;line-height:50px;font-size:40px;transition:all .3s;-webkit-transition:all .3s;}.uranus.tparrows:hover:before{opacity:.75;}.uranus .tp-bullet{border-radius:50%;box-shadow:0 0 0 2px rgba(255,255,255,0);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;background:transparent;}.uranus .tp-bullet.selected,.uranus .tp-bullet:hover{box-shadow:0 0 0 2px #fff;border:none;border-radius:50%;background:transparent;}.uranus .tp-bullet-inner{background-color:rgba(255,255,255,.7);background-color:#fff;background-color:rgba(255,255,255,.3);-webkit-transition:background-color .3s ease,-webkit-transform .3s ease;transition:background-color .3s ease,transform .3s ease;top:0;left:0;width:100%;height:100%;outline:none;border-radius:50%;text-indent:-999em;cursor:pointer;position:absolute;}.uranus .tp-bullet.selected .tp-bullet-inner,.uranus .tp-bullet:hover .tp-bullet-inner{transform:scale(.4);-webkit-transform:scale(.4);background-color:#fff;}.zeus.tparrows{cursor:pointer;min-width:70px;min-height:70px;position:absolute;display:block;z-index:100;border-radius:35px;overflow:hidden;background:rgba(0,0,0,.1);}.zeus.tparrows:before{font-family:"revicons";font-size:20px;color:#fff;display:block;line-height:70px;text-align:center;z-index:2;position:relative;}.zeus.tparrows.tp-leftarrow:before{content:"";}.zeus.tparrows.tp-rightarrow:before{content:"";}.zeus .tp-title-wrap{background:#000;background:rgba(0,0,0,.5);width:100%;height:100%;top:0px;left:0px;position:absolute;opacity:0;transform:scale(0);-webkit-transform:scale(0);transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;border-radius:50%;}.zeus .tp-arr-imgholder{width:100%;height:100%;position:absolute;top:0px;left:0px;background-position:center center;background-size:cover;border-radius:50%;transform:translateX(-100%);-webkit-transform:translateX(-100%);transition:all .3s;-webkit-transition:all .3s;-moz-transition:all .3s;}.zeus.tp-rightarrow .tp-arr-imgholder{transform:translateX(100%);-webkit-transform:translateX(100%);}.zeus.tparrows:hover .tp-arr-imgholder{transform:translateX(0);-webkit-transform:translateX(0);opacity:1;}.zeus.tparrows:hover .tp-title-wrap{transform:scale(1);-webkit-transform:scale(1);opacity:1;}.zeus .tp-bullet{box-sizing:content-box;-webkit-box-sizing:content-box;border-radius:50%;background-color:rgba(0,0,0,0);-webkit-transition:opacity .3s ease;transition:opacity .3s ease;width:13px;height:13px;border:2px solid #fff;}.zeus .tp-bullet:after{content:"";position:absolute;width:100%;height:100%;left:0;border-radius:50%;background-color:#fff;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:-webkit-transform .3s ease;transition:transform .3s ease;}.zeus .tp-bullet:hover:after,.zeus .tp-bullet.selected:after{-webkit-transform:scale(1.2);transform:scale(1.2);}.zeus .tp-bullet-image,.zeus .tp-bullet-imageoverlay{width:135px;height:60px;position:absolute;background:#000;background:rgba(0,0,0,.5);bottom:25px;left:50%;margin-left:-65px;box-sizing:border-box;background-size:cover;background-position:center center;visibility:hidden;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .3s ease;transition:all .3s ease;border-radius:4px;}.zeus .tp-bullet-title,.zeus .tp-bullet-imageoverlay{z-index:2;-webkit-transition:all .5s ease;transition:all .5s ease;}.zeus .tp-bullet-title{color:#fff;text-align:center;line-height:15px;font-size:13px;font-weight:600;z-index:3;visibility:hidden;opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all .3s ease;transition:all .3s ease;position:absolute;bottom:45px;width:135px;vertical-align:middle;left:-57px;}.zeus .tp-bullet:hover .tp-bullet-title,.zeus .tp-bullet:hover .tp-bullet-image,.zeus .tp-bullet:hover .tp-bullet-imageoverlay{opacity:1;visibility:visible;-webkit-transform:translateY(0px);transform:translateY(0px);}.zeus .tp-thumb{opacity:1;}.zeus .tp-thumb-over{background:#000;background:rgba(0,0,0,.25);width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:1;-webkit-transition:all .3s;transition:all .3s;}.zeus .tp-thumb-more:before{font-family:"revicons";font-size:12px;color:#aaa;color:rgba(255,255,255,.75);display:block;line-height:12px;text-align:left;z-index:2;z-index:2;position:absolute;top:20px;right:20px;}.zeus .tp-thumb-more:before{content:"";}.zeus .tp-thumb-title{font-family:"Raleway";letter-spacing:1px;font-size:12px;color:#fff;display:block;line-height:15px;text-align:left;z-index:2;z-index:2;position:absolute;top:0px;left:0px;padding:20px 35px 20px 20px;width:100%;height:100%;box-sizing:border-box;transition:all .3s;-webkit-transition:all .3s;font-weight:500;}.zeus .tp-thumb.selected .tp-thumb-more:before,.zeus .tp-thumb:hover .tp-thumb-more:before{color:#aaa;}.zeus .tp-thumb.selected .tp-thumb-over,.zeus .tp-thumb:hover .tp-thumb-over{background:#000;}.zeus .tp-thumb.selected .tp-thumb-title,.zeus .tp-thumb:hover .tp-thumb-title{color:#fff;}.zeus .tp-tab{opacity:1;box-sizing:border-box;}.zeus .tp-tab-title{display:block;text-align:center;background:rgba(0,0,0,.25);font-family:"Roboto Slab",serif;font-weight:700;font-size:13px;line-height:13px;color:#fff;padding:9px 10px;}.zeus .tp-tab:hover .tp-tab-title,.zeus .tp-tab.selected .tp-tab-title{color:#000;background:rgba(255,255,255,1);}.post-tabs .tp-thumb{opacity:1;}.post-tabs .tp-thumb-over{background:#252525;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:1;-webkit-transition:all .3s;transition:all .3s;}.post-tabs .tp-thumb-more:before{font-family:"revicons";font-size:12px;color:#aaa;color:rgba(255,255,255,.75);display:block;line-height:12px;text-align:left;z-index:2;z-index:2;position:absolute;top:15px;right:15px;}.post-tabs .tp-thumb-more:before{content:"";}.post-tabs .tp-thumb-title{font-family:"raleway";letter-spacing:1px;font-size:12px;color:#fff;display:block;line-height:15px;text-align:left;z-index:2;z-index:2;position:absolute;top:0px;left:0px;padding:15px 30px 15px 15px;width:100%;height:100%;box-sizing:border-box;transition:all .3s;-webkit-transition:all .3s;font-weight:500;}.post-tabs .tp-thumb.selected .tp-thumb-more:before,.post-tabs .tp-thumb:hover .tp-thumb-more:before{color:#aaa;}.post-tabs .tp-thumb.selected .tp-thumb-over,.post-tabs .tp-thumb:hover .tp-thumb-over{background:#fff;}.post-tabs .tp-thumb.selected .tp-thumb-title,.post-tabs .tp-thumb:hover .tp-thumb-title{color:#000;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}h1{margin:.67em 0;font-size:2em;}mark{color:#000;background:#ff0;}small{font-size:80%;}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}input{line-height:normal;}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0;}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto;}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;}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver;}legend{padding:0;border:0;}textarea{overflow:auto;}optgroup{font-weight:700;}table{border-spacing:0;border-collapse:collapse;}td,th{padding:0;}@media print{*,:after,:before{color:#000 !important;text-shadow:none !important;background:0 0 !important;-webkit-box-shadow:none !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:"";}blockquote,pre{border:1px solid #999;page-break-inside:avoid;}thead{display:table-header-group;}img,tr{page-break-inside:avoid;}img{max-width:100% !important;}h2,h3,p{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}.navbar{display:none;}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important;}.label{border:1px solid #000;}.table{border-collapse:collapse !important;}.table td,.table th{background-color:#fff !important;}.table-bordered td,.table-bordered th{border:1px solid #ddd !important;}}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.glyphicon-asterisk:before{content:"*";}.glyphicon-plus:before{content:"+";}.glyphicon-eur:before,.glyphicon-euro:before{content:"€";}.glyphicon-minus:before{content:"−";}.glyphicon-cloud:before{content:"☁";}.glyphicon-envelope:before{content:"✉";}.glyphicon-pencil:before{content:"✏";}.glyphicon-glass:before{content:"";}.glyphicon-music:before{content:"";}.glyphicon-search:before{content:"";}.glyphicon-heart:before{content:"";}.glyphicon-star:before{content:"";}.glyphicon-star-empty:before{content:"";}.glyphicon-user:before{content:"";}.glyphicon-film:before{content:"";}.glyphicon-th-large:before{content:"";}.glyphicon-th:before{content:"";}.glyphicon-th-list:before{content:"";}.glyphicon-ok:before{content:"";}.glyphicon-remove:before{content:"";}.glyphicon-zoom-in:before{content:"";}.glyphicon-zoom-out:before{content:"";}.glyphicon-off:before{content:"";}.glyphicon-signal:before{content:"";}.glyphicon-cog:before{content:"";}.glyphicon-trash:before{content:"";}.glyphicon-home:before{content:"";}.glyphicon-file:before{content:"";}.glyphicon-time:before{content:"";}.glyphicon-road:before{content:"";}.glyphicon-download-alt:before{content:"";}.glyphicon-download:before{content:"";}.glyphicon-upload:before{content:"";}.glyphicon-inbox:before{content:"";}.glyphicon-play-circle:before{content:"";}.glyphicon-repeat:before{content:"";}.glyphicon-refresh:before{content:"";}.glyphicon-list-alt:before{content:"";}.glyphicon-lock:before{content:"";}.glyphicon-flag:before{content:"";}.glyphicon-headphones:before{content:"";}.glyphicon-volume-off:before{content:"";}.glyphicon-volume-down:before{content:"";}.glyphicon-volume-up:before{content:"";}.glyphicon-qrcode:before{content:"";}.glyphicon-barcode:before{content:"";}.glyphicon-tag:before{content:"";}.glyphicon-tags:before{content:"";}.glyphicon-book:before{content:"";}.glyphicon-bookmark:before{content:"";}.glyphicon-print:before{content:"";}.glyphicon-camera:before{content:"";}.glyphicon-font:before{content:"";}.glyphicon-bold:before{content:"";}.glyphicon-italic:before{content:"";}.glyphicon-text-height:before{content:"";}.glyphicon-text-width:before{content:"";}.glyphicon-align-left:before{content:"";}.glyphicon-align-center:before{content:"";}.glyphicon-align-right:before{content:"";}.glyphicon-align-justify:before{content:"";}.glyphicon-list:before{content:"";}.glyphicon-indent-left:before{content:"";}.glyphicon-indent-right:before{content:"";}.glyphicon-facetime-video:before{content:"";}.glyphicon-picture:before{content:"";}.glyphicon-map-marker:before{content:"";}.glyphicon-adjust:before{content:"";}.glyphicon-tint:before{content:"";}.glyphicon-edit:before{content:"";}.glyphicon-share:before{content:"";}.glyphicon-check:before{content:"";}.glyphicon-move:before{content:"";}.glyphicon-step-backward:before{content:"";}.glyphicon-fast-backward:before{content:"";}.glyphicon-backward:before{content:"";}.glyphicon-play:before{content:"";}.glyphicon-pause:before{content:"";}.glyphicon-stop:before{content:"";}.glyphicon-forward:before{content:"";}.glyphicon-fast-forward:before{content:"";}.glyphicon-step-forward:before{content:"";}.glyphicon-eject:before{content:"";}.glyphicon-chevron-left:before{content:"";}.glyphicon-chevron-right:before{content:"";}.glyphicon-plus-sign:before{content:"";}.glyphicon-minus-sign:before{content:"";}.glyphicon-remove-sign:before{content:"";}.glyphicon-ok-sign:before{content:"";}.glyphicon-question-sign:before{content:"";}.glyphicon-info-sign:before{content:"";}.glyphicon-screenshot:before{content:"";}.glyphicon-remove-circle:before{content:"";}.glyphicon-ok-circle:before{content:"";}.glyphicon-ban-circle:before{content:"";}.glyphicon-arrow-left:before{content:"";}.glyphicon-arrow-right:before{content:"";}.glyphicon-arrow-up:before{content:"";}.glyphicon-arrow-down:before{content:"";}.glyphicon-share-alt:before{content:"";}.glyphicon-resize-full:before{content:"";}.glyphicon-resize-small:before{content:"";}.glyphicon-exclamation-sign:before{content:"";}.glyphicon-gift:before{content:"";}.glyphicon-leaf:before{content:"";}.glyphicon-fire:before{content:"";}.glyphicon-eye-open:before{content:"";}.glyphicon-eye-close:before{content:"";}.glyphicon-warning-sign:before{content:"";}.glyphicon-plane:before{content:"";}.glyphicon-calendar:before{content:"";}.glyphicon-random:before{content:"";}.glyphicon-comment:before{content:"";}.glyphicon-magnet:before{content:"";}.glyphicon-chevron-up:before{content:"";}.glyphicon-chevron-down:before{content:"";}.glyphicon-retweet:before{content:"";}.glyphicon-shopping-cart:before{content:"";}.glyphicon-folder-close:before{content:"";}.glyphicon-folder-open:before{content:"";}.glyphicon-resize-vertical:before{content:"";}.glyphicon-resize-horizontal:before{content:"";}.glyphicon-hdd:before{content:"";}.glyphicon-bullhorn:before{content:"";}.glyphicon-bell:before{content:"";}.glyphicon-certificate:before{content:"";}.glyphicon-thumbs-up:before{content:"";}.glyphicon-thumbs-down:before{content:"";}.glyphicon-hand-right:before{content:"";}.glyphicon-hand-left:before{content:"";}.glyphicon-hand-up:before{content:"";}.glyphicon-hand-down:before{content:"";}.glyphicon-circle-arrow-right:before{content:"";}.glyphicon-circle-arrow-left:before{content:"";}.glyphicon-circle-arrow-up:before{content:"";}.glyphicon-circle-arrow-down:before{content:"";}.glyphicon-globe:before{content:"";}.glyphicon-wrench:before{content:"";}.glyphicon-tasks:before{content:"";}.glyphicon-filter:before{content:"";}.glyphicon-briefcase:before{content:"";}.glyphicon-fullscreen:before{content:"";}.glyphicon-dashboard:before{content:"";}.glyphicon-paperclip:before{content:"";}.glyphicon-heart-empty:before{content:"";}.glyphicon-link:before{content:"";}.glyphicon-phone:before{content:"";}.glyphicon-pushpin:before{content:"";}.glyphicon-usd:before{content:"";}.glyphicon-gbp:before{content:"";}.glyphicon-sort:before{content:"";}.glyphicon-sort-by-alphabet:before{content:"";}.glyphicon-sort-by-alphabet-alt:before{content:"";}.glyphicon-sort-by-order:before{content:"";}.glyphicon-sort-by-order-alt:before{content:"";}.glyphicon-sort-by-attributes:before{content:"";}.glyphicon-sort-by-attributes-alt:before{content:"";}.glyphicon-unchecked:before{content:"";}.glyphicon-expand:before{content:"";}.glyphicon-collapse-down:before{content:"";}.glyphicon-collapse-up:before{content:"";}.glyphicon-log-in:before{content:"";}.glyphicon-flash:before{content:"";}.glyphicon-log-out:before{content:"";}.glyphicon-new-window:before{content:"";}.glyphicon-record:before{content:"";}.glyphicon-save:before{content:"";}.glyphicon-open:before{content:"";}.glyphicon-saved:before{content:"";}.glyphicon-import:before{content:"";}.glyphicon-export:before{content:"";}.glyphicon-send:before{content:"";}.glyphicon-floppy-disk:before{content:"";}.glyphicon-floppy-saved:before{content:"";}.glyphicon-floppy-remove:before{content:"";}.glyphicon-floppy-save:before{content:"";}.glyphicon-floppy-open:before{content:"";}.glyphicon-credit-card:before{content:"";}.glyphicon-transfer:before{content:"";}.glyphicon-cutlery:before{content:"";}.glyphicon-header:before{content:"";}.glyphicon-compressed:before{content:"";}.glyphicon-earphone:before{content:"";}.glyphicon-phone-alt:before{content:"";}.glyphicon-tower:before{content:"";}.glyphicon-stats:before{content:"";}.glyphicon-sd-video:before{content:"";}.glyphicon-hd-video:before{content:"";}.glyphicon-subtitles:before{content:"";}.glyphicon-sound-stereo:before{content:"";}.glyphicon-sound-dolby:before{content:"";}.glyphicon-sound-5-1:before{content:"";}.glyphicon-sound-6-1:before{content:"";}.glyphicon-sound-7-1:before{content:"";}.glyphicon-copyright-mark:before{content:"";}.glyphicon-registration-mark:before{content:"";}.glyphicon-cloud-download:before{content:"";}.glyphicon-cloud-upload:before{content:"";}.glyphicon-tree-conifer:before{content:"";}.glyphicon-tree-deciduous:before{content:"";}.glyphicon-cd:before{content:"";}.glyphicon-save-file:before{content:"";}.glyphicon-open-file:before{content:"";}.glyphicon-level-up:before{content:"";}.glyphicon-copy:before{content:"";}.glyphicon-paste:before{content:"";}.glyphicon-alert:before{content:"";}.glyphicon-equalizer:before{content:"";}.glyphicon-king:before{content:"";}.glyphicon-queen:before{content:"";}.glyphicon-pawn:before{content:"";}.glyphicon-bishop:before{content:"";}.glyphicon-knight:before{content:"";}.glyphicon-baby-formula:before{content:"";}.glyphicon-tent:before{content:"⛺";}.glyphicon-blackboard:before{content:"";}.glyphicon-bed:before{content:"";}.glyphicon-apple:before{content:"";}.glyphicon-erase:before{content:"";}.glyphicon-hourglass:before{content:"⌛";}.glyphicon-lamp:before{content:"";}.glyphicon-duplicate:before{content:"";}.glyphicon-piggy-bank:before{content:"";}.glyphicon-scissors:before{content:"";}.glyphicon-bitcoin:before{content:"";}.glyphicon-btc:before{content:"";}.glyphicon-xbt:before{content:"";}.glyphicon-yen:before{content:"¥";}.glyphicon-jpy:before{content:"¥";}.glyphicon-ruble:before{content:"₽";}.glyphicon-rub:before{content:"₽";}.glyphicon-scale:before{content:"";}.glyphicon-ice-lolly:before{content:"";}.glyphicon-ice-lolly-tasted:before{content:"";}.glyphicon-education:before{content:"";}.glyphicon-option-horizontal:before{content:"";}.glyphicon-option-vertical:before{content:"";}.glyphicon-menu-hamburger:before{content:"";}.glyphicon-modal-window:before{content:"";}.glyphicon-oil:before{content:"";}.glyphicon-grain:before{content:"";}.glyphicon-sunglasses:before{content:"";}.glyphicon-text-size:before{content:"";}.glyphicon-text-color:before{content:"";}.glyphicon-text-background:before{content:"";}.glyphicon-object-align-top:before{content:"";}.glyphicon-object-align-bottom:before{content:"";}.glyphicon-object-align-horizontal:before{content:"";}.glyphicon-object-align-left:before{content:"";}.glyphicon-object-align-vertical:before{content:"";}.glyphicon-object-align-right:before{content:"";}.glyphicon-triangle-right:before{content:"";}.glyphicon-triangle-left:before{content:"";}.glyphicon-triangle-bottom:before{content:"";}.glyphicon-triangle-top:before{content:"";}.glyphicon-console:before{content:"";}.glyphicon-superscript:before{content:"";}.glyphicon-subscript:before{content:"";}.glyphicon-menu-left:before{content:"";}.glyphicon-menu-right:before{content:"";}.glyphicon-menu-down:before{content:"";}.glyphicon-menu-up:before{content:"";}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0);}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff;}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;}a{color:#337ab7;text-decoration:none;}a:focus,a:hover{color:#23527c;text-decoration:underline;}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}figure{margin:0;}img{vertical-align:middle;}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto;}.img-rounded{border-radius:6px;}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}.img-circle{border-radius:50%;}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee;}.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;}[role=button]{cursor:pointer;}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777;}.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px;}.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%;}.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px;}.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%;}.h1,h1{font-size:36px;}.h2,h2{font-size:30px;}.h3,h3{font-size:24px;}.h4,h4{font-size:18px;}.h5,h5{font-size:14px;}.h6,h6{font-size:12px;}p{margin:0 0 10px;}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4;}@media (min-width:768px){.lead{font-size:21px;}}.small,small{font-size:85%;}.mark,mark{padding:.2em;background-color:#fcf8e3;}.text-left{text-align:left;}.text-right{text-align:right;}.text-center{text-align:center;}.text-justify{text-align:justify;}.text-nowrap{white-space:nowrap;}.text-lowercase{text-transform:lowercase;}.text-uppercase{text-transform:uppercase;}.text-capitalize{text-transform:capitalize;}.text-muted{color:#777;}.text-primary{color:#337ab7;}a.text-primary:focus,a.text-primary:hover{color:#286090;}.text-success{color:#3c763d;}a.text-success:focus,a.text-success:hover{color:#2b542c;}.text-info{color:#31708f;}a.text-info:focus,a.text-info:hover{color:#245269;}.text-warning{color:#8a6d3b;}a.text-warning:focus,a.text-warning:hover{color:#66512c;}.text-danger{color:#a94442;}a.text-danger:focus,a.text-danger:hover{color:#843534;}.bg-primary{color:#fff;background-color:#337ab7;}a.bg-primary:focus,a.bg-primary:hover{background-color:#286090;}.bg-success{background-color:#dff0d8;}a.bg-success:focus,a.bg-success:hover{background-color:#c1e2b3;}.bg-info{background-color:#d9edf7;}a.bg-info:focus,a.bg-info:hover{background-color:#afd9ee;}.bg-warning{background-color:#fcf8e3;}a.bg-warning:focus,a.bg-warning:hover{background-color:#f7ecb5;}.bg-danger{background-color:#f2dede;}a.bg-danger:focus,a.bg-danger:hover{background-color:#e4b9b9;}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee;}ol,ul{margin-top:0;margin-bottom:10px;}ol ol,ol ul,ul ol,ul ul{margin-bottom:0;}.list-unstyled{padding-left:0;list-style:none;}.list-inline{padding-left:0;margin-left:-5px;list-style:none;}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px;}dl{margin-top:0;margin-bottom:20px;}dd,dt{line-height:1.42857143;}dt{font-weight:700;}dd{margin-left:0;}@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;}}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #777;}.initialism{font-size:90%;text-transform:uppercase;}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee;}blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0;}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777;}blockquote .small:before,blockquote footer:before,blockquote small:before{content:"— ";}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0;}.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:"";}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:" —";}address{margin-bottom:20px;font-style:normal;line-height:1.42857143;}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px;}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none;}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;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:15px;padding-left:15px;margin-right:auto;margin-left:auto;}@media (min-width:768px){.container{width:750px;}}@media (min-width:992px){.container{width:970px;}}@media (min-width:1200px){.container{width:1170px;}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}.row{margin-right:-15px;margin-left:-15px;}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px;}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left;}.col-xs-12{width:100%;}.col-xs-11{width:91.66666667%;}.col-xs-10{width:83.33333333%;}.col-xs-9{width:75%;}.col-xs-8{width:66.66666667%;}.col-xs-7{width:58.33333333%;}.col-xs-6{width:50%;}.col-xs-5{width:41.66666667%;}.col-xs-4{width:33.33333333%;}.col-xs-3{width:25%;}.col-xs-2{width:16.66666667%;}.col-xs-1{width:8.33333333%;}.col-xs-pull-12{right:100%;}.col-xs-pull-11{right:91.66666667%;}.col-xs-pull-10{right:83.33333333%;}.col-xs-pull-9{right:75%;}.col-xs-pull-8{right:66.66666667%;}.col-xs-pull-7{right:58.33333333%;}.col-xs-pull-6{right:50%;}.col-xs-pull-5{right:41.66666667%;}.col-xs-pull-4{right:33.33333333%;}.col-xs-pull-3{right:25%;}.col-xs-pull-2{right:16.66666667%;}.col-xs-pull-1{right:8.33333333%;}.col-xs-pull-0{right:auto;}.col-xs-push-12{left:100%;}.col-xs-push-11{left:91.66666667%;}.col-xs-push-10{left:83.33333333%;}.col-xs-push-9{left:75%;}.col-xs-push-8{left:66.66666667%;}.col-xs-push-7{left:58.33333333%;}.col-xs-push-6{left:50%;}.col-xs-push-5{left:41.66666667%;}.col-xs-push-4{left:33.33333333%;}.col-xs-push-3{left:25%;}.col-xs-push-2{left:16.66666667%;}.col-xs-push-1{left:8.33333333%;}.col-xs-push-0{left:auto;}.col-xs-offset-12{margin-left:100%;}.col-xs-offset-11{margin-left:91.66666667%;}.col-xs-offset-10{margin-left:83.33333333%;}.col-xs-offset-9{margin-left:75%;}.col-xs-offset-8{margin-left:66.66666667%;}.col-xs-offset-7{margin-left:58.33333333%;}.col-xs-offset-6{margin-left:50%;}.col-xs-offset-5{margin-left:41.66666667%;}.col-xs-offset-4{margin-left:33.33333333%;}.col-xs-offset-3{margin-left:25%;}.col-xs-offset-2{margin-left:16.66666667%;}.col-xs-offset-1{margin-left:8.33333333%;}.col-xs-offset-0{margin-left:0;}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left;}.col-sm-12{width:100%;}.col-sm-11{width:91.66666667%;}.col-sm-10{width:83.33333333%;}.col-sm-9{width:75%;}.col-sm-8{width:66.66666667%;}.col-sm-7{width:58.33333333%;}.col-sm-6{width:50%;}.col-sm-5{width:41.66666667%;}.col-sm-4{width:33.33333333%;}.col-sm-3{width:25%;}.col-sm-2{width:16.66666667%;}.col-sm-1{width:8.33333333%;}.col-sm-pull-12{right:100%;}.col-sm-pull-11{right:91.66666667%;}.col-sm-pull-10{right:83.33333333%;}.col-sm-pull-9{right:75%;}.col-sm-pull-8{right:66.66666667%;}.col-sm-pull-7{right:58.33333333%;}.col-sm-pull-6{right:50%;}.col-sm-pull-5{right:41.66666667%;}.col-sm-pull-4{right:33.33333333%;}.col-sm-pull-3{right:25%;}.col-sm-pull-2{right:16.66666667%;}.col-sm-pull-1{right:8.33333333%;}.col-sm-pull-0{right:auto;}.col-sm-push-12{left:100%;}.col-sm-push-11{left:91.66666667%;}.col-sm-push-10{left:83.33333333%;}.col-sm-push-9{left:75%;}.col-sm-push-8{left:66.66666667%;}.col-sm-push-7{left:58.33333333%;}.col-sm-push-6{left:50%;}.col-sm-push-5{left:41.66666667%;}.col-sm-push-4{left:33.33333333%;}.col-sm-push-3{left:25%;}.col-sm-push-2{left:16.66666667%;}.col-sm-push-1{left:8.33333333%;}.col-sm-push-0{left:auto;}.col-sm-offset-12{margin-left:100%;}.col-sm-offset-11{margin-left:91.66666667%;}.col-sm-offset-10{margin-left:83.33333333%;}.col-sm-offset-9{margin-left:75%;}.col-sm-offset-8{margin-left:66.66666667%;}.col-sm-offset-7{margin-left:58.33333333%;}.col-sm-offset-6{margin-left:50%;}.col-sm-offset-5{margin-left:41.66666667%;}.col-sm-offset-4{margin-left:33.33333333%;}.col-sm-offset-3{margin-left:25%;}.col-sm-offset-2{margin-left:16.66666667%;}.col-sm-offset-1{margin-left:8.33333333%;}.col-sm-offset-0{margin-left:0;}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left;}.col-md-12{width:100%;}.col-md-11{width:91.66666667%;}.col-md-10{width:83.33333333%;}.col-md-9{width:75%;}.col-md-8{width:66.66666667%;}.col-md-7{width:58.33333333%;}.col-md-6{width:50%;}.col-md-5{width:41.66666667%;}.col-md-4{width:33.33333333%;}.col-md-3{width:25%;}.col-md-2{width:16.66666667%;}.col-md-1{width:8.33333333%;}.col-md-pull-12{right:100%;}.col-md-pull-11{right:91.66666667%;}.col-md-pull-10{right:83.33333333%;}.col-md-pull-9{right:75%;}.col-md-pull-8{right:66.66666667%;}.col-md-pull-7{right:58.33333333%;}.col-md-pull-6{right:50%;}.col-md-pull-5{right:41.66666667%;}.col-md-pull-4{right:33.33333333%;}.col-md-pull-3{right:25%;}.col-md-pull-2{right:16.66666667%;}.col-md-pull-1{right:8.33333333%;}.col-md-pull-0{right:auto;}.col-md-push-12{left:100%;}.col-md-push-11{left:91.66666667%;}.col-md-push-10{left:83.33333333%;}.col-md-push-9{left:75%;}.col-md-push-8{left:66.66666667%;}.col-md-push-7{left:58.33333333%;}.col-md-push-6{left:50%;}.col-md-push-5{left:41.66666667%;}.col-md-push-4{left:33.33333333%;}.col-md-push-3{left:25%;}.col-md-push-2{left:16.66666667%;}.col-md-push-1{left:8.33333333%;}.col-md-push-0{left:auto;}.col-md-offset-12{margin-left:100%;}.col-md-offset-11{margin-left:91.66666667%;}.col-md-offset-10{margin-left:83.33333333%;}.col-md-offset-9{margin-left:75%;}.col-md-offset-8{margin-left:66.66666667%;}.col-md-offset-7{margin-left:58.33333333%;}.col-md-offset-6{margin-left:50%;}.col-md-offset-5{margin-left:41.66666667%;}.col-md-offset-4{margin-left:33.33333333%;}.col-md-offset-3{margin-left:25%;}.col-md-offset-2{margin-left:16.66666667%;}.col-md-offset-1{margin-left:8.33333333%;}.col-md-offset-0{margin-left:0;}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left;}.col-lg-12{width:100%;}.col-lg-11{width:91.66666667%;}.col-lg-10{width:83.33333333%;}.col-lg-9{width:75%;}.col-lg-8{width:66.66666667%;}.col-lg-7{width:58.33333333%;}.col-lg-6{width:50%;}.col-lg-5{width:41.66666667%;}.col-lg-4{width:33.33333333%;}.col-lg-3{width:25%;}.col-lg-2{width:16.66666667%;}.col-lg-1{width:8.33333333%;}.col-lg-pull-12{right:100%;}.col-lg-pull-11{right:91.66666667%;}.col-lg-pull-10{right:83.33333333%;}.col-lg-pull-9{right:75%;}.col-lg-pull-8{right:66.66666667%;}.col-lg-pull-7{right:58.33333333%;}.col-lg-pull-6{right:50%;}.col-lg-pull-5{right:41.66666667%;}.col-lg-pull-4{right:33.33333333%;}.col-lg-pull-3{right:25%;}.col-lg-pull-2{right:16.66666667%;}.col-lg-pull-1{right:8.33333333%;}.col-lg-pull-0{right:auto;}.col-lg-push-12{left:100%;}.col-lg-push-11{left:91.66666667%;}.col-lg-push-10{left:83.33333333%;}.col-lg-push-9{left:75%;}.col-lg-push-8{left:66.66666667%;}.col-lg-push-7{left:58.33333333%;}.col-lg-push-6{left:50%;}.col-lg-push-5{left:41.66666667%;}.col-lg-push-4{left:33.33333333%;}.col-lg-push-3{left:25%;}.col-lg-push-2{left:16.66666667%;}.col-lg-push-1{left:8.33333333%;}.col-lg-push-0{left:auto;}.col-lg-offset-12{margin-left:100%;}.col-lg-offset-11{margin-left:91.66666667%;}.col-lg-offset-10{margin-left:83.33333333%;}.col-lg-offset-9{margin-left:75%;}.col-lg-offset-8{margin-left:66.66666667%;}.col-lg-offset-7{margin-left:58.33333333%;}.col-lg-offset-6{margin-left:50%;}.col-lg-offset-5{margin-left:41.66666667%;}.col-lg-offset-4{margin-left:33.33333333%;}.col-lg-offset-3{margin-left:25%;}.col-lg-offset-2{margin-left:16.66666667%;}.col-lg-offset-1{margin-left:8.33333333%;}.col-lg-offset-0{margin-left:0;}}table{background-color:transparent;}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left;}th{text-align:left;}.table{width:100%;max-width:100%;margin-bottom:20px;}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;line-height:1.42857143;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>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0;}.table>tbody+tbody{border-top:2px solid #ddd;}.table .table{background-color:#fff;}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px;}.table-bordered{border:1px solid #ddd;}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd;}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px;}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9;}.table-hover>tbody>tr:hover{background-color:#f5f5f5;}table col[class*=col-]{position:static;display:table-column;float:none;}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none;}.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5;}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8;}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8;}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6;}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7;}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3;}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3;}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc;}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede;}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc;}.table-responsive{min-height:.01%;overflow-x:auto;}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;}.table-responsive>.table{margin-bottom:0;}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}.table-responsive>.table-bordered{border:0;}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}}fieldset{min-width:0;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;max-width:100%;margin-bottom:5px;font-weight:700;}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px \9;line-height:normal;}input[type=file]{display:block;}input[type=range]{display:block;width:100%;}select[multiple],select[size]{height:auto;}input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555;}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-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,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);}.form-control.nitro-lazy{background-image:none !important;}.form-control::-moz-placeholder{color:#999;opacity:1;}.form-control:-ms-input-placeholder{color:#999;}.form-control::-webkit-input-placeholder{color:#999;}.form-control::-ms-expand{background-color:transparent;border:0;}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1;}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed;}textarea.form-control{height:auto;}input[type=search]{-webkit-appearance:none;}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control{line-height:34px;}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px;}.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px;}}.form-group{margin-bottom:15px;}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px;}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer;}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px;}.checkbox+.checkbox,.radio+.radio{margin-top:-5px;}.checkbox-inline,.radio-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer;}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px;}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed;}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed;}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label{cursor:not-allowed;}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0;}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0;}.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;}select[multiple].input-sm,textarea.input-sm{height:auto;}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.form-group-sm select.form-control{height:30px;line-height:30px;}.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control{height:auto;}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5;}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}select.input-lg{height:46px;line-height:46px;}select[multiple].input-lg,textarea.input-lg{height:auto;}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}.form-group-lg select.form-control{height:46px;line-height:46px;}.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control{height:auto;}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333;}.has-feedback{position:relative;}.has-feedback .form-control{padding-right:42.5px;}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none;}.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px;}.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px;}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{color:#3c763d;}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d;}.has-success .form-control-feedback{color:#3c763d;}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{color:#8a6d3b;}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b;}.has-warning .form-control-feedback{color:#8a6d3b;}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{color:#a94442;}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442;}.has-error .form-control-feedback{color:#a94442;}.has-feedback label~.form-control-feedback{top:25px;}.has-feedback label.sr-only~.form-control-feedback{top: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;width:auto;vertical-align:middle;}.form-inline .form-control-static{display:inline-block;}.form-inline .input-group{display:inline-table;vertical-align:middle;}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto;}.form-inline .input-group>.form-control{width:100%;}.form-inline .control-label{margin-bottom:0;vertical-align:middle;}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}.form-inline .checkbox label,.form-inline .radio label{padding-left:0;}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0;}.form-inline .has-feedback .form-control-feedback{top:0;}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0;}.form-horizontal .checkbox,.form-horizontal .radio{min-height:27px;}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px;}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right;}}.form-horizontal .has-feedback .form-control-feedback{right:15px;}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px;}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px;}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px;}.btn.nitro-lazy{background-image:none !important;}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}.btn.focus,.btn:focus,.btn:hover{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,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.btn.active.nitro-lazy,.btn:active.nitro-lazy{background-image:none !important;}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65;}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none;}.btn-default{color:#333;background-color:#fff;border-color:#ccc;}.btn-default.focus,.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c;}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad;}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad;}.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c;}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none;}.btn-default.active.nitro-lazy,.btn-default:active.nitro-lazy,.open>.dropdown-toggle.btn-default.nitro-lazy{background-image:none !important;}.btn-default.disabled.focus,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled].focus,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc;}.btn-default .badge{color:#fff;background-color:#333;}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4;}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40;}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74;}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74;}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40;}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none;}.btn-primary.active.nitro-lazy,.btn-primary:active.nitro-lazy,.open>.dropdown-toggle.btn-primary.nitro-lazy{background-image:none !important;}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled].focus,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4;}.btn-primary .badge{color:#337ab7;background-color:#fff;}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c;}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625;}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439;}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439;}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625;}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none;}.btn-success.active.nitro-lazy,.btn-success:active.nitro-lazy,.open>.dropdown-toggle.btn-success.nitro-lazy{background-image:none !important;}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled].focus,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#4cae4c;}.btn-success .badge{color:#5cb85c;background-color:#fff;}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da;}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85;}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc;}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc;}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#fff;background-color:#269abc;border-color:#1b6d85;}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none;}.btn-info.active.nitro-lazy,.btn-info:active.nitro-lazy,.open>.dropdown-toggle.btn-info.nitro-lazy{background-image:none !important;}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled].focus,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#5bc0de;border-color:#46b8da;}.btn-info .badge{color:#5bc0de;background-color:#fff;}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236;}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#985f0d;}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512;}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512;}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#fff;background-color:#d58512;border-color:#985f0d;}.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none;}.btn-warning.active.nitro-lazy,.btn-warning:active.nitro-lazy,.open>.dropdown-toggle.btn-warning.nitro-lazy{background-image:none !important;}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled].focus,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#f0ad4e;border-color:#eea236;}.btn-warning .badge{color:#f0ad4e;background-color:#fff;}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a;}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19;}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925;}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925;}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19;}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none;}.btn-danger.active.nitro-lazy,.btn-danger:active.nitro-lazy,.open>.dropdown-toggle.btn-danger.nitro-lazy{background-image:none !important;}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled].focus,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a;}.btn-danger .badge{color:#d9534f;background-color:#fff;}.btn-link{font-weight:400;color:#337ab7;border-radius:0;}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none;}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent;}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent;}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none;}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-group-xs>.btn,.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px;}.btn-block{display:block;width:100%;}.btn-block+.btn-block{margin-top:5px;}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%;}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;}.fade.in{opacity:1;}.collapse{display:none;}.collapse.in{display:block;}tr.collapse.in{display:table-row;}tbody.collapse.in{display:table-row-group;}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility;}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent;}.dropdown,.dropup{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:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);}.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:400;line-height:1.42857143;color:#333;white-space:nowrap;}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5;}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0;}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777;}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);}.dropdown-menu>.disabled>a:focus.nitro-lazy,.dropdown-menu>.disabled>a:hover.nitro-lazy{background-image:none !important;}.open>.dropdown-menu{display:block;}.open>a{outline:0;}.dropdown-menu-right{right:0;left:auto;}.dropdown-menu-left{right:auto;left:0;}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap;}.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{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9;}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px;}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto;}.navbar-right .dropdown-menu-left{right:auto;left:0;}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle;}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left;}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2;}.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{margin-left:-5px;}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left;}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-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-top-left-radius:0;border-bottom-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:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0;}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0;}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0;}.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,.125);box-shadow:inset 0 3px 5px rgba(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,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%;}.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-left-radius:4px;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-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0;}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0;}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0;}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate;}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%;}.btn-group-justified>.btn-group .btn{width:100%;}.btn-group-justified>.btn-group .dropdown-menu{left:auto;}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none;}.input-group{position:relative;display:table;border-collapse:separate;}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0;}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0;}.input-group .form-control:focus{z-index:3;}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px;}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px;}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto;}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px;}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px;}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto;}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell;}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0;}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle;}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px;}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px;}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px;}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0;}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0;}.input-group-addon:first-child{border-right:0;}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0;}.input-group-addon:last-child{border-left:0;}.input-group-btn{position:relative;font-size:0;white-space:nowrap;}.input-group-btn>.btn{position:relative;}.input-group-btn>.btn+.btn{margin-left:-1px;}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2;}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px;}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px;}.nav{padding-left:0;margin-bottom:0;list-style:none;}.nav>li{position:relative;display:block;}.nav>li>a{position:relative;display:block;padding:10px 15px;}.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee;}.nav>li.disabled>a{color:#777;}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent;}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7;}.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.42857143;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:focus,.nav-tabs>li.active>a:hover{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:768px){.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:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd;}@media (min-width:768px){.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:focus,.nav-tabs.nav-justified>.active>a:hover{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:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7;}.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:768px){.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:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd;}@media (min-width:768px){.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:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff;}}.tab-content>.tab-pane{display:none;}.tab-content>.active{display:block;}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0;}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent;}@media (min-width:768px){.navbar{border-radius:4px;}}@media (min-width:768px){.navbar-header{float:left;}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1);}.navbar-collapse.in{overflow-y:auto;}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none;}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important;}.navbar-collapse.in{overflow-y:visible;}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0;}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px;}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px;}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px;}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0;}}.navbar-static-top{z-index:1000;border-width:0 0 1px;}@media (min-width:768px){.navbar-static-top{border-radius:0;}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030;}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{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;height:50px;padding:15px 15px;font-size:18px;line-height:20px;}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none;}.navbar-brand>img{display:block;}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .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;background-image:none;border:1px solid transparent;border-radius:4px;}.navbar-toggle.nitro-lazy{background-image:none !important;}.navbar-toggle:focus{outline:0;}.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:768px){.navbar-toggle{display:none;}}.navbar-nav{margin:7.5px -15px;}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px;}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none;}.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px;}.navbar-nav .open .dropdown-menu>li>a{line-height:20px;}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none;}.navbar-nav .open .dropdown-menu>li>a:focus.nitro-lazy,.navbar-nav .open .dropdown-menu>li>a:hover.nitro-lazy{background-image:none !important;}}@media (min-width:768px){.navbar-nav{float:left;margin:0;}.navbar-nav>li{float:left;}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px;}}.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,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle;}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle;}.navbar-form .form-control-static{display:inline-block;}.navbar-form .input-group{display:inline-table;vertical-align:middle;}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto;}.navbar-form .input-group>.form-control{width:100%;}.navbar-form .control-label{margin-bottom:0;vertical-align:middle;}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle;}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0;}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0;}.navbar-form .has-feedback .form-control-feedback{top:0;}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px;}.navbar-form .form-group:last-child{margin-bottom:0;}}@media (min-width:768px){.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:0;border-top-left-radius:0;border-top-right-radius:0;}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0;}.navbar-btn{margin-top:8px;margin-bottom:8px;}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px;}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px;}.navbar-text{margin-top:15px;margin-bottom:15px;}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px;}}@media (min-width:768px){.navbar-left{float:left !important;}.navbar-right{float:right !important;margin-right:-15px;}.navbar-right~.navbar-right{margin-right:0;}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7;}.navbar-default .navbar-brand{color:#777;}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent;}.navbar-default .navbar-text{color:#777;}.navbar-default .navbar-nav>li>a{color:#777;}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent;}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7;}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent;}.navbar-default .navbar-toggle{border-color:#ddd;}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd;}.navbar-default .navbar-toggle .icon-bar{background-color:#888;}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7;}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#e7e7e7;}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777;}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent;}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7;}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent;}}.navbar-default .navbar-link{color:#777;}.navbar-default .navbar-link:hover{color:#333;}.navbar-default .btn-link{color:#777;}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333;}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc;}.navbar-inverse{background-color:#222;border-color:#080808;}.navbar-inverse .navbar-brand{color:#9d9d9d;}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent;}.navbar-inverse .navbar-text{color:#9d9d9d;}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d;}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent;}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808;}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent;}.navbar-inverse .navbar-toggle{border-color:#333;}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333;}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff;}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010;}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808;}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808;}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d;}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent;}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808;}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent;}}.navbar-inverse .navbar-link{color:#9d9d9d;}.navbar-inverse .navbar-link:hover{color:#fff;}.navbar-inverse .btn-link{color:#9d9d9d;}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff;}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444;}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;}.breadcrumb>li{display:inline-block;}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/ ";}.breadcrumb>.active{color:#777;}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;}.pagination>li{display:inline;}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd;}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd;}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7;}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd;}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333;}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px;}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5;}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px;}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none;}.pager li{display:inline;}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px;}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee;}.pager .next>a,.pager .next>span{float:right;}.pager .previous>a,.pager .previous>span{float:left;}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff;}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em;}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer;}.label:empty{display:none;}.btn .label{position:relative;top:-1px;}.label-default{background-color:#777;}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e;}.label-primary{background-color:#337ab7;}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090;}.label-success{background-color:#5cb85c;}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44;}.label-info{background-color:#5bc0de;}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5;}.label-warning{background-color:#f0ad4e;}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f;}.label-danger{background-color:#d9534f;}.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c;}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px;}.badge:empty{display:none;}.btn .badge{position:relative;top:-1px;}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px;}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer;}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff;}.list-group-item>.badge{float:right;}.list-group-item>.badge+.badge{margin-right:5px;}.nav-pills>li>a>.badge{margin-left:3px;}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee;}.jumbotron .h1,.jumbotron h1{color:inherit;}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200;}.jumbotron>hr{border-top-color:#d5d5d5;}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px;}.jumbotron .container{max-width:100%;}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px;}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px;}.jumbotron .h1,.jumbotron h1{font-size:63px;}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out;}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto;}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7;}.thumbnail .caption{padding:9px;color:#333;}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px;}.alert h4{margin-top:0;color:inherit;}.alert .alert-link{font-weight:700;}.alert>p,.alert>ul{margin-bottom:0;}.alert>p+p{margin-top:5px;}.alert-dismissable,.alert-dismissible{padding-right:35px;}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit;}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;}.alert-success hr{border-top-color:#c9e2b3;}.alert-success .alert-link{color:#2b542c;}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;}.alert-info hr{border-top-color:#a6e1ec;}.alert-info .alert-link{color:#245269;}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;}.alert-warning hr{border-top-color:#f7e1b5;}.alert-warning .alert-link{color:#66512c;}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}.alert-danger hr{border-top-color:#e4b9c0;}.alert-danger .alert-link{color:#843534;}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}@keyframes progress-bar-stripes{from{background-position:40px 0;}to{background-position:0 0;}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease;}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px;}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;}.progress-bar-success{background-color:#5cb85c;}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-info{background-color:#5bc0de;}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-warning{background-color:#f0ad4e;}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.progress-bar-danger{background-color:#d9534f;}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);}.media{margin-top:15px;}.media:first-child{margin-top:0;}.media,.media-body{overflow:hidden;zoom:1;}.media-body{width:10000px;}.media-object{display:block;}.media-object.img-thumbnail{max-width:none;}.media-right,.media>.pull-right{padding-left:10px;}.media-left,.media>.pull-left{padding-right:10px;}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top;}.media-middle{vertical-align:middle;}.media-bottom{vertical-align:bottom;}.media-heading{margin-top:0;margin-bottom:5px;}.media-list{padding-left:0;list-style:none;}.list-group{padding-left:0;margin-bottom:20px;}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd;}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px;}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px;}a.list-group-item,button.list-group-item{color:#555;}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333;}a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5;}button.list-group-item{width:100%;text-align:left;}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee;}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit;}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777;}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7;}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit;}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef;}.list-group-item-success{color:#3c763d;background-color:#dff0d8;}a.list-group-item-success,button.list-group-item-success{color:#3c763d;}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit;}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6;}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d;}.list-group-item-info{color:#31708f;background-color:#d9edf7;}a.list-group-item-info,button.list-group-item-info{color:#31708f;}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit;}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3;}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f;}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3;}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b;}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit;}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc;}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b;}.list-group-item-danger{color:#a94442;background-color:#f2dede;}a.list-group-item-danger,button.list-group-item-danger{color:#a94442;}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit;}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc;}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442;}.list-group-item-heading{margin-top:0;margin-bottom:5px;}.list-group-item-text{margin-bottom:0;line-height:1.3;}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05);}.panel-body{padding:15px;}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px;}.panel-heading>.dropdown .dropdown-toggle{color:inherit;}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit;}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit;}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0;}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0;}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px;}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0;}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0;}.list-group+.panel-footer{border-top-width:0;}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0;}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px;}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px;}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px;}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px;}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px;}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px;}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px;}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd;}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0;}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0;}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0;}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}.panel>.table-responsive{margin-bottom:0;border:0;}.panel-group{margin-bottom:20px;}.panel-group .panel{margin-bottom:0;border-radius:4px;}.panel-group .panel+.panel{margin-top:5px;}.panel-group .panel-heading{border-bottom:0;}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd;}.panel-group .panel-footer{border-top:0;}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd;}.panel-default{border-color:#ddd;}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd;}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd;}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333;}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd;}.panel-primary{border-color:#337ab7;}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7;}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7;}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff;}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7;}.panel-success{border-color:#d6e9c6;}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6;}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6;}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d;}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6;}.panel-info{border-color:#bce8f1;}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1;}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1;}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f;}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1;}.panel-warning{border-color:#faebcc;}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc;}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc;}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b;}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc;}.panel-danger{border-color:#ebccd1;}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1;}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1;}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442;}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1;}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden;}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}.embed-responsive-16by9{padding-bottom:56.25%;}.embed-responsive-4by3{padding-bottom:75%;}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15);}.well-lg{padding:24px;border-radius:6px;}.well-sm{padding:9px;border-radius:3px;}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2;}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5;}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0;}.modal-open{overflow:hidden;}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0;}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0);}.modal-open .modal{overflow-x:hidden;overflow-y:auto;}.modal-dialog{position:relative;width:auto;margin:10px;}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0;}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5;}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;}.modal-header .close{margin-top:-2px;}.modal-title{margin:0;line-height:1.42857143;}.modal-body{position:relative;padding:15px;}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5;}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px;}.modal-footer .btn-group .btn+.btn{margin-left:-1px;}.modal-footer .btn-block+.btn-block{margin-left:0;}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll;}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto;}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5);}.modal-sm{width:300px;}}@media (min-width:992px){.modal-lg{width:900px;}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto;}.tooltip.in{filter:alpha(opacity=90);opacity:.9;}.tooltip.top{padding:5px 0;margin-top:-3px;}.tooltip.right{padding:0 5px;margin-left:3px;}.tooltip.bottom{padding:5px 0;margin-top:3px;}.tooltip.left{padding:0 5px;margin-left:-3px;}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px;}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid;}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000;}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000;}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000;}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000;}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000;}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000;}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000;}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000;}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto;}.popover.top{margin-top:-10px;}.popover.right{margin-left:10px;}.popover.bottom{margin-top:10px;}.popover.left{margin-left:-10px;}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0;}.popover-content{padding:9px 14px;}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid;}.popover>.arrow{border-width:11px;}.popover>.arrow:after{content:"";border-width:10px;}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0;}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0;}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0;}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0;}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff;}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25);}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff;}.carousel{position:relative;}.carousel-inner{position:relative;width:100%;overflow:hidden;}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left;}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1;}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px;}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block;}.carousel-inner>.active{left:0;}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%;}.carousel-inner>.next{left:100%;}.carousel-inner>.prev{left:-100%;}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0;}.carousel-inner>.active.left{left:-100%;}.carousel-inner>.active.right{left:100%;}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5;}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);background-repeat:repeat-x;}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);background-repeat:repeat-x;}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9;}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px;}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px;}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px;}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1;}.carousel-control .icon-prev:before{content:"‹";}.carousel-control .icon-next:before{content:"›";}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none;}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px;}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff;}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);}.carousel-caption .btn{text-shadow:none;}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-10px;font-size:30px;}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px;}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px;}.carousel-caption{right:20%;left:20%;padding-bottom:30px;}.carousel-indicators{bottom:20px;}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" ";}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row: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;}.affix{position:fixed;}@-ms-viewport{width:device-width;}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none !important;}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none !important;}@media (max-width:767px){.visible-xs{display:block !important;}table.visible-xs{display:table !important;}tr.visible-xs{display:table-row !important;}td.visible-xs,th.visible-xs{display:table-cell !important;}}@media (max-width:767px){.visible-xs-block{display:block !important;}}@media (max-width:767px){.visible-xs-inline{display:inline !important;}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important;}table.visible-sm{display:table !important;}tr.visible-sm{display:table-row !important;}td.visible-sm,th.visible-sm{display:table-cell !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important;}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important;}table.visible-md{display:table !important;}tr.visible-md{display:table-row !important;}td.visible-md,th.visible-md{display:table-cell !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important;}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important;}}@media (min-width:1200px){.visible-lg{display:block !important;}table.visible-lg{display:table !important;}tr.visible-lg{display:table-row !important;}td.visible-lg,th.visible-lg{display:table-cell !important;}}@media (min-width:1200px){.visible-lg-block{display:block !important;}}@media (min-width:1200px){.visible-lg-inline{display:inline !important;}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important;}}@media (max-width:767px){.hidden-xs{display:none !important;}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important;}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important;}}@media (min-width:1200px){.hidden-lg{display:none !important;}}.visible-print{display:none !important;}@media print{.visible-print{display:block !important;}table.visible-print{display:table !important;}tr.visible-print{display:table-row !important;}td.visible-print,th.visible-print{display:table-cell !important;}}.visible-print-block{display:none !important;}@media print{.visible-print-block{display:block !important;}}.visible-print-inline{display:none !important;}@media print{.visible-print-inline{display:inline !important;}}.visible-print-inline-block{display:none !important;}@media print{.visible-print-inline-block{display:inline-block !important;}}@media print{.hidden-print{display:none !important;}}