@charset "utf-8";
/* CSS Document */



/* reset */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body { margin: 0 }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block }

audio, canvas, progress, video { display: inline-block }

audio:not([controls]) {
  display: none;
  height: 0
}

progress { vertical-align: baseline }
template, [hidden] {
display:none
}

a { background-color: transparent }

a:active, a:hover { outline-width: 0 }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong { font-weight: inherit }

b, strong { font-weight: bolder }

dfn { font-style: italic }

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

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

small { font-size: 80% }

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

sub { bottom: -0.25em }

sup { top: -0.5em }

img { border-style: none }

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

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

figure { margin: 1em 40px }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

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

optgroup { font-weight: bold }

button, input, select { overflow: visible }

button, select { text-transform: none }
button, [type="button"], [type="reset"], [type="submit"] {
cursor:pointer
}
[disabled] {
cursor:default
}
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance:button
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
button:-moz-focusring, input:-moz-focusring {
outline:1px dotted ButtonText
}

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

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

textarea { overflow: auto }
[type="checkbox"], [type="radio"] {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
padding:0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
height:auto
}
[type="search"] {
-webkit-appearance:textfield
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}

/* main css */

.slideshow {
  position: absolute;
  width: 100vw;
  height: 100%;
  overflow: hidden;
	z-index: 1;
}

.slideshow-image {
	z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.slideshow-image:nth-child(1) {
  -webkit-animation-name: kenburns-1;
  animation-name: kenburns-1;
  z-index: 3;
}

.slideshow-image:nth-child(2) {
  -webkit-animation-name: kenburns-2;
  animation-name: kenburns-2;
  z-index: 2;
}

.slideshow-image:nth-child(3) {
  -webkit-animation-name: kenburns-3;
  animation-name: kenburns-3;
  z-index: 1;
}

.slideshow-image:nth-child(4) {
  -webkit-animation-name: kenburns-4;
  animation-name: kenburns-4;
  z-index: 0;
}
 @-webkit-keyframes 
kenburns-1 {  0% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 1.5625% {
 opacity: 1;
}
 23.4375% {
 opacity: 1;
}
 26.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 98.4375% {
 opacity: 0;
 -webkit-transform: scale(1.21176);
 transform: scale(1.21176);
}
 100% {
 opacity: 1;
}
}
 @keyframes 
kenburns-1 {  0% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 1.5625% {
 opacity: 1;
}
 23.4375% {
 opacity: 1;
}
 26.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 98.4375% {
 opacity: 0;
 -webkit-transform: scale(1.21176);
 transform: scale(1.21176);
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes 
kenburns-2 {  23.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 26.5625% {
 opacity: 1;
}
 48.4375% {
 opacity: 1;
}
 51.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
@keyframes 
kenburns-2 {  23.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 26.5625% {
 opacity: 1;
}
 48.4375% {
 opacity: 1;
}
 51.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
@-webkit-keyframes 
kenburns-3 {  48.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 51.5625% {
 opacity: 1;
}
 73.4375% {
 opacity: 1;
}
 76.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
@keyframes 
kenburns-3 {  48.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 51.5625% {
 opacity: 1;
}
 73.4375% {
 opacity: 1;
}
 76.5625% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
}
@-webkit-keyframes 
kenburns-4 {  73.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 76.5625% {
 opacity: 1;
}
 98.4375% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes 
kenburns-4 {  73.4375% {
 opacity: 1;
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 76.5625% {
 opacity: 1;
}
 98.4375% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
  padding: 1em 2em;
  line-height: 1.5;
}





















 body {
	margin: 0px;
	overflow-x: hidden;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
	font-family:Arial, Helvetica, sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
	font-family:Arial, Helvetica, sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
	font-family:Arial, Helvetica, sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
	font-family:Arial, Helvetica, sans-serif;
}













 #topper1_w{

	 position: absolute;
   top:0;
   width:100%;
   height:100px;
   z-index: 100;
   margin-left: 0px;

	 background-color: rgba(16, 21, 55, 0);
   overflow:hidden;

 }
 
   #top_holder{
   max-width:1200px;
   height:100px;  
   margin-left: auto;
   margin-right: auto;
 }
 

 
  #logo{
   float:left;
   top:0;
   width:180px;
   height:auto; 
   margin-left: 20px;
   margin-top: 28px;

 }



 
   #nav{
   float:right;
   width:auto;
   height:auto;   
   margin-right: 0px;
   margin-top: 42px;
	   display:block;
  
 }

  #pages-holder{

position: absolute;
   margin-top:760px;
   width:100%;
	  z-index: 200;
	
	 


 }


  #about-holder{

float:left;
   margin-top:0px;
   width:100%;
	  z-index: 200;
	  background-color: #FFFFFF;
	  padding-top: 150px;
	  padding-bottom: 20px;


 }



  #properties-holder{

float:left;
   margin-top:0px;
   width:100%; 
	  z-index: 200;
	  background-color: #F3F6F5;
	  padding-top: 150px;
	  padding-bottom: 160px;


 }


  #contact-holder{

float:left;
   margin-top:0px;
   width:100%; 
	  z-index: 200;
	  background-color: #FFFFFF;
	  padding-top: 150px;
	  padding-bottom: 100px;
	


 }






	
	
	 #s1_textbox {
	 position:absolute;
	 margin-top:180px;
    width: 100%;
	height: 100px;
	z-index: 55;
	}


 #abase{
	 position:absolute;
	 margin-top:420px !important;
    width: 100%;
	height: 440px;
	z-index: 75;
	background-color:#d0d0d0;
}


 #sec_abase{
	 position:absolute;
	 margin-top:280px;
    width: 100%;
	height: 640px;
	z-index: 75;
	background-color:#d0d0d0;
}




	
	
	 #body_holder{
	 position:absolute;
	 margin-top:380px;
    max-width: 990px;
	height: initial;
	z-index: 85;
	margin-left: -495px;
	left: 50%;
	padding-bottom:40px !important;
	
}


 #sec_body_holder{
	 position:absolute;
	 margin-top:240px;
    max-width: 990px;
	height: initial;
	z-index: 85;
	margin-left: -495px;
	left: 50%;
	padding-bottom:40px !important;
	
}
	
	
	
 #h1_holder{
	 float:left;
	 margin-top:0px;
    width: 656px;
	height: auto;
	margin-left: 0px;
}




 #h1_top{
	 float:left;
	 margin-top:0px;
    width: 656px;
	height: 40px;
	margin-left: 0px;
	background-color:#0a3d5f;
	-webkit-border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-top-right-radius: 5px;
