/*
Theme Name: dataplugs
Theme URI: http://www.dataplugs.com/
Author: dataplugs
Author URI: http://www.dataplugs.com/
Description: Description
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dp
Tags:

dataplugs is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

The ACF PRO files are not to be used or distributed outside of this premium theme.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
	## .lineheight
# Elements
# Forms
# Navigation
	## Links
	## Menus
# styling
	## styling | common style
	## styling | data-lity style
	## styling | ul.fa-ul
	## styling | ul.bu-ul
	## styling | ul.listcenter
	## styling | .poptri
	## styling | btn style
# Site Structure
	## Site Structure | Coverr
	## Site Structure | #contactform
	## Site Structure | #CI
# targeting styling
	## targeting styling | Style targeting IE8 or below
	## targeting styling | Chrome based
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
#wrapper {
	margin: 0;
	font-size: 14px;
	font-family: 'Roboto', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' ,   Hei , sans-serif;
	
}
	*[lang="en-US"] { font-size: 100%;}
	*[lang="zh-HK"] { font-size: 90%;}
	*[lang="zh-CN"] { font-size: 90%;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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: bold;
}

dfn {
	font-style: italic;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	font-family: 'Roboto', Helvetica, Arial,'微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' ,  Hei , sans-serif;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	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-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}




/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Roboto', Helvetica, Arial,'微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' , Hei , sans-serif;
}

	h1 {
		font-size: 5em;
		line-height: 2em;
		font-weight: 300;
		border-bottom: 1px solid #B3B3B3;
	}
	h2 {
		font-size: 2.2em;
		line-height: 2.5em;
		padding-bottom: 1em;
	}
	h3 {
		font-size: 1.6em;
		line-height: 2.5em;
		padding-bottom: 1em;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.6em;
		padding-bottom: 1em;
	}
	h5 {
		font-size: 1em;
		line-height: 1.3em;
		padding-bottom: 1.5em;
	}
	h6 {
		font-size: 0.8em;
		line-height: 1em;
	}
	p {
		font-size: 2em;
	}
		p > span { font-size: 0.75em; font-weight: 300; }
	
p {
	margin-bottom: 1.5em;
	font-family: 'Roboto', Helvetica, Arial,'微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' , Hei , sans-serif;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


		
/*--------------------------------------------------------------
## Typography  | .lineheight
--------------------------------------------------------------*/
.vAlign,
.table > tbody > tr > td.vAlign,
.table > tbody > tr > th.vAlign {
	vertical-align: middle;
}

