.pace {  -webkit-pointer-events: none;  pointer-events: none;  -webkit-user-select: none;  -moz-user-select: none;  user-select: none; } .pace-inactive {  display: none; } .pace .pace-progress {  background: #1ac4fc;  position: fixed;  z-index: 2000;  top: 0;  left: 0;  height: 2px;  -webkit-transition: width 1s;  -moz-transition: width 1s;  -o-transition: width 1s;  transition: width 1s; } .pace .pace-progress-inner {  display: block;  position: absolute;  right: 0px;  width: 100px;  height: 100%;  box-shadow: 0 0 10px #1ac4fc, 0 0 5px #1ac4fc;  opacity: 1.0;  -webkit-transform: rotate(3deg) translate(0px, -4px);  -moz-transform: rotate(3deg) translate(0px, -4px);  -ms-transform: rotate(3deg) translate(0px, -4px);  -o-transform: rotate(3deg) translate(0px, -4px);  transform: rotate(3deg) translate(0px, -4px); } .pace .pace-activity {  display: block;  position: fixed;  z-index: 2000;  top: 15px;  right: 15px;  width: 14px;  height: 14px;  border: solid 2px transparent;  border-top-color: #1ac4fc;  border-left-color: #1ac4fc;  border-radius: 10px;  -webkit-animation: pace-spinner 400ms linear infinite;  -moz-animation: pace-spinner 400ms linear infinite;  -ms-animation: pace-spinner 400ms linear infinite;  -o-animation: pace-spinner 400ms linear infinite;  animation: pace-spinner 400ms linear infinite; } @-webkit-keyframes pace-spinner {  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-moz-keyframes pace-spinner {  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); } } @-o-keyframes pace-spinner {  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }  100% { -o-transform: rotate(360deg); transform: rotate(360deg); } } @-ms-keyframes pace-spinner {  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes pace-spinner {  0% { transform: rotate(0deg); transform: rotate(0deg); }  100% { transform: rotate(360deg); transform: rotate(360deg); } } 
  html {  font-family: sans-serif;  -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body {  margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {  display: block; } audio, canvas, progress, video {  display: inline-block;  vertical-align: baseline; } audio:not([controls]) {  display: none;  height: 0; } [hidden], template {  display: none; } a {  background: transparent; } a:active, a:hover {  outline: 0; } abbr[title] {  border-bottom: 1px dotted; } b, strong {  font-weight: bold; } dfn {  font-style: italic; } h1 {  margin: .67em 0;  font-size: 2em; } mark {  color: #000;  background: #ff0; } small {  font-size: 80%; } sub, sup {  position: relative;  font-size: 75%;  line-height: 0;  vertical-align: baseline; } sup {  top: -.5em; } sub {  bottom: -.25em; } img {  border: 0; } svg:not(:root) {  overflow: hidden; } figure {  margin: 1em 40px; } hr {  height: 0;  -moz-box-sizing: content-box; box-sizing: content-box; } pre {  overflow: auto; } code, kbd, pre, samp {  font-family: monospace, monospace;  font-size: 1em; } button, input, optgroup, select, textarea {  margin: 0;  font: inherit;  color: inherit; } button {  overflow: visible; } button, select {  text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] {  -webkit-appearance: button;  cursor: pointer; } button[disabled], html input[disabled] {  cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner {  padding: 0;  border: 0; } input {  line-height: normal; } input[type="checkbox"], input[type="radio"] {  box-sizing: border-box;  padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {  height: auto; } input[type="search"] {  -webkit-box-sizing: content-box;   -moz-box-sizing: content-box;   box-sizing: content-box;  -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none; } fieldset {  padding: .35em .625em .75em;  margin: 0 2px;  border: 1px solid #c0c0c0; } legend {  padding: 0;  border: 0; } textarea {  overflow: auto; } optgroup {  font-weight: bold; } table {  border-spacing: 0;  border-collapse: collapse; } td, th {  padding: 0; } @media print {  * {   color: #000 !important;   text-shadow: none !important;   background: transparent !important;   box-shadow: none !important;  }  a,  a:visited {   text-decoration: underline;  }  a[href]:after {   content: " (" attr(href) ")";  }  abbr[title]:after {   content: " (" attr(title) ")";  }  a[href^="javascript:"]:after,  a[href^="#"]:after {   content: "";  }  pre,  blockquote {   border: 1px solid #999;   page-break-inside: avoid;  }  thead {   display: table-header-group;  }  tr,  img {   page-break-inside: avoid;  }  img {   max-width: 100% !important;  }  p,  h2,  h3 {   orphans: 3;   widows: 3;  }  h2,  h3 {   page-break-after: avoid;  }  select {   background: #fff !important;  }  .navbar {   display: none;  }  .table td,  .table th {   background-color: #fff !important;  }  .btn > .caret,  .dropup > .btn > .caret {   border-top-color: #000 !important;  }  .label {   border: 1px solid #000;  }  .table {   border-collapse: collapse !important;  }  .table-bordered th,  .table-bordered td {   border: 1px solid #ddd !important;  } } * {  -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;   box-sizing: border-box; } *:before, *:after {  -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;   box-sizing: border-box; } html {  font-size: 62.5%;  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body {  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  font-size: 14px;  line-height: 1.42857143;  color: #333;  background-color: #fff; } input, button, select, textarea {  font-family: inherit;  font-size: inherit;  line-height: inherit; } a {  color: #428bca;  text-decoration: none; } a:hover, a:focus {  color: #2a6496;  text-decoration: underline; } a:focus {  outline: thin dotted;  outline: 5px auto -webkit-focus-ring-color;  outline-offset: -2px; } figure {  margin: 0; } img {  vertical-align: middle; } .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {  display: block;  max-width: 100%;  height: auto; } .img-rounded {  border-radius: 6px; } .img-thumbnail {  display: inline-block;  max-width: 100%;  height: auto;  padding: 4px;  line-height: 1.42857143;  background-color: #fff;  border: 1px solid #ddd;  border-radius: 4px;  -webkit-transition: all .2s ease-in-out;   transition: all .2s ease-in-out; } .img-circle {  border-radius: 50%; } hr {  margin-top: 20px;  margin-bottom: 20px;  border: 0;  border-top: 1px solid #eee; } .sr-only {  position: absolute;  width: 1px;  height: 1px;  padding: 0;  margin: -1px;  overflow: hidden;  clip: rect(0, 0, 0, 0);  border: 0; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {  font-family: inherit;  font-weight: 500;  line-height: 1.1;  color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {  font-weight: normal;  line-height: 1;  color: #999; } h1, .h1, h2, .h2, h3, .h3 {  margin-top: 20px;  margin-bottom: 10px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {  font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 {  margin-top: 10px;  margin-bottom: 10px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {  font-size: 75%; } h1, .h1 {  font-size: 36px; } h2, .h2 {  font-size: 30px; } h3, .h3 {  font-size: 24px; } h4, .h4 {  font-size: 18px; } h5, .h5 {  font-size: 14px; } h6, .h6 {  font-size: 12px; } p {  margin: 0 0 10px; } .lead {  margin-bottom: 20px;  font-size: 16px;  font-weight: 200;  line-height: 1.4; } @media (min-width: 768px) {  .lead {   font-size: 21px;  } } small, .small {  font-size: 85%; } cite {  font-style: normal; } .text-left {  text-align: left; } .text-right {  text-align: right; } .text-center {  text-align: center; } .text-justify {  text-align: justify; } .text-muted {  color: #999; } .text-primary {  color: #428bca; } a.text-primary:hover {  color: #3071a9; } .text-success {  color: #3c763d; } a.text-success:hover {  color: #2b542c; } .text-info {  color: #31708f; } a.text-info:hover {  color: #245269; } .text-warning {  color: #8a6d3b; } a.text-warning:hover {  color: #66512c; } .text-danger {  color: #a94442; } a.text-danger:hover {  color: #843534; } .bg-primary {  color: #fff;  background-color: #428bca; } a.bg-primary:hover {  background-color: #3071a9; } .bg-success {  background-color: #dff0d8; } a.bg-success:hover {  background-color: #c1e2b3; } .bg-info {  background-color: #d9edf7; } a.bg-info:hover {  background-color: #afd9ee; } .bg-warning {  background-color: #fcf8e3; } a.bg-warning:hover {  background-color: #f7ecb5; } .bg-danger {  background-color: #f2dede; } a.bg-danger:hover {  background-color: #e4b9b9; } .page-header {  padding-bottom: 9px;  margin: 40px 0 20px;  border-bottom: 1px solid #eee; } ul, ol {  margin-top: 0;  margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol {  margin-bottom: 0; } .list-unstyled {  padding-left: 0;  list-style: none; } .list-inline {  padding-left: 0;  margin-left: -5px;  list-style: none; } .list-inline > li {  display: inline-block;  padding-right: 5px;  padding-left: 5px; } dl {  margin-top: 0;  margin-bottom: 20px; } dt, dd {  line-height: 1.42857143; } dt {  font-weight: bold; } dd {  margin-left: 0; } @media (min-width: 768px) {  .dl-horizontal dt {   float: left;   width: 160px;   overflow: hidden;   clear: left;   text-align: right;   text-overflow: ellipsis;   white-space: nowrap;  }  .dl-horizontal dd {   margin-left: 180px;  } } abbr[title], abbr[data-original-title] {  cursor: help;  border-bottom: 1px dotted #999; } .initialism {  font-size: 90%;  text-transform: uppercase; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {  margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small {  display: block;  font-size: 80%;  line-height: 1.42857143;  color: #999; } blockquote footer:before, blockquote small:before, blockquote .small:before {  content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right {  padding-right: 15px;  padding-left: 0;  text-align: right;  border-right: 5px solid #eee;  border-left: 0; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {  content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {  content: '\00A0 \2014'; } blockquote:before, blockquote:after {  content: ""; } address {  margin-bottom: 20px;  font-style: normal;  line-height: 1.42857143; } code, kbd, pre, samp {  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code {  padding: 2px 4px;  font-size: 90%;  color: #c7254e;  white-space: nowrap;  background-color: #f9f2f4;  border-radius: 4px; } kbd {  padding: 2px 4px;  font-size: 90%;  color: #fff;  background-color: #333;  border-radius: 3px;  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); } pre {  display: block;  padding: 9.5px;  margin: 0 0 10px;  font-size: 13px;  line-height: 1.42857143;  color: #333;  word-break: break-all;  word-wrap: break-word;  background-color: #f5f5f5;  border: 1px solid #ccc;  border-radius: 4px; } pre code {  padding: 0;  font-size: inherit;  color: inherit;  white-space: pre-wrap;  background-color: transparent;  border-radius: 0; } .pre-scrollable {  max-height: 340px;  overflow-y: scroll; } .container {  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto; } @media (min-width: 768px) {  .container {   width: 750px;  } } @media (min-width: 992px) {  .container {   width: 970px;  } } @media (min-width: 1200px) {  .container {   width: 1170px;  } } .container-fluid {  padding-right: 15px;  padding-left: 15px;  margin-right: auto;  margin-left: auto; } .row {  margin-right: -15px;  margin-left: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {  position: relative;  min-height: 1px;  padding-right: 15px;  padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {  float: left; } .col-xs-12 {  width: 100%; } .col-xs-11 {  width: 91.66666667%; } .col-xs-10 {  width: 83.33333333%; } .col-xs-9 {  width: 75%; } .col-xs-8 {  width: 66.66666667%; } .col-xs-7 {  width: 58.33333333%; } .col-xs-6 {  width: 50%; } .col-xs-5 {  width: 41.66666667%; } .col-xs-4 {  width: 33.33333333%; } .col-xs-3 {  width: 25%; } .col-xs-2 {  width: 16.66666667%; } .col-xs-1 {  width: 8.33333333%; } .col-xs-pull-12 {  right: 100%; } .col-xs-pull-11 {  right: 91.66666667%; } .col-xs-pull-10 {  right: 83.33333333%; } .col-xs-pull-9 {  right: 75%; } .col-xs-pull-8 {  right: 66.66666667%; } .col-xs-pull-7 {  right: 58.33333333%; } .col-xs-pull-6 {  right: 50%; } .col-xs-pull-5 {  right: 41.66666667%; } .col-xs-pull-4 {  right: 33.33333333%; } .col-xs-pull-3 {  right: 25%; } .col-xs-pull-2 {  right: 16.66666667%; } .col-xs-pull-1 {  right: 8.33333333%; } .col-xs-pull-0 {  right: 0; } .col-xs-push-12 {  left: 100%; } .col-xs-push-11 {  left: 91.66666667%; } .col-xs-push-10 {  left: 83.33333333%; } .col-xs-push-9 {  left: 75%; } .col-xs-push-8 {  left: 66.66666667%; } .col-xs-push-7 {  left: 58.33333333%; } .col-xs-push-6 {  left: 50%; } .col-xs-push-5 {  left: 41.66666667%; } .col-xs-push-4 {  left: 33.33333333%; } .col-xs-push-3 {  left: 25%; } .col-xs-push-2 {  left: 16.66666667%; } .col-xs-push-1 {  left: 8.33333333%; } .col-xs-push-0 {  left: 0; } .col-xs-offset-12 {  margin-left: 100%; } .col-xs-offset-11 {  margin-left: 91.66666667%; } .col-xs-offset-10 {  margin-left: 83.33333333%; } .col-xs-offset-9 {  margin-left: 75%; } .col-xs-offset-8 {  margin-left: 66.66666667%; } .col-xs-offset-7 {  margin-left: 58.33333333%; } .col-xs-offset-6 {  margin-left: 50%; } .col-xs-offset-5 {  margin-left: 41.66666667%; } .col-xs-offset-4 {  margin-left: 33.33333333%; } .col-xs-offset-3 {  margin-left: 25%; } .col-xs-offset-2 {  margin-left: 16.66666667%; } .col-xs-offset-1 {  margin-left: 8.33333333%; } .col-xs-offset-0 {  margin-left: 0; } @media (min-width: 768px) {  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {   float: left;  }  .col-sm-12 {   width: 100%;  }  .col-sm-11 {   width: 91.66666667%;  }  .col-sm-10 {   width: 83.33333333%;  }  .col-sm-9 {   width: 75%;  }  .col-sm-8 {   width: 66.66666667%;  }  .col-sm-7 {   width: 58.33333333%;  }  .col-sm-6 {   width: 50%;  }  .col-sm-5 {   width: 41.66666667%;  }  .col-sm-4 {   width: 33.33333333%;  }  .col-sm-3 {   width: 25%;  }  .col-sm-2 {   width: 16.66666667%;  }  .col-sm-1 {   width: 8.33333333%;  }  .col-sm-pull-12 {   right: 100%;  }  .col-sm-pull-11 {   right: 91.66666667%;  }  .col-sm-pull-10 {   right: 83.33333333%;  }  .col-sm-pull-9 {   right: 75%;  }  .col-sm-pull-8 {   right: 66.66666667%;  }  .col-sm-pull-7 {   right: 58.33333333%;  }  .col-sm-pull-6 {   right: 50%;  }  .col-sm-pull-5 {   right: 41.66666667%;  }  .col-sm-pull-4 {   right: 33.33333333%;  }  .col-sm-pull-3 {   right: 25%;  }  .col-sm-pull-2 {   right: 16.66666667%;  }  .col-sm-pull-1 {   right: 8.33333333%;  }  .col-sm-pull-0 {   right: 0;  }  .col-sm-push-12 {   left: 100%;  }  .col-sm-push-11 {   left: 91.66666667%;  }  .col-sm-push-10 {   left: 83.33333333%;  }  .col-sm-push-9 {   left: 75%;  }  .col-sm-push-8 {   left: 66.66666667%;  }  .col-sm-push-7 {   left: 58.33333333%;  }  .col-sm-push-6 {   left: 50%;  }  .col-sm-push-5 {   left: 41.66666667%;  }  .col-sm-push-4 {   left: 33.33333333%;  }  .col-sm-push-3 {   left: 25%;  }  .col-sm-push-2 {   left: 16.66666667%;  }  .col-sm-push-1 {   left: 8.33333333%;  }  .col-sm-push-0 {   left: 0;  }  .col-sm-offset-12 {   margin-left: 100%;  }  .col-sm-offset-11 {   margin-left: 91.66666667%;  }  .col-sm-offset-10 {   margin-left: 83.33333333%;  }  .col-sm-offset-9 {   margin-left: 75%;  }  .col-sm-offset-8 {   margin-left: 66.66666667%;  }  .col-sm-offset-7 {   margin-left: 58.33333333%;  }  .col-sm-offset-6 {   margin-left: 50%;  }  .col-sm-offset-5 {   margin-left: 41.66666667%;  }  .col-sm-offset-4 {   margin-left: 33.33333333%;  }  .col-sm-offset-3 {   margin-left: 25%;  }  .col-sm-offset-2 {   margin-left: 16.66666667%;  }  .col-sm-offset-1 {   margin-left: 8.33333333%;  }  .col-sm-offset-0 {   margin-left: 0;  } } @media (min-width: 992px) {  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {   float: left;  }  .col-md-12 {   width: 100%;  }  .col-md-11 {   width: 91.66666667%;  }  .col-md-10 {   width: 83.33333333%;  }  .col-md-9 {   width: 75%;  }  .col-md-8 {   width: 66.66666667%;  }  .col-md-7 {   width: 58.33333333%;  }  .col-md-6 {   width: 50%;  }  .col-md-5 {   width: 41.66666667%;  }  .col-md-4 {   width: 33.33333333%;  }  .col-md-3 {   width: 25%;  }  .col-md-2 {   width: 16.66666667%;  }  .col-md-1 {   width: 8.33333333%;  }  .col-md-pull-12 {   right: 100%;  }  .col-md-pull-11 {   right: 91.66666667%;  }  .col-md-pull-10 {   right: 83.33333333%;  }  .col-md-pull-9 {   right: 75%;  }  .col-md-pull-8 {   right: 66.66666667%;  }  .col-md-pull-7 {   right: 58.33333333%;  }  .col-md-pull-6 {   right: 50%;  }  .col-md-pull-5 {   right: 41.66666667%;  }  .col-md-pull-4 {   right: 33.33333333%;  }  .col-md-pull-3 {   right: 25%;  }  .col-md-pull-2 {   right: 16.66666667%;  }  .col-md-pull-1 {   right: 8.33333333%;  }  .col-md-pull-0 {   right: 0;  }  .col-md-push-12 {   left: 100%;  }  .col-md-push-11 {   left: 91.66666667%;  }  .col-md-push-10 {   left: 83.33333333%;  }  .col-md-push-9 {   left: 75%;  }  .col-md-push-8 {   left: 66.66666667%;  }  .col-md-push-7 {   left: 58.33333333%;  }  .col-md-push-6 {   left: 50%;  }  .col-md-push-5 {   left: 41.66666667%;  }  .col-md-push-4 {   left: 33.33333333%;  }  .col-md-push-3 {   left: 25%;  }  .col-md-push-2 {   left: 16.66666667%;  }  .col-md-push-1 {   left: 8.33333333%;  }  .col-md-push-0 {   left: 0;  }  .col-md-offset-12 {   margin-left: 100%;  }  .col-md-offset-11 {   margin-left: 91.66666667%;  }  .col-md-offset-10 {   margin-left: 83.33333333%;  }  .col-md-offset-9 {   margin-left: 75%;  }  .col-md-offset-8 {   margin-left: 66.66666667%;  }  .col-md-offset-7 {   margin-left: 58.33333333%;  }  .col-md-offset-6 {   margin-left: 50%;  }  .col-md-offset-5 {   margin-left: 41.66666667%;  }  .col-md-offset-4 {   margin-left: 33.33333333%;  }  .col-md-offset-3 {   margin-left: 25%;  }  .col-md-offset-2 {   margin-left: 16.66666667%;  }  .col-md-offset-1 {   margin-left: 8.33333333%;  }  .col-md-offset-0 {   margin-left: 0;  } } @media (min-width: 1200px) {  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {   float: left;  }  .col-lg-12 {   width: 100%;  }  .col-lg-11 {   width: 91.66666667%;  }  .col-lg-10 {   width: 83.33333333%;  }  .col-lg-9 {   width: 75%;  }  .col-lg-8 {   width: 66.66666667%;  }  .col-lg-7 {   width: 58.33333333%;  }  .col-lg-6 {   width: 50%;  }  .col-lg-5 {   width: 41.66666667%;  }  .col-lg-4 {   width: 33.33333333%;  }  .col-lg-3 {   width: 25%;  }  .col-lg-2 {   width: 16.66666667%;  }  .col-lg-1 {   width: 8.33333333%;  }  .col-lg-pull-12 {   right: 100%;  }  .col-lg-pull-11 {   right: 91.66666667%;  }  .col-lg-pull-10 {   right: 83.33333333%;  }  .col-lg-pull-9 {   right: 75%;  }  .col-lg-pull-8 {   right: 66.66666667%;  }  .col-lg-pull-7 {   right: 58.33333333%;  }  .col-lg-pull-6 {   right: 50%;  }  .col-lg-pull-5 {   right: 41.66666667%;  }  .col-lg-pull-4 {   right: 33.33333333%;  }  .col-lg-pull-3 {   right: 25%;  }  .col-lg-pull-2 {   right: 16.66666667%;  }  .col-lg-pull-1 {   right: 8.33333333%;  }  .col-lg-pull-0 {   right: 0;  }  .col-lg-push-12 {   left: 100%;  }  .col-lg-push-11 {   left: 91.66666667%;  }  .col-lg-push-10 {   left: 83.33333333%;  }  .col-lg-push-9 {   left: 75%;  }  .col-lg-push-8 {   left: 66.66666667%;  }  .col-lg-push-7 {   left: 58.33333333%;  }  .col-lg-push-6 {   left: 50%;  }  .col-lg-push-5 {   left: 41.66666667%;  }  .col-lg-push-4 {   left: 33.33333333%;  }  .col-lg-push-3 {   left: 25%;  }  .col-lg-push-2 {   left: 16.66666667%;  }  .col-lg-push-1 {   left: 8.33333333%;  }  .col-lg-push-0 {   left: 0;  }  .col-lg-offset-12 {   margin-left: 100%;  }  .col-lg-offset-11 {   margin-left: 91.66666667%;  }  .col-lg-offset-10 {   margin-left: 83.33333333%;  }  .col-lg-offset-9 {   margin-left: 75%;  }  .col-lg-offset-8 {   margin-left: 66.66666667%;  }  .col-lg-offset-7 {   margin-left: 58.33333333%;  }  .col-lg-offset-6 {   margin-left: 50%;  }  .col-lg-offset-5 {   margin-left: 41.66666667%;  }  .col-lg-offset-4 {   margin-left: 33.33333333%;  }  .col-lg-offset-3 {   margin-left: 25%;  }  .col-lg-offset-2 {   margin-left: 16.66666667%;  }  .col-lg-offset-1 {   margin-left: 8.33333333%;  }  .col-lg-offset-0 {   margin-left: 0;  } } table {  max-width: 100%;  background-color: transparent; } th {  text-align: left; } .table {  width: 100%;  margin-bottom: 20px; } .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {  padding: 8px;  line-height: 1.42857143;  vertical-align: top;  border-top: 1px solid #ddd; } .table > thead > tr > th {  vertical-align: bottom;  border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {  border-top: 0; } .table > tbody + tbody {  border-top: 2px solid #ddd; } .table .table {  background-color: #fff; } .table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {  padding: 5px; } .table-bordered {  border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {  border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {  border-bottom-width: 2px; } .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {  background-color: #f9f9f9; } .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {  background-color: #f5f5f5; } table col[class*="col-"] {  position: static;  display: table-column;  float: none; } table td[class*="col-"], table th[class*="col-"] {  position: static;  display: table-cell;  float: none; } .table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {  background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {  background-color: #e8e8e8; } .table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {  background-color: #dff0d8; } .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {  background-color: #d0e9c6; } .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {  background-color: #d9edf7; } .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {  background-color: #c4e3f3; } .table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {  background-color: #fcf8e3; } .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {  background-color: #faf2cc; } .table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {  background-color: #f2dede; } .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {  background-color: #ebcccc; } @media (max-width: 767px) {  .table-responsive {   width: 100%;   margin-bottom: 15px;   overflow-x: scroll;   overflow-y: hidden;   -webkit-overflow-scrolling: touch;   -ms-overflow-style: -ms-autohiding-scrollbar;   border: 1px solid #ddd;  }  .table-responsive > .table {   margin-bottom: 0;  }  .table-responsive > .table > thead > tr > th,  .table-responsive > .table > tbody > tr > th,  .table-responsive > .table > tfoot > tr > th,  .table-responsive > .table > thead > tr > td,  .table-responsive > .table > tbody > tr > td,  .table-responsive > .table > tfoot > tr > td {   white-space: nowrap;  }  .table-responsive > .table-bordered {   border: 0;  }  .table-responsive > .table-bordered > thead > tr > th:first-child,  .table-responsive > .table-bordered > tbody > tr > th:first-child,  .table-responsive > .table-bordered > tfoot > tr > th:first-child,  .table-responsive > .table-bordered > thead > tr > td:first-child,  .table-responsive > .table-bordered > tbody > tr > td:first-child,  .table-responsive > .table-bordered > tfoot > tr > td:first-child {   border-left: 0;  }  .table-responsive > .table-bordered > thead > tr > th:last-child,  .table-responsive > .table-bordered > tbody > tr > th:last-child,  .table-responsive > .table-bordered > tfoot > tr > th:last-child,  .table-responsive > .table-bordered > thead > tr > td:last-child,  .table-responsive > .table-bordered > tbody > tr > td:last-child,  .table-responsive > .table-bordered > tfoot > tr > td:last-child {   border-right: 0;  }  .table-responsive > .table-bordered > tbody > tr:last-child > th,  .table-responsive > .table-bordered > tfoot > tr:last-child > th,  .table-responsive > .table-bordered > tbody > tr:last-child > td,  .table-responsive > .table-bordered > tfoot > tr:last-child > td {   border-bottom: 0;  } } fieldset {  min-width: 0;  padding: 0;  margin: 0;  border: 0; } legend {  display: block;  width: 100%;  padding: 0;  margin-bottom: 20px;  font-size: 21px;  line-height: inherit;  color: #333;  border: 0;  border-bottom: 1px solid #e5e5e5; } label {  display: inline-block;  margin-bottom: 5px;  font-weight: bold; } input[type="search"] {  -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;   box-sizing: border-box; } input[type="radio"], input[type="checkbox"] {  margin: 4px 0 0;  margin-top: 1px \9;   line-height: normal; } input[type="file"] {  display: block; } input[type="range"] {  display: block;  width: 100%; } select[multiple], select[size] {  height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {  outline: thin dotted;  outline: 5px auto -webkit-focus-ring-color;  outline-offset: -2px; } output {  display: block;  padding-top: 7px;  font-size: 14px;  line-height: 1.42857143;  color: #555; } .form-control {  display: block;  width: 100%;  height: 34px;  padding: 6px 12px;  font-size: 14px;  line-height: 1.42857143;  color: #555;  background-color: #fff;  background-image: none;  border: 1px solid #ccc;  border-radius: 4px;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;   transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus {  border-color: #66afe9;  outline: 0;  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); } .form-control::-moz-placeholder {  color: #999;  opacity: 1; } .form-control:-ms-input-placeholder {  color: #999; } .form-control::-webkit-input-placeholder {  color: #999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {  cursor: not-allowed;  background-color: #eee;  opacity: 1; } textarea.form-control {  height: auto; } input[type="search"] {  -webkit-appearance: none; } input[type="date"] {  line-height: 34px; } .form-group {  margin-bottom: 15px; } .radio, .checkbox {  display: block;  min-height: 20px;  padding-left: 20px;  margin-top: 10px;  margin-bottom: 10px; } .radio label, .checkbox label {  display: inline;  font-weight: normal;  cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {  float: left;  margin-left: -20px; } .radio + .radio, .checkbox + .checkbox {  margin-top: -5px; } .radio-inline, .checkbox-inline {  display: inline-block;  padding-left: 20px;  margin-bottom: 0;  font-weight: normal;  vertical-align: middle;  cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {  margin-top: 0;  margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {  cursor: not-allowed; } .input-sm {  height: 30px;  padding: 5px 10px;  font-size: 12px;  line-height: 1.5;  border-radius: 3px; } select.input-sm {  height: 30px;  line-height: 30px; } textarea.input-sm, select[multiple].input-sm {  height: auto; } .input-lg {  height: 46px;  padding: 10px 16px;  font-size: 18px;  line-height: 1.33;  border-radius: 6px; } select.input-lg {  height: 46px;  line-height: 46px; } textarea.input-lg, select[multiple].input-lg {  height: auto; } .has-feedback {  position: relative; } .has-feedback .form-control {  padding-right: 42.5px; } .has-feedback .form-control-feedback {  position: absolute;  top: 25px;  right: 0;  display: block;  width: 34px;  height: 34px;  line-height: 34px;  text-align: center; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {  color: #3c763d; } .has-success .form-control {  border-color: #3c763d;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-success .form-control:focus {  border-color: #2b542c;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; } .has-success .input-group-addon {  color: #3c763d;  background-color: #dff0d8;  border-color: #3c763d; } .has-success .form-control-feedback {  color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {  color: #8a6d3b; } .has-warning .form-control {  border-color: #8a6d3b;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-warning .form-control:focus {  border-color: #66512c;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; } .has-warning .input-group-addon {  color: #8a6d3b;  background-color: #fcf8e3;  border-color: #8a6d3b; } .has-warning .form-control-feedback {  color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {  color: #a94442; } .has-error .form-control {  border-color: #a94442;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-error .form-control:focus {  border-color: #843534;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; } .has-error .input-group-addon {  color: #a94442;  background-color: #f2dede;  border-color: #a94442; } .has-error .form-control-feedback {  color: #a94442; } .form-control-static {  margin-bottom: 0; } .help-block {  display: block;  margin-top: 5px;  margin-bottom: 10px;  color: #737373; } @media (min-width: 768px) {  .form-inline .form-group {   display: inline-block;   margin-bottom: 0;   vertical-align: middle;  }  .form-inline .form-control {   display: inline-block;   width: auto;   vertical-align: middle;  }  .form-inline .input-group > .form-control {   width: 100%;  }  .form-inline .control-label {   margin-bottom: 0;   vertical-align: middle;  }  .form-inline .radio,  .form-inline .checkbox {   display: inline-block;   padding-left: 0;   margin-top: 0;   margin-bottom: 0;   vertical-align: middle;  }  .form-inline .radio input[type="radio"],  .form-inline .checkbox input[type="checkbox"] {   float: none;   margin-left: 0;  }  .form-inline .has-feedback .form-control-feedback {   top: 0;  } } .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {  padding-top: 7px;  margin-top: 0;  margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox {  min-height: 27px; } .form-horizontal .form-group {  margin-right: -15px;  margin-left: -15px; } .form-horizontal .form-control-static {  padding-top: 7px; } @media (min-width: 768px) {  .form-horizontal .control-label {   text-align: right;  } } .form-horizontal .has-feedback .form-control-feedback {  top: 0;  right: 15px; } .btn {  display: inline-block;  padding: 6px 12px;  margin-bottom: 0;  font-size: 14px;  font-weight: normal;  line-height: 1.42857143;  text-align: center;  white-space: nowrap;  vertical-align: middle;  cursor: pointer;  -webkit-user-select: none;   -moz-user-select: none; -ms-user-select: none;   user-select: none;  background-image: none;  border: 1px solid transparent;  border-radius: 4px; } .btn:focus, .btn:active:focus, .btn.active:focus {  outline: thin dotted;  outline: 5px auto -webkit-focus-ring-color;  outline-offset: -2px; } .btn:hover, .btn:focus {  color: #333;  text-decoration: none; } .btn:active, .btn.active {  background-image: none;  outline: 0;  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);   box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn {  pointer-events: none;  cursor: not-allowed;  filter: alpha(opacity=65);  -webkit-box-shadow: none;   box-shadow: none;  opacity: .65; } .btn-default {  color: #333;  background-color: #fff;  border-color: #ccc; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {  color: #333;  background-color: #ebebeb;  border-color: #adadad; } .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {  background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {  background-color: #fff;  border-color: #ccc; } .btn-default .badge {  color: #fff;  background-color: #333; } .btn-primary {  color: #fff;  background-color: #428bca;  border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {  color: #fff;  background-color: #3276b1;  border-color: #285e8e; } .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: #428bca;  border-color: #357ebd; } .btn-primary .badge {  color: #428bca;  background-color: #fff; } .btn-success {  color: #fff;  background-color: #5cb85c;  border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {  color: #fff;  background-color: #47a447;  border-color: #398439; } .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: #5cb85c;  border-color: #4cae4c; } .btn-success .badge {  color: #5cb85c;  background-color: #fff; } .btn-info {  color: #fff;  background-color: #5bc0de;  border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {  color: #fff;  background-color: #39b3d7;  border-color: #269abc; } .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {  background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {  background-color: #5bc0de;  border-color: #46b8da; } .btn-info .badge {  color: #5bc0de;  background-color: #fff; } .btn-warning {  color: #fff;  background-color: #f0ad4e;  border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {  color: #fff;  background-color: #ed9c28;  border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {  background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {  background-color: #f0ad4e;  border-color: #eea236; } .btn-warning .badge {  color: #f0ad4e;  background-color: #fff; } .btn-danger {  color: #fff;  background-color: #d9534f;  border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {  color: #fff;  background-color: #d2322d;  border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {  background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {  background-color: #d9534f;  border-color: #d43f3a; } .btn-danger .badge {  color: #d9534f;  background-color: #fff; } .btn-link {  font-weight: normal;  color: #428bca;  cursor: pointer;  border-radius: 0; } .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {  background-color: transparent;  -webkit-box-shadow: none;   box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {  border-color: transparent; } .btn-link:hover, .btn-link:focus {  color: #2a6496;  text-decoration: underline;  background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {  color: #999;  text-decoration: none; } .btn-lg, .btn-group-lg > .btn {  padding: 10px 16px;  font-size: 18px;  line-height: 1.33;  border-radius: 6px; } .btn-sm, .btn-group-sm > .btn {  padding: 5px 10px;  font-size: 12px;  line-height: 1.5;  border-radius: 3px; } .btn-xs, .btn-group-xs > .btn {  padding: 1px 5px;  font-size: 12px;  line-height: 1.5;  border-radius: 3px; } .btn-block {  display: block;  width: 100%;  padding-right: 0;  padding-left: 0; } .btn-block + .btn-block {  margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {  width: 100%; } .fade {  opacity: 0;  -webkit-transition: opacity .15s linear;   transition: opacity .15s linear; } .fade.in {  opacity: 1; } .collapse {  display: none; } .collapse.in {  display: block; } .collapsing {  position: relative;  height: 0;  overflow: hidden;  -webkit-transition: height .35s ease;   transition: height .35s ease; } .glyphicon {  position: relative;  top: 1px;  display: inline-block;  font-family: 'Glyphicons Halflings';  font-style: normal;  font-weight: normal;  line-height: 1;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; } .glyphicon-asterisk:before {  content: "\2a"; } .glyphicon-plus:before {  content: "\2b"; } .glyphicon-euro:before {  content: "\20ac"; } .glyphicon-minus:before {  content: "\2212"; } .glyphicon-cloud:before {  content: "\2601"; } .glyphicon-envelope:before {  content: "\2709"; } .glyphicon-pencil:before {  content: "\270f"; } .glyphicon-glass:before {  content: "\e001"; } .glyphicon-music:before {  content: "\e002"; } .glyphicon-search:before {  content: "\e003"; } .glyphicon-heart:before {  content: "\e005"; } .glyphicon-star:before {  content: "\e006"; } .glyphicon-star-empty:before {  content: "\e007"; } .glyphicon-user:before {  content: "\e008"; } .glyphicon-film:before {  content: "\e009"; } .glyphicon-th-large:before {  content: "\e010"; } .glyphicon-th:before {  content: "\e011"; } .glyphicon-th-list:before {  content: "\e012"; } .glyphicon-ok:before {  content: "\e013"; } .glyphicon-remove:before {  content: "\e014"; } .glyphicon-zoom-in:before {  content: "\e015"; } .glyphicon-zoom-out:before {  content: "\e016"; } .glyphicon-off:before {  content: "\e017"; } .glyphicon-signal:before {  content: "\e018"; } .glyphicon-cog:before {  content: "\e019"; } .glyphicon-trash:before {  content: "\e020"; } .glyphicon-home:before {  content: "\e021"; } .glyphicon-file:before {  content: "\e022"; } .glyphicon-time:before {  content: "\e023"; } .glyphicon-road:before {  content: "\e024"; } .glyphicon-download-alt:before {  content: "\e025"; } .glyphicon-download:before {  content: "\e026"; } .glyphicon-upload:before {  content: "\e027"; } .glyphicon-inbox:before {  content: "\e028"; } .glyphicon-play-circle:before {  content: "\e029"; } .glyphicon-repeat:before {  content: "\e030"; } .glyphicon-refresh:before {  content: "\e031"; } .glyphicon-list-alt:before {  content: "\e032"; } .glyphicon-lock:before {  content: "\e033"; } .glyphicon-flag:before {  content: "\e034"; } .glyphicon-headphones:before {  content: "\e035"; } .glyphicon-volume-off:before {  content: "\e036"; } .glyphicon-volume-down:before {  content: "\e037"; } .glyphicon-volume-up:before {  content: "\e038"; } .glyphicon-qrcode:before {  content: "\e039"; } .glyphicon-barcode:before {  content: "\e040"; } .glyphicon-tag:before {  content: "\e041"; } .glyphicon-tags:before {  content: "\e042"; } .glyphicon-book:before {  content: "\e043"; } .glyphicon-bookmark:before {  content: "\e044"; } .glyphicon-print:before {  content: "\e045"; } .glyphicon-camera:before {  content: "\e046"; } .glyphicon-font:before {  content: "\e047"; } .glyphicon-bold:before {  content: "\e048"; } .glyphicon-italic:before {  content: "\e049"; } .glyphicon-text-height:before {  content: "\e050"; } .glyphicon-text-width:before {  content: "\e051"; } .glyphicon-align-left:before {  content: "\e052"; } .glyphicon-align-center:before {  content: "\e053"; } .glyphicon-align-right:before {  content: "\e054"; } .glyphicon-align-justify:before {  content: "\e055"; } .glyphicon-list:before {  content: "\e056"; } .glyphicon-indent-left:before {  content: "\e057"; } .glyphicon-indent-right:before {  content: "\e058"; } .glyphicon-facetime-video:before {  content: "\e059"; } .glyphicon-picture:before {  content: "\e060"; } .glyphicon-map-marker:before {  content: "\e062"; } .glyphicon-adjust:before {  content: "\e063"; } .glyphicon-tint:before {  content: "\e064"; } .glyphicon-edit:before {  content: "\e065"; } .glyphicon-share:before {  content: "\e066"; } .glyphicon-check:before {  content: "\e067"; } .glyphicon-move:before {  content: "\e068"; } .glyphicon-step-backward:before {  content: "\e069"; } .glyphicon-fast-backward:before {  content: "\e070"; } .glyphicon-backward:before {  content: "\e071"; } .glyphicon-play:before {  content: "\e072"; } .glyphicon-pause:before {  content: "\e073"; } .glyphicon-stop:before {  content: "\e074"; } .glyphicon-forward:before {  content: "\e075"; } .glyphicon-fast-forward:before {  content: "\e076"; } .glyphicon-step-forward:before {  content: "\e077"; } .glyphicon-eject:before {  content: "\e078"; } .glyphicon-chevron-left:before {  } .glyphicon-chevron-right:before {  } .glyphicon-plus-sign:before {  content: "\e081"; } .glyphicon-minus-sign:before {  content: "\e082"; } .glyphicon-remove-sign:before {  content: "\e083"; } .glyphicon-ok-sign:before {  content: "\e084"; } .glyphicon-question-sign:before {  content: "\e085"; } .glyphicon-info-sign:before {  content: "\e086"; } .glyphicon-screenshot:before {  content: "\e087"; } .glyphicon-remove-circle:before {  content: "\e088"; } .glyphicon-ok-circle:before {  content: "\e089"; } .glyphicon-ban-circle:before {  content: "\e090"; } .glyphicon-arrow-left:before {  content: "\e091"; } .glyphicon-arrow-right:before {  content: "\e092"; } .glyphicon-arrow-up:before {  content: "\e093"; } .glyphicon-arrow-down:before {  content: "\e094"; } .glyphicon-share-alt:before {  content: "\e095"; } .glyphicon-resize-full:before {  content: "\e096"; } .glyphicon-resize-small:before {  content: "\e097"; } .glyphicon-exclamation-sign:before {  content: "\e101"; } .glyphicon-gift:before {  content: "\e102"; } .glyphicon-leaf:before {  content: "\e103"; } .glyphicon-fire:before {  content: "\e104"; } .glyphicon-eye-open:before {  content: "\e105"; } .glyphicon-eye-close:before {  content: "\e106"; } .glyphicon-warning-sign:before {  content: "\e107"; } .glyphicon-plane:before {  content: "\e108"; } .glyphicon-calendar:before {  content: "\e109"; } .glyphicon-random:before {  content: "\e110"; } .glyphicon-comment:before {  content: "\e111"; } .glyphicon-magnet:before {  content: "\e112"; } .glyphicon-chevron-up:before {  content: "\e113"; } .glyphicon-chevron-down:before {  content: "\e114"; } .glyphicon-retweet:before {  content: "\e115"; } .glyphicon-shopping-cart:before {  content: "\e116"; } .glyphicon-folder-close:before {  content: "\e117"; } .glyphicon-folder-open:before {  content: "\e118"; } .glyphicon-resize-vertical:before {  content: "\e119"; } .glyphicon-resize-horizontal:before {  content: "\e120"; } .glyphicon-hdd:before {  content: "\e121"; } .glyphicon-bullhorn:before {  content: "\e122"; } .glyphicon-bell:before {  content: "\e123"; } .glyphicon-certificate:before {  content: "\e124"; } .glyphicon-thumbs-up:before {  content: "\e125"; } .glyphicon-thumbs-down:before {  content: "\e126"; } .glyphicon-hand-right:before {  content: "\e127"; } .glyphicon-hand-left:before {  content: "\e128"; } .glyphicon-hand-up:before {  content: "\e129"; } .glyphicon-hand-down:before {  content: "\e130"; } .glyphicon-circle-arrow-right:before {  content: "\e131"; } .glyphicon-circle-arrow-left:before {  content: "\e132"; } .glyphicon-circle-arrow-up:before {  content: "\e133"; } .glyphicon-circle-arrow-down:before {  content: "\e134"; } .glyphicon-globe:before {  content: "\e135"; } .glyphicon-wrench:before {  content: "\e136"; } .glyphicon-tasks:before {  content: "\e137"; } .glyphicon-filter:before {  content: "\e138"; } .glyphicon-briefcase:before {  content: "\e139"; } .glyphicon-fullscreen:before {  content: "\e140"; } .glyphicon-dashboard:before {  content: "\e141"; } .glyphicon-paperclip:before {  content: "\e142"; } .glyphicon-heart-empty:before {  content: "\e143"; } .glyphicon-link:before {  content: "\e144"; } .glyphicon-phone:before {  content: "\e145"; } .glyphicon-pushpin:before {  content: "\e146"; } .glyphicon-usd:before {  content: "\e148"; } .glyphicon-gbp:before {  content: "\e149"; } .glyphicon-sort:before {  content: "\e150"; } .glyphicon-sort-by-alphabet:before {  content: "\e151"; } .glyphicon-sort-by-alphabet-alt:before {  content: "\e152"; } .glyphicon-sort-by-order:before {  content: "\e153"; } .glyphicon-sort-by-order-alt:before {  content: "\e154"; } .glyphicon-sort-by-attributes:before {  content: "\e155"; } .glyphicon-sort-by-attributes-alt:before {  content: "\e156"; } .glyphicon-unchecked:before {  content: "\e157"; } .glyphicon-expand:before {  content: "\e158"; } .glyphicon-collapse-down:before {  content: "\e159"; } .glyphicon-collapse-up:before {  content: "\e160"; } .glyphicon-log-in:before {  content: "\e161"; } .glyphicon-flash:before {  content: "\e162"; } .glyphicon-log-out:before {  content: "\e163"; } .glyphicon-new-window:before {  content: "\e164"; } .glyphicon-record:before {  content: "\e165"; } .glyphicon-save:before {  content: "\e166"; } .glyphicon-open:before {  content: "\e167"; } .glyphicon-saved:before {  content: "\e168"; } .glyphicon-import:before {  content: "\e169"; } .glyphicon-export:before {  content: "\e170"; } .glyphicon-send:before {  content: "\e171"; } .glyphicon-floppy-disk:before {  content: "\e172"; } .glyphicon-floppy-saved:before {  content: "\e173"; } .glyphicon-floppy-remove:before {  content: "\e174"; } .glyphicon-floppy-save:before {  content: "\e175"; } .glyphicon-floppy-open:before {  content: "\e176"; } .glyphicon-credit-card:before {  content: "\e177"; } .glyphicon-transfer:before {  content: "\e178"; } .glyphicon-cutlery:before {  content: "\e179"; } .glyphicon-header:before {  content: "\e180"; } .glyphicon-compressed:before {  content: "\e181"; } .glyphicon-earphone:before {  content: "\e182"; } .glyphicon-phone-alt:before {  content: "\e183"; } .glyphicon-tower:before {  content: "\e184"; } .glyphicon-stats:before {  content: "\e185"; } .glyphicon-sd-video:before {  content: "\e186"; } .glyphicon-hd-video:before {  content: "\e187"; } .glyphicon-subtitles:before {  content: "\e188"; } .glyphicon-sound-stereo:before {  content: "\e189"; } .glyphicon-sound-dolby:before {  content: "\e190"; } .glyphicon-sound-5-1:before {  content: "\e191"; } .glyphicon-sound-6-1:before {  content: "\e192"; } .glyphicon-sound-7-1:before {  content: "\e193"; } .glyphicon-copyright-mark:before {  content: "\e194"; } .glyphicon-registration-mark:before {  content: "\e195"; } .glyphicon-cloud-download:before {  content: "\e197"; } .glyphicon-cloud-upload:before {  content: "\e198"; } .glyphicon-tree-conifer:before {  content: "\e199"; } .glyphicon-tree-deciduous:before {  content: "\e200"; } .caret {  display: inline-block;  width: 0;  height: 0;  margin-left: 2px;  vertical-align: middle;  border-top: 4px solid;  border-right: 4px solid transparent;  border-left: 4px solid transparent; } .dropdown {  position: relative; } .dropdown-toggle:focus {  outline: 0; } .dropdown-menu {  position: absolute;  top: 100%;  left: 0;  z-index: 999999;  display: none;  float: left;  min-width: 160px;  padding: 5px 0;  margin: 2px 0 0;  font-size: 14px;  list-style: none;  background-color: #fff;  background-clip: padding-box;  border: 1px solid #ccc;  border: 1px solid rgba(0, 0, 0, .15);  border-radius: 4px;  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);   box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .dropdown-menu.pull-right {  right: 0;  left: auto; } .dropdown-menu .divider {  height: 1px;  margin: 9px 0;  overflow: hidden;  background-color: #e5e5e5; } .dropdown-menu > li > a {  display: block;  padding: 3px 20px;  clear: both;  font-weight: normal;  line-height: 1.42857143;  color: #333;  white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {   background-color: #0081C2;   background-image: linear-gradient(to bottom, #0088CC, #0077B3);   background-repeat: repeat-x;   color: #FFFFFF;   text-decoration: none; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {  color: #fff;  text-decoration: none;  background-color: #428bca;  outline: 0; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {  color: #999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {  text-decoration: none;  cursor: not-allowed;  background-color: transparent;  background-image: none;  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); } .open > .dropdown-menu {  display: block; } .open > a {  outline: 0; } .dropdown-menu-right {  right: 0;  left: auto; } .dropdown-menu-left {  right: auto;  left: 0; } .dropdown-header {  display: block;  padding: 3px 20px;  font-size: 12px;  line-height: 1.42857143;  color: #999; } .dropdown-backdrop {  position: fixed;  top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: 990; } .pull-right > .dropdown-menu {  right: 0;  left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret {  content: "";  border-top: 0;  border-bottom: 4px solid; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {  top: auto;  bottom: 100%;  margin-bottom: 1px; } @media (min-width: 768px) {  .navbar-right .dropdown-menu {   right: 0;   left: auto;  }  .navbar-right .dropdown-menu-left {   right: auto;   left: 0;  } } .btn-group, .btn-group-vertical {  position: relative;  display: inline-block;  vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn {  position: relative;  float: left; } .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {  z-index: 2; } .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {  outline: none; } .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {  margin-left: -1px; } .btn-toolbar {  margin-left: -5px; } .btn-toolbar .btn-group, .btn-toolbar .input-group {  float: left; } .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {  margin-left: 5px; } .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {  border-radius: 0; } .btn-group > .btn:first-child {  margin-left: 0; } .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {  border-top-right-radius: 0;  border-bottom-right-radius: 0; } .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {  border-top-left-radius: 0;  border-bottom-left-radius: 0; } .btn-group > .btn-group {  float: left; } .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {  border-radius: 0; } .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {  border-top-right-radius: 0;  border-bottom-right-radius: 0; } .btn-group > .btn-group:last-child > .btn:first-child {  border-top-left-radius: 0;  border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {  outline: 0; } .btn-group > .btn + .dropdown-toggle {  padding-right: 8px;  padding-left: 8px; } .btn-group > .btn-lg + .dropdown-toggle {  padding-right: 12px;  padding-left: 12px; } .btn-group.open .dropdown-toggle {  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);   box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn-group.open .dropdown-toggle.btn-link {  -webkit-box-shadow: none;   box-shadow: none; } .btn .caret {  margin-left: 0; } .btn-lg .caret {  border-width: 5px 5px 0;  border-bottom-width: 0; } .dropup .btn-lg .caret {  border-width: 0 5px 5px; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {  display: block;  float: none;  width: 100%;  max-width: 100%; } .btn-group-vertical > .btn-group > .btn {  float: none; } .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {  margin-top: -1px;  margin-left: 0; } .btn-group-vertical > .btn:not(:first-child):not(:last-child) {  border-radius: 0; } .btn-group-vertical > .btn:first-child:not(:last-child) {  border-top-right-radius: 4px;  border-bottom-right-radius: 0;  border-bottom-left-radius: 0; } .btn-group-vertical > .btn:last-child:not(:first-child) {  border-top-left-radius: 0;  border-top-right-radius: 0;  border-bottom-left-radius: 4px; } .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {  border-radius: 0; } .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {  border-bottom-right-radius: 0;  border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {  border-top-left-radius: 0;  border-top-right-radius: 0; } .btn-group-justified {  display: table;  width: 100%;  table-layout: fixed;  border-collapse: separate; } .btn-group-justified > .btn, .btn-group-justified > .btn-group {  display: table-cell;  float: none;  width: 1%; } .btn-group-justified > .btn-group .btn {  width: 100%; } [data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {  display: none; } .input-group {  position: relative;  display: table;  border-collapse: separate; } .input-group[class*="col-"] {  float: none;  padding-right: 0;  padding-left: 0; } .input-group .form-control {  position: relative;  z-index: 2;  float: left;  width: 100%;  margin-bottom: 0; } .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {  height: 46px;  padding: 10px 16px;  font-size: 18px;  line-height: 1.33;  border-radius: 6px; } select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {  height: 46px;  line-height: 46px; } textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {  height: auto; } .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {  height: 30px;  padding: 5px 10px;  font-size: 12px;  line-height: 1.5;  border-radius: 3px; } select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {  height: 30px;  line-height: 30px; } textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {  height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control {  display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {  border-radius: 0; } .input-group-addon, .input-group-btn {  width: 1%;  white-space: nowrap;  vertical-align: middle; } .input-group-addon {  padding: 6px 12px;  font-size: 14px;  font-weight: normal;  line-height: 1;  color: #555;  text-align: center;  background-color: #eee;  border: 1px solid #ccc;  border-radius: 4px; } .input-group-addon.input-sm {  padding: 5px 10px;  font-size: 12px;  border-radius: 3px; } .input-group-addon.input-lg {  padding: 10px 16px;  font-size: 18px;  border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {  margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {  border-top-right-radius: 0;  border-bottom-right-radius: 0; } .input-group-addon:first-child {  border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {  border-top-left-radius: 0;  border-bottom-left-radius: 0; } .input-group-addon:last-child {  border-left: 0; } .input-group-btn {  position: relative;  font-size: 0;  white-space: nowrap; } .input-group-btn > .btn {  position: relative; } .input-group-btn > .btn + .btn {  margin-left: -1px; } .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {  z-index: 2; } .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {  margin-right: -1px; } .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {  margin-left: -1px; } .nav {  padding-left: 0;  margin-bottom: 0;  list-style: none; } .nav > li {  position: relative;  display: block; } .nav > li > a {  position: relative;  display: block;  padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus {  text-decoration: none;  background-color: #eee; } .nav > li.disabled > a {  color: #999; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {  color: #999;  text-decoration: none;  cursor: not-allowed;  background-color: transparent; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {  background-color: #eee;  border-color: #428bca; } .nav .nav-divider {  height: 1px;  margin: 9px 0;  overflow: hidden;  background-color: #e5e5e5; } .nav > li > a > img {  max-width: none; } .nav-tabs {  border-bottom: 1px solid #ddd; } .nav-tabs > li {  float: left;  margin-bottom: -1px; } .nav-tabs > li > a {  margin-right: 2px;  line-height: 1.42857143;  border: 1px solid transparent;  border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover {  border-color: #eee #eee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {  color: #555;  cursor: default;  background-color: #fff;  border: 1px solid #ddd;  border-bottom-color: transparent; } .nav-tabs.nav-justified {  width: 100%;  border-bottom: 0; } .nav-tabs.nav-justified > li {  float: none; } .nav-tabs.nav-justified > li > a {  margin-bottom: 5px;  text-align: center; } .nav-tabs.nav-justified > .dropdown .dropdown-menu {  top: auto;  left: auto; } @media (min-width: 768px) {  .nav-tabs.nav-justified > li {   display: table-cell;   width: 1%;  }  .nav-tabs.nav-justified > li > a {   margin-bottom: 0;  } } .nav-tabs.nav-justified > li > a {  margin-right: 0;  border-radius: 4px; } .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {  border: 1px solid #ddd; } @media (min-width: 768px) {  .nav-tabs.nav-justified > li > a {   border-bottom: 1px solid #ddd;   border-radius: 4px 4px 0 0;  }  .nav-tabs.nav-justified > .active > a,  .nav-tabs.nav-justified > .active > a:hover,  .nav-tabs.nav-justified > .active > a:focus {   border-bottom-color: #fff;  } } .nav-pills > li {  float: left; } .nav-pills > li > a {  border-radius: 4px; } .nav-pills > li + li {  margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {  color: #fff;  background-color: #428bca; } .nav-stacked > li {  float: none; } .nav-stacked > li + li {  margin-top: 2px;  margin-left: 0; } .nav-justified {  width: 100%; } .nav-justified > li {  float: none; } .nav-justified > li > a {  margin-bottom: 5px;  text-align: center; } .nav-justified > .dropdown .dropdown-menu {  top: auto;  left: auto; } @media (min-width: 768px) {  .nav-justified > li {   display: table-cell;   width: 1%;  }  .nav-justified > li > a {   margin-bottom: 0;  } } .nav-tabs-justified {  border-bottom: 0; } .nav-tabs-justified > li > a {  margin-right: 0;  border-radius: 4px; } .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {  border: 1px solid #ddd; } @media (min-width: 768px) {  .nav-tabs-justified > li > a {   border-bottom: 1px solid #ddd;   border-radius: 4px 4px 0 0;  }  .nav-tabs-justified > .active > a,  .nav-tabs-justified > .active > a:hover,  .nav-tabs-justified > .active > a:focus {   border-bottom-color: #fff;  } } .tab-content > .tab-pane {  display: none; } .tab-content > .active {  display: block; } .nav-tabs .dropdown-menu {  margin-top: -1px;  border-top-left-radius: 0;  border-top-right-radius: 0; } .navbar {  position: relative;  min-height: 50px;  margin-bottom: 20px;  border: 1px solid transparent; } @media (min-width: 768px) {  .navbar {   border-radius: 4px;  } } @media (min-width: 768px) {  .navbar-header {   float: left;  } } .navbar-collapse {  max-height: 340px;  padding-right: 15px;  padding-left: 15px;  overflow-x: visible;  -webkit-overflow-scrolling: touch;  border-top: 1px solid transparent;  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); } .navbar-collapse.in {  overflow-y: auto; } @media (min-width: 768px) {  .navbar-collapse {   width: auto;   border-top: 0;   box-shadow: none;  }  .navbar-collapse.collapse {   display: block !important;   height: auto !important;   padding-bottom: 0;   overflow: visible !important;  }  .navbar-collapse.in {   overflow-y: visible;  }  .navbar-fixed-top .navbar-collapse,  .navbar-static-top .navbar-collapse,  .navbar-fixed-bottom .navbar-collapse {   padding-right: 0;   padding-left: 0;  } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {  margin-right: -15px;  margin-left: -15px; } @media (min-width: 768px) {  .container > .navbar-header,  .container-fluid > .navbar-header,  .container > .navbar-collapse,  .container-fluid > .navbar-collapse {   margin-right: 0;   margin-left: 0;  } } .navbar-static-top {  z-index: 1000;  border-width: 0 0 1px; } @media (min-width: 768px) {  .navbar-static-top {   border-radius: 0;  } } .navbar-fixed-top, .navbar-fixed-bottom {  position: fixed;  right: 0;  left: 0;  z-index: 1030; } @media (min-width: 768px) {  .navbar-fixed-top,  .navbar-fixed-bottom {   border-radius: 0;  } } .navbar-fixed-top {  top: 0;  border-width: 0 0 1px; } .navbar-fixed-bottom {  bottom: 0;  margin-bottom: 0;  border-width: 1px 0 0; } .navbar-brand {  float: left;  height: 50px;  padding: 15px 15px;  font-size: 18px;  line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus {  text-decoration: none; } @media (min-width: 768px) {  .navbar > .container .navbar-brand,  .navbar > .container-fluid .navbar-brand {   margin-left: -15px;  } } .navbar-toggle {  position: relative;  float: right;  padding: 9px 10px;  margin-top: 8px;  margin-right: 15px;  margin-bottom: 8px;  background-color: transparent;  background-image: none;  border: 1px solid transparent;  border-radius: 4px; } .navbar-toggle:focus {  outline: none; } .navbar-toggle .icon-bar {  display: block;  width: 22px;  height: 2px;  border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar {  margin-top: 4px; } @media (min-width: 768px) {  .navbar-toggle {   display: none;  } } .navbar-nav {  margin: 7.5px -15px; } .navbar-nav > li > a {  padding-top: 10px;  padding-bottom: 10px;  line-height: 20px; } @media (max-width: 767px) {  .navbar-nav .open .dropdown-menu {   position: static;   float: none;   width: auto;   margin-top: 0;   background-color: transparent;   border: 0;   box-shadow: none;  }  .navbar-nav .open .dropdown-menu > li > a,  .navbar-nav .open .dropdown-menu .dropdown-header {   padding: 5px 15px 5px 25px;  }  .navbar-nav .open .dropdown-menu > li > a {   line-height: 20px;  }  .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-nav .open .dropdown-menu > li > a:focus {   background-image: none;  } } @media (min-width: 768px) {  .navbar-nav {   float: left;   margin: 0;  }  .navbar-nav > li {   float: left;  }  .navbar-nav > li > a {   padding-top: 15px;   padding-bottom: 15px;  }  .navbar-nav.navbar-right:last-child {   margin-right: -15px;  } } @media (min-width: 768px) {  .navbar-left {   float: left !important;  }  .navbar-right {   float: right !important;  } } .navbar-form {  padding: 10px 15px;  margin-top: 8px;  margin-right: -15px;  margin-bottom: 8px;  margin-left: -15px;  border-top: 1px solid transparent;  border-bottom: 1px solid transparent;  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);   box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); } @media (min-width: 768px) {  .navbar-form .form-group {   display: inline-block;   margin-bottom: 0;   vertical-align: middle;  }  .navbar-form .form-control {   display: inline-block;   width: auto;   vertical-align: middle;  }  .navbar-form .input-group > .form-control {   width: 100%;  }  .navbar-form .control-label {   margin-bottom: 0;   vertical-align: middle;  }  .navbar-form .radio,  .navbar-form .checkbox {   display: inline-block;   padding-left: 0;   margin-top: 0;   margin-bottom: 0;   vertical-align: middle;  }  .navbar-form .radio input[type="radio"],  .navbar-form .checkbox input[type="checkbox"] {   float: none;   margin-left: 0;  }  .navbar-form .has-feedback .form-control-feedback {   top: 0;  } } @media (max-width: 767px) {  .navbar-form .form-group {   margin-bottom: 5px;  } } @media (min-width: 768px) {  .navbar-form {   width: auto;   padding-top: 0;   padding-bottom: 0;   margin-right: 0;   margin-left: 0;   border: 0;   -webkit-box-shadow: none; box-shadow: none;  }  .navbar-form.navbar-right:last-child {   margin-right: -15px;  } } .navbar-nav > li > .dropdown-menu {  margin-top: 0;  border-top-left-radius: 0;  border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {  border-bottom-right-radius: 0;  border-bottom-left-radius: 0; } .navbar-btn {  margin-top: 8px;  margin-bottom: 8px; } .navbar-btn.btn-sm {  margin-top: 10px;  margin-bottom: 10px; } .navbar-btn.btn-xs {  margin-top: 14px;  margin-bottom: 14px; } .navbar-text {  margin-top: 15px;  margin-bottom: 15px; } @media (min-width: 768px) {  .navbar-text {   float: left;   margin-right: 15px;   margin-left: 15px;  }  .navbar-text.navbar-right:last-child {   margin-right: 0;  } } .navbar-default {  background-color: #f8f8f8;  border-color: #e7e7e7; } .navbar-default .navbar-brand {  color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {  color: #5e5e5e;  background-color: transparent; } .navbar-default .navbar-text {  color: #777; } .navbar-default .navbar-nav > li > a {  color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {  color: #333;  background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {  color: #555;  background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {  color: #ccc;  background-color: transparent; } .navbar-default .navbar-toggle {  border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {  background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar {  background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form {  border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {  color: #555;  background-color: #e7e7e7; } @media (max-width: 767px) {  .navbar-default .navbar-nav .open .dropdown-menu > li > a {   color: #777;  }  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {   color: #333;   background-color: transparent;  }  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {   color: #555;   background-color: #e7e7e7;  }  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {   color: #ccc;   background-color: transparent;  } } .navbar-default .navbar-link {  color: #777; } .navbar-default .navbar-link:hover {  color: #333; } .navbar-inverse {  background-color: #222;  border-color: #080808; } .navbar-inverse .navbar-brand {  color: #999; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {  color: #fff;  background-color: transparent; } .navbar-inverse .navbar-text {  color: #999; } .navbar-inverse .navbar-nav > li > a {  color: #999; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {  color: #fff;  background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {  color: #fff;  background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {  color: #444;  background-color: transparent; } .navbar-inverse .navbar-toggle {  border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {  background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar {  background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {  border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {  color: #fff;  background-color: #080808; } @media (max-width: 767px) {  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {   border-color: #080808;  }  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {   background-color: #080808;  }  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {   color: #999;  }  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {   color: #fff;   background-color: transparent;  }  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {   color: #fff;   background-color: #080808;  }  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {   color: #444;   background-color: transparent;  } } .navbar-inverse .navbar-link {  color: #999; } .navbar-inverse .navbar-link:hover {  color: #fff; } .breadcrumb {  padding: 8px 15px;  margin-bottom: 20px;  list-style: none;  background-color: #f5f5f5;  border-radius: 4px; } .breadcrumb > li {  display: inline-block; } .breadcrumb > li + li:before {  padding: 0 5px;  color: #ccc;  content: "/\00a0"; } .breadcrumb > .active {  color: #999; } .pagination {  display: inline-block;  padding-left: 0;  margin: 20px 0;  border-radius: 4px; } .pagination > li {  display: inline; } .pagination > li > a, .pagination > li > span {  position: relative;  float: left;  padding: 6px 12px;  margin-left: -1px;  line-height: 1.42857143;  color: #428bca;  text-decoration: none;  background-color: #fff;  border: 1px solid #ddd; } .pagination > li:first-child > a, .pagination > li:first-child > span {  margin-left: 0;  border-top-left-radius: 4px;  border-bottom-left-radius: 4px; } .pagination > li:last-child > a, .pagination > li:last-child > span {  border-top-right-radius: 4px;  border-bottom-right-radius: 4px; } .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {  color: #2a6496;  background-color: #eee;  border-color: #ddd; } .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {  z-index: 2;  color: #fff;  cursor: default;  background-color: #428bca;  border-color: #428bca; } .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {  color: #999;  cursor: not-allowed;  background-color: #fff;  border-color: #ddd; } .pagination-lg > li > a, .pagination-lg > li > span {  padding: 10px 16px;  font-size: 18px; } .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {  border-top-left-radius: 6px;  border-bottom-left-radius: 6px; } .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {  border-top-right-radius: 6px;  border-bottom-right-radius: 6px; } .pagination-sm > li > a, .pagination-sm > li > span {  padding: 5px 10px;  font-size: 12px; } .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {  border-top-left-radius: 3px;  border-bottom-left-radius: 3px; } .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {  border-top-right-radius: 3px;  border-bottom-right-radius: 3px; } .pager {  padding-left: 0;  margin: 20px 0;  text-align: center;  list-style: none; } .pager li {  display: inline; } .pager li > a, .pager li > span {  display: inline-block;  padding: 5px 14px;  background-color: #fff;  border: 1px solid #ddd;  border-radius: 15px; } .pager li > a:hover, .pager li > a:focus {  text-decoration: none;  background-color: #eee; } .pager .next > a, .pager .next > span {  float: right; } .pager .previous > a, .pager .previous > span {  float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {  color: #999;  cursor: not-allowed;  background-color: #fff; } .label {  display: inline;  padding: .2em .6em .3em;  font-size: 75%;  font-weight: bold;  line-height: 1;  color: #fff;  text-align: center;  white-space: nowrap;  vertical-align: baseline;  border-radius: .25em; } .label[href]:hover, .label[href]:focus {  color: #fff;  text-decoration: none;  cursor: pointer; } .label:empty {  display: none; } .btn .label {  position: relative;  top: -1px; } .label-default {  background-color: #999; } .label-default[href]:hover, .label-default[href]:focus {  background-color: #808080; } .label-primary {  background-color: #428bca; } .label-primary[href]:hover, .label-primary[href]:focus {  background-color: #3071a9; } .label-success {  background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus {  background-color: #449d44; } .label-info {  background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus {  background-color: #31b0d5; } .label-warning {  background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus {  background-color: #ec971f; } .label-danger {  background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus {  background-color: #c9302c; } .badge {  display: inline-block;  min-width: 10px;  padding: 3px 7px;  font-size: 12px;  font-weight: bold;  line-height: 1;  color: #fff;  text-align: center;  white-space: nowrap;  vertical-align: baseline;  background-color: #999;  border-radius: 10px; } .badge:empty {  display: none; } .btn .badge {  position: relative;  top: -1px; } .btn-xs .badge {  top: 0;  padding: 1px 5px; } a.badge:hover, a.badge:focus {  color: #fff;  text-decoration: none;  cursor: pointer; } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {  color: #428bca;  background-color: #fff; } .nav-pills > li > a > .badge {  margin-left: 3px; } .jumbotron {  padding: 30px;  margin-bottom: 30px;  color: inherit;  background-color: #eee; } .jumbotron h1, .jumbotron .h1 {  color: inherit; } .jumbotron p {  margin-bottom: 15px;  font-size: 21px;  font-weight: 200; } .container .jumbotron {  border-radius: 6px; } .jumbotron .container {  max-width: 100%; } @media screen and (min-width: 768px) {  .jumbotron {   padding-top: 48px;   padding-bottom: 48px;  }  .container .jumbotron {   padding-right: 60px;   padding-left: 60px;  }  .jumbotron h1,  .jumbotron .h1 {   font-size: 63px;  } } .thumbnail {  display: block;  padding: 4px;  margin-bottom: 20px;  line-height: 1.42857143;  background-color: #fff;  border: 1px solid #ddd;  border-radius: 4px;  -webkit-transition: all .2s ease-in-out;   transition: all .2s ease-in-out; } .thumbnail > img, .thumbnail a > img {  margin-right: auto;  margin-left: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {  border-color: #428bca; } .thumbnail .caption {  padding: 9px;  color: #333; } .alert {  padding: 15px;  margin-bottom: 20px;  border: 1px solid transparent;  border-radius: 4px; } .alert h4 {  margin-top: 0;  color: inherit; } .alert .alert-link {  font-weight: bold; } .alert > p, .alert > ul {  margin-bottom: 0; } .alert > p + p {  margin-top: 5px; } .alert-dismissable {  padding-right: 35px; } .alert-dismissable .close {  position: relative;  top: -2px;  right: -21px;  color: inherit; } .alert-success {  color: #3c763d;  background-color: #dff0d8;  border-color: #d6e9c6; } .alert-success hr {  border-top-color: #c9e2b3; } .alert-success .alert-link {  color: #2b542c; } .alert-info {  color: #31708f;  background-color: #d9edf7;  border-color: #bce8f1; } .alert-info hr {  border-top-color: #a6e1ec; } .alert-info .alert-link {  color: #245269; } .alert-warning {  color: #8a6d3b;  background-color: #fcf8e3;  border-color: #faebcc; } .alert-warning hr {  border-top-color: #f7e1b5; } .alert-warning .alert-link {  color: #66512c; } .alert-danger {  color: #a94442;  background-color: #f2dede;  border-color: #ebccd1; } .alert-danger hr {  border-top-color: #e4b9c0; } .alert-danger .alert-link {  color: #843534; } @-webkit-keyframes progress-bar-stripes {  from {   background-position: 40px 0;  }  to {   background-position: 0 0;  } } @keyframes progress-bar-stripes {  from {   background-position: 40px 0;  }  to {   background-position: 0 0;  } } .progress {  height: 20px;  margin-bottom: 20px;  overflow: hidden;  background-color: #f5f5f5;  border-radius: 4px;  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);   box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .progress-bar {  float: left;  width: 0;  height: 100%;  font-size: 12px;  line-height: 20px;  color: #fff;  text-align: center;  background-color: #428bca;  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);  -webkit-transition: width .6s ease;   transition: width .6s ease; } .progress-striped .progress-bar {  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);  background-image:  linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);  background-size: 40px 40px; } .progress.active .progress-bar {  -webkit-animation: progress-bar-stripes 2s linear infinite;   animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success {  background-color: #5cb85c; } .progress-striped .progress-bar-success {  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);  background-image:  linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-info {  background-color: #5bc0de; } .progress-striped .progress-bar-info {  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);  background-image:  linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-warning {  background-color: #f0ad4e; } .progress-striped .progress-bar-warning {  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);  background-image:  linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-danger {  background-color: #d9534f; } .progress-striped .progress-bar-danger {  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);  background-image:  linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .media, .media-body {  overflow: hidden;  zoom: 1; } .media, .media .media {  margin-top: 15px; } .media:first-child {  margin-top: 0; } .media-object {  display: block; } .media-heading {  margin: 0 0 5px; } .media > .pull-left {  margin-right: 10px; } .media > .pull-right {  margin-left: 10px; } .media-list {  padding-left: 0;  list-style: none; } .list-group {  padding-left: 0;  margin-bottom: 20px; } .list-group-item {  position: relative;  display: block;  padding: 10px 15px;  margin-bottom: -1px;  background-color: #fff;  border: 1px solid #ddd; } .list-group-item:first-child {  border-top-left-radius: 4px;  border-top-right-radius: 4px; } .list-group-item:last-child {  margin-bottom: 0;  border-bottom-right-radius: 4px;  border-bottom-left-radius: 4px; } .list-group-item > .badge {  float: right; } .list-group-item > .badge + .badge {  margin-right: 5px; } a.list-group-item {  color: #555; } a.list-group-item .list-group-item-heading {  color: #333; } a.list-group-item:hover, a.list-group-item:focus {  text-decoration: none;  background-color: #f5f5f5; } a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {  z-index: 2;  color: #fff;  background-color: #428bca;  border-color: #428bca; } a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {  color: inherit; } a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {  color: #e1edf7; } .list-group-item-success {  color: #3c763d;  background-color: #dff0d8; } a.list-group-item-success {  color: #3c763d; } a.list-group-item-success .list-group-item-heading {  color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus {  color: #3c763d;  background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {  color: #fff;  background-color: #3c763d;  border-color: #3c763d; } .list-group-item-info {  color: #31708f;  background-color: #d9edf7; } a.list-group-item-info {  color: #31708f; } a.list-group-item-info .list-group-item-heading {  color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus {  color: #31708f;  background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {  color: #fff;  background-color: #31708f;  border-color: #31708f; } .list-group-item-warning {  color: #8a6d3b;  background-color: #fcf8e3; } a.list-group-item-warning {  color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading {  color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus {  color: #8a6d3b;  background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {  color: #fff;  background-color: #8a6d3b;  border-color: #8a6d3b; } .list-group-item-danger {  color: #a94442;  background-color: #f2dede; } a.list-group-item-danger {  color: #a94442; } a.list-group-item-danger .list-group-item-heading {  color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus {  color: #a94442;  background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {  color: #fff;  background-color: #a94442;  border-color: #a94442; } .list-group-item-heading {  margin-top: 0;  margin-bottom: 5px; } .list-group-item-text {  margin-bottom: 0;  line-height: 1.3; } .panel {  margin-bottom: 20px;  background-color: #fff;  border: 1px solid transparent;  border-radius: 4px;  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);   box-shadow: 0 1px 1px rgba(0, 0, 0, .05); } .panel-body {  padding: 15px; } .panel-heading {  padding: 10px 15px;  border-bottom: 1px solid transparent;  border-top-left-radius: 3px;  border-top-right-radius: 3px; } .panel-heading > .dropdown .dropdown-toggle {  color: inherit; } .panel-title {  margin-top: 0;  margin-bottom: 0;  font-size: 16px;  color: inherit; } .panel-title > a {  color: inherit; } .panel-footer {  padding: 10px 15px;  background-color: #f5f5f5;  border-top: 1px solid #ddd;  border-bottom-right-radius: 3px;  border-bottom-left-radius: 3px; } .panel > .list-group {  margin-bottom: 0; } .panel > .list-group .list-group-item {  border-width: 1px 0;  border-radius: 0; } .panel > .list-group:first-child .list-group-item:first-child {  border-top: 0;  border-top-left-radius: 3px;  border-top-right-radius: 3px; } .panel > .list-group:last-child .list-group-item:last-child {  border-bottom: 0;  border-bottom-right-radius: 3px;  border-bottom-left-radius: 3px; } .panel-heading + .list-group .list-group-item:first-child {  border-top-width: 0; } .panel > .table, .panel > .table-responsive > .table {  margin-bottom: 0; } .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {  border-top-left-radius: 3px;  border-top-right-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {  border-top-left-radius: 3px; } .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {  border-top-right-radius: 3px; } .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {  border-bottom-right-radius: 3px;  border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {  border-bottom-left-radius: 3px; } .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {  border-bottom-right-radius: 3px; } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive {  border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {  border-top: 0; } .panel > .table-bordered, .panel > .table-responsive > .table-bordered {  border: 0; } .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {  border-left: 0; } .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {  border-right: 0; } .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {  border-bottom: 0; } .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {  border-bottom: 0; } .panel > .table-responsive {  margin-bottom: 0;  border: 0; } .panel-group {  margin-bottom: 20px; } .panel-group .panel {  margin-bottom: 0;  overflow: hidden;  border-radius: 4px; } .panel-group .panel + .panel {  margin-top: 5px; } .panel-group .panel-heading {  border-bottom: 0; } .panel-group .panel-heading + .panel-collapse .panel-body {  border-top: 1px solid #ddd; } .panel-group .panel-footer {  border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body {  border-bottom: 1px solid #ddd; } .panel-default {  border-color: #ddd; } .panel-default > .panel-heading {  color: #333;  background-color: #f5f5f5;  border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse .panel-body {  border-top-color: #ddd; } .panel-default > .panel-footer + .panel-collapse .panel-body {  border-bottom-color: #ddd; } .panel-primary {  border-color: #428bca; } .panel-primary > .panel-heading {  color: #fff;  background-color: #428bca;  border-color: #428bca; } .panel-primary > .panel-heading + .panel-collapse .panel-body {  border-top-color: #428bca; } .panel-primary > .panel-footer + .panel-collapse .panel-body {  border-bottom-color: #428bca; } .panel-success {  border-color: #d6e9c6; } .panel-success > .panel-heading {  color: #3c763d;  background-color: #dff0d8;  border-color: #d6e9c6; } .panel-success > .panel-heading + .panel-collapse .panel-body {  border-top-color: #d6e9c6; } .panel-success > .panel-footer + .panel-collapse .panel-body {  border-bottom-color: #d6e9c6; } .panel-info {  border-color: #bce8f1; } .panel-info > .panel-heading {  color: #31708f;  background-color: #d9edf7;  border-color: #bce8f1; } .panel-info > .panel-heading + .panel-collapse .panel-body {  border-top-color: #bce8f1; } .panel-info > .panel-footer + .panel-collapse .panel-body {  border-bottom-color: #bce8f1; } .panel-warning {  border-color: #faebcc; } .panel-warning > .panel-heading {  color: #8a6d3b;  background-color: #fcf8e3;  border-color: #faebcc; } .panel-warning > .panel-heading + .panel-collapse .panel-body {  border-top-color: #faebcc; } .panel-warning > .panel-footer + .panel-collapse .panel-body {  border-bottom-color: #faebcc; } .panel-danger {  border-color: #ebccd1; } .panel-danger > .panel-heading {  color: #a94442;  background-color: #f2dede;  border-color: #ebccd1; } .panel-danger > .panel-heading + .panel-collapse .panel-body {  border-top-color: #ebccd1; } .panel-danger > .panel-footer + .panel-collapse .panel-body {  border-bottom-color: #ebccd1; } .well {  min-height: 20px;  padding: 19px;  margin-bottom: 20px;  background-color: #f5f5f5;  border: 1px solid #e3e3e3;  border-radius: 4px;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);   box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); } .well blockquote {  border-color: #ddd;  border-color: rgba(0, 0, 0, .15); } .well-lg {  padding: 24px;  border-radius: 6px; } .well-sm {  padding: 9px;  border-radius: 3px; } .close {  float: right;  font-size: 21px;  font-weight: bold;  line-height: 1;  color: #000;  text-shadow: 0 1px 0 #fff;  filter: alpha(opacity=20);  opacity: .2; } .close:hover, .close:focus {  color: #000;  text-decoration: none;  cursor: pointer;  filter: alpha(opacity=50);  opacity: .5; } button.close {  -webkit-appearance: none;  padding: 0;  cursor: pointer;  background: transparent;  border: 0; } .modal-open {  overflow: hidden; } .modal {  position: fixed;  top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: 1050;  display: none;  overflow: auto;  overflow-y: scroll;  -webkit-overflow-scrolling: touch;  outline: 0; } .modal.fade .modal-dialog {  -webkit-transition: -webkit-transform .3s ease-out;   -moz-transition:  -moz-transform .3s ease-out; -o-transition:   -o-transform .3s ease-out;   transition:  transform .3s ease-out;  -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%);   transform: translate(0, -25%); } .modal.in .modal-dialog {  -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0);   transform: translate(0, 0); } .modal-dialog {  position: relative;  width: auto;  margin: 10px; } .modal-content {  position: relative;  background-color: #fff;  background-clip: padding-box;  border: 1px solid #999;  border: 1px solid rgba(0, 0, 0, .2);  border-radius: 6px;  outline: none;  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);   box-shadow: 0 3px 9px rgba(0, 0, 0, .5); } .modal-backdrop {  position: fixed;  top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: 98;  background-color: #000; } .modal-backdrop.fade {  filter: alpha(opacity=0);  opacity: 0; } .modal-backdrop.in {  filter: alpha(opacity=70);  opacity: .7; } .modal-header {  min-height: 16.42857143px;  padding: 15px;  border-bottom: 1px solid #e5e5e5; } .modal-header .close {  margin-top: -2px; } .modal-title {  margin: 0;  line-height: 1.42857143; } .modal-body {  position: relative;  padding: 20px; } .modal-footer {  padding: 19px 20px 20px;  margin-top: 15px;  text-align: right;  border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn {  margin-bottom: 0;  margin-left: 5px; } .modal-footer .btn-group .btn + .btn {  margin-left: -1px; } .modal-footer .btn-block + .btn-block {  margin-left: 0; } @media (min-width: 768px) {  .modal-dialog {   width: 600px;   margin: 30px auto;  }  .modal-content {   -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5);  }  .modal-sm {   width: 300px;  } } @media (min-width: 992px) {  .modal-lg {   width: 900px;  } } .tooltip {  position: absolute;  z-index: 1030;  display: block;  font-size: 12px;  line-height: 1.4;  visibility: visible;  filter: alpha(opacity=0);  opacity: 0; } .tooltip.in {  filter: alpha(opacity=90);  opacity: .9; } .tooltip.top {  padding: 5px 0;  margin-top: -3px; } .tooltip.right {  padding: 0 5px;  margin-left: 3px; } .tooltip.bottom {  padding: 5px 0;  margin-top: 3px; } .tooltip.left {  padding: 0 5px;  margin-left: -3px; } .tooltip-inner {  max-width: 200px;  padding: 3px 8px;  color: #fff;  text-align: center;  text-decoration: none;  background-color: #000;  border-radius: 4px; } .tooltip-arrow {  position: absolute;  width: 0;  height: 0;  border-color: transparent;  border-style: solid; } .tooltip.top .tooltip-arrow {  bottom: 0;  left: 50%;  margin-left: -5px;  border-width: 5px 5px 0;  border-top-color: #000; } .tooltip.top-left .tooltip-arrow {  bottom: 0;  left: 5px;  border-width: 5px 5px 0;  border-top-color: #000; } .tooltip.top-right .tooltip-arrow {  right: 5px;  bottom: 0;  border-width: 5px 5px 0;  border-top-color: #000; } .tooltip.right .tooltip-arrow {  top: 50%;  left: 0;  margin-top: -5px;  border-width: 5px 5px 5px 0;  border-right-color: #000; } .tooltip.left .tooltip-arrow {  top: 50%;  right: 0;  margin-top: -5px;  border-width: 5px 0 5px 5px;  border-left-color: #000; } .tooltip.bottom .tooltip-arrow {  top: 0;  left: 50%;  margin-left: -5px;  border-width: 0 5px 5px;  border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow {  top: 0;  left: 5px;  border-width: 0 5px 5px;  border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow {  top: 0;  right: 5px;  border-width: 0 5px 5px;  border-bottom-color: #000; } .popover {  position: absolute;  top: 0;  left: 0;  z-index: 1010;  display: none;  max-width: 276px;  padding: 1px;  text-align: left;  white-space: normal;  background-color: #fff;  background-clip: padding-box;  border: 1px solid #ccc;  border: 1px solid rgba(0, 0, 0, .2);  border-radius: 6px;  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);   box-shadow: 0 5px 10px rgba(0, 0, 0, .2); } .popover.top {  margin-top: -10px; } .popover.right {  margin-left: 10px; } .popover.bottom {  margin-top: 10px; } .popover.left {  margin-left: -10px; } .popover-title {  padding: 8px 14px;  margin: 0;  font-size: 14px;  font-weight: normal;  line-height: 18px;  background-color: #f7f7f7;  border-bottom: 1px solid #ebebeb;  border-radius: 5px 5px 0 0; } .popover-content {  padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after {  position: absolute;  display: block;  width: 0;  height: 0;  border-color: transparent;  border-style: solid; } .popover > .arrow {  border-width: 11px; } .popover > .arrow:after {  content: "";  border-width: 10px; } .popover.top > .arrow {  bottom: -11px;  left: 50%;  margin-left: -11px;  border-top-color: #999;  border-top-color: rgba(0, 0, 0, .25);  border-bottom-width: 0; } .popover.top > .arrow:after {  bottom: 1px;  margin-left: -10px;  content: " ";  border-top-color: #fff;  border-bottom-width: 0; } .popover.right > .arrow {  top: 50%;  left: -11px;  margin-top: -11px;  border-right-color: #999;  border-right-color: rgba(0, 0, 0, .25);  border-left-width: 0; } .popover.right > .arrow:after {  bottom: -10px;  left: 1px;  content: " ";  border-right-color: #fff;  border-left-width: 0; } .popover.bottom > .arrow {  top: -11px;  left: 50%;  margin-left: -11px;  border-top-width: 0;  border-bottom-color: #999;  border-bottom-color: rgba(0, 0, 0, .25); } .popover.bottom > .arrow:after {  top: 1px;  margin-left: -10px;  content: " ";  border-top-width: 0;  border-bottom-color: #fff; } .popover.left > .arrow {  top: 50%;  right: -11px;  margin-top: -11px;  border-right-width: 0;  border-left-color: #999;  border-left-color: rgba(0, 0, 0, .25); } .popover.left > .arrow:after {  right: 1px;  bottom: -10px;  content: " ";  border-right-width: 0;  border-left-color: #fff; } .carousel {  position: relative; } .carousel-inner {  position: relative;  width: 100%;  overflow: hidden; } .carousel-inner > .item {  position: relative;  display: none;  -webkit-transition: .6s ease-in-out left;   transition: .6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img {  line-height: 1; margin:0 auto; } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {  display: block; } .carousel-inner > .active {  left: 0; } .carousel-inner > .next, .carousel-inner > .prev {  position: absolute;  top: 0;  width: 100%; } .carousel-inner > .next {  left: 100%; } .carousel-inner > .prev {  left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right {  left: 0; } .carousel-inner > .active.left {  left: -100%; } .carousel-inner > .active.right {  left: 100%; } .carousel-control {  position: absolute;  top: 0;  bottom: 0;  left: 0;  width: 14%;  font-size: 20px;  color: #fff;  text-align: center;  text-shadow: 0 1px 2px rgba(0, 0, 0, .6); z-index:9999; } .carousel-control.left { } .carousel-control.right {  right: 0;  left: auto;  } .carousel-control:hover, .carousel-control:focus {  color: #fff;  text-decoration: none;  filter: alpha(opacity=90);  outline: none;  opacity: .9; } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {  position: absolute;  top: 50%;  z-index: 5;  display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {  left: 50%; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {  right: 50%; } .carousel-control .icon-prev, .carousel-control .icon-next {  width: 20px;  height: 20px;  margin-top: -10px;  margin-left: -10px;  font-family: serif; } .carousel-control .icon-prev:before {  content: '\2039'; } .carousel-control .icon-next:before {  content: '\203a'; } .carousel-indicators {  position: absolute;  bottom: 10px;  left: 50%;  z-index: 15;  width: 60%;  padding-left: 0;  margin-left: -30%;  text-align: center;  list-style: none; } .carousel-indicators li {  display: inline-block;  width: 10px;  height: 10px;  margin: 1px;  text-indent: -999px;  cursor: pointer;  background-color: #000 \9;  background-color: rgba(0, 0, 0, 0);  border: 1px solid #fff;  border-radius: 10px; } .carousel-indicators .active {  width: 12px;  height: 12px;  margin: 0;  background-color: #fff; } .carousel-caption {  position: absolute;  right: 15%;  bottom: 20px;  left: 15%;  z-index: 10;   color: #fff;  text-align: center;  text-shadow: 0 1px 2px rgba(0, 0, 0, .6); } .carousel-caption .btn {  text-shadow: none; } @media screen and (min-width: 768px) {  .carousel-control .glyphicon-chevron-left,  .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-prev,  .carousel-control .icon-next {   width: 30px;   height: 30px;   margin-top: -15px;   margin-left: -38px;   font-size: 30px;  }  .carousel-caption {   right: 20%;   left: 20%;   padding-bottom: 0px;  }  .carousel-indicators {   bottom: 20px;  } } .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {  display: table;  content: " "; } .clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {  clear: both; } .center-block {  display: block;  margin-right: auto;  margin-left: auto; } .pull-right {  float: right !important; } .pull-left {  float: left !important; } .hide {  display: none !important; } .show {  display: block !important; } .invisible {  visibility: hidden; } .text-hide {  font: 0/0 a;  color: transparent;  text-shadow: none;  background-color: transparent;  border: 0; } .hidden {  display: none !important;  visibility: hidden !important; } .affix {  position: fixed; } @-ms-viewport {  width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg {  display: none !important; } @media (max-width: 767px) {  .visible-xs {   display: block !important;  }  table.visible-xs {   display: table;  }  tr.visible-xs {   display: table-row !important;  }  th.visible-xs,  td.visible-xs {   display: table-cell !important;  } } @media (min-width: 768px) and (max-width: 991px) {  .visible-sm {   display: block !important;  }  table.visible-sm {   display: table;  }  tr.visible-sm {   display: table-row !important;  }  th.visible-sm,  td.visible-sm {   display: table-cell !important;  } } @media (min-width: 992px) and (max-width: 1199px) {  .visible-md {   display: block !important;  }  table.visible-md {   display: table;  }  tr.visible-md {   display: table-row !important;  }  th.visible-md,  td.visible-md {   display: table-cell !important;  } } @media (min-width: 1200px) {  .visible-lg {   display: block !important;  }  table.visible-lg {   display: table;  }  tr.visible-lg {   display: table-row !important;  }  th.visible-lg,  td.visible-lg {   display: table-cell !important;  } } @media (max-width: 767px) {  .hidden-xs {   display: none !important;  } } @media (min-width: 768px) and (max-width: 991px) {  .hidden-sm {   display: none !important;  } } @media (min-width: 992px) and (max-width: 1199px) {  .hidden-md {   display: none !important;  } } @media (min-width: 1200px) {  .hidden-lg {   display: none !important;  } } .visible-print {  display: none !important; } @media print {  .visible-print {   display: block !important;  }  table.visible-print {   display: table;  }  tr.visible-print {   display: table-row !important;  }  th.visible-print,  td.visible-print {   display: table-cell !important;  } } @media print {  .hidden-print {   display: none !important;  } }   .carousel .item {   left: 0 !important; -webkit-transition: opacity .4s !important;   -moz-transition: opacity .4s !important;   -o-transition: opacity .4s !important;  transition: opacity .4s !important; } .carousel-control {   background-image: none !important; } .next.left, .prev.right {   opacity: 1 !important;   z-index: 1 !important; } .active.left, .active.right {   opacity: 0 !important;   z-index: 2 !important; } 
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; } a, input[type="submit"] { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; text-decoration: none; } html { height: 100%; text-rendering: optimizeLegibility !important;-webkit-font-smoothing: antialiased !important;} body { margin: 0; padding: 0; font-size: 16px; height: 100%; font-family: 'HelveticaNeueLTPro45Light';} input, select, textarea { font-family: 'HelveticaNeueLTPro45Light'; font-size: 13px; border: 0px; } section, nav, header, footer, figure, article, aside { display: block; } h1, h2, h3, h4, h5, h6 { line-height: normal; margin: 0; padding: 0; font-weight: normal; } ul, ul li { list-style: none } img { border: none; vertical-align: middle; } a { color: #2a2a2a; text-decoration: none; outline: none; } a:hover, a:focus { text-decoration: none;} input[type=button], input[type=submit], button { cursor: pointer; border: none; overflow: visible; } input[type="text"], input[type="password"], input[type="email"],input[type="url"], textarea { outline: none; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { box-shadow: 0px 0 4px #19b9ed !important } .clear { clear: both }   ::-webkit-input-placeholder { color: #555; }   :-moz-placeholder {  color: #555; }   ::-moz-placeholder {  color: #555; }   :-ms-input-placeholder { color: #555; } a:focus { outline: 0 !important; } html[data-useragent*='MSIE 10.0'] .content-slider { top: 50px\9; } @font-face { font-family: 'HelveticaNeueMedium'; src: url(https://www.ispwp.com/css/front/../../fonts/hlm____0.eot); src: url(https://www.ispwp.com/css/front/../../fonts/hlm____0.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/hlm____0.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/hlm____0.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/hlm____0.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/hlm____0.svg) format('svg'); } @font-face { font-family: 'HelveticaNeueLight'; src: url(https://www.ispwp.com/css/front/../../fonts/hll____0.eot); src: url(https://www.ispwp.com/css/front/../../fonts/hll____0.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/hll____0.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/hll____0.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/hll____0.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/hll____0.svg) format('svg'); } @font-face { font-family: 'HelveticaNeueThin'; src: url(https://www.ispwp.com/css/front/../../fonts/hlt____0.eot); src: url(https://www.ispwp.com/css/front/../../fonts/hlt____0.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/hlt____0.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/hlt____0.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/hlt____0.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/hlt____0.svg) format('svg'); } @font-face { font-family: 'MinionProRegular'; src: url(https://www.ispwp.com/css/front/../../fonts/minionpro-regular.eot); src: url(https://www.ispwp.com/css/front/../../fonts/minionpro-regular.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/minionpro-regular.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/minionpro-regular.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/minionpro-regular.svg) format('svg'); } @font-face { font-family: 'HelveticaNeueLTStd37ThinCondensed'; src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-thcn_0.eot); src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-thcn_0.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-thcn_0.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-thcn_0.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-thcn_0.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-thcn_0.svg) format('svg'); } @font-face { font-family: 'HelveticaNeueLTCom57Condensed'; src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltcom-cn_0.eot); src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltcom-cn_0.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltcom-cn_0.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltcom-cn_0.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltcom-cn_0.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltcom-cn_0.svg) format('svg'); } @font-face { font-family: 'HelveticaNeueLTStd77BoldCondensed'; src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bdcn_0.eot); src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bdcn_0.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bdcn_0.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bdcn_0.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bdcn_0.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bdcn_0.svg) format('svg'); } @font-face { font-family: 'MetrostyleECBold'; src: url(https://www.ispwp.com/css/front/../../fonts/metrostyleecbold.eot); src: url(https://www.ispwp.com/css/front/../../fonts/metrostyleecbold.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/metrostyleecbold.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/metrostyleecbold.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/metrostyleecbold.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/metrostyleecbold.svg) format('svg'); } @font-face { font-family: 'HelveticaNeueRoman'; src: url(https://www.ispwp.com/css/front/../../fonts/hlr____0.eot); src: url(https://www.ispwp.com/css/front/../../fonts/hlr____0.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/hlr____0.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/hlr____0.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/hlr____0.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/hlr____0.svg) format('svg'); } @font-face { font-family: 'HelveticaNeueLTStd75Bold'; src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bd_0.eot); src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bd_0.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bd_0.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bd_0.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bd_0.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-bd_0.svg) format('svg'); } @font-face { font-family: 'HelveticaNeueLTStd47LightCondensed'; src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-ltcn_0.eot); src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-ltcn_0.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-ltcn_0.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-ltcn_0.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-ltcn_0.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-ltcn_0.svg) format('svg'); } .header-full { width: 100%; background: #2b2e31; clear: both; padding: 17px 0 8px; } .header-container { width: 1200px; margin: 0 auto; } .header-container h1.logo { float: left; } .logo { padding: 0px 0 0; } .logo a { background: url(https://www.ispwp.com/css/front/../../img/logo.png) no-repeat left top; width:215px; height: 66px; display: inline-block; } .toprtsection { float: right; margin-top:10px; } .searchbox { float: right; position: relative; } .searchbox input[type="text"] { background: #fff; padding: 8px 35px 8px 10px; } .searchbox .search-icon { position: absolute; background: url(https://www.ispwp.com/css/front/../../img/search-icon.png) no-repeat center right; right: 10px; height: 20px; width: 20px; top: 6px } .memberlogin { float: right; background: #0899c9; margin-right: 20px; color: #fff; text-transform: uppercase; padding: 7px 15px; } .memberlogin a { color: #fff; font-size: 15px; font-family: 'HelveticaNeueLight'; } .memberlogin ul li a { font-size: 14px; text-transform: none } .menus { float: right; margin-right: 10px; } .menus ul li { float: left; } .menus ul li a { display: inline-block; padding: 8px 12px 13px 12px; color: #fff; font-family: 'HelveticaNeueMedium'; text-transform: uppercase; font-size: 13px; } .menus ul li a:hover, .menus ul li.active a { color: #1AC4FC !important; } .memberlogin .dropdown-menu { margin: 1px 0 0 0; border-radius: 0; border: none; box-shadow: 0px 1px 2px #999; } .bannerandcontnt { position: relative; text-align: center; } .content-slider { position: absolute; top: 0; display: flex; width: 100%; flex-direction: column; text-align: center; height: 100%; justify-content: center; z-index:99;} .content-slider blockquote h2 { font-size: 54px; color: #1ac4fc; font-family: 'HelveticaNeueThin'; line-height: 60px; text-shadow:0 1px #333} .content-slider blockquote h5 { font-size: 42px; color: #585858; font-family: 'MinionProRegular'; text-transform: uppercase; line-height: 20px; } .content-slider blockquote h1 { font-family: 'MinionProRegular'; color: #1ac4fc; font-size: 67px; text-shadow: 0 1px #333; text-transform: uppercase; margin-bottom: -14px;} .weddingsearch { position: relative; background: rgba(0,0,0,0.4); padding: 18px 18px; width: 45%; margin: 20px auto; transition: all 0.5s linear; } .weddingsearch:hover, .weddingsearch:focus { } .weddingsearch input { background: #fff; padding: 16px 15px; width: 100%; font-family: 'HelveticaNeueLight'; font-size: 20px; color: #555; font-weight: normal } .weddingsearch .searchicon { position: absolute; background: url(https://www.ispwp.com/css/front/../../img/wedding-search-icon.png) no-repeat top; right: 35px; height: 40px; width: 39px; top: 27px; } .weddingsearch:hover .searchicon, .weddingsearch:focus .searchicon { position: absolute; background: url(https://www.ispwp.com/css/front/../../img/wedding-search-icon.png) no-repeat bottom; right: 35px; height: 40px; width: 39px; top: 27px; } .photographers-link { margin: 20px auto; } .white-btn { padding: 6px 16px; display: inline-block; border: 1px solid #cdcdcd; font-family: 'HelveticaNeueLTPro45Light'; font-size: 18.5px; border-radius: 4px; color: #747373; background: rgb(253,253,253);  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(253,253,253,1)), color-stop(100%, rgba(221,221,221,1))); background: -webkit-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%); background: -o-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%); background: -ms-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%); background: linear-gradient(to bottom, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dddddd', GradientType=0 ); } .white-btn:hover { color: #fff; border: 1px solid #1477BA !important; background: rgb(9,193,249);  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiMwOWMxZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTM2ZmI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(9,193,249,1)), color-stop(100%, rgba(19,111,181,1))); background: -webkit-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: -o-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: -ms-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: linear-gradient(to bottom, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09c1f9', endColorstr='#136fb5', GradientType=0 ); } .blue-btn { color: #fff;display: inline-block;border: 1px solid #1477BA !important; font-size:18.5px; border-radius: 4px;background: rgb(9,193,249);  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiMwOWMxZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTM2ZmI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(9,193,249,1)), color-stop(100%, rgba(19,111,181,1))); background: -webkit-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: -o-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: -ms-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: linear-gradient(to bottom, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09c1f9', endColorstr='#136fb5', GradientType=0 );} .blue-btn:hover { color: #2a6496 !important; border: 1px solid #cdcdcd !important;background: rgb(253,253,253);  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(253,253,253,1)), color-stop(100%, rgba(221,221,221,1))); background: -webkit-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%); background: -o-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%); background: -ms-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%); background: linear-gradient(to bottom, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dddddd', GradientType=0 );} .photographers-link a span { background: url(https://www.ispwp.com/css/front/../../img/photo-icon.png) no-repeat bottom; width: 40px; height: 30px; float: left; margin: -2px 10px 0 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .photographers-link a:hover span { background: url(https://www.ispwp.com/css/front/../../img/photo-icon.png) no-repeat top; width: 40px; height: 30px; float: left; margin: -2px 10px 0 0; } .ie9 .content-slider, .ie8 .content-slider { top: 50px; }  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .content-slider { top: 50px; } }   .ispwp-member-container { width: 1170px; margin: 20px auto; padding: 20px 0 30px; clear: both; text-align: center; } .heading-all { color: #25414a; font-size: 40px; font-family: 'HelveticaNeueThin'; margin-bottom: 0px; } .icons-description { margin: 40px 0; clear: both; text-align: center; } .icons-description span { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .fiftywedding, .submitportfolio, .sponsorship, .codeofconduct, .application-voted { overflow: hidden; width: 15%; float: none; display: inline-block; text-align: center; margin: 0 20px; } .icons-description .fiftywedding a span { background: url(https://www.ispwp.com/css/front/../../img/50-weddings.png) no-repeat top center; width: 95px; height: 95px; overflow: hidden; background-position: center -100px; display: inline-block; } .icons-description .fiftywedding:hover span { background: url(https://www.ispwp.com/css/front/../../img/50-weddings.png) no-repeat top center; } .icons-description .fiftywedding:hover font { color: #0899c9; } .icons-description .fiftywedding font { color: #9c9c9c; float: left; margin: 9px 0; text-align: center; line-height: 18px; } .submitportfolio a span { background: url(https://www.ispwp.com/css/front/../../img/submitportfolio.png) no-repeat top center; width: 95px; height: 95px; overflow: hidden; background-position: center -72px; display: inline-block; } .submitportfolio:hover span { background: url(https://www.ispwp.com/css/front/../../img/submitportfolio.png) no-repeat center 20px; } .submitportfolio:hover font { color: #0899c9; } .submitportfolio font { color: #9c9c9c; float: left; margin: 9px 0; text-align: center; line-height: 18px; } .sponsorship a span { background: url(https://www.ispwp.com/css/front/../../img/sponsorship.png) no-repeat top center; width: 120px; height: 95px; overflow: hidden; background-position: center -93px; display: inline-block; } .sponsorship:hover span { background: url(https://www.ispwp.com/css/front/../../img/sponsorship.png) no-repeat center 10px; } .sponsorship:hover font { color: #0899c9; } .sponsorship font { color: #9c9c9c; float: left; margin: 9px 0; text-align: center; line-height: 18px; } .codeofconduct a span { background: url(https://www.ispwp.com/css/front/../../img/codeofconduct.png) no-repeat top center; width: 120px; height: 95px; overflow: hidden; background-position: center -80px; display: inline-block; } .codeofconduct:hover span { background: url(https://www.ispwp.com/css/front/../../img/codeofconduct.png) no-repeat center 20px; } .codeofconduct:hover font { color: #0899c9; } .codeofconduct font { color: #9c9c9c; float: left; margin: 9px 0; text-align: center; line-height: 18px; } .application-voted a span { background: url(https://www.ispwp.com/css/front/../../img/application-voted.png) no-repeat top center; width: 120px; height: 95px; overflow: hidden; background-position: center -85px; display: inline-block; } .application-voted:hover span { background: url(https://www.ispwp.com/css/front/../../img/application-voted.png) no-repeat center 10px; } .application-voted:hover font { color: #0899c9; } .application-voted font { color: #9c9c9c; float: left; margin: 9px 0; text-align: center; line-height: 18px; } .weddingphotography { width: 100%; clear: both; background: #2b2e31; padding: 30px 0 40px; text-align: center; } .weddingphotography-inner { margin: 10px auto; width: 1200px; } .weddingphotography-inner h1.heading-all { color: #fff; } .weddingphotography-inner p.para-all { color: #dae8f6; } .para-all { color: #505050; font-size: 15px; line-height: 22px; } .carousel-weddingphtogrphy { margin: 60px 0; } .carousel-weddingphtogrphy .carousel-caption { text-align: left; } .carousel-weddingphtogrphy blockquote { background: rgba(0,0,0,0.25); width: auto; min-width: 30%; display: inline-block; padding: 10px 25px; } .carousel-weddingphtogrphy blockquote h2 { font-family: 'HelveticaNeueLTStd37ThinCondensed'; font-size: 24px; color: #fff; text-shadow: none; } .carousel-weddingphtogrphy blockquote h1 { font-family: 'HelveticaNeueLTCom57Condensed'; font-size: 24px; color: #fff; text-shadow: none; line-height: 28px; } .carousel-weddingphtogrphy blockquote h5 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 24px; color: #fff; line-height: 60px; text-shadow: none; } .contestgallery ul li { position: relative; } .contestgallery ul li img { width: 100%; background: #595e63; padding: 8px; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -ms-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } .contestgllry-content { background: none repeat scroll 0 0 rgba(89, 94, 99, 0.6); width: 100%; bottom: 8px; padding: 8px 13px; position: absolute; font-family: 'MetrostyleECBold'; font-size: 11px; text-transform: uppercase; color: #fff; } .contestgllry-content-blog { bottom: 0; padding:15px; background: rgba(0,0,0,0.5); top:0;} .contestgaller-prtclr-blog:hover .contestgllry-content-blog{ background: rgba(0,0,0,0);} .contestgaller-prtclr-blog { position: relative; } .contestgllry-content h3 { font-size: 11px; text-align: left; } .contestgllry-content p { text-transform: uppercase; color: #fff; font-size: 11px; font-family: 'HelveticaNeueRoman'; text-align: left; margin: 4px 0 0 } .contestgallery ul li img:hover { background: #181818; } .contestgallery ul li:hover img { -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -ms-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } .blogsection { background: #f1f1f1; padding-bottom: 2px; } .blogsection .contestgallery { margin: 40px 0; } .blogsection .contestgallery h6 { color: #2b2e31; font-family: 'HelveticaNeueLight'; font-size: 21px; margin: 10px auto 20px; text-align: left; width: 84%; } .featredphotogrphers { background: #fff; padding-top: 0; text-align: center; } .featuredphtogrpher1 { display: inline-block; width: 20%; margin-right: 30px; } .featuredphtogrpher1 img { width: 140px; height: 140px; border-radius: 50%; margin-bottom: 20px; display: inline-block; border: 5px solid #fff; transition: all 0.5s linear; } .featuredphtogrpher1 h3 { font-family: 'HelveticaNeueLTCom57Condensed'; color: #505050; font-size: 17px; font-weight: bold; } .featuredphtogrpher1 h6 { font-family: 'HelveticaNeueLight'; color: #494848; font-size: 14px; font-weight: normal; } .featuredphtogrpher1 p { font-family: 'HelveticaNeueLight'; color: #6f6f6f; font-size: 14px; font-weight: normal; border-top: 1px solid #dadbdc; margin: 10px 0 0 0; padding-top: 10px; } .marginrt { margin-right: 0 !important; } .featuredphtogrpher1:hover img { border: 5px solid #181818; } .featuredphtogrpher1:hover h3, .featuredphtogrpher1:hover h6, .featuredphtogrpher1:hover p { color: #25414a; } .ispwpmembersp { background: url(https://www.ispwp.com/css/front/../../img/ispwpmmbrsp.png) no-repeat; width: 100%; height: 550px; background-size: cover; position: relative; } .ispmmbrsp-overlay { height: 100%; position: absolute; top: 0; background: rgba(44,43,44,0.45); width: 100%; } .ispmmbrsp-container { width: 1200px; margin: 80px auto 0px; text-align: center; } .ispmmbrsp-container h3 { font-family: 'HelveticaNeueThin'; color: #fff; font-size: 46px; margin-bottom: 50px; } .ispmmbrsp-container p, .ispmmbrsp-container blockquote { font-family: 'HelveticaNeueLight'; color: #fff; font-size: 19px; line-height: 30px; } .btns-btm { margin: 70px 0 0; width:100%; clear: both } .btns-btm a.white-btn { display: inline-block; margin-right: 30px; } .testimonial-prtclr { width: 100%; margin: 30px 0; clear: both; overflow: hidden; transition: all 0.5s linear; } .testimonial-prtclr img { transition: all 0.5s linear; } .testimonial-prtclr:hover img { border: 3px solid #181818; } .lt-testmonl-prtclr { width: 30%; float: left; } .rt-testmonl-prtclr { width: 67%; float: right; max-height:248px; overflow-y:auto;} .lt-testmonl-prtclr img { width: 100%; max-width: 100%; max-height:240px; border: 3px solid #a2a2a2; } .testmonial-desc { background: #ececec; padding: 15px 15px; box-shadow: 1px 1px 2px #ccc; float: right; width: 95%; border-radius: 7px; font-family: 'HelveticaNeueLight'; position: relative; } .testmonial-desc p { color: #7b7979; font-size: 15px; line-height: 23px; text-align: justify; text-shadow: 0px 1px #fff; margin-bottom: 7px; } .testmonial-desc blockquote { color: #25414a; font-size: 15px; float: right; text-align: right; width: 100%; } .arrow-lt { width: 0; position: absolute; top: 20px; left: -12px; height: 0; border-top: 13px solid transparent; border-bottom: 13px solid transparent; border-right: 13px solid #ececec; } .testimonials-home a.white-btn { margin: 30px 0 0; } footer { background: #2b2e31; padding: 20px 0; font-family: 'HelveticaNeueLight'; } .footer-inner { margin: 10px auto; overflow: hidden; width: 1200px; text-align: center; } .footer-inner ul { display: inline-block; width: 22%; margin: 0 30px 0 0; padding: 0; vertical-align: top } .footer-inner ul li { margin-bottom: 6px; clear: both; text-align: left } .footer-inner ul li b { font-family: 'HelveticaNeueLTStd75Bold'; font-weight: normal; font-size: 17px; color: #fff; } .footer-inner ul li a { color: #fff; font-size: 13px; } .footer-inner ul li a:hover { color: #1AC4FC !important; } .btmcontent-footer { clear: both; width: 100%; text-align: left; color: #fff; margin: 30px 0 0; } .btmcontent-footer span { text-transform: uppercase; font-size: 12px; } .social_icon { float: right; } .follow-us { float: right; } .follow-us a { -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; background: url(https://www.ispwp.com/css/front/../../img/socialmedia.png) repeat scroll 0 0 transparent; display: block; float: left; height: 25px; margin-right: 10px; width: 18px; } .follow-us a:hover { } .follow-us .fb:hover { background-position: -15px 0; } .follow-us a.twitter { background-position: -35px 0; width: 24px; margin-right: 10px; } .follow-us a.twitter:hover { background-position: -65px 0; } .follow-us a.blog { background-position: -90px 0; margin-right: 10px; width: 24px; } .follow-us a.blog:hover { background-position: -115px 0; } .follow-us a.instagram { background-position: -141px 0; margin-right: 10px; width: 24px; } .follow-us a.instagram:hover { background-position: -165px 0; }   #back-top { position: fixed; bottom: 50px; right: 10px; z-index: 99999999999; } #back-top a { width: 108px; display: block; text-align: center; font: 11px/100% Arial, Helvetica, sans-serif; text-transform: uppercase; text-decoration: none; color: #bbb; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; } #back-top a:hover { color: #000; } #back-top span { width: 45px; height: 45px; display: none; margin-bottom: 7px; background: #0e1012 url(https://www.ispwp.com/css/front/../../img/backtotop.png) no-repeat center center; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; } #back-top a:hover span { background-color: #0899c9; } .ie8 .contestgllry-content { background: url(https://www.ispwp.com/css/front/../../img/darkbg-ie.png) repeat; width: 95%; } .ie8 .carousel-weddingphtogrphy blockquote { background: url(https://www.ispwp.com/css/front/../../img/darkbg-ie.png) repeat; } .contestgaller-prtclr { width: 100%; display: block; } .L { float: left; } .menu { background-position: center center; background-repeat: repeat-x; background-color: transparent; } .menu, .menu nav, .menu ul { display: inline-block; width: 100%; } .first, .first a { font-size: 16px; color: #35678F; padding-bottom: 5px; text-decoration: none; } .first:hover { cursor: pointer; } .first:hover ul, .skin { display: block; z-index: 90; width: 250px; max-width: 250px; } .first ul { position: absolute; width: auto; background-color: #fff; display: none; box-shadow: 0 0 2px #444; z-index:9999 !important;} .first ul li { padding-right: 5px; padding-left: 0px; border-left: 4px solid #35678F; margin-bottom: 1px; } .menus .menu ul li ul li { float: none; } .menus .menu ul li ul li a { color: #35678F; font-family: 'HelveticaNeueLTCom57Condensed'; text-transform: none; font-size: 16px; padding: 4px 12px; } .first ul li:hover { padding-right: 0px; padding-left: 5px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; background-color: #35678F; border-left: 4px solid #fff; } .first ul li:hover a { color: #fff; } .first ul a, .first ul li { color: #35678F; font-size: 15px; line-height: 30px; } .first:nth-child(1) ul { margin-left: 10px; } .first:last-child ul { margin-left: -52px; } @media screen and (max-width:1024px) { .menu { height: auto; background-image: none; display: none; } .L { float: none; clear: both; width: 100%; text-align: center; } .first ul { position: static; width: 100%; } .first:hover ul { display: none; width: 100%; max-width: 100%; } .clickable { background: url(https://www.ispwp.com/css/front/../../img/menu-icon.png) no-repeat; width: 33px; height: 32px; position: absolute; top: 0px; left: 0px; cursor: pointer; } }   .greybg { background: #e8e8e8; } .blog-banner { width: 100%; background: url(https://www.ispwp.com/css/front/../../img/default-blog-top-image-1600x177.jpg) no-repeat; height: 226px; position: relative; background-size: cover; text-align: center; position: relative; margin-bottom: 10px; } .blogbanner-text h3 { color: #fff; font-size: 30px; width: 100%; text-align: center; font-size: 64px; font-family: 'HelveticaNeueThin'; } .sortbycat { background: #fff; width: 1200px; margin: 30px auto; padding: 15px 15px; box-shadow: 2px 3px 2px #ccc; } .sortbycat-rt { text-align: center; float: right; width: 35%; position: absolute; bottom: 30px; right: 10px; } .sortbycat-lt span { color: #606060; font-family: 'HelveticaNeueLight'; font-size: 30px; float: left; margin: 13px 30px 0 40px } .sortbycat-lt .selector { width: 400px !important; cursor: pointer; } .sortbycat-lt .selector span { width: 400px !important; font-size: 22px; font-family: 'HelveticaNeueLight'; color: #fff; box-shadow: none; padding-left: 27px; text-shadow: none; } .blogother h3 { color: #25414a; font-family: 'HelveticaNeueThin'; font-size: 42px; } .blogother h6 span { color: #6e6d6b; font-size: 18px; font-family: 'HelveticaNeueLight'; } .blogother h6 a { color: #6e6d6b; font-size: 18px; font-family: 'HelveticaNeueLTStd77BoldCondensed'; } .blogother h6 a:hover { color: #0899c9; } .blogother img { border: 1px solid #585858; clear: both; display: block; margin: 20px auto; max-width: 100%; width: auto; } .blogother p { text-align: justify; clear: both; font-size: 16px; color: #535252; } .blogother a.white-btn { margin: 20px 0 10px 0; } .blogother-btns { background: none; box-shadow: none; text-align: center; margin-bottom: 60px; } .blogother-btns a { margin-right: 25px; } .styled-select select { background: transparent; border: none; font-size: 14px; height: 29px; padding: 5px; width: 268px; }   .black { position: relative; background: #222223 !important; } .styled-select { background-image: url(https://www.ispwp.com/css/front/../../img/selectbox-dropdown.png) !important; background-repeat: no-repeat !important; background-position: 96% 15px !important; height: 45px; overflow: hidden; width: 240px; } .profile-banner { height: 354px; background: url(https://www.ispwp.com/css/front/../../img/newprofiletopimage.jpg) no-repeat; background-size:cover; } .blogbanner-text blockquote { text-transform: uppercase; color: #19b9ed; font-size: 24px; text-shadow: 0px 1px #333; font-family: 'MinionProRegular'; } .profile-link a span { background: url(https://www.ispwp.com/css/front/../../img/favourite.png) no-repeat bottom; width: 40px; height: 30px; float: left; margin: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .profile-link a:hover span { background: url(https://www.ispwp.com/css/front/../../img/favourite.png) no-repeat top; width: 40px; height: 30px; float: left; margin: -2px 10px 0 0; } .breadcrumb-whole { width: 1200px; margin: 0 auto; } .breadcrumbs { background: #0899c9; top: 20px; width: auto; border-radius: 6px; position: absolute; box-shadow: 1px 1px 2px #333; } .breadcrumbs li { float: left; background: url(https://www.ispwp.com/css/front/../../img/breadcrumb-arrow.png) no-repeat right center; padding: 0 10px; } .breadcrumbs li a { float: left; padding: 6px 10px; font-size: 15.8px; color: #fff; } .breadcrumbs li:last-child { background: none; } .breadcrumbs li a:hover, .active-breadcrumb { color: #2b2e31 !important; } .neulkreusrphtogrphy { margin: 40px auto; width: 1200px; } .neulkreusrphtogrphy-lt { float: left; width: 40%; position: relative; } .neulkreusrphtogrphy-lt img { border: 10px solid #393c3f; width: auto; max-width: 100%; } .neulkreusrphtogrphy-lt h3 { position: absolute; bottom: 35px; left: 35px; font-family: 'HelveticaNeueLTCom57Condensed'; font-size: 32px; text-shadow: 0px 1px #fff; } .neulkreusrphtogrphy-lt h3 b { line-height: 23px; display: block; } .neulkreusrphtogrphy-rt { float: right; text-align: center; width: 57%; } .neulkreusrphtogrphy-rt h1 { color: #2b2e31; font-size: 46px; font-family: 'HelveticaNeueThin'; } .neulkreusrphtogrphy-rt a.white-btn { margin: 12px 20px 0 0; } .photographers-link a.white-btn { padding: 8px 20px; } .white-btn, .blue-btn { padding: 8px 20px; } .profile-link a.white-btn { padding: 8px 20px; } .photography-info { margin: 20px 0; clear: both; display: block; text-align: center; } .photography-info ul li { margin-bottom: 3px; overflow: hidden; display: block; font-size: 17px; text-align: left; } .photography-info ul li b { color: #25414a; float: left; width: 40%; text-align: right; margin-right: 20px; } .photography-info ul li label { color: #686868; width: 50%; } .photography-info ul li img { margin: 8px 0 10px; } .photography-info ul li img:hover { opacity: 0.75; } .socialicons-profile { float: none; } .follow-us-profile { float: none; margin: 20px 0 00 } .follow-us-profile a { -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; background: url(https://www.ispwp.com/css/front/../../img/socialicons-profile.png) repeat scroll 0 0 transparent; display: block; float: none; display: inline-block; height: 30px; margin-right: 10px; width: 30px; } .follow-us-profile a:hover { } .follow-us-profile .fb:hover { background-position: -30px 0; } .follow-us-profile a.googleplus { background-position: -62px 0; width: 30px; margin-right: 10px; } .follow-us-profile a.googleplus:hover { background-position: -94px 0; } .follow-us-profile a.twitter { background-position: -125px 0; margin-right: 10px; width: 30px; } .follow-us-profile a.twitter:hover { background-position: -157px 0; } .follow-us-profile a.pinterest { background-position: -188px 0; margin-right: 10px; width: 30px; } .follow-us-profile a.pinterest:hover { background-position: -220px 0; } .follow-us-profile a.linkedin { background-position: -252px 0; width: 30px; margin-right: 10px; } .follow-us-profile a.linkedin:hover { background-position: -284px 0; } .follow-us-profile a.instagram { background-position: -316px 0; margin-right: 10px; width: 32px; } .follow-us-profile a.instagram:hover { background-position: -348px 0; } .follow-us-profile a.youtube { background-position: -380px 0; margin-right: 10px; width: 30px; } .follow-us-profile a.youtube:hover { background-position: -412px 0; }   .awards-all { margin: 20px auto; width: 100%; text-align: center; clear: both; padding: 20px 0 0; } .awards-all p { clear: both; margin: 20px 0; color: #42494f; font-size: 15px; } .photogrpher-of-quarter { display: inline-block; width: auto; margin-right: 30px; margin-bottom:10px;} .photogrpher-of-quarter p { display: inline-block; } .photogrpher-of-quarter .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpherofquarter-left-leaf.png) no-repeat left center; width: 31px; height: 67px; } .photogrpher-of-quarter .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpherofquarter-right-leaf.png) no-repeat right center; width: 31px; height: 67px; } .photogrpher-of-quarter-text { display: inline-block; vertical-align: top; margin: 10px 0 0 0; color: #a9490b; text-transform: uppercase; } .photogrpher-of-quarter-text h3 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 15px; } .photogrpher-of-quarter-text h5 { font-family: 'HelveticaNeueLight'; font-size: 11px; } .photogrpher-of-quarter-text h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 14px; } .photogrpher-of-top-ten-cw { display: inline-block; width: auto; margin-right: 30px; margin-bottom:10px;} .photogrpher-of-top-ten-cw p { display: inline-block; } .photogrpher-of-top-ten-cw .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpheroftop-ten-left-leaf.png) no-repeat left center; width: 31px; height: 67px; } .photogrpher-of-top-ten-cw .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpheroftop-ten-right-leaf.png) no-repeat right center; width: 31px; height: 67px; } .photogrpher-of-top-ten-cw-text { display: inline-block; vertical-align: top; margin: 10px 0 0 0; color: #31850b; text-transform: uppercase; } .photogrpher-of-top-ten-cw-text h3 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 15px; } .photogrpher-of-top-ten-cw-text h5 { font-family: 'HelveticaNeueLight'; font-size: 11px; } .photogrpher-of-top-ten-cw-text h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 14px; } .photogrpher-of-top-twenty-cw { display: inline-block; width: auto; margin-right: 30px; margin-bottom:10px; } .photogrpher-of-top-twenty-cw p { display: inline-block; } .photogrpher-of-top-twenty-cw .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpheroftop-twenty-left-leaf.png) no-repeat left center; width: 31px; height: 67px; } .photogrpher-of-top-twenty-cw .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpheroftop-twenty-right-leaf.png) no-repeat right center; width: 31px; height: 67px; } .photogrpher-of-top-twenty-cw-text { display: inline-block; vertical-align: top; margin: 10px 0 0 0; color: #2f0baa; text-transform: uppercase; } .photogrpher-of-top-twenty-cw-text h3 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 15px; } .photogrpher-of-top-twenty-cw-text h5 { font-family: 'HelveticaNeueLight'; font-size: 11px; } .photogrpher-of-top-twenty-cw-text h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 14px; } .photogrpher-of-year { display: inline-block; width: auto; margin-right: 30px; } .photogrpher-of-year p { display: inline-block; } .photogrpher-of-year .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpherofyear-left-leaf.png) no-repeat left center; width: 31px; height: 67px; } .photogrpher-of-year .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpherofyear-right-leaf.png) no-repeat right center; width: 31px; height: 67px; } .photogrpher-of-year-text { display: inline-block; vertical-align: top; margin: 10px 0 0 0; color: #0e62c0; text-transform: uppercase; } .photogrpher-of-year-text h3 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 15px; } .photogrpher-of-year-text h5 { font-family: 'HelveticaNeueLight'; font-size: 11px; } .photogrpher-of-year-text h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 14px; } .contest-judge { display: inline-block; width: auto; margin-right: 30px; } .contest-judge p { display: inline-block; } .contest-judge .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-contestjude-left-leaf.png) no-repeat left center; width: 31px; height: 67px; } .contest-judge .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-contestjude-right-leaf.png) no-repeat right center; width: 31px; height: 67px; } .contest-judge-text { display: inline-block; vertical-align: top; margin: 2px 0 0 0; color: #5a1005; text-transform: uppercase; } .contest-judge-text h3 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 15px; } .contest-judge-text h5 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 15px; } .contest-judge h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 14px; color: #c00706; } .awards-all p.left-leaf, .awards-all p.right-leaf { margin: 0; } .profilepage-gallery-outer { width: 1080px;} .whitebg { background: #fff; } .contributions-prtclr { background: #595e63; } .contributions-prtclr:hover { background: #181818; } .contributions-prtclr img { width: 100%; border: none } .contributions-prtclr .contestgllry-content-blog { position: relative; background: #595e63; } .contributions-all li:hover, .contributions-all li:hover .contestgllry-content-blog { } .testimonial-profile { background: #f1f1f1; } .testimonial-profile .testmonial-desc { background: #fff; border-radius: 0; } .testimonial-profile .testmonial-desc .arrow-lt { border-bottom: 13px solid transparent; border-right: 25px solid #fff; border-top: 15px solid transparent; left: -20px; } .ispmmbrsp-container-profileform { width: 820px; margin: 50px auto 30px; } .ispmmbrsp-container input[type="text"], .ispmmbrsp-container input[type="email"], .ispmmbrsp-container input[type="password"], .ispmmbrsp-container textarea { background: #fff; box-shadow: 1px 0px 2px #666; padding: 16px 25px; border-radius: 3px; width: 100%; font-size: 16px; } .ispmmbrsp-container-profileform ul li { width: 45%; margin-right: 0px; margin-bottom: 28px; float: right; } .ispmmbrsp-container-profileform ul li.full-width { width: 100%; display: block; margin-right: 0; } .ispmmbrsp-container textarea { height: 150px; } .ispmmbrsp-container .firstinput { float: left; margin-right: 20px; } .ispmmbrsp-container-profileform input.white-btn { padding: 8px 35px; } .contestgallery-listing-partclr img { -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; -ms-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; } .contestgallery-listing-partclr img:hover { position: relative; z-index: 0; }   .contestgallery-whole { width: 1170px; margin: 50px auto 30px; text-align: center; } .contestgallery-whole h1 { color: #25414a; font-family: 'HelveticaNeueThin'; font-size: 46px; } .contestgallery-whole blockquote { color: #0899c9; font-family: 'HelveticaNeueLTStd47LightCondensed'; font-size: 40px; } .contestgallery-listing { margin: 40px 0; float: none; text-align: center; clear: both; width: 100%; } .contestgallery-listing-partclr { width: 40%; display: inline-block; position: relative; box-shadow: 2px 2px 3px #bbb; overflow: hidden; margin-right: 30px; margin-bottom: 30px; } .contestgallery-listing-partclr img { width: 100%; background: #fff; padding: 10px 10px; } .contestgallery-listing-partclr:hover img { background: #2b2e31; } .contestgallery-listing-partclr:hover h3 { color: #fff; } .contestgallery-listing-partclr:hover span { color: #fff } .contestgallery-listing-partclr:hover .contestgallery-prtlcr-info { background: rgba(43,46,49,0.6) } .contestgallery-prtlcr-info { position: absolute; bottom: 0; width: 100%; padding: 10px 10px; background: rgba(255,255,255,0.6) } .contestgallery-prtlcr-info h3 { color: #2b2e31; font-size: 30px; font-family: 'HelveticaNeueLTStd47LightCondensed'; } .contestgallery-prtlcr-info span { color: #0899c9; font-size: 17px; display: block; margin-bottom: 10px; } .contestgallery-whole p.last-link { clear: both; margin: 20px 0; color: #2b2e31; } .contestgallery-whole p.last-link a { color: #06ade4; font-size: 16px; } .blogdetailwhole-outer { background: #fff; width: 1200px; margin: 30px auto; padding: 15px 15px; box-shadow: 2px 3px 2px #ccc; } .blogdetailwhole-outer .blogother { box-shadow: none; background: none; margin: 0px auto; } .contctinfo-weddetails { clear: both; width: 100%; margin: 20px 0; border-top: 1px solid #2da1cd; padding: 25px 0px 0; } .contact-info-photographer { float: left; background: #2da1cd; box-shadow: 1px 1px 3px #666; padding: 18px 12px; width: 60%; text-align: center; min-height: 220px; } .contact-info-photographer h2 { font-family: 'HelveticaNeueLTStd37ThinCondensed'; color: #fff; font-size: 34px; } .info-cntct-photogrpher { clear: both; width: 100%; margin: 20px 0 25px } .info-cntct-photogrpher p { margin: 0px 0 0; font-size: 17px; clear: both; font-weight: normal; text-align: center; } .info-cntct-photogrpher label { color: #fff; float: none; display: inline-block; font-weight: normal; margin-bottom: 0 } .info-cntct-photogrpher span { color: #25414a; float: none; display: inline-block; } .weddingdetails-photographer { float: right; width: 35%; background: #f2f0f0; box-shadow: 1px 1px 3px #666; padding: 18px 12px; min-height: 220px; } .contact-info-photographer h2 { font-family: 'HelveticaNeueLTStd37ThinCondensed'; color: #fff; font-size: 34px; } .weddingdetails-photographer h2 { border-bottom: 1px solid; margin-bottom:21px; font-family: 'HelveticaNeueLTStd37ThinCondensed'; color: #2da1cd; font-size: 34px; text-align: center } .weddingdetails-photographer p { text-align: left; margin: 8px 0 0 } .weddingdetails-photographer label { color: #0899c9; font-size: 20px; display: block; line-height: 20px; text-align: center; word-wrap: break-word;} .weddingdetails-photographer span { color: #535252; font-size: 16px; display: block; } .info-cntct-photogrpher-rt { margin-top: 5px; margin-bottom: 0 } .blogdetails-gallery { clear: both; width: 100%; } .blogdetails-gallery .rg-image-nav a { z-index: 99999; } .blogdetails-gallery .rg-image-nav a.rg-image-nav-next { z-index: 99999; } .blogdetails-gallery .rg-image { } .pinit-icon { float: right; padding: 4px 0 0;} .realwed-desc { width: 100%; margin: 0 0; } .realwed-desc h4 { color: #0899c9; font-size: 16.5px; margin-bottom: 15px; } .realwed-desc p { color: #535252; font-size: 16.5px; margin-bottom: 12px; word-wrap:break-word; } .realwed-desc img{ max-width:100%; height:auto !important; } .contctinfo-weddetails-btm { border-bottom: 1px solid #2da1cd; border-top: none; padding-bottom: 30px; } .info-cntct-photogrpher-rt blockquote { color: #535252; text-align: center; margin: 40px 0 0; font-size: 16.5px; } .post-section { display: block; clear: both; } .social-functional-icons { float: right; } .otherpost-heading { float: left; } .otherpost-heading h5 { font-size: 30px; font-family: 'HelveticaNeueLTStd37ThinCondensed'; color: #2da1cd; margin: 10px 0 0; } .otherblogs-all { clear: both; width: 100%; padding: 20px 0; text-align: center; } .otherblog-prtclr { width: 18%; display: inline-block; background: #484848; padding: 8px; margin: 0 10px 0 0; -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; position: relative; overflow:hidden;} .otherblog-prtclr .blg-hvr-ttl{ top:0;} .otherblog-prtclr:hover p {   background-color: rgba(0, 0, 0, 0); } .otherblog-prtclr img { width: 100%; } .otherblog-prtclr p { background-color: rgba(0, 0, 0, 0.5); top: 100%; color: #fff; font-size: 13px; height: 100%; left: 0; line-height: 14px; margin: 0; padding: 10px; position: absolute; right: 0; text-align: left; font-weight:bold; } .lastchild-otherblog-prtclr { float: right; margin-right: 0 } .otherblog-prtclr:hover { } .otherblog-prtclr:hover p { } .comment-section-whole { width: 100%; margin: 25px 0; clear: both } .number-commnts { background: #0899c9; border-radius: 5px; padding: 7px 40px; float: right; position: relative; margin-bottom: 30px; } .number-commnts h3 { font-size: 17px; color: #fff; } .number-commnts img { position: absolute; bottom: -14px; right: 70px; } .comment-section { margin: 10px 0; clear: both; width: 100%; overflow: hidden; } .comment-particlr { width: 100%; background: #effafd; border: 1px solid #90e6fe; border-radius: 4px; padding: 10px 15px; clear: both; margin-bottom: 15px; text-align: center; } .comment-particlr img { border: 2px solid #909191; width: 83px; height: 90px; float: left; } .comment-particlr-rt { float: left; width: 100%; } .comment-particlr-rt h3 { font-size: 16px; margin-bottom: 13px; text-align: left; } .comment-particlr-rt h3 b { color: #454545; font-family: 'HelveticaNeueLTStd87HeavyCondensed'; font-weight: normal; } .comment-particlr-rt h3 span { color: #747474; font-style: italic; font-weight: normal; float: right; } .comment-particlr-rt p { color: #444444; font-weight: normal; font-size: 17px; line-height: 20px; font-family: 'HelveticaNeueLTStd47LightCondensed'; text-align: left; } .comment-particlr:hover { background: #eff5fd; border-color: #90c6fe; } @font-face { font-family: 'HelveticaNeueLTStd87HeavyCondensed'; src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-hvcn_0.eot); src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-hvcn_0.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-hvcn_0.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-hvcn_0.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-hvcn_0.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltstd-hvcn_0.svg) format('svg'); } .leavecomment { margin: 40px 0 20px; display: block; clear: both; width: 100%; } .leavecomment h3 { font-family: 'HelveticaNeueLTStd37ThinCondensed'; font-size: 28px; color: #454545; } .leavecomment-form { background: #f9f9f9; border: 1px solid #c8c6c6; padding: 25px 30px 0; border-radius: 3px; margin: 20px 0; } .leavecomment-form li { width: 31%; display: inline-block; margin-right: 35px; margin-bottom: 30px; } .leavecomment-form li.entercommnts { width: 100%; } .leavecomment-form li label { color: #454545; font-family: 'HelveticaNeueLTStd47LightCondensed'; font-size: 18px; font-weight: normal; display: block; margin-bottom: 8px; } .leavecomment-form li input[type="text"], .leavecomment-form li input[type="password"], .leavecomment-form li input[type="email"], .leavecomment-form li textarea { background: #fff; border: 1px solid #acdae6; padding: 12px 20px; width: 100%; } .leavecomment-form li textarea { height: 150px; resize: none; } .leavecomment-form li.third-input-field { margin-right: 0; float: right } .leavecomment-form li.entercommnts input[type="checkbox"] { float: left; width: 13px; margin-right: 10px; } .leavecomment-form li.entercommnts span { color: #999898; font-size: 16px; font-style: italic; } .leavecomment-form li input.white-btn { margin: 20px 0 0; border: 1px solid #cdcdcd; padding: 10px 40px; } .leavecomment-form li input.white-btn:hover { border: 1px solid #1477ba; } input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { box-shadow: none !important; border-color: #147aa0 !important; }   @font-face { font-family: 'HelveticaNeueLTPro45Light'; src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltpro-lt_0.eot); src: url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltpro-lt_0.eot) format('embedded-opentype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltpro-lt_0.woff2) format('woff2'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltpro-lt_0.woff) format('woff'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltpro-lt_0.ttf) format('truetype'), url(https://www.ispwp.com/css/front/../../fonts/helveticaneueltpro-lt_0.svg) format('svg'); } .lightgreybg { background: #fcfcfc; } .top-head-whole { padding: 25px 0; width: 100%; background: #2da1cd; } .top-head-inner { width: 1200px; margin: 0 auto; text-align: center; } .top-head-inner h3 { font-family: 'HelveticaNeueThin'; font-size: 35px; color: #fff; } .top-head-inner b { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 30px; color: #25414a; text-transform: uppercase; } .contestgallery-whole div.selector, .contestgallery-whole div.selector span { width: 320px !important; } .contestgallery-whole div.selector { margin-right: 20px; } .getting-ready { text-align: center; clear: both; width: 100%; display: block; margin: 40px 0; border-top: 1px solid #c4bfbf; padding: 40px 0 0 } .getting-ready h3 { font-family: 'HelveticaNeueThin'; color: #2b2f32; font-size: 43px; margin-bottom: 7px; } .getting-ready b { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 30px; color: #25414a; line-height: 30px; font-weight: normal; } .getting-ready blockquote { font-size: 19px; font-family: 'HelveticaNeueLight'; color: #6e6e6d; margin: 12px 0 } .getting-ready blockquote a { display: inline-block; margin: 0 10px; } .getting-ready blockquote a:hover, .active-link { color: #2da1cd !important; } .nw-btn-visited:visited,.nw-btn-visited:focus{ color: #fff !important; } .firstwinner { width: 100%; clear: both; border-top: 1px solid #c4bfbf; padding: 40px 0 0; margin: 30px 0 0 0 } .firstwinner img { border: 1px solid #585858; margin-bottom: 12px; } .firstwinner blockquote p { margin-bottom: 0px; clear: both; font-family: 'HelveticaNeueLTStd47LightCondensed'; } .firstwinner blockquote p b { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 25px; color: #414242; } .firstwinner blockquote p span, .firstwinner blockquote h6 { color: #414242; font-size: 25px; font-family: 'HelveticaNeueLTStd47LightCondensed'; } .firstwinner blockquote p label { color: #2da1cd; font-size: 25px; margin-bottom: 0; } .firstwinner blockquote a.white-btn { margin: 30px 0 0 } .firstwinner blockquote a.white-btn:hover { color: #fff !important; } .winner-list { background: #f1f1f1; padding: 0px 0 30px 0; width: 100%; } .winner-list-container { width: 1170px; margin: 0px auto; text-align: center; } .contestwinner-prtclr { width: 18%; box-shadow: none; font-family: 'HelveticaNeueLTStd47LightCondensed'; text-align: center; display: inline-block; margin: 40px 8px 0 8px; } .contestwinner-prtclr-img { position: relative; } .contestwinner-prtclr img { padding: 5px; background: #585d61; } .contestwinner-prtclr-info { bottom: 0; background: rgba(88,93,97,0.5); position: absolute; width: 100%; padding: 6px 0 10px; text-align: center; } .contestwinner-prtclr-info h3 { text-align: center; color: #fff; font-size: 18px; } .contestwinner-prtclr .more-info { position: relative; margin: 10px 0 0; } .contestwinner-prtclr .more-info h5 { font-size: 18px; color: #5a5a5a; line-height: 21px; } .contestwinner-prtclr .more-info h4 { font-size: 18px; color: #2da1cd; line-height: 21px; } .contestwinner-prtclr:hover img { background: #2e3236; } .contestwinner-prtclr:hover .contestwinner-prtclr-info { background: rgba(46,50,54,0.8) } .prizes-section { width: 1170px; margin: 0 auto; padding: 0px 0; font-family: 'HelveticaNeueLTStd47LightCondensed'; } .prizes-section h3 { color: #fff; } .prizes-section p {font-size: 18px; color: #fff; margin: 25px 0 0px } .prize-partclr { width: 25%; display: inline-block; background: #2da1cd; border-radius: 5px; box-shadow: 1px 1px 3px #222; padding: 10px 0 15px; margin: 0 15px 20px 0; min-height: 235px; vertical-align: top; } .prize-partclr h2 { color: #fff; text-transform: uppercase; font-size: 31px; font-family: 'HelveticaNeueThin'; border-bottom: 1px solid #138ab7; padding-bottom: 8px; margin-bottom: 20px; } .prize-partclr ul li { background: #138ab7; padding: 7px 10px; text-align: center; color: #bdedff; font-size: 18px; margin-bottom: 6px; } .prize-partclr ul li.bestone { background: #15598b; text-transform: uppercase; } .prizes-distribution { max-width: 1170px; text-align: center; margin: 0 auto; padding: 30px 0 0; width: 90%; } .prize-dstr-prtclr { width: 100%; margin: 0 0 20px 0; clear: both; background: #f9f9f9; border: 1px solid #cdcdcd; display: table; height: 150px; } .lt-prize-dstr-prtclr { width: 20%; display: table-row; height: 100%; text-align: center; vertical-align: middle; position: relative; display: table-cell; background: #ffffff; } .lt-prize-dstr-prtclr img { width: 100%; } .rt-prize-dstr-prtclr { text-align: left; color: #646363; display: table-row; font-size: 16px; border-left: 4px solid #b7b7b7; padding: 0px 0 0px 12px; height: 100%; display: table-cell; } .rt-prize-dstr-prtclr h6 { font-size: 16px; font-family: 'HelveticaNeueLTStd75Bold'; padding: 10px 0 00 } .rt-prize-dstr-prtclr a { color: #2da1cd; } .prize-dstr-prtclr:hover .rt-prize-dstr-prtclr { background: #f2f2f2; } .prize-dstr-prtclr:hover { box-shadow: 0px 2px 2px #ccc; border: 1px solid #aaa; } .contestjudges { margin-top: 0; width: 1130px; padding-bottom: 0 } .contestjudges .lt-testmonl-prtclr { width: 135px; } .contestjudges .lt-testmonl-prtclr img { border: 1px solid #cccccc; background: #fff; padding: 5px; } .contestjudges .rt-testmonl-prtclr { width: 86%; text-align: left; } .contestjudges .rt-testmonl-prtclr h4 { font-family: 'HelveticaNeueLTCom57Condensed'; color: #6e6c6c; font-size: 17px; font-weight: bold; margin-bottom: 8px; } .contestjudges .rt-testmonl-prtclr h4 b { color: #52c1ef; } .contestjudges .rt-testmonl-prtclr p { line-height: 22px; } .contestjudges .testimonial-prtclr { width: 100%; margin: 30px 0; clear: both; overflow: visible; transition: all 0.5s linear; } .listingdirectory-top-full { width: 100%; clear: both; background: #dfdfdf; padding: 35px 0; text-align: center; } .listingdirectory-top { width: 978px; margin: 0 auto; } .search-bar-whole { background: #fff; border: 1px solid #bbb9b9; padding: 18px 30px; width: 100%; box-shadow: 0px 2px 2px #bbb; margin-bottom: 30px; } .search-bar-whole li { float: left; vertical-align: middle; padding:0 10px;} .search-bar-whole li:first-child { width:22%;} .search-bar-whole li:nth-child(2) { width:61%;} .search-bar-whole li:nth-child(3) { width:17%;} .search-bar-whole li label { color: #6f6f6f; font-size: 17px;width:20%;padding-right:15px;float:left;margin:12px 0;text-align:right;} .search-bar-whole li:first-child label { width:35%;} .search-bar-whole li input[type="text"], .search-bar-whole li input[type="email"] { background: #f2f2f2; box-shadow: 2px 2px 2px #ccc inset; padding: 11px 12px; text-align: center; font-size: 17px; color: #787676; border: 1px solid #cdcdcd;float:left;} .withinkm { width: 65%; } .milesof { width: 80%; } .search-bar-whole li input.white-btn { border: 1px solid #cdcdcd; padding: 9px 20px 9px 20px;width:100%;} .search-bar-whole li.thirdoption-submitbtn { position: relative; z-index: 99999 } .search-bar-whole .searchicon { position: absolute; background: url(https://www.ispwp.com/css/front/../../img/searchicon-listingdir.png) no-repeat top; right: 10px; height: 26px; width: 32px; top: 8px; } .search-bar-whole li.thirdoption-submitbtn:hover .searchicon { background: url(https://www.ispwp.com/css/front/../../img/searchicon-listingdir.png) no-repeat bottom; } .listingdirectory-top .photographers-link a.white-btn { padding: 13px 20px; } .weddingphotographer-listing { width: 1170px; margin: 0 auto; padding: 40px 0; text-align: center; } .photography-all { width: 100%; text-align: center; clear: both; overflow: hidden; padding: 30px 0; } .photography-prtclr { float: left; width: 48%; background: #373e45; border: 2px solid #353535; border-radius: 4px; margin-bottom: 30px; vertical-align:top;} .photography-prtclr h2 { background: #2b2e31; padding: 8px 0; text-align: center; font-family: 'HelveticaNeueLTStd87HeavyCondensed'; color: #fff; font-size: 20px; } .photography-prtclr-left { float: left; width: 65%; } .photography-prtclr-right { margin-right: 0px; overflow: hidden; border-left: 1px solid; } .photography-prtclr-right-inner { float: none; margin: 21px auto 0; width: 86%; } .photography-prtclr-right p { color: #bfccd8; font-size: 14px; } .photography-prtclr-left img { max-height: 240px; } .viewwebsite-btn .viewwebsite-icon { position: absolute; background: url(https://www.ispwp.com/css/front/../../img/viewwebsite-icon.png) no-repeat bottom; height: 13px; width: 13px; top: 8px; left: 10px; } .viewwebsite-btn:hover .viewwebsite-icon { background: url(https://www.ispwp.com/css/front/../../img/viewwebsite-icon.png) no-repeat top; } .viewwebsite-btn { position: relative; margin-bottom: 10px; width: 100%; } .viewfullprofile-btn .viewfullprofile-icon { position: absolute; background: url(https://www.ispwp.com/css/front/../../img/viewfullprofile-icon.png) no-repeat bottom; height: 15px; width: 14px; top: 8px; left: 10px; } .viewfullprofile-btn:hover .viewfullprofile-icon { background: url(https://www.ispwp.com/css/front/../../img/viewfullprofile-icon.png) no-repeat top; } .viewfullprofile-btn { position: relative; margin-bottom: 10px; width: 100%; } .addtofav-btn .addtofav-icon { position: absolute; background: url(https://www.ispwp.com/css/front/../../img/addtofav-icon.png) no-repeat bottom; height: 15px; width: 15px; top: 8px; left: 8px; } .addtofav-btn:hover .addtofav-icon { background: url(https://www.ispwp.com/css/front/../../img/addtofav-icon.png) no-repeat top; } .addtofav-btn { position: relative; margin-bottom: 10px; width: 100%; } .email-btn .email-icon { position: absolute; background: url(https://www.ispwp.com/css/front/../../img/email-icon.png) no-repeat bottom; height: 14px; width: 20px; top: 8px; left: 10px; } .email-btn:hover .email-icon { background: url(https://www.ispwp.com/css/front/../../img/email-icon.png) no-repeat top; } .email-btn { position: relative; margin-bottom: 10px; width: 100%; } .addtofav-btn a, .email-btn a, .viewfullprofile-btn a, .viewwebsite-btn a { width: 100%; font-size: 15px; padding: 3px 12px; } .prizes-listngdrctry { background: #fff; clear: both; height: 31px; padding: 6px 0 2px; } .prizes-listngdrctry p { margin-bottom: 0 } .photogrpher-of-quarter-small { display: inline-block; width: auto; margin-right: 3px; } .photogrpher-of-quarter-small p { display: inline-block; } .photogrpher-of-quarter-small .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpherofquarter--small-left-leaf.png) no-repeat left center; width: 9px; height: 19px; } .photogrpher-of-quarter-small .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpherofquarter--small-right-leaf.png) no-repeat right center; width: 9px; height: 19px; margin-left: -7px; } .photogrpher-of-quarter-small-text { display: inline-block; vertical-align: top; margin: 0px 0 0 -7px; color: #a9490b; text-transform: uppercase; } .photogrpher-of-quarter-small-text h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 13px; color: #bd651d; } .contestjudge-small { display: inline-block; width: auto; margin-right: 3px; } .contestjudge-small p { display: inline-block; } .contestjudge-small .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-contestjusge--small-left-leaf.png) no-repeat left center; width: 9px; height: 19px; } .contestjudge-small .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-contestjusge--small-right-leaf.png) no-repeat right center; width: 9px; height: 19px; margin-left: -7px; } .contestjudge-small-text { display: inline-block; vertical-align: top; margin: 0px 0 0 -7px; color: #a9490b; text-transform: uppercase; } .contestjudge-small-text h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 13px; } .toptwnty-small { display: inline-block; width: auto; margin-right: 3px; } .toptwnty-small p { display: inline-block; } .toptwnty-small .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-top20--small-left-leaf.png) no-repeat left center; width: 9px; height: 19px; } .toptwnty-small .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-top20--small-right-leaf.png) no-repeat right center; width: 9px; height: 19px; margin-left: -7px; } .toptwnty-small-text { display: inline-block; vertical-align: top; margin: 0px 0 0 -7px; color: #a9490b; text-transform: uppercase; } .toptwnty-small-text h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 13px; color: #563cc2; } .topten-small { display: inline-block; width: auto; margin-right: 3px; } .topten-small p { display: inline-block; } .topten-small .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-top10--small-left-leaf.png) no-repeat left center; width: 9px; height: 19px; } .topten-small .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-top10--small-right-leaf.png) no-repeat right center; width: 9px; height: 19px; margin-left: -7px; } .topten-small-text { display: inline-block; vertical-align: top; margin: 0px 0 0 -7px; color: #a9490b; text-transform: uppercase; } .topten-small-text h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 13px; color: #41a31d; } .photogrpher-of-year-small { display: inline-block; width: auto; margin-right: 3px; } .photogrpher-of-year-small p { display: inline-block; } .photogrpher-of-year-small .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpheroyear--small-left-leaf.png) no-repeat left center; width: 9px; height: 19px; } .photogrpher-of-year-small .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-photogrpheroyear--small-right-leaf.png) no-repeat right center; width: 9px; height: 19px; margin-left: -7px; } .photogrpher-of-year-small-text { display: inline-block; vertical-align: top; margin: 0px 0 0 -7px; color: #a9490b; text-transform: uppercase; } .photogrpher-of-year-small-text h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 13px; color: #2b68a4; } .awardwinning-photos-small { display: inline-block; width: auto; margin-right: 3px; } .awardwinning-photos-small p { display: inline-block; } .awardwinning-photos-small .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-winningphotos--small-left-leaf.png) no-repeat left center; width: 9px; height: 19px; } .awardwinning-photos-small .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-winningphotos--small-right-leaf.png) no-repeat right center; width: 9px; height: 19px; margin-left: -7px; } .awardwinning-photos-small-text { display: inline-block; vertical-align: top; margin: 0px 0 0 -7px; color: #a9490b; text-transform: uppercase; } .awardwinning-photos-small-text h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 13px; color: #606060; }  .photography-prtclr-rt { float: right; } .darkbg { background: #dfdfdf; padding: 20px 0 30px; } .otherphotogrphrs { overflow: hidden; padding: 5px 0; } .otherphotogrphrs p { margin-bottom: 30px; } .otherphotogrphrs .photography-prtclr-right p { margin-bottom: 10px; } .otherphotogrphrs .awards-all { padding-top: 0px; } .award-winning { display: inline-block; width: auto; margin-right: 30px; } .award-winning p { display: inline-block; } .award-winning .left-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-awardwinning-left-leaf.png) no-repeat left center; width: 31px; height: 67px; } .award-winning .right-leaf { background: url(https://www.ispwp.com/css/front/../../img/awards-awardwinning-right-leaf.png) no-repeat right center; width: 31px; height: 67px; } .award-winning-text { display: inline-block; vertical-align: top; margin: 12px 0 0 0; color: #494949; text-transform: uppercase; } .award-winning-text h3 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 15px; line-height: 16px; } .award-winning-text h5 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 15px; line-height: 16px; } .award-winning h6 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 14px; color: #777575; line-height: 16px; } .otherphotogrphrs .photogrpher-of-top-ten-cw-text h5, .otherphotogrphrs .photogrpher-of-top-twenty-cw-text h5 { font-family: 'HelveticaNeueLTStd77BoldCondensed'; font-size: 13px; } .otherphotogrphrs .photogrpher-of-year-text, .otherphotogrphrs .photogrpher-of-quarter-text, .otherphotogrphrs .photogrpher-of-top-ten-cw-text, .otherphotogrphrs .photogrpher-of-top-twenty-cw-text, .otherphotogrphrs .award-winning-text, .otherphotogrphrs .contest-judge-text { margin-top: 16px; } .otherphotogrphrs .photogrpher-of-top-ten-cw-text h3, .otherphotogrphrs .photogrpher-of-top-twenty-cw-text h3, .otherphotogrphrs .contest-judge-text h3 { line-height: 16px; } .otherphotogrphrs .photogrpher-of-year-text img, .otherphotogrphrs .photogrpher-of-quarter-text img, .otherphotogrphrs .photogrpher-of-top-ten-cw-text img, .otherphotogrphrs .photogrpher-of-top-twenty-cw-text img, .otherphotogrphrs .award-winning-text img, .otherphotogrphrs .contest-judge-text img { margin: 20px 0 0 0; } .otherphotogrphrs a.white-btn { clear: both; }   @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .photogrpher-of-year , .photogrpher-of-quarter , .photogrpher-of-top-ten-cw , .photogrpher-of-top-twenty-cw , .award-winning , .contest-judge{ margin-bottom:30px; margin-right:20px;} } .ie9 .photogrpher-of-year , .ie9 .photogrpher-of-quarter , .ie9 .photogrpher-of-top-ten-cw , .ie9 .photogrpher-of-top-twenty-cw , .ie9 .award-winning , .ie9 .contest-judge{ margin-bottom:30px; margin-right:20px;} .i8 .photogrpher-of-year , .ie8 .photogrpher-of-quarter , .ie8 .photogrpher-of-top-ten-cw , .ie8 .photogrpher-of-top-twenty-cw , .ie8 .award-winning , .ie8 .contest-judge{ margin-bottom:30px; margin-right:20px;}  .login-page-full{background:url(https://www.ispwp.com/css/front/../../img/default-background-1536x1024.jpg) no-repeat; width:100%; height:560px; background-size:cover; padding:20px 0;} .login-box{ width:auto; max-width:32%; margin:40px auto; background:rgba(255,255,255,0.9); border-radius:8px;} .login-box h2{background:#2b2e31; padding:12px 0px; text-align:center; color:#fff;font-family: 'HelveticaNeueThin'; font-size:38px; border-top-left-radius:8px;border-top-right-radius:8px; margin-bottom:20px;} .login-box ul{ padding:10px 30px;} .login-box ul li{ display:block; width:100%; clear:both; margin-bottom:20px; text-align:center;} .login-box ul li label{ font-size:23px; display:block; color:#2b2e31; text-shadow:0px 1px #fff; font-family: 'HelveticaNeueLTStd47LightCondensed';text-align:left;} .login-box ul li input[type="text"], .login-box ul li input[type="url"] , .login-box ul li input[type="number"], .login-box ul li input[type="email"] , .login-box ul li input[type="password"] , .login-box ul li select{ background:#fff; padding:10px 20px; width:100%; border:1px solid #909090; font-size:16px;} .login-box ul li.terms-cndtns{ margin:0 0 10px 0;text-align:left;} .login-box ul li.terms-cndtns label{ display:inline-block; font-size:15px; color:#555; font-family: 'HelveticaNeueLTPro45Light';} .login-btn-blue{ padding:8px 30px; text-transform:capitalize;} .register-page-full{background:url(https://www.ispwp.com/css/front/../../img/default-background-1536x1024.jpg) no-repeat fixed; width:100%; height:auto; background-size:cover; padding:20px 0;} .register-box{ width:auto; max-width:70%; margin:40px auto; background:rgba(255,255,255,0.9); border-radius:8px;} .register-box h2{font-size:30px; } .register-box p{ padding:0px 30px; line-height:20px;} .line{ height:1px;margin:15px 30px; background:#fff;} .register-box ul li label{ font-size:17px;color:#1c1f22;font-family: 'HelveticaNeueLTCom57Condensed'; text-shadow:none; font-weight:normal;} .register-box ul li input[type="text"],.register-box ul li input[type="url"] , .register-box ul li input[type="number"], .login-box ul li input[type="email"] , .login-box ul li input[type="password"]{padding:9px 20px;} .register-box ul li label sup{ color:#ff0000; font-size:11px; text-shadow:none; font-family:arial;} .register-box ul li .terms-cndtns{ margin:0 0 0px 0;text-align:left;} .register-box ul li .terms-cndtns label{ display:inline-block; font-size:14px; color:#555; font-family: 'HelveticaNeueLTPro45Light'; margin-bottom:2px;} .register-box ul li .terms-cndtns label a{ color:#0899c9; text-shadow:none;} .register-box ul li blockquote{ font-size:18px; text-align:left; display:block; color:#2b2e31; font-family: 'HelveticaNeueLTStd77BoldCondensed';text-align:left;} .register-box ul{ padding-bottom:5px;} .register-box ul.secondul{ padding-top:0; } .register-box ul.secondul li p{ text-align:left;padding:0; font-size:14px; margin-bottom:5px;}  .payment-page-full{background:#dcdcdc fixed; width:100%; height:auto; background-size:cover; padding:20px 0; text-align:center;} .payment-page-full .contestgallery-whole{ margin:0 auto;} .payment-box{ background:#fff; ; border:1px solid #aaa;} .linegrey{ height:1px;margin:25px 30px; background:#ccc;} .payment-box li h5{font-family: 'HelveticaNeueLTStd75Bold'; color:#2b2e31; font-size:22px; text-align:left;}  .realwedding-box{font-family: 'HelveticaNeueLTCom57Condensed';} .text-real-wedding { text-align:left; margin:10px 30px;} .text-real-wedding span{ color:#2b2e31; font-size:16px; } .text-real-wedding blockquote , .text-real-wedding blockquote.info-blue{color:#0899c9; font-weight:normal; font-size:16px; line-height:19px; margin:10px 0 16px;font-family: 'HelveticaNeueLTCom57Condensed'; } .text-real-wedding .secondul{ padding:0;} .payment-box .text-real-wedding ul.secondul p{ font-size:15px; margin:8px 0;} .payment-box .text-real-wedding ul li blockquote{ margin-bottom:8px;} .login-box ul li textarea{ background:#fff; padding:10px 20px; width:100%; border:1px solid #909090; font-size:16px; resize:none; height:200px;} .login-box ul.lt-align{ margin-bottom:25px;} .login-box ul.lt-align li{ text-align:left; width:45%; display:inline-block; vertical-align:top;} .login-box ul.lt-align li input[type="button"] { } .addmoreimages {   background: url(https://www.ispwp.com/css/front/../../img/addanimage.png) no-repeat scroll left top rgba(0, 0, 0, 0);   display: inline-block;   margin: 0px 0 12px;   position: relative; width:263px; height:44px; text-align:left; } .addmoreimages input[type="file"] {   cursor: pointer;   left: 0;   opacity: 0;   position: absolute; top: 0;   width: 100%; height:100%; } .addmore-blue{ padding:8px 20px; margin-left: 5px; border-radius:3px; border:2px solid #394149 ; font-size:18px; color:#fff;background: #76828e;  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2ODI4ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjJlMzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #76828e 0%, #2b2e31 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76828e), color-stop(100%,#2b2e31)); background: -webkit-linear-gradient(top, #76828e 0%,#2b2e31 100%); background: -o-linear-gradient(top, #76828e 0%,#2b2e31 100%); background: -ms-linear-gradient(top, #76828e 0%,#2b2e31 100%); background: linear-gradient(to bottom, #76828e 0%,#2b2e31 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76828e', endColorstr='#2b2e31',GradientType=0 ); } .addmore-blue:hover{background: #459dd1;  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1OWRkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjU3OWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top, #459dd1 0%, #1f579b 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#459dd1), color-stop(100%,#1f579b)); background: -webkit-linear-gradient(top, #459dd1 0%,#1f579b 100%); background: -o-linear-gradient(top, #459dd1 0%,#1f579b 100%); background: -ms-linear-gradient(top, #459dd1 0%,#1f579b 100%); background: linear-gradient(to bottom, #459dd1 0%,#1f579b 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#459dd1', endColorstr='#1f579b',GradientType=0 ); }  .contestgallery-whole{ width:1170px; margin:50px auto 30px; text-align:center;} .contestgallery-whole h1{ color:#25414a;font-family: 'HelveticaNeueThin'; font-size:46px;} .contestgallery-whole blockquote{ color:#0899c9; font-family: 'HelveticaNeueLTStd47LightCondensed'; font-size:24px;} .contestgallery-listing{ margin:40px 0; float:none; text-align:center; clear:both; width:100%;} .contestgallery-listing-partclr{ width:40%; display:inline-block;position:relative; box-shadow:2px 2px 3px #bbb; overflow:hidden; margin-right:30px; margin-bottom:30px;} .contestgallery-listing-partclr img{ width:100%; background:#fff; padding:10px 10px;} .contestgallery-listing-partclr:hover img{ background:#2b2e31;} .contestgallery-listing-partclr:hover h3{ color:#fff;} .contestgallery-listing-partclr:hover span{color:#fff} .contestgallery-listing-partclr:hover .contestgallery-prtlcr-info{ background:rgba(43,46,49,0.6)} .contestgallery-prtlcr-info{ position:absolute; bottom:0; width:100%; padding:10px 10px; background:rgba(255,255,255,0.6)} .contestgallery-prtlcr-info h3{ color:#2b2e31; font-size:30px;font-family: 'HelveticaNeueLTStd47LightCondensed';} .contestgallery-prtlcr-info span{ color:#0899c9; font-size:17px;display:block; margin-bottom:10px;} .contestgallery-whole p.last-link{ clear:both; margin:20px 0; color:#2b2e31;} .contestgallery-whole p.last-link a{ color:#06ade4; font-size:16px;}   .codeofconduct-whole{font-family: 'HelveticaNeueLTCom57Condensed';} .codeofconduct-whole h4{color:#0899c9; font-weight:normal; font-size:16px; line-height:19px; margin:10px 0 16px;font-family: 'HelveticaNeueLTCom57Condensed'; margin-bottom:10px; } .codeofconduct-whole h3{ margin-bottom:10px;} .codeofconduct-whole p{ color:#666;} .integrity{ margin:20px 0; clear:both; border-bottom:1px solid #ddd; padding-bottom:15px;} .integrity h4{font-family: 'HelveticaNeueLTCom57Condensed'; font-size:22px; color:#0899c9;}  .memberlogin:hover{ background:#4f565e;}  .profilepic-lt{ width:45%; float:left; padding:40px 0 00 } .profilepic-rt{ float:right; width:45%;} .profilepic-rt img{ width:auto; max-width:100%; border:7px solid #fff; box-shadow:1px 1px 8px #aaa;} .address-diffrnt{ width:100%; clear:both;} .address-diffrnt input{ width:12px; float:left; margin-right:5px;} .login-box .address-diffrnt label{ font-size:15px; color:#666;} .login-box ul li textarea.small-ht { height:100px;} .login-box ul li.addmoreimgs-profile{ width:45%; float:left; clear:none;} .logout-whole{ max-width:47%; text-align:right; margin:30px auto;} .logout-whole a{ background:#0899c9; padding:7px 20px; color:#fff; font-size:16px; text-align:center;} .logout-whole a:hover{ background:#2b2e31;}   ul.popupForm{width:100%;} ul.popupForm li{ width:100%; display:inline-block; text-align:left; margin-bottom:10px; vertical-align:top;} ul.popupForm li .label_txt{ width:100%; margin:0 15px 3px 0; display:inline-block; color: #1c1f22; font-family: "HelveticaNeueLTCom57Condensed"; font-size: 17px; font-weight: normal; text-shadow: none;} ul.popupForm li .input_txt{background: none repeat scroll 0 0 #fff; display:inline-block; border: 1px solid #909090; font-size: 16px; padding: 10px 20px; display:inline-block; width:100%;vertical-align:top; margin-bottom:12px;} .modal-footer .white-btn{ padding:8px 13px;} .modal-header .heading-all{ margin-bottom:0;}  .realwedd_featured_outer{ padding:20px;} .realwedd_featured_outer .imgsess{ display:inline-block; width:45%; text-align:left; margin:0 10px 20px ;position:relative; } .realwedd_featured_outer .imgsess img{width:100%; height:100%;} .realwedd_featured_outer .feature_img_caption{ position:absolute; bottom:0; left:0; background:rgba(255, 255, 255, 0.6); padding:15px 0; text-align:center; width:100%; color:#2b2e31; font-size:17px;} .featured_full_zoom{width:100%;} .featured_full_zoom .full_zoom_outer{ width:97%; margin:0 auto; padding:20px 0;} .featured_full_zoom #thumbnail{ border:5px solid #595e63; width:100%;} .thumnail_show {border: 5px solid #ffffff;   clear: both;   display: inline-block;   float: inherit; overflow:hidden;   margin: 15px auto} .payment-page-full .realwedd_featured_outer{ padding:40px 0; margin:0;} .contestgallery-listing-partclr:hover .feature_img_caption{ background:rgba(43,46,49,0.6);}  .contest_top_HD{ text-align:center; margin:45px 0;} .contest_top_HD h1{  color: #25414a; font-family: "HelveticaNeueThin"; font-size: 46px;} .contest_Response{ background:#e2e2e2; padding:30px 0; border-top:1px solid #c4bfbf; border-bottom:1px solid #c4bfbf; text-align:center;} .contest_Response .contestgallery-whole{ margin:0 auto;} .contest_Response .contestgallery-whole label{ margin-right:20px; font-size:23px; color:#2b2f32; font-family:"HelveticaNeueThin"; margin-bottom:0;} .winter_contest_outer{ width:100%; background:#fff;} .winter_contest_outer .winter_contest_container{ width:1170px; margin:0 auto;} .winter_contest_container ul{ margin:20px 0;} .winter_contest_container ul li{ display:inline-block; background:#fff; padding:8px; width:auto; box-shadow:0px 0px 4px 3px rgba(0, 0, 0, 0.09); position:relative; margin:0 12px 24px; position:relative;} .winter_contest_container ul li img{ height:180px; cursor:pointer;} .submit_box{ margin-bottom:20px;} .submit_box .white-btn{ border:1px solid #c4bfbf; min-width:200px;} .submit_box span{ text-indent:999;} .contest_select{ position:absolute; bottom:-50px; left:0; width:100%; margin:0 auto; text-align:center;}  .contest_gallery img{ cursor:default !important;} .contest_gallery .img_show{ margin:12px 0 0;} .contest_gallery .close{ margin-top:-10px;}  .rg-image { height:722px; width:1082px; position:relative; margin-bottom: 110px;} .rg-image table { width:100%; max-width:100%; height:100%;} .rg-image table tr td img { max-width:100%;} .no-link{ cursor:context-menu !important;} .contest-result-page-slider{ margin-bottom:84px !important;} .newImgUpBtn{ background:rgba(0, 0, 0, 0) url(https://www.ispwp.com/css/front/../../img/one_or_more_btn.png) no-repeat scroll left top !important; height:44px; width:316px;} .newImgUpBtnBlog{ background:rgba(0, 0, 0, 0) url(https://www.ispwp.com/css/front/../../img/select_all_images.png) no-repeat scroll left top !important; height:44px; width:316px;} .new-fav-btn{ padding: 6px 15px !important;} span.new-fav-btn:hover span{ margin: 0 !important; border:2px solid red;} .blog-pg-ttl{ color:#fff; font-size:64px; font-family:'HelveticaNeueThin';}
 @media screen and (max-width:1250px) { .profilepage-gallery-outer { width: 85%; } .blogdetailwhole-outer { width: 97%; } .top-head-inner, .winner-list-container, .prizes-section { width: 97%; } } @media screen and (max-width:1200px) { .header-container, .ispwp-member-container, .weddingphotography-inner, .ispmmbrsp-container, .footer-inner { width: 99%; } .menus ul li a { padding: 8px 6px; } .sortbycat { width: 96%; } .neulkreusrphtogrphy { width: 95%; } .contestwinner-prtclr { margin: 40px 15px 0; width: 20%; } .contestwinner-prtclr img { width: 100%; } .listingdirectory-top { width: 95%; } .weddingphotographer-listing, .otherphotogrphrs { width: 98%; } } @media screen and (max-width:1199px) { .searchbox input[type="text"] { padding: 8px 10px; } .memberlogin { margin-right: 7px; padding: 7px 8px; } .menus ul li a { font-size: 12px; } .content-slider blockquote h2 { font-size: 42px; line-height: 34px; } .content-slider blockquote h1 { font-size: 49px; line-height: 59px; } .content-slider blockquote h5 { font-size: 29px; line-height: 20px; } .weddingsearch { padding: 12px; } .heading-all { font-size: 35px; } .contestgallery .bx-wrapper .bx-prev { left: 0; } .contestgallery .bx-wrapper .bx-next { right: 0; } .memberlogin a { font-size: 13px; } .carousel-weddingphtogrphy blockquote h5 { font-size: 35px; line-height: 43px; } .carousel-weddingphtogrphy blockquote h1, .carousel-weddingphtogrphy blockquote h2 { font-size: 35px; } .ispmmbrsp-container p, .ispmmbrsp-container blockquote { font-size: 17px; line-height: 26px; } .profilepage-gallery-outer { width: 85%; } .ispmmbrsp-container-profileform { width: 80%; } .contestgallery-whole { width: 95%; } .otherblog-prtclr { margin: 0 6px 0 0 } .leavecomment-form li { margin-right: 25px; } .winter_contest_outer .winter_contest_container{ width:97%;} } @media screen and (max-width:1024px) { .ug-img{width:100%; margin:0 !important;} .ug-model-outer{height:auto !important; width:auto !important;} .homeConGalArea .ug-model-outer{width:84% !important;} } @media screen and (max-width:1024px) { .toprtsection { float: right; margin: 15px 0; } .clickable { left: 7px; top: 88px; } .menu { margin: 20px 0; } .menus { width: 100%; } .toprtsection { clear: both; float: none; padding: 15px 0; width: 100%; } .weddingsearch { width: 70%; } .blog-banner { width: auto; background-size: 100%; height: 138px; } .menus ul li { border-bottom: 1px solid #1d1d1d; } .menus ul li:hover { background: #282828; } .menus ul li ul li { border-bottom: 1px solid #ccc; } .menus ul li ul li:hover { background: #eee; } .menus ul li ul li a:hover { color: #555 !important; } .menus { margin-right: 0; } .first ul li:hover { border-left: 4px solid #ccc; } .photogrpher-of-top-twenty-cw, .photogrpher-of-quarter, .photogrpher-of-top-ten-cw, .photogrpher-of-year, .contest-judge { margin-right: 20px; margin-bottom: 30px; } .neulkreusrphtogrphy-rt h1 { font-size: 32px; } .photography-info ul li { font-size: 15px; } .photogrpher-of-top-twenty-cw h3, .photogrpher-of-quarter h3, .photogrpher-of-top-ten-cw h3, .photogrpher-of-year h3, .contest-judge h3 { font-size: 15px; } .photogrpher-of-top-twenty-cw h6, .photogrpher-of-quarter h6, .photogrpher-of-top-ten-cw h6, .photogrpher-of-year h6, .contest-judge h6 { font-size: 12px; } .profile-banner { height: 225px; } .profile-banner .blogbanner-text h3 { font-size: 35px; } .profile-banner .blogbanner-text blockquote { font-size: 20px; } .profile-link { margin: 5px auto; } .profile-link a.white-btn { font-size: 16.5px; padding: 6px 13px; } .breadcrumbs { top: 10px; left: 10px; } .profilepage-gallery-outer { width: 80%; } .contestwinner-prtclr { margin: 40px 15px 0; width: 25%; } .contestjudges .rt-testmonl-prtclr { width: 80%; } .withinkm { width: 90px; } .milesof { width: 250px; } .login-box{ max-width:70%;} .contest-carousal{ width:100% !important; height:100% !important;} } @media screen and (max-width:960px) { .fiftywedding, .submitportfolio, .sponsorship, .codeofconduct, .application-voted { display: inline-block; float: none; margin: 0 20px 40px; overflow: hidden; text-align: center; width: 30%; } .blog-banner { width: auto; background-size: 100%; height: 126px; } .profile-banner { height: 195px; } .breadcrumbs li a { font-size: 13px; } .photogrpher-of-top-twenty-cw, .photogrpher-of-quarter, .photogrpher-of-top-ten-cw, .photogrpher-of-year, .contest-judge { margin-right: 10px; } .neulkreusrphtogrphy-lt h3 { font-size: 24px; } .contestgallery-whole blockquote { font-size: 30px; } .contestgallery-prtlcr-info h3 { font-size: 21px; } .otherblog-prtclr { margin: 0 4px 0 0; } .comment-particlr-rt { width: 87%; } .leavecomment-form li { margin-right: 20px; } .photography-prtclr { display: inline-block; width: 43%; margin-right: 30px; float: none !important; } .photography-prtclr-left, .photography-prtclr-right { width: 100%; } .photography-prtclr-right-inner { width: 46%; } .photography-prtclr-left img { height: auto; } .withinkm { width: 70px; } .milesof { width: 200px; } .search-bar-whole li { margin-right: 20px; } .winter_contest_container ul li{ width:29.5%;} } @media screen and (max-width:768px) { .content-slider blockquote h2 { font-size: 25px; line-height: 28px; } .content-slider blockquote h1 { margin-bottom: 0;} .weddingsearch{width:100% !important;} .content-slider blockquote h1 { font-size: 25px; line-height: 40px; } .content-slider blockquote h5 { font-size: 25px; line-height: 28px; } .weddingsearch input { font-size: 13px; margin: 0; padding: 20px 20px; width: 100%; } .weddingsearch { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); margin: 20px auto 0; padding: 8px; width: 65%; } .photographers-link .white-btn { font-size: 16.5px; padding: 7px 10px; } .contestgllry-content { bottom: 0; font-size: 11px; padding: 9px 6px; width: 100%; }  .white-btn { font-size: 18.5px; padding: 6px 20px; } .heading-all { font-size: 32px; } .para-all { font-size: 16px; line-height: 21px; } .carousel-weddingphtogrphy blockquote h1, .carousel-weddingphtogrphy blockquote h2, .carousel-weddingphtogrphy blockquote h5 { font-size: 22px; line-height: 24px; } .contestgllry-content h3 { font-size: 11px; text-align: left; } .contestgllry-content p { font-size: 11px; margin: 2px 0 0; } .lt-testmonl-prtclr { float: left; margin: 0 auto 10px; width: 40%; } .bannerandcontnt .carousel-control img, .weddingphotography .carousel-control img { height: 32px; } .photographers-link { margin: 5px auto 0; } .icons-description .fiftywedding a span, .icons-description .submitportfolio a span, .icons-description .sponsorship a span, .icons-description .codeofconduct a span, .icons-description .application-voted a span { margin: 20px auto 0px; display: block; text-align: center; } .icons-description .fiftywedding font, .icons-description .submitportfolio font, .icons-description .sponsorship font, .icons-description .codeofconduct font, .icons-description .application-voted font { float: none; margin: 9px auto; text-align: center; width: 100%; } .ispwpmembersp{height:350px;} .fiftywedding, .submitportfolio, .sponsorship, .codeofconduct, .application-voted { margin: 0; width: 19%; } .carousel-weddingphtogrphy .carousel-caption { bottom: -12px; } .bx-wrapper .bx-prev { background: url(https://www.ispwp.com/css/front/../../img/controls-smartphone-left.png) no-repeat scroll 0 0px rgba(0, 0, 0, 0) !important; height: 29px !important; width: 28px !important; } .bx-wrapper .bx-next { background: url(https://www.ispwp.com/css/front/../../img/controls-smartphone-right.png) no-repeat scroll 0 0px rgba(0, 0, 0, 0) !important; height: 29px !important; width: 28px !important; } .contestgallery ul li { padding: 0; } .featuredphtogrpher1 { margin-right: 0; width: 98%; margin-bottom: 40px; } .ispmmbrsp-container h3 { font-size: 25px; line-height: 28px; } .ispmmbrsp-container { margin: 32px auto 0; } .ispmmbrsp-container p, .ispmmbrsp-container blockquote { font-size: 14px; line-height: 21px; } .btns-btm { margin: 45px 0 0; } .btns-btm a.white-btn { margin-bottom: 12px; margin-right: 30px; } .rt-testmonl-prtclr { float: left; margin: 0 auto; width: 59%; } .arrow-lt { display: none; } .testmonial-desc { float: none; margin: auto; width: 94%; } .testmonial-desc blockquote { float: none; text-align: right; } .footer-inner ul { width: 26%; } .footer-inner ul li { text-align: center; } .btmcontent-footer { text-align: center; } #back-top a { width: 45px; } .weddingsearch .searchicon { position: absolute; background: url(https://www.ispwp.com/css/front/../../img/wedding-search-icon.png) no-repeat top; right: 35px; height: 40px; width: 39px; top: 17px; } .weddingsearch:hover .searchicon, .weddingsearch:focus .searchicon { position: absolute; background: url(https://www.ispwp.com/css/front/../../img/wedding-search-icon.png) no-repeat bottom; right: 35px; height: 40px; width: 39px; top: 17px; } .blog-banner { width: auto; background-size: 100%; height: 106px; } .profile-banner { height: 162px; } .blogbanner-text h3 { font-size: 26px; } .profile-banner .blogbanner-text h3 { font-size: 30px; } .profile-banner .blogbanner-text blockquote { font-size: 18px; } .profile-link a.white-btn { font-size: 14.5px; padding: 3px 13px; } .breadcrumbs li a { padding: 5px 10px; } .rg-image-nav a { background: url(https://www.ispwp.com/css/front/../../img/gallery-arrow-smartphone.png) no-repeat scroll 0 0 #000 !important; cursor: pointer; height: 30px !important; left: -75px; outline: medium none; position: absolute; text-indent: -9000px; top: 24% !important; width: 30px !important; } .rg-image-nav a.rg-image-nav-prev { background-position: left !important; left: -45px !important; } .rg-image-nav a.rg-image-nav-next { background-position: right !important; right: -45px !important; } .contact-info-photographer h2, .weddingdetails-photographer h2 { font-size: 27px; } .blogdetails-gallery .rg-image-nav a.rg-image-nav-prev { left: 0 !important; } .blogdetails-gallery .rg-image-nav a { right: 0 !important; } .otherblog-prtclr { margin: 0 25px 20px 0; width: 29%; float: left; } .lastchild-otherblog-prtclr { float: left !important; } .comment-particlr-rt { width: 83%; } .leavecomment-form li { margin-right: 14px; } .prize-partclr { width: 44%; } .photography-prtclr-right-inner { width: 60%; } .search-bar-whole li input.white-btn { border: 1px solid #cdcdcd; padding: 9px 50px 9px 20px; } .search-bar-whole li.thirdoption-submitbtn { clear: both; display: inline-block; float: none; margin-right: 0; position: relative; width: 29%; z-index: 99999; } .search-bar-whole li { margin-bottom: 20px; width: 45%; } .search-bar-whole li.thirdoption-submitbtn { margin-bottom: 0; } .milesof { width: 170px; } .withinkm { width: 60px; } .login-box ul.lt-align li{ text-align:left; width:100%; display:inline-block; vertical-align:top;} .profilepic-lt , .profilepic-rt{ width:100%; margin:10px 0 20px;} .login-box ul li.addmoreimgs-profile{width:100%;} .winter_contest_container ul li{ width:45%;} } @media only screen and (min-width : 320px) and (max-width : 600px) { body { -webkit-text-size-adjust: none; } } @media screen and (max-width:650px) { .weddingsearch{width:100%;} .weddingsearch .miles_count[type="text"]{width:10% !important;} .weddingsearch input[type="text"]{margin: 0 20px 0 0; width: 43% !important;} .weddingsearch input {padding:10px;} .weddingsearch .white-btn{padding:8px 14px !important;} .lt-testmonl-prtclr {float: none;margin: 0 auto 10px;text-align: center; width: 40%;} .rt-testmonl-prtclr {float: none;margin: 0 auto; width: 99%;} .content-slider blockquote h2 { font-size: 17px; line-height: 21px; } .content-slider blockquote h1 { font-size: 17px; line-height: 23px; } .content-slider blockquote h5 { font-size: 17px; line-height: 15px; } .photographers-link .white-btn { font-size: 13.5px; padding: 7px 10px; } .photographers-link a span { height: 17px; margin: 0px 10px 0 0; width: 21px; background-size: 93%; } .contestgllry-content { font-size: 10px; } .white-btn { font-size: 16.5px; padding: 5px 14px; } .heading-all { font-size: 26px; } .para-all { font-size: 15px; line-height: 20px; } .carousel-weddingphtogrphy blockquote h1, .carousel-weddingphtogrphy blockquote h2, .carousel-weddingphtogrphy blockquote h5 { font-size: 17px; line-height: 19px; } .photographers-link a:hover span { background-size: 94% auto; height: 16px; margin: 0px 10px 0 0; width: 21px; } .blog-banner { width: auto; background-size: 100%; height: 70px; } .profile-banner { height: 130px; } .sortbycat-lt { margin-bottom: 30px; width: 100%; } .sortbycat-rt { width: 100%; border: none; } .footer-inner ul { width: 24% } .neulkreusrphtogrphy-rt h1 { font-size: 25px; } .profilepage-gallery-outer { width: 70%; } .breadcrumbs { bottom: -33px; left: 10px; top: auto; } .contestgallery-whole blockquote { font-size: 22px; } .contestgallery-whole h1 { font-size: 35px; } .contestgallery-prtlcr-info h3 { font-size: 17px; } .contact-info-photographer h2, .weddingdetails-photographer h2 { font-size: 20px; } .otherblog-prtclr { width: 27%; } .comment-particlr-rt h3 b { display: block; } .comment-particlr-rt h3 span { width: 100%; margin-bottom: 10px; display: block; } .photography-prtclr-right-inner { width: 70%; } .search-bar-whole li { width: 100% !important; } .search-bar-whole li input[type="text"], .search-bar-whole li input[type="email"] { width: 94%; } .search-bar-whole li.thirdoption-submitbtn { width: auto; } .search-bar-whole li label { width: 100% !important; text-align:left;} .search-bar-whole li .submit { padding-left:0px;} .rg-image { height:255px; margin-bottom: 110px;} .profile-btns span{float:left; width:100%; padding:5px;transform: translate(0px) !important;} .new-gal-nxt-img{right:-30px !important;} .new-gal-prv-img{left:-30px !important;} .bannerandcontnt .photographers-link a.blue-btn{font-size: 0.9em;} .bannerandcontnt #milesearchform {display:flex; justify-content: center;} .bannerandcontnt #milesearchform > * {align-self: center;} .bannerandcontnt #milesearchform > .main-srch-btn {margin: 0;} } @media screen and (max-width:570px) { .footer-inner ul { width: 100%; margin-bottom: 30px; } .neulkreusrphtogrphy-lt { width: 100%; margin: 30px 0 } .neulkreusrphtogrphy-rt { width: 100%; } .ispmmbrsp-container-profileform ul li { width: 100%; } .contestgallery-listing-partclr { width: 95%; margin-right: 0 } .leavecomment-form li { width: 100%; } .otherblog-prtclr { width: 40%; } .comment-particlr-rt { width: 78%; } .prize-partclr { width: 70%; } .lt-prize-dstr-prtclr { width: 32%; } .contestwinner-prtclr { width: 43%; } .photography-prtclr { width: 70%; } .photography-prtclr-right-inner { width: 90%; } .photography-prtclr { margin-right: 0 } .login-box{ max-width:70%;} .login-box h2{ font-size:28px;} .winter_contest_container ul li{ width:95%;} .rg-image { height:185px; margin-bottom: 110px;} } @media screen and (max-width:480px) { .bannerandcontnt .carousel-control img, .weddingphotography .carousel-control img { height: 20px; } .content-slider blockquote h2 { font-size: 13px; line-height: 21px; } .content-slider blockquote h1 { font-size: 13px; line-height: 13px; } .content-slider blockquote h5 { font-size: 13px; line-height: 15px; } .weddingsearch { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4); margin: 5px auto 0; padding: 12px 4px 4px; width: 65%; } .weddingsearch input { font-size: 11px; margin: -8px 0 0; padding: 5px 10px; width: 100%; } .weddingsearch input[type="text"]{margin:0 10px 0 0 !important;} .weddingsearch .white-btn{ padding: 5px 14px !important;} .weddingsearch .searchicon { background-size: 35%; top: 10px; height: 15px; right: 0; } .photographers-link .white-btn { font-size: 10.5px; padding: 7px 10px; } .photographers-link a span { height: 17px; margin: 3px 10px 0 0; width: 21px; background-size: 93%; } .heading-all { font-size: 21px; } .pad-lr-90{padding:0 25px !important;} .para-all { font-size: 13px; line-height: 18px; } .carousel-weddingphtogrphy blockquote h1, .carousel-weddingphtogrphy blockquote h2, .carousel-weddingphtogrphy blockquote h5 { font-size: 14px; line-height: 16px; } .fiftywedding, .submitportfolio, .sponsorship, .codeofconduct, .application-voted{width:30% !important;} .ftr_photouter{display:block !important;} .logo{ height:74px;} .logo a { background: url(https://www.ispwp.com/css/front/../../img/logo.png) no-repeat left top; width: 300px; height: 74px; display: inline-block; } .contestgllry-content { font-size: 8px; width: 100%; padding: 5px 2px; bottom: 0; } .contestgllry-content p { font-size: 8px; margin: 2px 0 0; } .contestgllry-content h3 { font-size: 8px; text-align: left; } .white-btn { font-size: 13.5px; padding: 5px 14px; } .lt-testmonl-prtclr { float: none; margin: 0 auto 10px; width: 96%; } .photographers-link a:hover span { background-size: 94% auto; height: 16px; margin: 0px 10px 0 0; width: 21px; } .weddingsearch:hover .searchicon, .weddingsearch:focus .searchicon { background-size: 35% auto; height: 15px; right: 0; top: 8px; } .blog-banner { width: auto; background-size: 100%; height: 60px; } .profile-banner { height: 84px; } .blogbanner-text h3 { font-size: 22px; } .sortbycat-lt span { font-size: 22px; } .sortbycat-lt .selector { width: 300px !important; } .sortbycat-lt .selector span { width: 278px !important; } .profile-banner .blogbanner-text h3 { font-size: 22px; } .profile-banner .blogbanner-text blockquote { font-size: 12px; } .profile-link a span { background-size: 74% auto; margin: 2px 10px 0 0; } .profile-link a:hover span { background-size: 74% auto; } .comment-particlr-rt { width: 70%; } .contact-info-photographer { width: 100%; } .weddingdetails-photographer { width: 100%; margin: 25px 0 10px; } .blogother h3 { font-size: 26px; } .contestwinner-prtclr, .prize-partclr { display: block; margin: 10px auto 40px; width: 90%; } .prize-dstr-prtclr, .lt-prize-dstr-prtclr, .rt-prize-dstr-prtclr { display: block; width: 100%; } .lt-prize-dstr-prtclr { padding: 12px 12px; } .prize-dstr-prtclr { height: auto; } .rt-prize-dstr-prtclr { border-left: none; } .profilepage-gallery-outer .rg-image-nav a { top: 16% !important; } .login-box{ max-width:90%;} .rg-image { height:185px; margin-bottom: 70px;} } @media screen and (max-width:360px) { .new-gal-prv-img{left:-30px !important;} .new-gal-nxt-img{right:-30px !important;} .ispwp-member-container{margin:45px auto;} .weddingsearch input[type="text"]{width:20% !important;} .home-slider-txt{margin-top:50px;} .btns-btm{margin:20px 0 0;} .fiftywedding, .submitportfolio, .sponsorship, .codeofconduct, .application-voted{width:45% !important;} .searchbox input[type="text"] { padding: 5px 4px; } .memberlogin a { font-size: 11px; } .memberlogin { margin-right: 4px; } .blog-banner { width: auto; background-size: 100%; height: 45px; } .comment-particlr img { float: none; } .comment-particlr-rt, .otherblog-prtclr { width: 100%; } .contestgallery-whole div.selector, .contestgallery-whole div.selector span { width: 284px !important; } .addmoreimages{ background-size:85%;} #add_more { margin-left: -27px; } } 
.bx-wrapper { position: relative; margin: 0 auto 60px; padding: 0; *zoom: 1; } .bx-wrapper img { max-width: 100%; display: block; }  .bx-wrapper .bx-viewport {  left: 0px; } .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%; }  .bx-wrapper .bx-loading { min-height: 50px; background: url(https://www.ispwp.com/css/front/../../img/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; }  .bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; display:none; color: #666; padding-top: 20px; } .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; } .bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; }  .bx-wrapper .bx-prev { left: -100px; background: url(https://www.ispwp.com/css/front/../../img/controls.png) no-repeat 0 -4px; } .bx-wrapper .bx-next { right: -100px; background: url(https://www.ispwp.com/css/front/../../img/controls.png) no-repeat scroll -85px 0px; } .ie8 .bx-wrapper .bx-next { right: -100px; background: url(https://www.ispwp.com/css/front/../../img/controls.png) no-repeat scroll -85px 0px; z-index:99999999999999; position:absolute ; } .bx-wrapper .bx-prev:hover { } .bx-wrapper .bx-next:hover { } .bx-wrapper .bx-controls-direction a {   height: 67px;   margin-top: -35px;   outline: 0 none;   position: absolute;   text-indent: -9999px;   top: 50%;   width: 67px;   z-index: 99; } .bx-wrapper .bx-controls-direction a.disabled { display: none; }  .bx-wrapper .bx-controls-auto { text-align: center; } .bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(https://www.ispwp.com/css/front/../images/controls.png) -86px -11px no-repeat; margin: 0 3px; } .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; } .bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(https://www.ispwp.com/css/front/../images/controls.png) -86px -44px no-repeat; margin: 0 3px; } .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; } .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; }  .bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(80, 80, 80, 0.75); width: 100%; } .bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; }
 .formError { z-index: 990; } .formError .formErrorContent { z-index: 991; } .formError .formErrorArrow { z-index: 996; } .formErrorInsideDialog.formError { z-index: 5000; } .formErrorInsideDialog.formError .formErrorContent { z-index: 5001; } .formErrorInsideDialog.formError .formErrorArrow { z-index: 5006; } .formErrorOuter{ } .inputContainer {   position: relative;   float: left; } .formError {   position: absolute;   top: 300px;   left: 300px;   display: block;   cursor: pointer; } .ajaxSubmit {   padding: 20px;   background: #55ea55;   border: 1px solid #999;   display: none } .formError .formErrorContent {   width: 100%;   background: #ee0101;   position:relative;   color: #fff;   width: 165px;   font-size: 11px;   border: 2px solid #ddd;   box-shadow: 0 0 6px #000;   -moz-box-shadow: 0 0 6px #000;   -webkit-box-shadow: 0 0 6px #000;   padding: 4px 10px 4px 10px;   border-radius: 6px;   -moz-border-radius: 6px;   -webkit-border-radius: 6px; } .greenPopup .formErrorContent {   background: #33be40; } .blackPopup .formErrorContent {   background: #393939;   color: #FFF; } .formError .formErrorArrow {   width: 15px;   margin: -2px 0 0 13px;   position:relative; } body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {   margin: -2px 13px 0 0; } .formError .formErrorArrowBottom {   box-shadow: none;   -moz-box-shadow: none;   -webkit-box-shadow: none;   margin: 0px 0 0 12px;   top:2px; } .formError .formErrorArrow div {   border-left: 2px solid #ddd;   border-right: 2px solid #ddd;   box-shadow: 0 2px 3px #444;   -moz-box-shadow: 0 2px 3px #444;   -webkit-box-shadow: 0 2px 3px #444;   font-size: 0px;   height: 1px;   background: #ee0101;   margin: 0 auto;   line-height: 0;   font-size: 0;   display: block; } .formError .formErrorArrowBottom div {   box-shadow: none;   -moz-box-shadow: none;   -webkit-box-shadow: none; } .greenPopup .formErrorArrow div {   background: #33be40; } .blackPopup .formErrorArrow div {   background: #393939;   color: #FFF; } .formError .formErrorArrow .line10 {   width: 15px;   border: none; } .formError .formErrorArrow .line9 {   width: 13px;   border: none; } .formError .formErrorArrow .line8 {   width: 11px; } .formError .formErrorArrow .line7 {   width: 9px; } .formError .formErrorArrow .line6 {   width: 7px; } .formError .formErrorArrow .line5 {   width: 5px; } .formError .formErrorArrow .line4 {   width: 3px; } .formError .formErrorArrow .line3 {   width: 1px;   border-left: 2px solid #ddd;   border-right: 2px solid #ddd;   border-bottom: 0 solid #ddd; } .formError .formErrorArrow .line2 {   width: 3px;   border: none;   background: #ddd; } .formError .formErrorArrow .line1 {   width: 1px;   border: none;   background: #ddd; } 
.red{ border: 1px solid #AA0000; border-radius: 3px; color: #fff; background: #E02700; margin: 5px 0; padding: 5px 3px 1px; text-align: center; } .green{ border: 1px solid #006000; border-radius: 3px; color: #fff; background: #008000; margin: 5px 0; padding: 5px 3px 1px; text-align: center; } .em{color: #FF0000;} .error-message{ color:red;} #file{ color:green; padding:5px; border:1px dashed #123456; background-color: #f9ffe5; margin-top: 5px; margin-bottom: 5px; } #headshot, #featuredimage{ color:green; padding:5px; border:1px dashed #123456; background-color: #f9ffe5; margin-top: 5px; margin-bottom: 5px;} #img{   background: none repeat scroll 0 0 #fff;   border: 1px solid rgb(232, 222, 189);   border-radius: 15px;   cursor: pointer;   height: 27px;   left: -14px;   position: absolute;   top: -14px;   width: 27px; } #imgmore{   margin-left: 20px;   margin-top: 10px;   width: 17px;   border: medium none;   cursor: pointer; } #add_more{   float: left;   margin-top: 5px; } .abcd{   text-align: left; } #filediv{   float: left;   //width: 100%;   width:auto; } #filediv .categories {   border: 1px solid #d5d5d5;   float: left;   margin: 10px 0 0 120px;   padding: 10px;   width: 200px; } #filediv .previewDiv, #filediv #file {   float: left; } .previewDiv{   margin: 10px;   position: relative;   } .previewDiv img{   height:130px; } .abcd img{   padding: 5px;   border: 1px solid rgb(232, 222, 189); } #dvLoading {  //background:#000 url(https://www.ispwp.com/css/front/../../img/preloader.GIF) no-repeat center center;  background:url(https://www.ispwp.com/css/front/../../img/preloader.GIF) no-repeat center center;  height: 100%;  width: 100%;  position: fixed;  z-index: 9999999;  left: 0;  top: 0;  opacity: 0.6;  display: none; } .hideMe{ display: none;} .favrouited{   background: linear-gradient(to bottom, rgba(9, 193, 249, 1) 16%, rgba(19, 111, 181, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);   border: 1px solid #1477ba;   color: #fff;   border-radius: 4px;   display: inline-block;   font-family: 'HelveticaNeueLTPro45Light';   font-size: 18.5px;   padding: 6px 16px; } .favrouited span{   background: url(https://www.ispwp.com/css/front/../../img/favourite.png) no-repeat scroll center bottom rgba(0, 0, 0, 0);   float: left;   height: 30px;   margin: -2px 10px 0 0;   width: 40px; } .blognat{   color: #6e6d6b !important;   font-family: 'HelveticaNeueLTStd77BoldCondensed' !important;   font-size: 18px !important; } .benefits li {   text-align: left !important; } .botline {   background: none repeat scroll 0 0 #fff;   height: 1px;   margin: 8px 0 15px; } .fees{  font-size: 38px; } .paymentlist li{  margin-bottom: 5px !important; } .forgotpas{  float: left; } .testimonialtext{ padding-left: 30px; } .aligntxt{ text-align: left; } .contestspan{  color:#7ca93a !important; } .contesttotal{  color:#7ca93a;  float: left; } .contestsuccess{ text-align: center; } .allSrchRelult{ background: none repeat scroll 0 0 #EFEFEF; border: 1px solid #999999; border-radius: 4px; margin: 8px; padding: 8px !important; } .resultLine{ font-weight: bold; text-decoration: underline; color: #0899C9; text-decoration: none;} .resultCommentLink{ color: #0899C9; text-decoration: underline;} .decriptiontxt{ font-size: 18px !important; }  .main_imgzoom { width: 100%;} .featured_full_zoom #thumbnail { display: block; margin: 0 auto; max-width: 100%; width: auto;} .featuredtxt{text-align: center; margin-top: 3%; margin-bottom: 3%;}  .ftr_photouter { display: flex; padding: 25px 0 0;} .ftr_photouter a { flex:1;} .ftr_photouter .featuredphtogrpher1 { width: auto;} .weddingsearch { display: table;margin: 0 auto; margin-top:10px; width: 890px;} .weddingsearch label { display:inline-block; margin: 0 8px 0 0; color:#fff;} .weddingsearch input[type=text] { width:58%; margin: 0 20px 0 0;} .weddingsearch .miles_count[type=text] { width: 10%; text-align: center;} .weddingsearch .white-btn { width: auto; display:inline-block; padding: 16px 14px; color: #fff; border: 1px solid #1477BA !important; background: rgb(9,193,249);  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNiUiIHN0b3AtY29sb3I9IiMwOWMxZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTM2ZmI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==); background: -moz-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, rgba(9,193,249,1)), color-stop(100%, rgba(19,111,181,1))); background: -webkit-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: -o-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: -ms-linear-gradient(top, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); background: linear-gradient(to bottom, rgba(9,193,249,1) 16%, rgba(19,111,181,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09c1f9', endColorstr='#136fb5', GradientType=0 ); } .txtalignleft{ text-align: left;} .mszdiv{display: none; background: none repeat scroll 0 0 #efefef; border: 1px solid #ddd; border-radius: 4px; margin: 20px 5px 0 5px; padding: 5px; } .msztxt{padding-top: 10px; text-align: center;} .listinglocation{ background: none repeat scroll 0 0 #555; color: #fff; margin: 0 0 2px 0 !important; padding: 5px 0;} .marginautoclass { margin:auto;} .linkpoint { cursor: pointer;} .productpricediv{ border: 1px solid #ccc; margin: 10px 0; padding: 10px;} .single_msg { padding: 20px 10px;} .smallawrd { padding: 0px 0px;}  .carousel-inner > .item { height:100%;} .carousel-weddingphtogrphy .carousel-caption { bottom: 0px;left: 0%;} .contest-carousal { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);border:1px solid #000;background-color: #909090; width:1082px; height:722px; margin: auto;} .slider-custom-style { box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);border:1px solid #000;background-color: #909090;} .headshotcover{ margin: 15px 0;} .headshotcover > img { border: 2px solid #efefef; box-shadow: 2px 2px 2px #666; max-width: 200px; } .blue-link:hover{ color: #535252; } .black-link:hover{ color: #0899c9;} .custom-er-msz{display: none; background: none repeat scroll 0 0 #ffb7b7; border: 1px solid; color: red; margin: 10px auto; padding: 3px; width: 90%;} .page-top-info-msz { margin: 10px auto; padding: 4px; } .form-small-txt{ width:92% !important;} .submit{ padding: 20px;} .link-cursor{ cursor: pointer;} .full-width{width:100% !important;} .top-space{ margin-top: 15px !important;} .browsing-link{color:#16B1CC; text-decoration:underline; font-style:italic;} .productpricediv a { color: #2DA1CD;} .contestwinner-prtclr img { width: 210px; height: 140px;} .es-carousel img { margin: auto !important;} .bx-wrapper .bx-loading{ display:none !important;} .rg-gal-1080-720{ width:1082px; margin:auto;} .user-description a{ color:#0899c9 !important;} .user-description a:hover{ color:#007eae !important;} .rt-arrow{ right: -65px !important;} .thumbContainer{ border:1px solid #000 !important; overflow:hidden; } .sliderThumbImg{ width:100% !important; height:100% !important;} .main-srch-btn:hover{color: #2a6496 !important; border: 1px solid #cdcdcd !important; background: rgb(253,253,253);  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==) !important; background: -moz-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%) !important; background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(253,253,253,1)), color-stop(100%, rgba(221,221,221,1))) !important; background: -webkit-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%) !important; background: -o-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%) !important; background: -ms-linear-gradient(top, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%) !important; background: linear-gradient(to bottom, rgba(253,253,253,1) 15%, rgba(221,221,221,1) 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dddddd', GradientType=0 ) !important;} .pad-lr-90{ padding:0 90px;} .pad-btm-5{ padding-bottom:5px; } .pad-tp-5{ padding-top:5px; } .mrg-ato{ margin:auto} #userGalleryFull{ z-index:9999999999;} .gal-arrow-link{ cursor:pointer; position:absolute; top:50%; transform: translateY(-50%);} .ug-img{ max-width:1080px; max-height:720px;vertical-align:middle;} .ug-model-outer{ width:1082px; height:722px; background:#909090; border:1px solid #000; position:relative;} .usr-gal, .usr-con-gal{ padding:0 !important;} .new-gal-nxt-img{right:-50px;} .new-gal-prv-img{left:-50px;} .gl-loader, .gl-con-loader{ display:none; margin-left: 44%; position: absolute; top: 50%; transform: translateY(-50%); vertical-align: middle;} .close-ug{ position:absolute; right:0.2%; padding:2px; opacity: 0.33 !important; font-size:24px; } .img-count-outer{ float:right; font-size: 20px; margin-top: 2.5%;} .ft-none{ float:none !important;} .badge-outer{ background:#efefef; padding-top:10px !important; padding-bottom:10px !important;} .badge-dwnld-img{ float:right; display:inline-block; padding:0 0 0 15px; vertical-align: top;} .home-slider-txt{background:rgba(0, 0, 0, 0.2) none repeat scroll 0 0;} .profile-top-txt{left: 50%; position: absolute; top: 72px; transform: translateX(-50%);-webkit-transform: translateX(-50%); width:65%;} .blog-list-pg-btn a{ margin-right:0 !important; color:#fff;} .blog-list-pg-btn a:hover{color:#2a6496 !important;} .amount-txt-bx{ border:none !important;padding-left: 0px !important; width: 91% !important;} .noborder-txt-bx{border:none !important;padding-left: 0px !important;} .register-box ol{padding:0 60px; list-style-type:decimal; list-style-position:inside;} .register-box ul li{padding:0 30px; text-align:left !important;} .result-outer{ margin:auto;} .new-getting-ready{ width:93%; margin:40px auto;} .profile-rt-name{color: #2b2e31; font-family: "HelveticaNeueThin"; font-size: 46px;} .clr-white{color:#fff;} .post-dtl-head{color: #25414a; font-family: "HelveticaNeueThin"; font-size: 42px;} .blog-head-one{color: #fff; font-family: "HelveticaNeueThin"; font-size: 64px;} .glry-pg-h1{color: #0899c9 !important; font-family: "HelveticaNeueLTStd47LightCondensed" !important; font-size: 24px !important;}
  div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, {  background-image: url(https://www.ispwp.com/css/front/../../img/sprite.png);font-family: 'HelveticaNeueLight';  background-repeat: no-repeat;  -webkit-font-smoothing: antialiased; } div.selector, div.checker, div.radio, div.uploader {  display: -moz-inline-box;  display: inline-block;  *display: inline;  zoom: 1;  vertical-align: middle;  }  div.selector:focus, div.checker:focus, div.radio:focus, div.uploader:focus {   outline: 0; } div.selector, div.selector *, div.radio, div.radio *, div.checker, div.checker *, div.uploader, div.uploader * {  margin: 0;  padding: 10px 10px; } .highContrastDetect {  background: url(https://www.ispwp.com/css/front/../../img/bg-input.png) repeat-x 0 0;  width: 0px;  height: 0px; }  div.checker input, input[type="search"], input[type="search"]:active {  -moz-appearance: none;  -webkit-appearance: none; }  div.selector {  background-position: 0 -130px;  line-height: 26px;  height: 26px;  padding: 0 0 0 10px;  position: relative;  overflow: hidden; }  div.selector span {   text-overflow: ellipsis;   display: block;   overflow: hidden;   white-space: nowrap;   background-position: right 0;   height: 26px;   line-height: 26px;   padding-right: 25px;   cursor: pointer;   width: 100%;   display: block; }  div.selector.fixedWidth {   width: 190px; }   div.selector.fixedWidth span { width: 155px; }  div.selector select {   opacity: 0;   filter: alpha(opacity=0);   -moz-opacity: 0;   border: none;   background: none;   position: absolute;   height: 22px;   top: 2px;   left: 0px;   width: 100%; }  div.checker {  position: relative; }  div.checker, div.checker span, div.checker input {   width: 21px;   height: 21px; }   div.checker span {   display: -moz-inline-box;   display: inline-block;   *display: inline;   zoom: 1;   text-align: center;   background-position: 0 -260px; }   div.checker span.checked { background-position: -76px -260px; }  div.checker input {   opacity: 0;   filter: alpha(opacity=0);   -moz-opacity: 0;   border: none;   background: none;   display: -moz-inline-box;   display: inline-block;   *display: inline;   zoom: 1; }  div.radio {  position: relative; }  div.radio, div.radio span, div.radio input {   width: 21px;   height: 21px; }  div.radio span {   display: -moz-inline-box;   display: inline-block;   *display: inline;   zoom: 1;   text-align: center;}  div.radio input {   opacity: 0;   filter: alpha(opacity=0);   -moz-opacity: 0;   border: none;   background: none;   display: -moz-inline-box;   display: inline-block;   *display: inline;   zoom: 1;   text-align: center; }  div.uploader {  background-position: 0 -297px;  height: 28px;  width: 190px;  cursor: pointer;  position: relative;  overflow: hidden; }  div.uploader span.action {   background-position: right -409px;   height: 28px;   line-height: 28px;   width: 82px;   text-align: center;   float: left;   display: inline;   overflow: hidden;   cursor: pointer; }  div.uploader span.filename {   text-overflow: ellipsis;   display: block;   overflow: hidden;   white-space: nowrap;   float: left;   cursor: default;   height: 24px;   margin: 2px 0 2px 2px;   line-height: 24px;   width: 85px;   padding: 0 10px; }  div.uploader input {   opacity: 0;   filter: alpha(opacity=0);   -moz-opacity: 0;   border: none;   background: none;   position: absolute;   top: 0;   right: 0;   float: right;   cursor: default;   width: 100%;   height: 100%; }  div.uploader.active span.action {   background-position: right -465px; }  div.uploader.hover, div.uploader.focus {   background-position: 0 -353px; }   div.uploader.hover span.action, div.uploader.focus span.action { background-position: right -437px; }   div.uploader.hover.active span.action, div.uploader.focus.active span.action { background-position: right -493px; }  div.uploader.disabled, div.uploader.disabled.active {   background-position: 0 -325px; }   div.uploader.disabled span.action, div.uploader.disabled.active span.action { background-position: right -381px; }   div.button span {  font-weight: bold;  font-size: 12px;  letter-spacing: 1px;  text-transform: uppercase; } div.button.hover span, div.button.focus span {  color: #555; } div.button.disabled span, div.button.disabled.active span {  color: #bbb; }  div.selector {  font-size: 12px; }  div.selector span {   color: #666;   text-shadow: 0 1px 0 white; }  div.selector select {   font-size: 14px; }  div.selector.disabled span, div.selector.disabled.active span {   color: #bbb; }  div.radio {  margin-right: 3px; }  div.uploader span.action {  text-shadow: white 0px 1px 0px;  background-color: #fff;  font-size: 11px;  font-weight: bold; } div.uploader span.filename {  color: #777;  border-right: solid 1px #bbbbbb;  font-size: 11px; } div.uploader.disabled span.action, div.uploader.disabled.active span.action {  color: #aaa; } div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {  border-color: #ddd;  color: #aaa; }  div.checker span { background:url(https://www.ispwp.com/css/front/../../img/checkbox.png) no-repeat left top;} div.radio span { background:url(https://www.ispwp.com/css/front/../../img/radio.png) no-repeat left top;} div.selector { background:url(https://www.ispwp.com/css/front/../../img/select_left.png) no-repeat left top; height:63px; padding-left:8px; border-radius:8px;} div.selector span { background:url(https://www.ispwp.com/css/front/../../img/select_right.png) no-repeat right top; height:63px; line-height:65px; font-size:12px; color:#000;} div.selector select { height:60px;} div.checker span.checked, div.radio span.checked { background-position:left bottom;} div.selector span { font-size:19px; color:#fff; text-align:left; padding-left:10px; line-height:42px;} .contest_select div.selector { background:url(https://www.ispwp.com/css/front/../../img/select_right_sm.png) no-repeat left top; height:45px; padding-left:0px; border-radius:8px; width:100% !important;} .contest_select div.selector span { background:url(https://www.ispwp.com/css/front/../../img/select_right_sm.png) no-repeat right top; height:45px; line-height:25px; font-size:12px; color:#107dc2; font-size:17px; width:100% !important;} .contest_select div.selector select { height:45px;}  