border-top-right-radius: 5px;

font-family:ProximaBold, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	padding-left:0px;
	padding-top:22px;
}

 #h1_bottom{
	 float:left;
	 margin-top:0px;
    width: 656px;
	height: auto;
	margin-left: 0px;
	padding-top:20px;
	padding-bottom:40px;
	background-color:#FFFFFF;
	border-bottom-style: solid;
	border-bottom-width:4px;
	border-bottom-color:#0a3d5f;
	
}


 #h3_holder{
	 float:left;
	 margin-top:0px;
    width: 322px;
	height: auto;
	margin-left: 12px;
	
}

 #h3_top{
	 float:left;
	 margin-top:0px;
    width: 100%;
	height: 40px;
	margin-left: 0px;
	background-color:#0fb8ad;
	-webkit-border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-top-right-radius: 5px;
border-top-right-radius: 5px;

font-family:ProximaBold, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	padding-left:0px;
	padding-top:22px;


}


#h3_bottom{
	 float:left;
	 margin-top:0px;
    width: 100%;
	height: auto;
	margin-left: 0px;
	background-color:#FFFFFF;
	padding-top:20px;
	padding-bottom:20px;
	
	background-repeat:no-repeat;
		border-bottom-style: solid;
	border-bottom-width:4px;
	border-bottom-color:#0fb8ad;
	
}


 #foot_holder{
	 float:left;
	 margin-top:20px;
    width: 100%;
	height: auto;
	margin-left: 0px;
	clear:both;
	
}
	
	
	  #att_btn{
	 float:left;
	 margin-left: 30px;
	 margin-top:3px;
    width: auto;
	height: auto;
	background-color:#ff9f09;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 3px;
	display:block;
	
	
	font-family:ProximaBold, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
	color:rgba(255, 255, 255, 1);
	}
	
	







@media (max-width: 1000px) {
	
	
.slideshow {
  position: absolute;
  width: 100vw;
  height: 900px !important;
  overflow: hidden;
	z-index: 1;
}

	
	.head-text {
	font-size: 42px !important;
	line-height: 50px !important;
		padding-bottom: 12px !important;
}
	
		 #s1_textbox {
	 position:absolute;
	 margin-top:130px!important;
    width: 100%;
	height: 100px;
	z-index: 55;
	}

 
   #top_holder{
   max-width:1300px;
   height:65px;  
   margin-left: auto;
   margin-right: auto;
 }
	
	  #about-holder{

   width:100% !important;
		  padding-bottom: 120px !important;


 }
	
	 .mobilesize{
	
	 font-family: 'Plus Jakarta Sans', sans-serif;
			  color:#2E3F4E;
  font-weight: 800;
  font-size: 40px !important;
  -mservices-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
			  line-height:50px; !important;
			  padding-bottom:5px!important;
			  padding-left: 30px;
	}
	
	
			  #pages-holder{

