/**** GENERAL ****/

body {
    background:#ededed url("../img/handmadepaper.png");
    color:#1b4b79;
    font-size:14px;
    line-height:20px;
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
}


h1, h2, h3, h4, h5 {
    font-family:"Open Sans", Helvetica, Arial, sans-serif;
}

h2, h3 {
    text-shadow:#fff 0 1px 0;
}
a {
    font-weight:bold;
}

a:link, a:active {
    color:#5d63a9;
}

a:visited {
    color:#151c6b;
}

a:hover {
    color:#4a52b6;
}

.well {
    background:#fff;
    box-shadow:none;
    border:1px solid #ddd;
    -webkit-border-radius:6px;
    border-radius:6px;
}


footer {
    background:#1b4b79;
    color:#ededed;
    font-size:11px;
    padding:15px 0;
}

section.dark {
    background:#000 url("../img/txture.png");
    margin:45px 0 0;
    padding:30px 0;
    color:#ddd;
    font-size:12px;
}

.dark h2, .dark h3, .dark h4 {
    color:#ededed;
    text-shadow:#333 0 -1px 0;
    margin-bottom:15px;
}

.dark a:link, .dark a:active, footer a:link, footer a:active {
    color:#c47f41;
}

.dark a:visited, footer a:visited {
    color:#a36a37;
}



/*darkint for internal footer*/
footerint {
    background:#1b4b79;
    color:#ededed;
    font-size:11px;
    padding:15px 0;
}

section.darkint {
    background:#000 url("../img/txture.png");
    margin:15px 0 0;
    padding:10px 0;
    color:#ddd;
    font-size:12px;
}

.darkint h2, .dark h3, .dark h4 {
    color:#ededed;
    text-shadow:#333 0 -1px 0;
    margin-bottom:5px;
}

.darkint a:link, .darkint a:active, footer a:link, footer a:active {
    color:#c47f41;
}

.darkint a:visited, footer a:visited {
    color:#a36a37;
}






/*stacks table for form at max-width 600px*/
@media screen and (max-width:600px){
   table.stackme td {
	   display:block !important;
   }
	
}


/*doesn't stacks interior table for form at max-width 600px*/
@media screen and (max-width:600px){
   table.nostackme td {
	   display: inline-block  !important;
	   padding-right:5px;
   }
	
}











.center {
    text-align:center;
}

blockquote {
    border:none;
    font-size:26px;
    line-height:28px;
    color:#151c6b;
    padding:20px 0;
}

blockquote .byline {
    display:block;
    font-size:20px;
    color:#888;
}


/**** FEATURE ****/

.feature {
    height:120px;
    padding:120px 0 0;
    background:#7fa1d7;
    background-image: linear-gradient(left , rgb(92,113,169) 0%, rgb(127,161,215) 50%, rgb(92,113,169) 100%);
    background-image: -o-linear-gradient(left , rgb(92,113,169) 0%, rgb(127,161,215) 50%, rgb(92,113,169) 100%);
    background-image: -moz-linear-gradient(left , rgb(92,113,169) 0%, rgb(127,161,215) 50%, rgb(92,113,169) 100%);
    background-image: -webkit-linear-gradient(left , rgb(92,113,169) 0%, rgb(127,161,215) 50%, rgb(92,113,169) 100%);
    background-image: -ms-linear-gradient(left , rgb(92,113,169) 0%, rgb(127,161,215) 50%, rgb(92,113,169) 100%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        right bottom,
        color-stop(0, rgb(92,113,169)),
        color-stop(0.5, rgb(127,161,215)),
        color-stop(1, rgb(92,113,169))
    );
    background-size:100% auto;
    border-bottom:1px solid #fff;
    box-shadow:rgba(0,0,0,0.2) 0 -1px 10px inset;
    margin-bottom:30px;
}

.feature.large {
    height:288px;
    padding:80px 0 0;
    background:#5a6fa7 url("../img/bg_lg.jpg") center center no-repeat;
    box-shadow:none;
}


