/* Biztroo 2015 */

html, body 
{
	height:100%;
	font-family: 'Raleway', sans-serif;
	color: #2a373d;
	padding: 0;
} 
 
.navBarStyle 
{
	width: 100%;
	height: 100px;
	background-color: #2b3a3d;
}

ul li.menuStyleFlag a
{
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	padding: 0;
	margin-top: 15px;
	padding: 3px;
}

ul li.menuStyleFlag a:hover
{
	color: #ffffff;
	background-color: #2b3a3d;
}

ul li.menuStyleButton a
{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #0198d9;
	border: 1px solid #0198d9;
	margin-right: 10px;
	/*border-bottom: 3px solid #f9e190;*/
	padding: 10px;
	margin-top: 8px;
}

ul li.menuStyleButton a:hover
{
	color: #ffffff;
	background-color: #0198d9;
}


.centered
{
	margin: auto;
}


.fillSection
{ 
    height: 100vh;
}

.copyHead
{
	float: left;
	padding-left:60px;
	position: relative;
	margin-top: -15%;
}

h1
{
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-size: 35px;
	line-height: 40px;
	margin-top: 0;

}

h2
{
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-size: 23px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}

h3
{
	font-family: 'Raleway', sans-serif;
	color: #2a373d;
	font-size: 30px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 40px;
}

h4
{
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	/*color: #2a373d;*/
	text-align: left;
	font-size: 32px;
	margin-top: 100px;
	margin-bottom: 60px;
}

h5
{
	font-family: 'Raleway', sans-serif;
	color: #05657d;
	text-align: center;
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 50px;
}

h6
{
	font-size: 20px;
	text-align: center;
	color: #f3c322;
	line-height: 30px;
}

p.txtTerms
{
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	margin-bottom: 100px;
}

p.txtBiztrooHome
{
	color: #2a373d;
	font-size: 22px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 60px;
}

p.txtBiztrooSeguranca
{
	color: #2a373d;
	font-size: 22px;
	text-align: center;
	margin-bottom: 60px;
}

p.txtBizcam
{
	color: #ffffff;
	font-size: 23px;
	text-align: left;
}

p.txtBizcamPowerd
{
	color: #ffffff;
	font-size: 15px;
	text-align: left;
	margin-top: 20px;
}

p.txtScreens
{
	color: #ffffff;
	font-size: 21px;
	text-align: left;
	margin-bottom: 60px;
}

p.txtTestemonialRight
{
	color: #ffffff;
	font-size: 22px;
	font-style: italic;
	text-align: right;
}

p.txtTestemonialLeft
{
	color: #ffffff;
	font-size: 22px;
	font-style: italic;
	text-align: left;
}

p.txtTestemonialNameRight
{
	color: #ffffff;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 30px;
	text-align: right;
}

p.txtTestemonialNameLeft
{
	color: #ffffff;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 30px;
	text-align: left;
}

p.txtFooter
{
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}

