﻿/* ===== Primary Styles ========================================================
   Author: Shajed Evan
   ========================================================================== */

   
   /* General Style 
      Applicable on any elements. Insert any global styling in this group
   */
   body{background-color: #ccc;}
   h1{ font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-weight: 400;}
   p{ line-height:21px; }
   blockquote{ border:0; margin:0; padding: 0; }
   blockquote:before{ content: '\201C'; }
   blockquote:after{ content: '\201D'; }
   .whatsapp.container, .container {	
		min-width: 500px;
		padding: 0;
		max-width: 1000px;
	}
	
	.whatsapp.container {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		background:#F0F0F0 url("../img/whatsapp_background.png") repeat;
		margin-top: 20px;
		margin-bottom: 10px;
		box-shadow: 10px 10px 15px silver;
	}

   /* Google Web Font Loader Classes */
   .wf-loading h1 { visibility:visible; }
   .wf-inactive h1{ visibility:visible;}
   .wf-active h1 {font-family: 'Oleo Script',cursive, serif;}

   /* Header Style */
   #header{ 
		display:block; 
		height:80px; 
		background-color: #128C7E; 
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		background:#F0F0F0 url("../img/whatsapp-header.jpg") no-repeat;
		background-repeat: no-repeat;
		background-position: right;
	}
	
   .logo{ display: block; padding-top:0px;}
   .company-logo { width: 180px; margin:  0 0 20px 0;}
   .whatsapp-button { width: 100%; margin: 30px 0 0 0;}
   .top {
	   margin: 0 0 30px 0;
   }
   .company {
		display: block;
		color: #000;
		font-size: 16px;
		margin: -50px 0 0 80px;
   }
   
   .subtitle {
	   display: block;
		color: #000;
		font-size: 12px;
		margin: -20px 0 0 80px;
   }

	.circular--landscape {
		display: inline-block;
		position: relative;
		width: 40px;
		height: 40px;
		overflow: hidden;
		border-radius: 50%;
		margin: 28px 19px 9px 19px;
		background-color: #fff;
	}

	.circular--landscape img {
		/*width: auto !important;
		vertical-align: middle !important;
		padding: 25% 0;
		*/
	}
   /* Second Placeholder Style 
    ---------------------------
   */
   .second_placeholder{
		margin-top: 2em;
		width: 50%;
		margin-left: 40px;
		margin-right: auto;
		margin-bottom: 0;
		background: #fff;
		border-top-left-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		min-height: 300px;
	}
	
	.margin-bottom {
		margin-bottom: 4em;
	}
	
	.second_placeholder::before {
		content: '';
		display: block;
		width: 15px;
		height: 0;
		position: relative;
		left: -25px;
		top: 0;
		border-right: 10px solid #fff;
		border-bottom: 12px solid transparent;
	}
	
   .second_placeholder h1{font-size:1.845em; line-height:1em; margin-bottom:1em; }
   .second_placeholder p{ padding-top:5px; }

	.span4 {
		width: 330px;
		padding: 15px;
	}
	
	.third_placeholder.transparent {
		background-color: transparent;
		width: 50%;
		margin-left: 40px;
		margin-right: auto;
		margin-bottom: 4em;
	}

    /* Footer Style */

    #footer{
		border-top: 1px solid #CCC; 
		color: #555;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		background-color: #fff;
		padding: 20px;
	}
    #footer p, #footer p.credit{font-size: 1em;
    margin-bottom: 0;
    line-height: 18px;
    text-align: center;}
	#footer a {padding: 0px 5px;}
    #footer p.html5{ margin:2em auto; text-align: center; }


    /* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}