.feature h2 {
    color:#fff;
    font-size:32px;
    line-height:36px;
    text-shadow:rgba(0,0,0,0.3) 0 1px 3px;
}

.feature.large h2 {
    font-size:38px;
    line-height:46px;
    padding-top:60px;
    text-shadow:rgba(0,0,0,0.5) 0 2px 6px;
}

#feature-img {
    display:block;
    margin:0 auto;
    max-height:270px;
}




/**** FEATURE INT ****/

.featureint {
     
    padding:125px 0 30px;
    background:#7fa1d7;
    background-image: linear-gradient(left , rgb(92,113,169) 0%, rgb(127,161,215) 50%, rgb(92,113,169) 100%);
    background-image: -o-linear-gradient(left , rgb(92,113,169) 0%, rgb(127,161,215) 50%, rgb(92,113,169) 100%);
    background-image: -moz-linear-gradient(left , rgb(92,113,169) 0%, rgb(127,161,215) 50%, rgb(92,113,169) 100%);
    background-image: -webkit-linear-gradient(left , rgb(92,113,169) 0%, rgb(127,161,215) 50%, rgb(92,113,169) 100%);
    background-image: -ms-linear-gradient(left , rgb(92,113,169) 0%, rgb(127,161,215) 50%, rgb(92,113,169) 100%);
    
    background-image: -webkit-gradient(
        linear,
        left bottom,
        right bottom,
        color-stop(0, rgb(92,113,169)),
        color-stop(0.5, rgb(127,161,215)),
        color-stop(1, rgb(92,113,169))
    );
    background-size:100% auto;
    border-bottom:1px solid #fff;
    box-shadow:rgba(0,0,0,0.2) 0 -1px 10px inset;
    margin-bottom:20px;
	vertical-align:bottom !important;
}

.featureint.large {
    height:188px;
    padding:80px 0 0;
    background:#5a6fa7 url("../img/bg_lg.jpg") center center no-repeat;
    box-shadow:none;
}


.featureint h2 {
    color:#fff;
    font-size:32px; 
    text-shadow:rgba(0,0,0,0.3) 0 1px 3px;
	vertical-align:bottom !important;
	 
}

.featureint.large h2 {
    font-size:38px;
    line-height:46px;
    padding-top:60px;
    text-shadow:rgba(0,0,0,0.5) 0 2px 6px;
}

#featureint-img {
    display:block;
    margin:0 auto;
    max-height:270px;
}
















/**** NAV *****/

.navbar-inner {
    filter:none;
    background:none;
    box-shadow:none;
    
}

.navbar-inner .container {
    background:#1b4b79;
    background:rgba(0,0,0,0.65);
    border-radius:0 0 15px 15px;
}

.navbar .brand {
    font-family:"Open Sans";
    color:#fff;
    text-shadow:rgba(0,0,0,0.3) 0 1px 3px;
    margin-left:0;
}

.navbar .nav {
    float:right;
    font-family:"Open Sans";
}

.navbar .nav li > a {
    font-weight:normal;
}


.navbar .nav .active > a, .navbar .nav .active > a:hover {
    background:#000;
    background:rgba(0,0,0,0.75);
    
}

nav.opaque .navbar-inner .container {
    background:#1b4b79;
    box-shadow:rgba(0,0,0,0.3) 0 2px 6px;
}

#btn-menu-toggle {
    color:#fff;
    float:right;
    display:none;
}

#btn-menu-toggle i {
    line-height:1.5em;
}

/**** HOME PAGE ****/

.feature-pop {
    -webkit-border-radius:15px;
    border-radius:15px;
    background:#fff;
    box-shadow:rgba(0,0,0,0.25) 0 1px 4px;
    position:relative;
    top:-50px;
    padding:10px;
    
}

.feature-pop .span4.signup-span {
    text-align:center;
}

.feature-pop .span4 {
    width:285px;
}

.feature-pop .span8 {
    width:585px;
}

#features {
    text-align:center;
    margin-bottom:15px;
}