@media (min-width: 992px) {
	.imgC { 
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
		.imgC img{  
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(50%);
			-moz-transform: translateY(-50%);
		}
		/*body:not(:-moz-handler-blocked) .imgC  { transform: translateY(-50%); }*/
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# # Links
--------------------------------------------------------------*/
a {
	color: #03A9F4;
	font-family: 'Roboto', Helvetica, Arial,'微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' , Hei , sans-serif;
}

a:visited {
	color: #03A9F4;
}

a:hover,
a:focus,
a:active {
	color: #FFC107;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------

/*--------------------------------------------------------------
# styling 
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## styling | common style
--------------------------------------------------------------*/
.BG-white 	{ background: #fff;}
.BG-grey 	{ background: #eaeaea;}
.BG-blue 	{ background: #03A9F4;}
.BG-dot  	{ background: url(layouts/img/dotBG.png) repeat;}
.BG-None	{}
.BG-abs 	{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-image: url(layouts/img/abBG01.jpg) ;
}
.BG-photo 	{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.BG-photoB 	{
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.BG-404	{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-image: url(layouts/img/404.jpg) ;
}


@media (min-width: 992px) {
	.BG-photoB { }
}
@media (max-width: 991px) {
	.BG-photoB { background-size: 0%; }
}
	
	.BG-Photo .container,
	.BG-PhotoB .container { padding-top: 1vh; padding-bottom: 1vh;}
	
.linebreakUp	{ padding-top: 2em;}
.linebreakDwn	{ padding-bottom: 2em;}
.domainsteps { padding-top: 1em;}

@media (max-width: 1199px){
	.desrow h1, .desrow p { text-align: center; }
}


.sepa	{
	margin:0;
	padding: 0 0 1em;
	clear: both;
	border-top: 1px solid #1392db;
}

.L	{ float: left;}
.R	{ float: right;}
.C	{ clear: both;}


/*--------------------------------------------------------------
## styling | data-lity style
--------------------------------------------------------------*/
a[data-lity=""] { cursor: sw-resize; }
	a[data-lity=""] img { 
		width: auto;
		display:block; 
		cursor:  sw-resize;
		
		position:relative;
		z-index:0;
		
		-webkit-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		-moz-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		-o-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		transition:all 200ms cubic-bezier(0.42,0,.58,1);
	}
	a[data-lity=""] span { 
		width:63px;
		height:55px;
		display:block;
		
		position:relative;
		top:-50px;
		left: -65px;
		float: right;
		z-index:1; 
		
		background: url(layouts/img/glass.png) 0vw 0vh no-repeat;
		-webkit-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		-moz-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		-o-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		transition:all 200ms cubic-bezier(0.42,0,.58,1);
	}
		a[data-lity=""]:hover span  {
			top:-63px;
		}
		a[data-lity=""]:hover img { 
			-webkit-box-shadow:3px 3px 0 0 rgba(6,0,1,.15);
			box-shadow:3px 3px 0 0 rgba(6,0,1,.15);
		}




/*--------------------------------------------------------------
## styling | ul.fa-ul
--------------------------------------------------------------*/
ul.fa-ul { 
	display: block;
	padding: 1em;
	color: #4d4d4d;
	list-style: none;
}
	ul.fa-ul li {
		margin-left: 3em;
	}
		ul.fa-ul li:before {
			display: inline-block;
			font-size: 1.7em;
			color: #15b0bf;
			font-family: 'FontAwesome';
			content: "\f138";
			margin-left: -1.5em;
			vertical-align: top;
		}
	
	ul.fa-ul h3 { 
		font-size: 1em; 
		line-height: 1em; 
		vertical-align:top;
		padding-top: 0; 
		margin-top: 0; 
		color: #4d4d4d;
		font-weight: bold; 
	}
	ul.fa-ul li p {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	ul.fa-ul ul p { 
		display: inline-block;
		padding: 0.5em 1em 0;
		max-width: 30em;
	}
	ul.fa-ul li span {
		padding: 0.5em 1em ;
		display: inline-block;
	}



/*--------------------------------------------------------------
## styling | ul.bu-ul
--------------------------------------------------------------*/
ul.bu-ul { 
	display: block;
	padding: 1em;
	color: #4d4d4d;
	list-style: none;
}
	ul.bu-ul li {
		margin-left: 3em;
		line-height: 1.3em;
		padding-bottom: 0.8em;
	}
		ul.bu-ul li:before {
			display: inline-block;
			font-size: 1.1em;
			color: #616161;
			font-family: 'FontAwesome';
			content: "\f105";
			margin-left: -1.5em;
			margin-right: 1em;
			vertical-align: top;
		}




/*--------------------------------------------------------------
## styling | ul.listcenter
--------------------------------------------------------------*/
ul.listcenter { 
	list-style: none;
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
			flex-wrap: nowrap;
	
	justify-content: center; 
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	
	margin: 0 auto;
	padding: 0.8em 0;
}
	ul.listcenter li {
		-webkit-box-flex: 0 1 auto;  
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto; 
	}
	@media (min-width: 768px)  {
		ul.listcenter { 
			-webkit-flex-direction: row; /* Safari 6.1+ */
			flex-direction: row; 
		}
		ul.listcenter li {
			text-align: left;
			padding: 0 0.5em;
		}
	}
	@media (max-width: 767px)  {
		ul.listcenter { 
			-webkit-flex-direction: column; /* Safari 6.1+ */
			flex-direction: column; 
		}
		ul.listcenter li {
			text-align: center;
			padding: 0.5em 0 ;
		}
	}




/*--------------------------------------------------------------
## styling | .poptri
--------------------------------------------------------------*/
a.poptri { 
	padding-left: 0.3em;
	padding-right: 0.3em;
	color: #404040;
	border-bottom: 1px dashed #404040;
	text-decoration: none;
}
	a.poptri:hover { text-decoration: none; }
	a.poptri:after { 
		font-family: 'FontAwesome';
		content: '\f054';
		padding-left: 0.5em;
		font-size: 0.9em;
		color: #329fe3;
	}
	a.noborder { border-bottom: none;} 	
	
.popover-content { 
	font-size: 0.9em;
	line-height: 1.5em;
	max-width: 340px;
	padding: 2.5em 15px;
	text-align: left; 
}
.popover-title { 
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: center;
	font-family: 'Roboto','微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' , Hei , sans-serif; 
	color: #404040;
}
.popover-content p {  
	max-width: 340px;
	line-height: 1.5em;
	text-align: left; 
	font-family: 'Roboto','微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' , Hei , sans-serif;
	color: #222222;
	background: transparent;
}



/*--------------------------------------------------------------
## styling | btn style
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:visited,
.btn.visited {
	color: #ededed;
}
.btn-default {
  color: #333333;
  border-color: #cccccc;
  border-radius: 5px;
  background-color: rgb(204, 204, 204);
  box-shadow: 0px 3px 0px 0px #999999;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  border-radius: 5px;
  background-color: rgb(235, 235, 235);
  box-shadow: 0px 3px 0px 0px #b97a19;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  border-radius: 5px;
  background-color: rgb(0, 92, 175);
  box-shadow: 0px 3px 0px 0px #0b346e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1b83b8;
  border-color: #156690;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #209cdc;
  border-color: #1d8cc6;
}
.btn-primary .badge {
  color: #209cdc;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  border-radius: 5px;
  background-color: rgb(124, 195, 32);
  box-shadow: 0px 3px 0px 0px #488000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #75a019;
  border-color: #587813;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #8fc31f;
  border-color: #7fad1c;
}
.btn-success .badge {
  color: #8fc31f;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  border-radius: 5px;
  background-color: rgb(51, 181, 229);
  box-shadow: 0px 3px 0px 0px #0386b2;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  border-radius: 5px;
  background-color: rgb(255, 170, 0);
  box-shadow: 0px 3px 0px 0px #c35c00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d68f00;
  border-color: #a87000;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffaa00;
  border-color: #e69900;
}
.btn-warning .badge {
  color: #ffaa00;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  border-radius: 5px;
  background-color: rgb(213, 44, 47);
  box-shadow: 0px 3px 0px 0px #d52c2f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #209cdc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #209cdc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #8d8f8e;
  text-decoration: none;
}

.btn-block 	{ 
	padding: 1em 4.5em;
	font-size: 1.5em;
}

/*--------------------------------------------------------------
# Site Structure
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.rwd-rvbreak { display: none;}
}


/*--------------------------------------------------------------
## Site Structure | Coverr
--------------------------------------------------------------*/

.homepage-hero-module {
    border: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}


body {
	background-image:url(../img/Love-Coding.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
## Site Structure |#contactus
--------------------------------------------------------------*/
#contactus { 
	text-align: center;
	width: 100%;
	color: #fff;
}
@media (min-width: 992px) {
	#contactus {
		padding-top: 10em;
	}
}


/*--------------------------------------------------------------
## Site Structure |#CI
--------------------------------------------------------------*/
#CI { 
	text-align: center;
	font-size: 1.5em;
}
@media (min-width: 992px) {
	#CI { 
		padding-top: 15em;
	}
}
@media (max-width: 991px) {
}

/*--------------------------------------------------------------
## targeting styling | Chrome based
--------------------------------------------------------------*/
.chromebr { display: none; }
@supports (-webkit-appearance:none) {
	
	body { overflow-x: hidden; }
	.chromebr { display: block; padding-top: 1.3em; }
}