p.txtFooter a
{
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

.signUp
{
	background-color: #05657d;
	padding: 30px;
}

.backgroundLight
{
	background-color: #6ab7ca;
	padding: 25px;
}

.backgroundMedium
{
	background-color: #0687a6;
	padding: 25px;
}

.backgroundDark
{
	background-color: #05657d;
	padding-top: 25px;
}

.backgroundBlueLight
{
	background-color: #0198d9;
	padding-top: 25px;
}

.backgroundBlueDark
{
	background-color: #1d6c8e;
	padding-top: 25px;
}

.imgCentered
{
	margin: 0 auto;
}

.imgRound
{
	border-radius: 50%;
	width: 80px;
	height: 80px;
}

.imgFull
{
	height: 100%;
}

.paddingZero
{
	padding: 0;
}

.btnStyle
{
	background-color: #2a373d;
	border: 0;
	width: 120px;
	height: 35px;
	color: #ffffff;
}

.btnStyle:hover
{
	background-color: #555f64;
}

.formStyle
{
	width: 200px;
	height: 35px;
	border-radius: 0;
	margin-right: 20px;
}

/*
.hamburgerMenu
{
	width: 22px;
	height: 2px;
	color: red;
}
*/

.btnHamburger
{
	background-color: #dfe1e2;
	margin-top: 25px;
}

.btnHamburger .icon-bar
{
	width: 22px;
	height: 2px;
	background-color: #2a373e;
}

.noMargin
{
	padding: 0;
}

.navTopMargin
{
	margin-top: 20px;
}

.logoTopMargin
{
	margin-top: 10px;
}

.topMargin
{
	margin-top: 60px;
}

.topMarginSSL
{
	width: 205px;
	margin-top: 40px;
	padding-left: 130px;
}

.bottomMargin
{
	margin-bottom: 60px;
}

.strokeBottom
{
	border-bottom: 3px solid #cccccc;
}



.planTitle
{
	color: #0198d9;
	padding-top: 10px;
	text-align: center;
	margin-bottom: 20px;
	max-width: 380px;
	font-size: 27px;
}

.planPrice
{
	font-size: 33px;
	color: #0198d9;
}


.start
{
	text-align: center;
	margin-bottom: 40px;
	max-width: 380px;
}


.infoBar
{
	width: 100%;
	background-color: #2b3a3d;
	padding-top: 10px;
	padding-bottom: 10px
}

.styleTab
{
	width: 170px;
	height: 41px;
	margin: auto;
	margin-bottom: 60px;
}

.tabInUse
{
	width: 100px;
	height: 42px;
	border: 1px solid #0687a6;
	background-color: #0687a6;
	text-align: center;
}

ul li.tabOff, .tabOff a 
{
	width: 100px;
	height: 42px;
	border: 1px solid #0687a6;
	background-color: #ffffff;
	text-align: center;
}

ul li.tabOff:hover, .tabOff a:hover, .tabOff:hover a  
{
	width: 100px;
	height: 42px;
	border: 1px solid #0687a6;
	background-color: #0687a6;
	border-radius: 0;
}

.features
{
	max-width: 380px;
	text-align: center;
	font-size: 18px;
	color: #0198d9;
	font-weight: 700;
	margin-bottom: 20px;
}

.txtFeatures
{
	color: #333333;
	font-size: 14px;
}

a.btnStart
{
	width: 205px;
	height: 55px;
	background-color: #f3c322;
	margin: auto;
	color: #ffffff;
	text-align: center;
	padding: 15px;
	font-size: 22px;
	text-decoration: none;
	margin-bottom: 30px;
}

a.btnStart:hover
{
	background-color: #e5b325;
}




.yellow
{
	width: 715px;
	height: 1px;
	background-color: #f3c322;
}

p.featuresCommon
{
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	margin-bottom: 60px;
}

p.featuresCommonTittle
{
	color: #ffffff;
	font-size: 27px;
	text-align: center;
	margin-bottom: 60px;
}

p.addOnsTittle
{
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	padding: 15px;
	background-color: #1d6c8e;
	margin-top: 20px;
}

p.addOns
{
	color: #1d6c8e;
	font-size: 15px;
	text-align: center;
	margin-bottom: 60px;
	border:1px solid #1d6c8e;
	padding-top:10px;
	padding-bottom: 10px;
}

#mc_embed_signup{background:#05657d; clear:left; font:14px Helvetica,Arial,sans-serif; }

#mce-success-response, .message, .response{color: #ffffff;font-family: 'Raleway', sans-serif;}

.newsBtn{background: #2b3a3d; color: #ffffff; font-family: 'Raleway', sans-serif; border: 1px solid #2b3a3d; padding: 10px; margin-left:100px;}

.newsInput{width: 250px; float: left; height: 30px;}

#mc_embed_signup input {
  border: 1px solid #2b3a3d;
  margin: 15px auto;
  -webkit-appearance: none;
}

#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
    margin: 15px 0;
  margin-bottom: 70px;
  font-size: 1.4em;
}
#mc_embed_signup #mce-success-response {
  color: #ffffff;
  display: none;
}

.sll {
  height: 80px;
  margin-bottom: 50px;
  margin-left: 80px;
  background-color: #000;
}

i
{
	font-size: 14px;
}