/*from template
.has-icon {
    min-height:56px;
    margin:15px 0;
}

.has-icon .icon {
    background:#5a6fa7;
    color:#fff;
    padding:12px;
    display:block;
    float:left;
    -webkit-border-radius:15px;
    border-radius:15px;
    font-size:24px;
    text-shadow:#384873 0 -1px 0;
    margin-right:15px;
}

.has-icon .icon div {
    width:28px;
    height:28px;
}

.has-icon .icon i {
    line-height:1.4em;
} */


 


/*my icon one*/
.has-iconone {
    min-height:75px !important;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-iconone .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 60px;
	
	 
}
.has-iconone .iconint {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	 
	 
	
	 
}

.has-iconone .icon div {
    
}

.has-iconone .icon i {
    line-height:1.4em;
}



/*my icon two*/
.has-icontwo {
    min-height:56px;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-icontwo .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: a0px;
	 
}

.has-icontwo .iconint {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	 
	 
}

.has-icontwo .icon div {
    
}

.has-icontwo .icon i {
    line-height:1.4em;
}




/*my icon three*/
.has-iconthree {
    min-height:56px;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-iconthree .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 60px;
	 
}

.has-iconthree .iconint {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
 
	 
}

.has-iconthree .icon div {
    
}

.has-iconthree .icon i {
    line-height:1.4em;
}



/*my icon four*/
.has-iconfour {
    min-height:56px;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-iconfour .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 60px;
	 
}
.has-iconfour .iconint {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	 
	 
}

.has-iconfour .icon div {
    
}

.has-iconfour .icon i {
    line-height:1.4em;
}



/*my icon  five*/
.has-iconfive {
    min-height:56px;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-iconfive .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 60px;
	 
}

.has-iconfive .iconint {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	 
	 
}

.has-iconfive .icon div {
    
}

.has-iconfive .icon i {
    line-height:1.4em;
}



/*my icon six*/
.has-iconsix {
    min-height:56px;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-iconsix .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 60px;
	
}
.has-iconsix .iconint {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 60px;
	
}

.has-iconsix .icon div {
    
}

.has-iconsix .icon i {
    line-height:1.4em;
}









/*grows icon foot for smaller screens*/
@media screen and (max-width:400px)  {
	


/*my icon one*/
.has-iconone {
    min-height:25px !important;
    margin:25px 0px 5px 0px;
	vertical-align:top !important;
}

.has-iconone .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
    height:auto;
	 
}

.has-iconone .icon div {
    
}

.has-iconone .icon i {
    line-height:1.4em;
}



/*my icon two*/
.has-icontwo {
    min-height:36px;
    margin:25px 0px 0px;
	vertical-align:top !important;
}

.has-icontwo .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
 
 
	 
}

.has-icontwo .icon div {
    
}

.has-icontwo .icon i {
    line-height:1.4em;
}




/*my icon three*/
.has-iconthree {
    min-height:26px;
    margin:25px 0px 0px;
	vertical-align:top !important;
}

.has-iconthree .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	 
 
	 
}

.has-iconthree .icon div {
    
}

.has-iconthree .icon i {
    line-height:1.4em;
}



/*my icon four*/
.has-iconfour {
    min-height:56px;
    margin:45px 0px 0px;
	vertical-align:top !important;
}

.has-iconfour .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	 
 
	 
}

.has-iconfour .icon div {
    
}

.has-iconfour .icon i {
    line-height:1.4em;
}



/*my icon  five*/
.has-iconfive {
    min-height:56px;
    margin:25px 0px 0px;
	vertical-align:top !important;
}

.has-iconfive .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	 
 
	 
}

.has-iconfive .icon div {
    
}

.has-iconfive .icon i {
    line-height:1.4em;
}



/*my icon six*/
.has-iconsix {
    min-height:56px;
    margin:25px 0px 0px;
	vertical-align:top !important;
}

.has-iconsix .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
 
 
	
}

.has-iconsix .icon div {
    
}

.has-iconsix .icon i {
    line-height:1.4em;
}
	
	
	
	
}