position: absolute;
   margin-top:850px !important;
   width:100%;
	  z-index: 200;

 }
	
		  #properties-holder{

   width:100% !important;
			  padding-top: 150px !important;
			   padding-bottom: 120px !important;


 }
	
			  #contact-holder{

   width:100% !important;
				  background-size: 930px 380px !important; 
				  background-position-x:right !important;
				 


 }
	
		.services-width {
	width: 100%!important;
}

	
			.about-image {
	display: none!important;
}

		.contact-text {
	padding-right: 20px!important;
}
 

	.ccpad {
	padding-top: 43px!important;
		font-size: 18px!important;
	
}

	
		.services-text {
	font-size: 18px!important;
}
	
			.icon-size {
	width: 34px!important;
				height: 34px!important;
}
	
		.ipad {
	width: 20px!important;
}
	
	

	



 #nav{
   float:right;
   width:auto;
   height:auto;   
   margin-right: 0px;
   margin-top: 40px;
			   display:none !important;
  
 }
	
			   #toggle{
   float:right;
   width:auto;
   height:auto;   
   margin-right: 0px;
   margin-top: 41px !important;
			   display:block !important;
  
 }

 
	  #logo{
   float:left;
   top:0;
   width:190px!important;
   height:49px !important; 
   margin-left: 0px!important;
   margin-top: 24px !important;

 }
	
	a.cbtn:link  {
	background-color:#1F9081;
	 font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:rgba(255, 255, 255, 1);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgba(255, 255, 255, 0);
	padding-bottom: 5px;
	border-bottom-width:2px;
	border-bottom-style: solid;
	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 35px;
}
	
		a.cbtn:visited  {

	color:#FFFFFF;

}
	

	
 
 

	
	a.nav_text:link  {
	
	 font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:rgba(255, 255, 255, 1);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgba(255, 255, 255, 0);
	padding-bottom: 5px;
	border-bottom-width:2px;
	border-bottom-style: solid;
		display: none;
}
 




 


 #body_holder{
	 position:absolute;
	 margin-top:100px;
    max-width: 990px;
	height: initial;
	z-index: 85;
	margin-left: 0px;
	left: 0;
	padding-right:15px !important; 
	padding-left:15px !important;
	padding-bottom:40px !important;
}


 #sec_body_holder{
	 position:absolute;
	 margin-top:100px;
    max-width: 990px;
	height: initial;
	z-index: 85;
	margin-left: 0px;
	left: 0;
	padding-right:15px !important; 
	padding-left:15px !important;
	padding-bottom:40px !important;
}


#h1_holder{
	 float:left;
	 margin-top:0px;
    width: 100% !important; 
	height: auto !important;
	margin-left: 0px !important;
	clear:both;
	
}



#h1_top{
	 float:left;
	 margin-top:0px;
    width: 100% !important;
	height: 40px;
	margin-left: 0px;
	background-color:#0a3d5f;
	-webkit-border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-top-right-radius: 5px;
border-top-right-radius: 5px;

font-family:ProximaBold, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	padding-left:0px;
	padding-top:22px;
}

 #h1_bottom{
	 float:left;
	 margin-top:0px;
   width: 100% !important; 
	height: auto !important; 
	margin-left: 0px;
	background-color:#FFFFFF;
	padding-right:0px;
    padding-top:20px;
	padding-bottom:40px;
	
}

 

 #h3_holder{
	 float:left;
	 margin-top:30px  !important; 
    width: 100% !important;
	height: auto !important;
	margin-left: 0px;
	
}



#h3_top{
	 float:left;
	 margin-top:0px;
    width: 100% !important;
	height: 40px;
	margin-left: 0px;
	background-color:#0fb8ad;
	-webkit-border-top-left-radius: 5px;
-moz-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-top-right-radius: 5px;
border-top-right-radius: 5px;

