

/* B O O T S T R A P = R E S E T */



/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	background: rgb(219,232,246);
	background: -moz-linear-gradient(top,  rgba(219,232,246,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,232,246,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(219,232,246,1) 0%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(219,232,246,1) 0%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(219,232,246,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(219,232,246,1) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe8f6', endColorstr='#ffffff',GradientType=0 );
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !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) ")";
  }
  .ir a:after,
  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;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
.navbar {
    border: medium none;
    box-shadow: 0 0 6px #ccc !important;
    margin-bottom: 22px;
    min-height: 50px;
    position: relative;
    width: 100%;
    z-index: 1000;
}
  .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;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fafcfd;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.81);
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.81);
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-lg-3 {
  width: 25%;
  float: right;
}
.col-lg-9 {
  width: 75%;
  float: right;
}

#ng-view {
  padding-top: 70px;
}

/*********************************************************
Application
*********************************************************/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0px; padding:0px;
  font-size: 62.5%;background: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Carmelit', Arial, sans-serif;
  font-size: 16px;padding: 0;
  color: #333333;
  background-color: #fff;
  direction: rtl;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Carmelit',Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
header
{
	box-shadow: 0 5px 6px #ccc !important;
	min-height: 50px;
	position: fixed;
	top: 0px; left:0px;
	width: 100%; height: 40px;
	z-index: 1000;
	background:url("../img/headerbg.jpg") repeat-x scroll center top #fff;
}

#modalWrapper {
    display: none;
}

#modalContent {
    display: none;
}

#modalShare {
    display: none;
}

.initialLoader {
    padding-top: 130px;
}