/*grows icon foot for smaller screens*/
@media screen and (min-width:401px) and (max-width:800px)  {
	


/*my icon one*/
.has-iconone {
    min-height:75px !important;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-iconone .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 130px;
 
	
	
	 
}

.has-iconone .icon div {
    
}

.has-iconone .icon i {
    line-height:1.4em;
}



/*my icon two*/
.has-icontwo {
    min-height:56px;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-icontwo .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 130px;
 
	 
}

.has-icontwo .icon div {
    
}

.has-icontwo .icon i {
    line-height:1.4em;
}




/*my icon three*/
.has-iconthree {
    min-height:56px;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-iconthree .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 130px;
 
	 
}

.has-iconthree .icon div {
    
}

.has-iconthree .icon i {
    line-height:1.4em;
}



/*my icon four*/
.has-iconfour {
    min-height:56px;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-iconfour .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 130px;
 
	 
}

.has-iconfour .icon div {
    
}

.has-iconfour .icon i {
    line-height:1.4em;
}



/*my icon  five*/
.has-iconfive {
    min-height:56px;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-iconfive .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 130px;
 
	 
}

.has-iconfive .icon div {
    
}

.has-iconfive .icon i {
    line-height:1.4em;
}



/*my icon six*/
.has-iconsix {
    min-height:56px;
    margin:15px 0px 0px;
	vertical-align:top !important;
}

.has-iconsix .icon {
     
    display:block;
    float:left;
	background-repeat:no-repeat;
    background-image:url(../img/icon-myone.png);
    margin-right:15px;
	padding-bottom: 130px;
 
	
}

.has-iconsix .icon div {
    
}

.has-iconsix .icon i {
    line-height:1.4em;
}
	
	
	
	
}



 






.thumbnail {
    background:#fff;
}

.features .thumbnail {
    margin-bottom:15px;
}

.featuresint .thumbnail {
    margin-bottom:15px;
}



/*social icons*/

.social_icon {
  background: url("../img/social_icons.png") no-repeat;
  width: 110px;
  height: 18px; }

.contact_social {
  background: url("../img/contact_social.png") no-repeat;
  width: 180px;
  height: 34px; }
  
  
 div#footer .credits .social {
      margin-top: 30px;
      text-align: center; }
      #footer .credits .social a {
        margin: 10px; }
        #footer .credits .social a span {
          display: inline-block;
          width: 33px; 
          height: 33px; }
          #footer .credits .social a span.ico1, #footer .credits .social a span.icoh {
            background-position: 0px 0px; }
          #footer .credits .social a span.ico2, #footer .credits .social a span.ico2h {
            background-position: -37px 0px; }
          #footer .credits .social a span.ico3, #footer .credits .social a span.ico3h {
            background-position: -75px 0px; }
          #footer .credits .social a span.ico4, #footer .credits .social a span.ico4h {
            background-position: -112px -1px; }
          #footer .credits .social a span.ico5, #footer .credits .social a span.ico5h {
            background-position: -151px 0px; }
          #footer .credits .social a span.ico6, #footer .credits .social a span.ico6h {
            background-position: -188px -1px; }
          #footer .credits .social a span.ico7, #footer .credits .social a span.ico7h {
            background-position: -226px 0px; }
        #footer .credits .social a:hover span.socialicons {
          display: none;
		  text-decoration:none; }
        #footer .credits .social a:hover span.socialicons_h {
          display: inline-block !important;
		  text-decoration:none; }
      #footer .credits .social span.socialicons_h {
        display: none; }
    #footer .credits .copyright {
      color: #a6a6a7;
      font-style: italic;
      text-align: center;
      margin-top: 30px; }
    #footer .credits .socialicons {
      background: url("../img/socialicons.png") no-repeat;
      width: 265px;
      height: 36px; }
    #footer .credits .socialicons_h {
      background: url("../img/socialicons_h.png") no-repeat;
      width: 265px;
      height: 36px; }  
  


