﻿.menubox {
height:200px;
margin-top:20px;
background-color:white;
-webkit-box-shadow: #B3B3B3 13px 13px 13px;
-moz-box-shadow: #B3B3B3 13px 13px 13px;
 box-shadow: #B3B3B3 13px 13px 13px;
}


.onebox {
-webkit-border-radius: 0px 70px 0px 70px;
-moz-border-radius: 0px 70px 0px 70px;
border-radius: 0px 70px 0px 70px;
border:7px solid yellow;
}

.twobox {
-webkit-border-radius: 70px 0px 70px 0px;
-moz-border-radius: 70px 0px 70px 0px;
border-radius: 70px 0px 70px 0px;
border:7px solid orange;
margin-left:20px;
}

.threebox {
-webkit-border-radius: 70px 0px 70px 0px;
-moz-border-radius: 70px 0px 70px 0px;
border-radius: 70px 0px 70px 0px;
border:7px solid red;
margin-top:20px;
}

.fourbox {
-webkit-border-radius: 0px 70px 0px 70px;
-moz-border-radius: 0px 70px 0px 70px;
border-radius: 0px 70px 0px 70px;
border:7px solid blue;
margin-left:20px;
margin-top:20px;
}


.menubox {
   -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

    .menubox:hover {
        -webkit-filter: grayscale(100%);
        -moz-transform: scale(1.1) rotate(0.01deg);
        -webkit-transform: scale(1.1) rotate(0.01deg);
        transform: scale(1.1) rotate(0.01deg);
    }


.triangle {
    width: 0px;
    margin-left:-15px;
    border-radius: 0 0 0 70px;
    border-bottom:      94px solid white;
    border-left: 94px solid #f8b334;
    border-top: 94px solid #f8b334;
    border-right: 94px solid white;
}

.twobox > .triangle {
    width: 0px;
float:right;
margin-right:-15px;
   border-radius: 0 0 70px; 0;
    border-bottom:      94px solid white;
    border-left: 94px solid white;
    border-top: 94px solid #f8b334;
    border-right: 94px solid #f8b334;
}

/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 20px;
  color:black;
}
p.small {
  font-size: 16px;
}

/*
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #D8E6F3;
}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: black;
}
hr.star-light:after {
  background-color: #D8E6F3;
  color: black;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: white;
  color: white;
}
header .container {
  padding-top: 50px;
  padding-bottom: 0px;
}


header img {
  display: block;
  margin: 0 auto 20px;
}


.success .intro-text .name {
  display: block;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
.success .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.764705882em;

}
@media (min-width: 768px) {
  header .container {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  .success .intro-text .skills {
    font-size: 1.75em;
  }
}
.navbar-custom {
    background: #1867a9;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #D8E6F3;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #D8E6F3;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #D8E6F3;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #D8E6F3;
  color: white;
  border-color: #D8E6F3;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section.success {
  background: #D8E6F3;
  color: black;
  margin-top:-42px;
}
section#contact {
  background: white;
  color: black;
}
section#user {
   background: white;
   color: black;
   padding: 10px 0;
 }

@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
    background:white;
    font-weight:bold;
color:white;
}

#portfolio .portfolio-item .portfolio-link .caption {
  background: rgba(24, 188, 156, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 0px;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #D8E6F3;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #3180c2;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #1867a9;
}
.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #D8E6F3;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}

.btn-412ver,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #D8E6F3;
  border-color: #D8E6F3;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #D8E6F3;
  border-color: #D8E6F3;
}
.btn-success .badge {
  color: #D8E6F3;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
  color:black; 
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.close-modal:hover {
  opacity: 0.3;
}
.close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}

.close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}

.modal-backdrop {
  opacity: 0;
  display: none;
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #D8E6F3;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
  width:100%;
}



@media only all and (min-width: 48rem) {
.sample-content .device-promo {
    width: 356px;
    height: 203px;
    position: relative;
    float: right;
    margin-left: 3rem;
    margin-bottom: 1rem;
    }
}

@media only all and (min-width: 48rem) {
    .sample-content .device-promo .macbook {
        width: 356px;
        height: 203px;
        position: absolute;
        z-index: 1;
        background: url(images/macbook.png?5643788e);
    }
}


@media only all and (min-width: 48rem) {
   .sample-content .device-promo .ipad {
    width: 356px;
     height: 203px;
      position: absolute;
       z-index: 2; 
       background: url(images/ipad.png?5643788e);
}
}


@media only all and (min-width: 48rem) {
    .sample-content .device-promo .iphone {
        width: 356px;
        height: 203px;
        position: absolute;
        z-index: 3;
        background: url(images/iphone.png?5643788e);
    }
}

@media only all and (min-width: 48rem) {
    .sample-content .device-promo .macbook .macbook-color {
        position: absolute;
        width: 206px;
        height: 118px;
        left: 37px;
        top: 56px;
        background: #ccc;
    }
}


@media only all and (min-width: 48rem) {
    .sample-content .device-promo .ipad .ipad-color {
        position: absolute;
        width: 111px;
        height: 163px;
        right: 27px;
        top: 20px;
        background: #3180c2;
    }
}

@media only all and (min-width: 48rem) {
    .sample-content .device-promo .iphone .iphone-color {
        position: absolute;
        width: 46px;
        height: 75px;
        right: 4px;
        top: 112px;
        background: #0598fa;
    }
}

.sample-description p a, .sample-description p a:visited {
    color: #FFFFFF;
}

.success p {
 text-align:justify;
}

header {
background-color:lightgrey;
}


.image-container {
    position: relative;
    margin-bottom: 1em;
    border: 12px solid #fff;
    box-shadow: 1px 2px 2px #cacaca;
    background: url(../img/bg-1.jpg);
    overflow: hidden;
    min-height:60px;

}
.image-container.image-container-saturate .image-saturate-1,
 .image-container.image-container-saturate .image-saturate-2,
.image-container.image-container-saturate .image-saturate-3,
.image-container.image-container-saturate .image-saturate-4 {
    -webkit-filter: saturate(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.image-container:hover {
    cursor: pointer;
}

.image-container.image-container-saturate:hover .image-saturate-3 {
    -webkit-filter: saturate(0%);
    -webkit-transform: rotateZ(-2deg) scale(1.1);
    transform: rotateZ(-2deg) scale(1.1);
}

elem {
}

.image-container.image-container-saturate:hover .image-overlay-container {
    background: #1867a9;
    color:white;
    opacity: 1;
}
.image-container.image-container-saturate .image-overlay-container {
    background: none;
    opacity: 0.6;
    -webkit-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}
.image-container .image-overlay-container.image-overlay-container-social-narrow-h,
.image-container .image-overlay-container.image-overlay-container-748l-narrow-h-b {
    height: 40px !important;
    padding-top: 7px;
}
.image-container .image-overlay-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 3px 0;
        padding-top: 3px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background: rgba(0, 0, 0, 0.75);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.image-overlay-container {
background-color:white;
}


#portfolioModal1 {
color:black;
}


        table
        {
        border: 1px solid grey;
        }
        table th
        {
       font-weight: bold;
    background: rgb(24, 103, 169);
    padding: 0.5rem;
    color: #FFF !important;
}
        }
        table th, table td
        {
            padding: 5px;
        border: 1px solid grey;
        }


        #GridView1 {
    border: solid 1px grey;
    width:100%;
} 

.onepage {
color:black;
text-align:center;
}

    .onepage p {
    text-align:justify;
    }

    .onepage * {
    position:initial;
    }



/*
.image-saturate-3 {
display:none;
}
*/