font-family:ProximaBold, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFF;
	padding-left:0px;
	padding-top:22px;
}

 #h3_bottom{
	 float:left;
	 margin-top:0px;
    width: 100% !important;
	height: auto !important;
	padding-top:20px;
	padding-bottom:20px;
	
	background-color:#FFFFFF;
	
	
}

 


}







a.nav_text:link  {
	
	 font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:rgba(255, 255, 255, 1);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgba(255, 255, 255, 0);
	padding-bottom: 5px;
	border-bottom-width:2px;
	border-bottom-style: solid;
	margin-right:  30px; 
}

a.cbtn:link  {
	background-color:#1F9081;
	 font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:rgba(255, 255, 255, 1);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgba(255, 255, 255, 0);
	padding-bottom: 5px;
	border-bottom-width:2px;
	border-bottom-style: solid;
	
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 35px;
	margin-right: 20px;
}


a.learnmore:link  {
	background-color:#1F9081;
	 font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:rgba(255, 255, 255, 1);
	text-decoration:none;
	border-bottom:solid;
	border-bottom-color:rgba(255, 255, 255, 0);
	padding-bottom: 5px;
	border-bottom-width:2px;
	border-bottom-style: solid;
	
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 35px;
}




a.nav_text:visited  {
 font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:rgba(255, 255, 255, 1);
	text-decoration:none;
	border-bottom-color:rgba(255, 255, 255, 0);
	padding-bottom: 5px;

}



a.nav_text:hover  {
	 font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	color:rgba(255, 255, 255, 1);
	text-decoration:none;
	border-bottom-color:#FFAA7B;
	padding-bottom: 5px;
	border-bottom-width:2px;
	border-bottom-style: solid;
}











@font-face {
	font-family: 'ProximaXBold';
	src: url('ProximaNova-Bold-webfont.eot'); /* no performance gain from gzipping eot or woff */
	src: url('ProximaNova-Bold-webfont.eot?iefix') format('eot'), /* no performance gain from gzipping eot or woff */
	url('ProximaNova-Bold-webfont.woff') format('woff'), /* no performance gain from gzipping eot or woff */
	url('ProximaNova-Bold-webfont.ttf') format('truetype'),
	url('ProximaNova-Bold-webfont.svg#webfontwKb08SEd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaBold';
	src: url('ProximaNova-Bold-webfont.eot'); /* no performance gain from gzipping eot or woff */
	src: url('ProximaNova-Bold-webfont.eot?iefix') format('eot'), /* no performance gain from gzipping eot or woff */
	url('ProximaNova-Bold-webfont.woff') format('woff'), /* no performance gain from gzipping eot or woff */
	url('ProximaNova-Bold-webfont.ttf') format('truetype'),
	url('ProximaNova-Bold-webfont.svg#webfontwKb08SEd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaLight';
	src: url('ProximaNova-Light-webfont.eot'); /* no performance gain from gzipping eot or woff */
	src: url('ProximaNova-Light-webfont.eot?iefix') format('eot'), /* no performance gain from gzipping eot or woff */
	url('ProximaNova-Light-webfont.woff') format('woff'), /* no performance gain from gzipping eot or woff */
	url('ProximaNova-Light-webfont.ttf') format('truetype'),
	url('ProximaNova-Light-webfont.svg#webfontwKb08SEd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaReg';
	src: url('ProximaNova-Reg-webfont.eot'); /* no performance gain from gzipping eot or woff */
	src: url('ProximaNova-Reg-webfont.eot?iefix') format('eot'), /* no performance gain from gzipping eot or woff */
	url('ProximaNova-Reg-webfont.woff') format('woff'), /* no performance gain from gzipping eot or woff */
	url('ProximaNova-Reg-webfont.ttf') format('truetype'),
	url('ProximaNova-Reg-webfont.svg#webfontwKb08SEd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold';
    src: url('proximanova-semibold-webfont.eot');
    src: url('proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-semibold-webfont.woff') format('woff'),
         url('proximanova-semibold-webfont.ttf') format('truetype'),
         url('proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'trajan_probold';
    src: url('trajanpro-bold-webfont.eot');
    src: url('trajanpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanpro-bold-webfont.woff') format('woff'),
         url('trajanpro-bold-webfont.ttf') format('truetype'),
         url('trajanpro-bold-webfont.svg#trajan_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'trajan_proregular';
    src: url('trajanpro-regular-webfont.eot');
    src: url('trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanpro-regular-webfont.woff') format('woff'),
         url('trajanpro-regular-webfont.ttf') format('truetype'),
         url('trajanpro-regular-webfont.svg#trajan_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}