/*social footer internal*/
div#footerint .credits .social {
      margin-top: 30px;
      text-align: center; }
      #footerint .credits .social a {
        margin: 10px; }
        #footerint .credits .social a span {
          display: inline-block;
          width: 33px; 
          height: 33px; }
          #footerint .credits .social a span.ico1, #footerint .credits .social a span.icoh {
            background-position: 0px 0px; }
          #footerint .credits .social a span.ico2, #footerint .credits .social a span.ico2h {
            background-position: -37px 0px; }
          #footerint .credits .social a span.ico3, #footerint .credits .social a span.ico3h {
            background-position: -75px 0px; }
          #footerint .credits .social a span.ico4, #footerint .credits .social a span.ico4h {
            background-position: -112px -1px; }
          #footerint .credits .social a span.ico5, #footerint .credits .social a span.ico5h {
            background-position: -151px 0px; }
          #footerint .credits .social a span.ico6, #footerint .credits .social a span.ico6h {
            background-position: -188px -1px; }
          #footerint .credits .social a span.ico7, #footerint .credits .social a span.ico7h {
            background-position: -226px 0px; }
        #footerint .credits .social a:hover span.socialicons {
          display: none;
		  text-decoration:none; }
        #footerint .credits .social a:hover span.socialicons_h {
          display: inline-block !important;
		  text-decoration:none; }
      #footerint .credits .social span.socialicons_h {
        display: none; }
    #footeintr .credits .copyright {
      color: #a6a6a7;
      font-style: italic;
      text-align: center;
      margin-top: 30px; }
    #footerint .credits .socialicons {
      background: url("../img/socialicons.png") no-repeat;
      width: 265px;
      height: 36px; }
    #footerint .credits .socialicons_h {
      background: url("../img/socialicons_h.png") no-repeat;
      width: 265px;
      height: 36px; }  



/*mobile fix for carousel pic*/

img.msm {
	 width:auto !important;
	}

@media screen and (max-width:600px){
img.msm {
	display:block;
	width:100% !important;
	}

}



/*** PRICING ****/

.pricing {
    color:#1b4b79;
    padding-top:38px;
    margin-bottom:30px;
}

.pricing .well {
    background:#fff;
    box-shadow:none;
    border:1px solid #ddd;
    -webkit-border-radius:15px;
    border-radius:15px;
}

.pricing .well.highlighted {
    box-shadow:rgba(0,0,0,0.2) 0 0 10px;
    margin-top:-19px;
    padding-top:38px;
    padding-bottom:38px;
}

.pricing .well ul {
    margin-left:0;
}

.pricing .well ul li {
    list-style:none;
    text-align:center;
    padding:8px 0;
    border-bottom:1px solid #eee;
    
}

.pricing .well h3 {
    text-align:center;
}

.pricing .well.highlighted h3 {
    font-size:22px;
}

.pricing .well h4 {
    text-align:center;
}

.pricing .well .signup {
    font-size:16px;
    line-height:18px;
    display:block;
    margin:15px 0 auto;
}

/**** SIGNUP BUTTONS ****/

.signup {
    display:inline-block;
    font-family:'Open Sans', sans-serif;
    font-size:24px;
    line-height:26px;
    font-weight:600;
    padding:14px 30px 16px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background:#537ab2;
    border:1px solid #ddd;
    border-color:#739cd7 #6790cc #3d5e8f;
    color:#fff;
    text-shadow:none;
    background-image: linear-gradient(top, rgb(130,180,255) 0%, rgb(99,137,194) 100%);
    background-image: -o-linear-gradient(top, rgb(130,180,255) 0%, rgb(99,137,194) 100%);
    background-image: -moz-linear-gradient(top, rgb(130,180,255) 0%, rgb(99,137,194) 100%);
    background-image: -webkit-linear-gradient(top, rgb(130,180,255) 0%, rgb(99,137,194) 100%);
    background-image: -ms-linear-gradient(top, rgb(130,180,255) 0%, rgb(99,137,194) 100%);
    
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(130,180,255)),
        color-stop(1, rgb(99,137,194))
    );
    text-shadow:#537ab2 0 -1px 0;
    box-shadow:rgba(0,0,0,0.2) 0 1px 1px;

}

.signup:link, .signup:visited {
    color:#fff;
}