.send-ok-box {width: 50%;margin: 10px 25%;float: right;}
.wide-ok {width: 80%;margin: 10px 10%;float: right;}
.send-ok-icon {float: right;;width: 38%;text-align: left;}
.send-ok { color: #fff; float: left; font-size: 16px; font-weight: normal;  line-height: 126%; text-align: right;  width: 53%;}
.send-ok-box h2 {margin-bottom: 40px !important}
.mail-box {width:100%;}
.mail-box h3 {font-size:14px; /*padding: 0px 5%; */text-align: right;color:#6386d2;margin:10px 0 0 0}
.mail-box input {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #6386d2;
    border-radius: 6px;
    float: right;
    font-size: 15px;
    margin: 3px 0;
    padding: 7px 5px;
    width: 80%;
	text-align: left;
	direction: ltr;
}
.wrapper {position:relative; max-width: 800px; min-height: 400px; float: none; margin: 0 auto;}
.navbar-inverse .navbar-nav > li > a {
    color: #444;
}
.carousel-inner { max-height: 180px;}
a {text-decoration: none;}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.facebook-login {text-align: center;}
.facebook-login h2 {text-align: center;font-weight: normal;font-size:30px !important}
.icon-container {width: 100%;padding: 20px 0}
.facebook-login .fa-user {
    background: none repeat scroll 0 0 #fff;
    border-radius: 6px;
    color: #333;
    font-size: 53px;
    height: 64px;
    padding: 10px;
    width: 65px;
}
.half-button .btn-text {
    border-right: medium none !important;
    float: right;
    height: auto !important;
    margin: 0 5% !important;
    padding-top: 10px;
    width: 90% !important;
}

.half-button {float: right !important; height: auto;  /*margin: 10px 4% !important;*/ min-height: 170px; width: 47% !important;}
.half-button .fa {
	width:100%  !important;text-align: center  !important;font-size: 50px  !important;background: none  !important;border: none  !important; padding-top: 7px !important;
}
.half-button span {
	padding: 30px 20px !important;
}
.small-button {width:60% !important;margin:0 20% !important; }
.firm-logo-pic {float: right;max-width: 40%; margin-top: -12px;}
.profile-pic-login {float: left;width:50px !important;height: 50px !important;padding:0;border: 1px solid #fff;box-shadow: 0 0 3px #ccc;border-radius: 4px}


.small-button .btn-text { border-right: 1px solid rgba(0, 0, 0, 0.3); float: left; height: 35px; padding-top: 0;width: 69%;}
.small-button .btn-text a {font-size: 20px !important}
.small-button .fa { background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 25px !important;
    font-style: normal;
    font-weight: normal;
    height: 36px !important;
    
    margin: 0 !important;
    padding: 5px 0 !important;
    text-align: center;
    width: 31% !important;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
 
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.your-massege {}
.your-massege img { }
.your-massege h3 {font-size:18px; /*padding: 0px 5%; */text-align: right;color:#6386d2;margin:10px 0 0 0}
.your-massege h3:before {
	;content: "\f087";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 19px;
    padding: 0 10px;
    position: relative;
    right: 0;
    text-align: right;}
.firm-logo {text-align: center;width:100%;}
.firm-logo #brandLogo {max-height: 100px;}
.firm-logo  h3 { color: #6386d2;font-size: 16px; margin: 10px 0% 0; padding: 0 0%; text-align: center;width: 100%}
.firm-logo  h2 { color: #555;font-size: 36px; margin: 10px 10% 0; padding: 0 5%; text-align: center;width: 80%;font-weight: 100}
#backgroundImg {width:100%; cursor:pointer;}
.brand-list {background: #90A7DB;clor:#fff;width: 100%;float: right;text-align: center;margin-top: -22px;}
.brand-list-image {width: 30%;float: right;border-left: 1px solid #D6DADD;text-align: center;padding: 0px 0;height: 70px}
.brand-list-image img  {
    height: auto;
    margin: 10px 0;
    max-height: 65px;
    max-width: 80%;
    position: relative;
    width: auto;
}
.brand-list-name {width:69%;float: right;border-right: 1px solid #fff;color: #27364B;text-align: right;display: block;font-size: 20px;height:70px; vertical-align: middle; }
.brand-list-name a {
    display: block;
    float: right;
    margin-right: 10%;
    margin-top: -17px;
    position: relative;
    top: 50%;
}
.brand-list-arrow {    color: #777777;display: block;  float: left;  font-size: 33px; text-align: center; text-shadow: -1px 0 2px #fff;width: 10%;}
.brand-list-arrow-text {margin-top: 10px}
/*.brand-text {float: right;  margin-right: 10%; margin-top:10%;}*/
.brand-list-row-inner {background: url("../img/arrow.png") no-repeat scroll 5% center rgba(0, 0, 0, 0);float:right;width:100%;padding:10px 0}
.brand-list-row {
	width: 100%;border-bottom: 1px solid #D6DADD;border-top: 1px solid #fff;float:right;
	background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(234,243,250,1) 85%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(85%,rgba(234,243,250,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,243,250,1) 85%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,243,250,1) 85%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(234,243,250,1) 85%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(234,243,250,1) 85%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );

}
.brand-list h2 {color: #fff;text-align: center;font-weight: normal;}
.green-button .fa {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 33px;
    font-style: normal;
    font-weight: normal;
    height: 53px;
    line-height: 1;
    margin: 0;
    padding: 12px;
    text-align: center;
    width: 20%;
}
.blue-button .fa {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 33px;
    font-style: normal;
    font-weight: normal;
    height: 53px;
    line-height: 1;
    margin: 0;
    padding: 12px;
    text-align: center;
    width: 20%;
}
.fb-button .fa {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 33px;
    font-style: normal;
    font-weight: normal;
    height: 53px;
    line-height: 1;
    margin: 0;
    padding: 12px;
    text-align: center;
    width: 20%;
}
.profile-pic-text {height: 150px !important}
.choose-pic-title h4 {font-size: 20px; padding: 0px 5%; text-align: right;color:#6386d2;margin:0px 0 0 0}
.your-massege input , .your-massege textarea { background: none repeat scroll 0 0 #fff;  border: 2px solid #6386d2; border-radius: 6px; float: right; margin: 5px 0%; max-width: 100%;width:100%}
.your-massege textarea {  direction: rtl; font-size: 16px; line-height: 120%; width:100%; height: 100px; padding: 8px; overflow:hidden; }
.textarea-tip:before {content: url("../img/tip.png");
    float: left;
    left: 32px;
    position: absolute;
    top: -8px;}
.profile-pic {/*padding:0 5% !important*/}
.profile-pic img {width: 100%;max-width: 40px;border:3px solid #fff;box-shadow: 0 0 4px #ddd;float: left; margin: 0px 0px 10px 20px;}
.green-button {border: 2px solid #fff;border-radius:10px;width:95%;margin: 10px auto;color: #fff;text-align: center;box-shadow: 0 0 5px #ddd;
background: rgb(99,186,0);
background: -moz-linear-gradient(top,  rgba(99,186,0,1) 44%, rgba(153,204,0,1) 62%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,rgba(99,186,0,1)), color-stop(62%,rgba(153,204,0,1)));
background: -webkit-linear-gradient(top,  rgba(99,186,0,1) 44%,rgba(153,204,0,1) 62%);
background: -o-linear-gradient(top,  rgba(99,186,0,1) 44%,rgba(153,204,0,1) 62%);
background: -ms-linear-gradient(top,  rgba(99,186,0,1) 44%,rgba(153,204,0,1) 62%);
background: linear-gradient(to bottom,  rgba(99,186,0,1) 44%,rgba(153,204,0,1) 62%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63ba00', endColorstr='#99cc00',GradientType=0 );
}
.red-button {border: 2px solid #fff;border-radius:10px;width:95%;margin: 10px auto;color: #fff;text-align: center;box-shadow: 0 0 5px #ddd;
background: rgb(242,130,91);
background: -moz-linear-gradient(top,  rgba(242,130,91,1) 0%, rgba(229,91,43,1) 50%, rgba(240,113,70,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,130,91,1)), color-stop(50%,rgba(229,91,43,1)), color-stop(100%,rgba(240,113,70,1)));
background: -webkit-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
background: -o-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
background: -ms-linear-gradient(top,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
background: linear-gradient(to bottom,  rgba(242,130,91,1) 0%,rgba(229,91,43,1) 50%,rgba(240,113,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );
}
.blue-button {border: 2px solid #fff;border-radius:10px;width:95%;margin: 10px auto;color: #fff;text-align: center;box-shadow: 0 0 5px #ddd;
background: rgb(135,224,253);
background: -moz-linear-gradient(top,  rgba(135,224,253,1) 0%, rgba(83,203,241,1) 40%, rgba(5,171,224,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(135,224,253,1)), color-stop(40%,rgba(83,203,241,1)), color-stop(100%,rgba(5,171,224,1)));
background: -webkit-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
background: -o-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
background: -ms-linear-gradient(top,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
background: linear-gradient(to bottom,  rgba(135,224,253,1) 0%,rgba(83,203,241,1) 40%,rgba(5,171,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );

}
.fb-button {border: 2px solid #fff;border-radius:10px;width:95%;margin: 10px auto;color: #fff;text-align: center;box-shadow: 0 0 5px #ddd;
background: rgb(135,224,253);
background: -moz-linear-gradient(top,  rgba(92,127,202,1) 0%, rgba(71,104,176,1) 40%, rgba(65,98,170,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(92,127,202,1)), color-stop(40%,rgba(71,104,176,1)), color-stop(100%,rgba(65,98,170,1)));
background: -webkit-linear-gradient(top,  rgba(92,127,202,1) 0%,rgba(71,104,176,1) 40%,rgba(65,98,170,1) 100%);
background: -o-linear-gradient(top,  rgba(92,127,202,1) 0%,rgba(71,104,176,1) 40%,rgba(65,98,170,1) 100%);
background: -ms-linear-gradient(top,  rgba(92,127,202,1) 0%,rgba(71,104,176,1) 40%,rgba(65,98,170,1) 100%);
background: linear-gradient(to bottom,  rgba(92,127,202,1) 0%,rgba(71,104,176,1) 40%,rgba(65,98,170,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#05abe0',GradientType=0 );

}

.orange-button {border: 2px solid #fff;border-radius:10px;width:95%;margin: 10px auto;color: #fff;text-align: center;box-shadow: 0 0 5px #ddd;
background: rgb(242,130,91);
background: -moz-linear-gradient(top,  rgba(242, 218, 91,1) 0%, rgba(229, 169, 43,1) 50%, rgba(240,113,70,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242, 218, 91,1)), color-stop(50%,rgba(229, 169, 43,1)), color-stop(100%,rgba(240,113,70,1)));
background: -webkit-linear-gradient(top,  rgba(242, 218, 91,1) 0%,rgba(229, 169, 43,1) 50%,rgba(240,113,70,1) 100%);
background: -o-linear-gradient(top,  rgba(242, 218, 91,1) 0%,rgba(229, 169, 43,1) 50%,rgba(240,113,70,1) 100%);
background: -ms-linear-gradient(top,  rgba(242, 218, 91,1) 0%,rgba(229, 169, 43,1) 50%,rgba(240,113,70,1) 100%);
background: linear-gradient(to bottom,  rgba(242, 218, 91,1) 0%,rgba(229, 169, 43,1) 50%,rgba(240,113,70,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );
}
.green-button span {  color: #fff; display: block;font-size: 24px; padding: 10px 20px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); cursor:pointer;}
.blue-button span {  color: #fff; display: block;font-size: 24px; padding: 10px 20px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); cursor:pointer;}
.icon-button span {  color: #fff; display: block;font-size: 24px; padding: 0px;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); line-height:50px; cursor:pointer;}
.btn-text {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    float: right;
    padding-top: 10px;
    width: 80%;height: 53px;
}

.red-part {
    background: url("../img/redbg-hr.jpg") repeat-y scroll left top #fe0000;
    float: right;
    height: 5px;
    width: 33%;
}
.blue-part {
    background: url("../img/bluebg-hr.jpg") repeat-y scroll left top #22d3ff;
    float: right;
    height: 5px;
    width: 34%;
}
.green-part {
    background: url("../img/greenbg-hr.jpg") repeat-y scroll left top #98cb00;
    float: right;
    height: 5px;
    width: 33%;
}

.colorstrip {
    float: left;
    width: 100%;
}

.head-top {
	width:100%;background:url("../img/headerbg.jpg") repeat-x scroll center top #fff;height: 40px;
}
.face-btn-img {max-width: 100%}
.navbar-header  {width: 100% !important;background:url("../img/headerbg.jpg") repeat-x scroll center top #fff; height: 50px;}

.dark-box {display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.7);position: absolute;z-index: 99999;min-height: 1000px;}
.dark-container {max-width: 500px;width: 90%;margin: 0 auto !important;padding: 10px 0;float: none;}
.dark-container .fa-check-square-o {font-size: 50px;color: #C4FF11;padding: 20px 0 0 0}
.dark-container h3 {font-size: 18px;color: #fff;padding: 0px;text-align: right;}
.dark-container h2 {font-size: 20px;color: #fff;padding: 0px;text-align: center;float: right;width: 100%;margin: 16px 0}
.green-button .fa-gift {font-size: 36px;text-shadow: 0 0 3px #555;/*margin:0 6px*/ }
.blue-button .fa-share-square-o {font-size: 36px;text-shadow: 0 0 3px #555;/*margin:0 6px*/ }
.black-button { background: none repeat scroll 0 0 transparent !important; border: medium none !important;  box-shadow: none !important; margin-top: 20px !important;}
.black-button .fa-share-square-o {text-shadow: 0 0 3px #555;margin:0 16px }
.profile-pic-dark-box {float: left;margin-left: 5%;margin-bottom: -16px;position: absolute;z-index: 999999;max-width: 30px}
.profile-pic-dark-box img { border: 2px solid #fff;
    box-shadow: 0 0 1px #555;
    float: left;
    margin: -27px 0 0 0;
    max-width: 41px;}
.your-massege-dark {   background: none repeat scroll 0 0 #fff;
    border: 2px solid #6386d2;
    border-radius: 6px;
    float: right;
    margin: 5px 1% 0;
    max-width: 98%;
    width: 98%;}
.your-massege-dark textarea {  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    float: right;
    line-height: 120%;
    margin: 17px 0 0;
    min-height: 80px;
    text-align: right;
    width: 70%;}
    


/* header */

.top-menu { float: left;  font-size: 33px; padding: 10px 10px 0;}
.navbar-inverse .navbar-brand {color: #1F3055 !important;}
.navbar-brand {
  text-align: center;
  padding: 14px 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  display: block;
}

.navbar { 
	border: medium none;
    box-shadow: 0 5px 6px #ccc !important;
    margin-bottom: 22px;
    min-height: 50px;
    position: fixed;
	top: 0px; left:0px;
    width: 100%;
    z-index: 1000;
}

@media (min-width: 768px) {
  .navbar-header {
    /*float: left;*/
  }
}

/********Animate**********/
.fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 1;
}
.fade.ng-enter,
.fade.ng-leave {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.fade.ng-enter {
    opacity: 0;
}
.fade.ng-enter-active {
    opacity: 1;
}
.fade.ng-leave {
    opacity: 1;
}
.fade.ng-leave-active {
    opacity: 0;
}

/********Loader**********/

.hoverSite
{
	background-color: #ffffff;
	opacity:0.4; filter:alpha(opacity=40);
	position: fixed;
	left:0; top:0;
	width: 100%; height:100%;
	z-index: 5000;
}

.hoverSite_inner
{
	position: relative;
	left:0; top:45%;
	text-align:center;
	width: 100%;
	z-index: 5001;
}

/********user**********/
#userProfile {text-align: right; padding-bottom: 10px;}
#userProfile img {max-width: 40px; border:3px solid #fff; box-shadow: 0 0 4px #ddd; float: right; margin: 0px 0px 0px 20px;}
#userProfile h3 {margin: 0px; font-size:18px; color:#17336F; line-height:125%; display: table;}

/********Campaigns**********/
.padder {padding:0px 10px 0px 10px;}
.titleWhite {Font: bold 22px Arial; color:#ffffff;}
#returnToHolder {float:left; cursor:pointer; font-size:18px; color:#17336F; line-height:125%;}

.campaign-container {max-width:600px; margin: 0 auto;}
.campaign-content {
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	padding:8px;
	background-color: #fff;
}
.campaign-desc {padding-right:10px;}
.campaign-desc  h3 { color: #6386d2;font-size: 16px; margin: 10px 0% 0; padding: 0 0%; text-align: right;}
.campaign-desc  h2 { color: #555;font-size: 26px; margin: 5px 0% 0; padding: 0 5%; text-align: right; font-weight: 100}

.big-pic {float:right; margin-left:10px;}
.big-pic img {width: 100%;max-width: 360px}
.campaign-dashbord {height:75px;width:100%;background:#F0FCFF;box-shadow:0 0 5px #555;padding:1% 0}
.campaign-dashbord-scorebox {
	background:url("../img/scorebg.jpg") repeat-x scroll center bottom #1D5B8C;
	width: 98%;
	color: #fff;
	border-radius:10px;
	margin:auto;
	text-align: center;
	height: 64px;
	overflow:hidden;
}
.campaign-dashbord-scorebox h3 {font-size: 28px;font-weight:normal;margin:0px;}
.campaign-dashbord-scorebox h4 {font-size: 15px;padding:5px 0;margin:0px;}
.color-dashbord {
	width:15%; height: 64px;
	float: right;
	margin:0;
}
.share-block {
	padding: 10px;
}
.share-block  h4{
	font-size: 18px; padding:5px 0; margin:0px;
	color: #17336F;
}
.share-block  .unique-url{
	font-size: 14px;
	margin: 5px 0; padding:8px;
	width: 100%;
	text-align: center;
	direction: ltr;
	border: 2px solid #6386d2;
	border-radius: 6px;
}

.share-bg {
	width: 500px;
	margin: 0 auto;
}
.share-container {
	margin: 20px 5%;
    text-align: left;
    width: 90%;
	/*max-width: <?php echo $GLOB['MAIN_W'];?>;*/
}
.share-container h1 {
	font-size: 28px;
	font-weight: normal; 
	padding: 0 0 18px;
	text-align: center;
}
	
.share-container h2 {
  color: #FFFFFF;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 49px;
    text-align: right;
    width: 60%;
	margin: 5px;
}

.share-container div {
  margin-bottom: 8px;
}
.share-container-facebook {width: 100%;height: auto;border-radius: 6px;background:#5070B4;margin:3px auto;cursor:pointer;}
.share-container-linkedin {width: 100%;height: auto;border-radius: 6px;background:#235B8E;margin:3px auto;cursor:pointer;}
.share-container-twitter {width: 100%;height: auto;border-radius: 6px;background:#0DBDF3;margin:3px auto;cursor:pointer;}
.share-container-mail {width: 100%;height: auto;border-radius: 6px;background:#75C400;margin:3px auto;cursor:pointer;}
.share-container-gplus {width: 100%;height: auto;border-radius: 6px;background:#0066FF;margin:3px auto;cursor:pointer;}
.share-container img {margin:0px}
.share-bg-linkfield-btn {
	background: url("../img/copy-button.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    height: 25px;
    line-height: 21px;
    margin: 10px;
    text-align: center;
    width: 54px;
}	
.share-bg-linkfield-btn a {
	display: block;
	color: #fff
}
.share-bg-linkfield small {color:#555;font-size: 18px}
.share-bg-linkfield small {color:#12A9DB;font-size: 14px}
.sms-button {display:none;}
.whatsapp-button {display:none;}
.facebook-button {width:49%; float:right;}
.mail-button {width:49%; float:left;}

/* Campaign comments */

.comments_block
{
	color: #687697;
	font-size: 14px;
	margin: 10px 5px;
	padding-bottom: 5px;
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);*/
}
.comments_block  h4{
	font-size: 18px; padding:5px 0; margin:0px;
	color: #17336F;
}
.comments_block textarea
{
	direction: rtl;
	font-size: 16px;
	line-height: 120%;
	/*width: calc(100% - 105px);*/
	width: 80%;
	height: 100px;
	padding: 8px;
	overflow: hidden;
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #6386d2;
	border-radius: 6px;
	float: right;
	margin: 0px;
}
.comments_block .add-comment-container
{
	padding:8px;
}
.comments_block .add-comment-btn
{
	/*width: 100px; */
	width: 19%; 
	height:100px;
	float: left;
	margin: 0px;
	line-height: 75px;
}
.comments_actions_line .action_text {
	float: left;
	color: #9b9aac;
}
.comments_actions_line .action_text .fa {
	font-size: 4px;
	vertical-align: middle;
}
.comments_actions_line .action_icons {
	float: right;
	margin-bottom: 5px;
}
.comments_actions_line .action_icons a {
	color: #428bca; text-decoration:none;
	font-size: 18px;
}
.comments_actions_line .action_icons a:hover {
	color: #646a6a; text-decoration:none;
}
.comments_actions_line .action_icons .fa-circle {
	font-size: 4px;
	vertical-align: middle; 
	text-decoration:none;
}
.prev_comments_link
{
	color: #65696a;
	text-decoration: none;
}
.prev_comments_link:hover
{
	color: #65696a;
	text-decoration: underline;
}
.comments_activity
{
	margin: 10px 0;
}
.comments_activity .pic
{
	float: right;
	width: 30px; height: 30px;
	overflow: hidden;
	margin-left: 10px;
}
.comments_activity .pic img
{
	width: 100%; height: 100%;
}
.comments_activity .text
{
	float: right;
}
.add_comment
{
	width: 100%;
	font-size: 14px; padding:2px;
	height: 24px;
}
.comment_hide
{
	display: none;
}

.feedback_block
{
	color: #687697;
	font-size: 14px;
	margin: 10px 5px;
	padding-bottom: 5px;
	/*border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);*/
}
.feedback_block  h4{
	font-size: 18px; padding:5px 0; margin:0px;
	color: #17336F;
}
.feedback_block textarea
{
	direction: rtl;
	font-size: 16px;
	line-height: 120%;
	/*width: calc(100% - 105px);*/
	width: 80%;
	height: 100px;
	padding: 8px;
	overflow: hidden;
	background: none repeat scroll 0 0 #fff;
	border: 2px solid #6386d2;
	border-radius: 6px;
	float: right;
	margin: 0px;
}
.feedback_block .add-comment-container
{
	padding:8px;
}
.feedback_block .add-comment-btn
{
	/*width: 100px; */
	width: 19%; 
	height:100px;
	float: left;
	margin: 0px;
	line-height: 75px;
}

/* Rating */
.rating-container{
	font-size: 22px;
	color: #17336F;
	padding: 10px;
	text-align: center;
}
.rating{
	color: #a9a9a9;
	margin: 0;
	padding: 0;
}

ul.rating {
	display: inline-block;
}

.rating li {
	padding: 4px;
	color: #ccc;
	font-size: 30px;
	text-shadow: .05em .05em #aaa;
	list-style-type: none;
	display: inline-block;
	cursor: pointer;
}

.rating li i {
	position: relative;
}

.rating li i span {
	display: block;
	position: absolute;
	text-align: center;
	top: 9px;
	right: 10px;
	color: #1D378C;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	text-shadow: none;
}

.rating .filled {
	color: #fd0;
}


@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 700px) {
	
	/* a fix for galaxy 3 facebook share dialog */
	.fb_dialog, .fb_dialog_iframe iframe { width: 100% !important; }
	
	.wrapper {max-width: 600px;}
	
	.campaign-desc {text-align: center;width:100%; float:none; padding-bottom: 5px; }
	.campaign-desc  h3 { color: #6386d2;font-size: 16px; margin: 10px 0% 0; padding: 0 0%; text-align: center;width: 100%;}
	.campaign-desc  h2 { color: #555;font-size: 26px; margin: 10px 10% 0; padding: 0 5%; text-align: center;width: 80%;font-weight: 100;}

	.big-pic {overflow:hidden; text-align:center; float:none; margin:0px;}
	
	.sms-button {display:block;}
	.whatsapp-button {display:block;}
	.facebook-button {width:100%; float:none;}
	.mail-button {width:100%; float:none;}

	.comments_block textarea
	{
		width: 71%;
	}
	.comments_block .add-comment-btn
	{
		width: 28%;
	}
	
	.share-bg {
		width: 100%;
		margin: 0 auto;
	}

}