/* Media Queries */

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

			h1
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 22px;
				line-height: 23px;
				margin-top: 0;
			}

			h2
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 23px;
				text-align: center;
				margin-top: 0;
				margin-bottom: 30px;
			}

			h3
			{
				font-family: 'Raleway', sans-serif;
				color: #2a373d;
				font-size: 23px;
				text-align: center;
				margin-top: 20px;
			}

			h4
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				text-align: center;
				font-size: 30px;
				margin-bottom: 30px;
			}

			h5
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 32px;
				text-align: center;
				margin-bottom: 30px;
			}


			p.txtTerms
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 15px;
				text-align: center;
			}

			p.txtBiztrooHome
			{
				color: #2a373d;
				font-size: 16px;
				text-align: center;
			}

			p.txtBizcam
			{
				color: #2a373d;
				font-size: 19px;
				text-align: center;
			}

			p.txtScreens
			{
				color: #ffffff;
				font-size: 19px;
				text-align: center;
			}

			p.txtTestemonial
			{
				color: #2a373d;
				font-size: 22px;
				font-style: italic;
			}

			p.txtTestemonialName
			{
				color: #2a373d;
				font-size: 15px;
				font-style: italic;
				margin-bottom: 30px;
			}

			p.txtFooter
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 15px;
				text-align: center;
			}

			.copyHead
			{
				float: left;
				padding-left:50px;

			}

			.btnStyle
			{
				background-color: #2a373d;
				border: 0;
				width: 120px;
				height: 35px;
				color: #ffffff;
				margin-left:40px;
			}

			.imgDown
			{
				margin-top: 80px;
			}

			.planPrice
			{
				font-size: 25px;
				color: #ffffff;
			}


			.sll
			{
			  padding: 0;
			  margin-left: 33%;
			}
			
			.bottomMargin {
			  margin-top: 80px;
			  margin-bottom: 60px;
			}

			p.txtTestemonialRight
			{
				color: #ffffff;
				font-size: 22px;
				font-style: italic;
				text-align: center;
			}

    }


    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    	
		h1
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 16px;
				line-height: 23px;
				margin-top: 0;
			}

			h2
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 20px;
				text-align: center;
				margin-top: 0;
				margin-bottom: 30px;
			}

			h3
			{
				font-family: 'Raleway', sans-serif;
				color: #2a373d;
				font-size: 20px;
				text-align: center;
				margin-top: 20px;
			}

			h4
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
				margin-bottom: 30px;
				margin-top: 20px;
			}

			h5
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 27px;
				text-align: center;
				margin-bottom: 30px;
			}


			p.txtTerms
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 15px;
				text-align: center;
			}

			p.txtBiztrooHome
			{
				color: #2a373d;
				font-size: 16px;
				text-align: center;
			}

			p.txtBizcam
			{
				color: #ffffff;
				font-size: 17px;
				text-align: center;
			}

			p.txtScreens
			{
				color: #ffffff;
				font-size: 17px;
				text-align: center;
			}

			p.txtTestemonial
			{
				color: #2a373d;
				font-size: 20px;
				font-style: italic;
			}

			p.txtTestemonialName
			{
				color: #2a373d;
				font-size: 15px;
				font-style: italic;
				margin-bottom: 30px;
			}

			p.txtFooter
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 15px;
				text-align: center;
			}

	    	.copyHead
				{
					max-width: 500px;
					height: auto;
					background-color: rgba(11, 24, 30, 0.5);
					float: left;
					padding:10px;
					margin-top: 0;
					text-align: center;

				}

			.btnStyle
			{
				background-color: #2a373d;
				border: 0;
				width: 120px;
				height: 35px;
				color: #ffffff;
				margin-left:40px;
			}

			.imgDown
			{
				margin-top: 80px;
			}

			p.txtTestemonialRight
			{
				color: #ffffff;
				font-size: 17px;
				font-style: italic;
				text-align: center;
			}

			p.txtTestemonialLeft
			{
				color: #ffffff;
				font-size: 17px;
				font-style: italic;
				text-align: center;
			}

			.planPrice
			{
				font-size: 25px;
				color: #ffffff;
			}	

			.sll
			{
			  padding: 0;
			  margin-left: 22%;
			}

			p.txtBizcamPowerd
			{
				color: #ffffff;
				font-size: 15px;
				text-align: center;
				margin-top: 20px;
			}

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    	h1
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 16px;
				line-height: 23px;
				margin-top: 0;
			}

			h2
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 20px;
				text-align: center;
				margin-top: 0;
				margin-bottom: 30px;
			}

			h3
			{
				font-family: 'Raleway', sans-serif;
				color: #2a373d;
				font-size: 20px;
				text-align: center;
				margin-top: 20px;
			}

			h4
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				text-align: center;
				font-size: 25px;
				margin-top: 20px;
				margin-bottom: 30px;
			}

			h5
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 27px;
				text-align: center;
				margin-top: 20px;
				margin-bottom: 30px;
			}


			p.txtTerms
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 15px;
				text-align: center;
			}

			p.txtBiztrooHome
			{
				color: #2a373d;
				font-size: 16px;
				text-align: center;
			}

			p.txtBizcam
			{
				color: #ffffff;
				font-size: 17px;
				text-align: center;
			}

			p.txtScreens
			{
				color: #ffffff;
				font-size: 17px;
				text-align: center;
			}

			p.txtTestemonial
			{
				color: #ffffff;
				font-size: 20px;
				font-style: italic;
			}

			p.txtTestemonialName
			{
				color: #ffffff;
				font-size: 15px;
				font-style: italic;
				margin-bottom: 30px;
			}

			p.txtFooter
			{
				font-family: 'Raleway', sans-serif;
				color: #ffffff;
				font-size: 15px;
				text-align: center;
			}

	    	.copyHead
				{
					max-width: 320px;
					height: auto;
					background-color: rgba(11, 24, 30, 0.5);
					float: left;
					padding:10px;
					margin-top: 0;

				}

			.btnStyle
			{
				background-color: #2a373d;
				border: 0;
				width: 120px;
				height: 35px;
				color: #ffffff;
				margin-left:40px;
			}

			.imgDown
			{
				margin-top: 80px;
			}

        	.sll
			{
			  padding: 0;
			  margin-left: 7%;
			}

			p.txtTestemonialLeft
			{
				color: #ffffff;
				font-size: 17px;
				font-style: italic;
				text-align: center;
			}

			p.txtTestemonialRight
			{
				color: #ffffff;
				font-size: 17px;
				font-style: italic;
				text-align: center;
			}

			p.txtBizcamPowerd
			{
				color: #ffffff;
				font-size: 15px;
				text-align: center;
				margin-top: 20px;
			}
    }