.signup:hover {
    background:#537ab2;
    border-color:#3d5e8f #3d5e8f #6790cc;
    box-shadow:none;
    color:#fff;
    text-decoration:none;
}

.signup-row {
    margin-top:20px;
}






/**** SIGNUP2 BUTTONS ****/

.signup2 {
    z-index:2000;
    display:inline-block;
    font-family:'Open Sans', sans-serif;
    font-size:14px;
    line-height:16px;
    font-weight:600;
	margin-bottom:6px;
	margin-left:7px;
    padding:14px 10px 16px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background:#537ab2;
    border:1px solid #ddd;
    border-color:#999;
    color:#666;
    text-shadow:none;
    background-image: linear-gradient(top, #fff 0%, #ccc 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #ccc 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
    background-image: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
    
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #fff),
        color-stop(1, #ccc)
    );
     
    box-shadow:rgba(0,0,0,0.2) 0 1px 1px;
	width:203px !important;
	 

}

.signup2:link, .signup2:visited {
    color:#000 !important;
}

.signup2:hover {
    background:#ccc;
    border-color:#999;
    box-shadow:none;
    color:#666;
    text-decoration:none;
}

.signup-row2 {
    margin-top:45px;
}






/**** SIGNUP3 BUTTONS ****/

.signup3 {
    display:inline-block;
    font-family:'Open Sans', sans-serif;
    font-size:13px;
    line-height:16px;
    font-weight:600;
	margin-bottom:6px;
	 
    padding:14px 4px 16px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background:#fc0000;
    border:1px solid #ddd;
    border-color:#999;
    color:#fff;
    text-shadow:none;
    background-image: linear-gradient(top, #f30 0%, #7f0101 100%);
    background-image: -o-linear-gradient(top, #f30 0%, #7f0101 100%);
    background-image: -moz-linear-gradient(top, #f30 0%, #7f0101 100%);
    background-image: -webkit-linear-gradient(top, #f30 0%, #7f0101 100%);
    background-image: -ms-linear-gradient(top, #f30 0%, #7f0101 100%);
    
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #f30),
        color-stop(1, #7f0101)
    );
     
    box-shadow:rgba(0,0,0,0.2) 0 1px 1px;
	width:220px !important;

}

.signup3:link, .signup3:visited {
    color:#fff !important;
}

.signup3:hover {
    background:#000;
    border-color:#999;
    box-shadow:none;
    color:#666;
    text-decoration:none;
}

.signup-row3 {
    margin-top:45px;
}




/*internal services btns*/
/**** SIGNUP BUTTONS ****/

.signupint {
    display:inline-block;
    font-family:'Open Sans', sans-serif;
    font-size:24px;
    line-height:26px;
    font-weight:600;
    padding:14px 30px 16px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background:#537ab2;
    border:1px solid #ddd;
    border-color:#739cd7 #6790cc #3d5e8f;
    color:#fff;
    text-shadow:none;
    background-image: linear-gradient(top, rgb(130,180,255) 0%, rgb(99,137,194) 100%);
    background-image: -o-linear-gradient(top, rgb(130,180,255) 0%, rgb(99,137,194) 100%);
    background-image: -moz-linear-gradient(top, rgb(130,180,255) 0%, rgb(99,137,194) 100%);
    background-image: -webkit-linear-gradient(top, rgb(130,180,255) 0%, rgb(99,137,194) 100%);
    background-image: -ms-linear-gradient(top, rgb(130,180,255) 0%, rgb(99,137,194) 100%);
    
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(130,180,255)),
        color-stop(1, rgb(99,137,194))
    );
    text-shadow:#537ab2 0 -1px 0;
    box-shadow:rgba(0,0,0,0.2) 0 1px 1px;
    width:275px !important;
	height:50px !important;
	vertical-align:middle !important;
	margin-bottom:5px;
}

.signupint:link, .signupint:visited {
    color:#fff;
}

.signupint:hover {
    background:#537ab2;
    border-color:#3d5e8f #3d5e8f #6790cc;
    box-shadow:none;
    color:#fff;
    text-decoration:none;
}

.signupint-row {
    margin-top:5px;
}







@media (min-width: 1620px){

    .feature.large {
        /* to ensure feature image resizes correctly */
        background-size:100% auto; 
    }
	
	 .featureint.large {
        /* to ensure feature image resizes correctly */
        background-size:100% auto; 
    }
    
}

@media (max-width: 1620px){

    .feature.large {
        /* to ensure feature image resizes correctly */
        background-size:auto 100%; 
    }
	
	.featureint.large {
        /* to ensure feature image resizes correctly */
        background-size:auto 100%; 
    }
    
}

@media (min-width: 1200px) {
    
    .feature-pop .span4 {
        width:355px;
    }
    
    .feature-pop .span8 {
        width:745px;
    }
	
	.featureint-pop .span8 {
        width:745px;
    }
}

@media (max-width: 1199px) and (min-width: 980px) {
    
    
}
    

@media (min-width: 768px) and (max-width: 979px) {
    body {
        padding:0;
        margin:0;
    }
    
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding:0;
    }
    
    .navbar-fixed-top {
        position:absolute;
        margin:0 auto;
    }
    
    .feature-pop .span4 {
        width:213px;
    }
    
	 .featureint-pop .span4 {
        width:213px;
    }
	
	
	.featureint {
     
    padding:85px 0 30px;
	}
	
	
	/*sizes down logo for better nav internal*/
	.logoint {
		width:300px !important;
	}
}

@media (max-width: px) {
    
    #btn-menu-toggle {
        display:block;
    }
    
    body {
        padding:0;
        margin:0;
    }
    
    .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
        padding:0;
    }
    
    .navbar-fixed-top {
        margin:0;
    }
    
    .container {
        padding:0 10px;
    }
    
    .navbar .brand {
        float:none;
        padding-left:20px;
        display:inline-block;
    }
    
    .nav-container {
        padding:0;
    }
    
    .navbar .container {
        border-radius:0;
        background:#1b4b79;
    }
    
    .navbar .nav {
        float:none;
        margin:0;
    }
    
    .navbar .nav > li {
        float:none;
        margin:0;
    }
    
    .navbar .nav > li > a {
        padding-left:20px;
    }
    
    .feature {
        padding-top:30px;
    }
    
    .feature.large {
        padding-top:20px;
    }
    
    .feature.large h2 {
        padding-top:0;
        margin-bottom:10px;
    }
    
    .feature h2, .feature.large h2 {
        font-size:26px;
        line-height:30px;
    }
    
    .feature-pop .span4 {
        width:auto;
        margin-bottom:15px;
    }
    
    .feature-pop .span8 {
        width:auto;
    }
	
	
	
	 .featureint {
        padding-top:30px;
    }
    
    .featureint.large {
        padding-top:20px;
    }
    
    .featureint.large h2 {
        padding-top:0;
        margin-bottom:10px;
    }
    
    .featureint h2, .featureint.large h2 {
        font-size:26px;
        line-height:30px;
    }
    
    .featureint-pop .span4 {
        width:auto;
        margin-bottom:15px;
    }
    
    .featureint-pop .span8 {
        width:auto;
    }
	
	
	
    
    .pricing .well.highlighted {
        margin-top:0;
    }
    
    .dark .span3, .dark .span4 {
        margin-bottom:30px;
    }
	
	.darkint .span3, .darkint .span4 {
        margin-bottom:30px;
    }
}

@media (max-width: 670px) {
    
   
	
	/*mobile view to see navigation line*/
	 .nav-container {
        padding-bottom:20px !important;
    }
	
	.featureint {
     
    padding:35px 0 30px;
	}
	
}

@media (max-width: 400px) {
    
    .feature-pop .span4 {
        width:auto !important;
    }
    
    .feature-pop .span8 {
        width:auto;
    }
	
	.featureint-pop .span4 {
        width:auto !important;
    }
    
    .featureint-pop .span8 {
        width:auto;
    }
	
	.featureint {
     
    padding:35px 0 30px;
	}
	
	/*mobile view to see navigation line*/
	 .nav-container {
        padding-bottom:30px !important;
    }
	
	
	
	
}