/* color orange: #ff0000 */

/* ------ Global Css Begins------ */


.simple-navy p
{
    text-align: right;
    font-size: 1.2em;
}

.simple-navy p a
{
    text-decoration: none;
    color: #fff;
    text-align: right;
    display: inline-block;
    margin-top: 2em;
}


.simple-navy p a:hover
{
  color: #ff0000;  
}


.no-margin
{
    margin: 0;
}

.no-padding
{
    padding: 0;    
}

/* -- Navbar -- */

/* Nav-Bar */
.navbar {
    background: transparent;
    border-width: 0px;
    /*border-bottom: solid #fff 1px;*/
    margin: 0;
    border-radius: 0px;
}

.navbar .nav > li > a {
    color: #f2f2f2;
    font-family: 'lato', sans-serif;
    font-size: 1.2em;
    text-shadow: none;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.navbar-right
{
    margin-right: 0.5em;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ff0000;
}

.navbar-inverse .navbar-nav > .active a:hover{
  background-color: transparent;
  color: #ff0000;    
 }

 .navbar-inverse .navbar-nav > .active > a, 
 .navbar-inverse .navbar-nav > .active > a:focus {
	 
     background: transparent;
	 border: none;
	 box-shadow: none;
     color: #ff0000;
 }

.navbar-header a
{
    margin-left: 3em;
}

.navbar-header img
{
	/*margin-top: 12px;*/
}


.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:active,
.navbar-inverse .navbar-toggle:focus  {
    background: none;
    border: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #ffffff;
}

/* ------ Global Css Ends------ */

.intro-hashtags
{
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../js/web_form.jpg', sizingMethod='scale')";
    background-image: linear-gradient(
      rgba(0,0,0,0.6), 
      rgba(0,0,0,0.6)
    ), url("../js/web_form.jpg");  
    -moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: transparent;
background-position: center;    
min-height:50%;
}

.intro-hashtags h1
{
    color: #ff0000;
    margin-top: 1.5em;
    font-size: 4em;
    font-weight: bold;
}

.intro-hashtags h2
{
    color: #ffffff;
    margin-bottom: 3em;
}

.tool h3
{
    margin-top: 2em;
    /*color: #000000;*/
    margin-bottom: 2em;
    font-size: 1.4em;
    letter-spacing: 0px;
}

.tool ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tool ul li
{
    /*display: inline-block;*/
    text-align: center;
    background-color: #ff0000;
    margin-bottom: 0.5em;
    
}

.tool ul li a
{
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    padding: 1em;
    font-size: 1.2em;
    width: 100%;
}

.btn-back
{
    box-shadow: none;
    text-shadow: none;
    background: none;
    color: #ffffff;
    padding: 1em;
    padding-left: 0;
    border: none;
    font-size: 1.3em;
    font-weight: 500;
    border-radius: 0;
}

.btn-default.btn-back:hover, .btn-default.btn-back:focus, .btn-default.btn-back:active, .btn-default.btn-back.active, .open > .dropdown-toggle.btn-default
{
    background: none;
    color: #ff0000;
    box-shadow: none;    
}

.panel-default>.panel-heading
{
  background: none;
  background-color: #ff0000;  
}

.panel-default>.panel-heading a
{
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2em;
}

.heading-row
{
    background-color: #4a4a4a;
    margin-bottom: 1em;
    color: #ffffff;
}

.heading-row h4
{
    margin-top: 1.2em;
}

.bootcamp p a
{
    text-decoration: none;
    color: #ff0000;
    font-size: 17px;
}

.bootcamp h4
{
    text-align: center;
    margin-bottom: 1em;
    font-size: 2em;
}

footer {
	background-color: #f0f0f0;
    padding: 1em;
    margin-top: 1em;
}
    footer p {
	color: #666666;
	font-size: 17px;
    text-align: center;
    margin-top: 0.6em;
}

footer i
{
    color: #ff0000;
}

footer a {
	text-decoration: none;
    color: #ff0000;
}

footer a:hover
{
  color: #ff0000;  
}


/************* Seo Checklist Page *****************/

.intro-seo
{
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../js/web_form.jpg', sizingMethod='scale')";
    background-image: linear-gradient(
      rgba(0,0,0,0.6), 
      rgba(0,0,0,0.6)
    ), url("../js/web_form.jpg");  
    -moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: transparent;
background-position: center;    
min-height:20%;
}

.intro-seo h1
{
    color: #ff0000;
    margin-top: 1.5em;
    font-size: 4em;
    font-weight: bold;
}

.intro-seo h2
{
    color: #ffffff;
    margin-bottom: 3em;
}


.strikethrough:checked + label span{
  text-decoration:line-through
}

.btn-list
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-list-2
{
   margin-top: 0; 
}

.btn-list p
{
    font-size: 1.6em;
}

.btn-list p span
{
    color: #ff0000;
}

.btn-list ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.btn-list ul li
{
    display: inline-block;
    margin-right: 1em;
}

.btn-reset
{
    box-shadow: none;
    text-shadow: none;
    background: #ff0000;
    color: #ffffff;
    padding-left: 0;
    border: solid #ff0000 1px;
    font-size: 1.3em;
    font-weight: 500;
    border-radius: 0;
    padding: 0.3em 2em;
}

.btn-default.btn-reset:hover, .btn-default.btn-reset:focus, .btn-default.btn-reset:active, .btn-default.btn-reset.active, .open > .dropdown-toggle.btn-default
{
    background: none;
    background: #ffffff;
    color: #ff0000;
    border: none;
    border: solid #ff0000 1px;
    box-shadow: none; 
    text-shadow: none;
}

.checky
{
    font-size: 1em;
	line-height:1.3em;
}

.checky .form-group
{
    border-bottom: solid #ff0000 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.checky .form-group label
{
    font-weight: 500;
}

.checkbox-info input[type="checkbox"]:unchecked
{
  border-color: #ff0000;  
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #ff0000;
  border-color: #ff0000; }
.checkbox-info input[type="checkbox"]:checked + label::after
{
  color: #fff; }

.checkbox label::before {
  border: 1px solid #ff0000;
 }

.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: 0;
}

.sc-18-note a
{
   text-decoration: none;
   color: #ff0000;
}

.sc-18-note a:hover
{
    color: #000;
}



/************* Marketing Stack Begins ***************/

.intro-marketing
{
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/bg-intro-mark.jpg', sizingMethod='scale')";
    background-image: linear-gradient(
      rgba(0,0,0,0.6), 
      rgba(0,0,0,0.6)
    ), url("../images/backgrounds/bg-intro-mark.jpg");  
    -moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: transparent;
background-position: center;    
min-height:50%;
}

.intro-marketing h1
{
    color: #ff0000;
    margin-top: 1.5em;
    font-size: 4em;
    font-weight: bold;
}

.intro-marketing h2
{
    color: #ffffff;
    margin-bottom: 3em;
}

.mar-text h1
{
   margin-bottom: 2.5em; 
}

.box-row
{
    margin-top: 2em;
}

.box
{
    background-color: #ff0000;
    color: #fff;
    min-width: 200px;
    min-height: 200px;
    margin: 0.2em;
}

.box:hover
{
    background-color: #0c1419;
}

a.abox:hover
{
    text-decoration: none;
}

.box p
{
    margin-top: 9em;
    margin-left: 1em;
    display: inline-block;
    font-size: 1.2em;
}

.col-margin
{
    padding: 0;
}

.box-sep-row
{
    margin-top: 2em;
}

.row-2
{
    margin-top: 3em;
}


.box-sep-row img
{
    /*width: 100%;*/
}

.box-sep-row h5
{
    font-size: 1.8em;
    color: #ff0000;
}

.box-sep-row a
{
    text-decoration: none;
    color: #ff0000;
    font-size: 1em;
}

.box-sep-row a:hover, .box-sep-row a:focus, .box-sep-row a:active
{
    color: #0c1419;
}

.box-sep-row p
{
    margin-right: 6em;
    font-size: 1.1em;
}

/************* Add Budget Calculator ***************/

.form-div
{
    border-right: solid #c5c5c5 2px;
}
.btn-web-app {
  margin: 25px 5px 0px;
  font-weight: normal;
  padding: 15px 55px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #ff0000;
  /*border-radius: 25px;*/
  border-radius: 0;
  -webkit-transition: .3s ease;
     -moz-transition: .3s ease;
      -ms-transition: .3s ease;
       -o-transition: .3s ease;
          transition: .3s ease;
  border: solid  #ff0000 1px;  
}
.btn-web-app:hover, .btn-web-app:active, .btn-web-app:focus {
  background: rgba(0,0,0,0.3);
  border-color: #ff0000;
  color: #fff;    
}

.reset
{
    padding-left: 5em;
    padding-right: 5em;
}

input[type='number'] {
  border: none;
  background-color: none;
  box-shadow: none;
  border-radius: 0px;    
  border-bottom: solid #c5c5c5 1px;
  width: 80%;    
}

.form-div .form-group input[type='number']:focus {
   outline-color: transparent;
    -webkit-appearance:none;
    box-shadow: none;
    border-bottom: solid #ff0000 1px;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-div .form-group
{
    margin-top: 1.5em;
}

.modal-dialog {
margin-top: 10%;
}

.modal-body
{
    /*background-color: #56b847;*/
}

.modal-content
{
color:  #ff0000;
border-radius: 12px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;    
}

.modal-footer
{
    background-color: #ff0000;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-bottomright: 12px;    
}

.modal-header
{
    color: #fff;
    background-color: #ff0000;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
}

.btn-modal {
  font-weight: normal;
  color: #ff0000;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 25px;
  -webkit-transition: .3s ease;
     -moz-transition: .3s ease;
      -ms-transition: .3s ease;
       -o-transition: .3s ease;
          transition: .3s ease;
  border: solid  #3a87c8 1px;  
} /* ------ Plus Ultra ------ */
.btn-modal:hover, .btn-modal:active, .btn-modal:focus {
  background: transparent;
  border-color: #ff0000;
  color: #fff;    
}



/************* Media Queries Begins ***************/


@media screen and (max-width: 767px) {
 
    .simple-navy p
    {
    text-align: center;
    }
    
    .simple-navy img
    {
        margin-left: auto;
	    margin-right: auto;
	    display: block;
    }
    
    .tool h3
    {
        font-size: 1.1em;
        padding-left: 0.6em;
        padding-right: 0.6em;
    }
    
    .seo-block h3
    {
    font-size: 1.1em;
        padding-left: 0.6em;
        padding-right: 0.6em;
    }
    
    .checky
    {
    font-size: 1em;
    }
    
    .box-sep-row p
{
    margin-right: 1em;
}
    
    .box-sep-row a
    {
        display: inline-block;
        margin-bottom: 1em;
    }
    
}

/* ------ Plus Ultra ------ */

   /* iPhone Media Queries */

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 360px) 
{
    
}

   /* Landscape Media Queries */

@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 767px) 
and (orientation : landscape) 
{ 

}

 /* Tab Media Queries */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)  {
    

}

.tabs-left {
  border-bottom: none;
  border-right: 1px solid #ddd;
}

.tabs-left>li {
  float: none;
 margin:0px;
  
}

.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
  background:#f90;
  border:none;
  border-radius:0px;
  margin:0px;
}
.nav-tabs>li>a:hover {
    /* margin-right: 2px; */
    line-height: 1.42857143;
    border: 1px solid transparent;
    /* border-radius: 4px 4px 0 0; */
}
.tabs-left>li.active>a::after{content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  
  border-left: 10px solid #f90;
    display: block;
    width: 0;}