section.menu {
  padding: 40px 0 0 0;
  background: #D8E6F3;
  color: black;
  margin-top:-20px;
}



.image-container.image-container-saturate:hover .shrinked {
    background: #1867a9;
    color: white;
    opacity: 1;
}


.image-container.image-container-saturate .shrinked {
color:black;
}

.navbar-brand, .close-modal {
position:relative;
z-index:10;
}

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

.GridView {
    position:initial;
    width: 100%; 
    word-wrap:break-word;
}

.GridviewScrollC2Header TH, .GridviewScrollC2Header TD 
{ 
    padding: 5px; 
    font-weight: bold; 
    white-space: nowrap; 
    border-right: 1px solid #005791; 
    border-bottom: 1px solid #005791; 
    background-color: #0064A9; 
    color: #FFFFFF; 
    text-align: left; 
    vertical-align: bottom; 
}

.GridviewScrollC2Item TR {
    position: initial;
}

.GridviewScrollC2Item TD 
{ 
    padding: 5px; 
    white-space: nowrap; 
    border-right: 1px solid #005791; 
    border-bottom: 1px solid #005791; 
    background-color: #FFFFFF; 
} 
.GridviewScrollC2Pager  
{ 
    border-top: 1px solid #AAAAAA; 
    background-color: #FFFFFF; 
} 
.GridviewScrollC2Pager TD 
{ 
    padding-top: 3px; 
    font-size: 14px; 
    padding-left: 5px; 
    padding-right: 5px; 
} 
.GridviewScrollC2Pager A 
{ 
    color: #666666; 
} 
.GridviewScrollC2Pager SPAN 
{ 
    font-size: 16px; 
    font-weight: bold; 
}

.multiheader {
vertical-align:initial;
}

.miniheader {
font-size:0.9em;
}


.multiheader label{
    display: block;
    float: left;
    margin-left:18px;
}
.multiheader label input[type='checkbox']{margin-left:-18px;}

table.blueTable {
    border: 1px solid #f1f1f1;
}

tr, td, th {
    vertical-align: middle;
}

tr {
height:1.2em;
}


    th.blueTable, tr.footerStyle  {
    background-color: rgb(49, 128, 194);
    }

td {
padding:3px;
}

.alternatingRow {
background-color:#D8E6F3;
}


tr.footerStyle {
color:white;
font-weight:bold;
text-align:right;
}


.userff li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}
