/* NOT LOGGED IN */
.oc-not-logged {display:none;float:left;clear:both;width:100%;padding:10px;text-align:center;color:#999;font-size:13px;line-height:16px;background:#f8f8f8;height:180px;}
.oc-not-logged i {float:left;clear:both;width:100%;font-size:50px;text-align:center;line-height:50px;margin:15px 0;color:#ccc;}
.oc-not-logged span {float:left;clear:both;width:100%;}
.oc-not-logged a {font-weight:600;text-decoration:none;display:inline-block;width:auto;margin:8px 0 20px 0;color:#03a9f4;}
.oc-not-logged a:hover {color:#03a9f4;text-decoration:underline;}
.oc-chat.oc-open .oc-not-logged {display:block;}



/* CHAT WINDOW */
.oc-chat, .oc-chat *:not(i), .oc-chat-button, .oc-chat-button *:not(i), .oc-not-logged, .oc-not-logged *:not(i) {font-family: "Open Sans",sans-serif; outline: 0;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.oc-chat :before, .oc-chat :after {box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.oc-chat {background:#f8f8f8;font-weight:500;font-size:13px;overflow:hidden;line-height:18px;color:#444;z-index:99;position:fixed;bottom:0;right:20px;padding:0;width:280px;height:auto;max-height:400px;box-shadow:0 2px 6px rgba(0, 0, 0, .2);border-top-left-radius:5px;border-top-right-radius:5px;}
.oc-chat .oc-chat-in {position:relative;overflow-y:auto;float:left;width:100%;clear:both;background:#f8f8f8;height:auto;max-height:360px;min-height:200px;}
.oc-chat-in:after {position:absolute;right:10px;bottom:10px;color:rgba(0,0,0,0.03);font-size:80px;width:80px;height:80px;line-height:80px;text-align:center;font-family:"FontAwesome";content:"\f086";}
.oc-chat.oc-closed .oc-chat-thread, .oc-chat.oc-closed .oc-before {display:none;}
.oc-chat-thread-empty {float:left;clear:both;width:100%;font-size:13px;color:#999;padding:10px;text-align:center;font-style:italic;}
.oc-chat-thread + .oc-chat-thread-empty, .oc-chat.oc-init .oc-chat-thread-empty {display:none;}
.oc-chat.oc-closed {max-height:40px;}
.oc-chat.oc-closed .oc-chat-in {max-height:40px;}
.oc-message, .oc-head, .oc-before, .oc-bans, .oc-global-head {-webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none;-ms-user-select: none; user-select: none;}



/* CHAT THREAD MESSAGES */
.oc-chat-thread {float:left;clear:both;width:100%;background:#f8f8f8;z-index:2;position:relative;}
.oc-body > div:not(.oc-me):after {display:none;left: -41px; top: -5px; position: absolute; content: ""; width: 34px; height: 34px; padding: 0; border-radius: 18px; background-color: #fff; background-repeat: no-repeat; background-size: 100% auto; background-position: center center;}
.oc-body > div:not(.oc-me):first-of-type:after, .oc-body > div.oc-me + div:not(.oc-me):after, .oc-body > span + div:not(.oc-me):after {display:block;}
.oc-body > div:not(.oc-me):first-of-type:before, .oc-body > div.oc-me + div:not(.oc-me):before, .oc-body > span + div:not(.oc-me):before,
.oc-body > div.oc-me:first-of-type:before, .oc-body > div:not(.oc-me) + div.oc-me:before, .oc-body > span + div.oc-me:before {display:block;}
.oc-chat-in.oc-on .oc-chat-thread.oc-on .oc-head > span em {display:none;}
.oc-chat-in.oc-on .oc-chat-thread:not(.oc-on) {display:none!important;}
.oc-chat-in.oc-on .oc-chat-thread.oc-on {display:block;}



/* CHAT THREAD HEAD */
.oc-head {float:left;clear:both;position:relative;cursor:pointer;width:100%;font-size:13px;padding:0px;background:#f8f8f8;color:#555;height:50px;border-bottom:1px solid rgba(0,0,0,0.05);}
.oc-head:hover {background:#fff;}
.oc-head > span:not(.oc-to-user-name) {float:left;line-height:20px;margin:5px 0;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap: break-word; word-break: break-all;}
.oc-head i.oc-close, .oc-head i.oc-options {cursor:pointer;display:none;float:right;width:30px;height:50px;line-height:50px;color:rgba(0,0,0,0.25);font-size:16px;border-left:1px solid rgba(0,0,0,0.03);text-align:center;}
.oc-head:hover i.oc-close, .oc-head:hover i.oc-options {display:block;}
.oc-head i.oc-close:hover, .oc-head i.oc-options:hover {color:#03a9f4;}
.oc-head .oc-check {position: absolute; top: 18px; right: 9px; font-size: 13px; line-height: 13px;color:#bbb;text-shadow:1px 1px 3px rgba(0,0,0,0.05)}
.oc-head:hover .oc-check {display:none;}
.oc-head i.oc-back, .oc-head i.oc-back-new, i.oc-back-bans {display: none; float: left; margin: 0; line-height: 36px; height: 36px; font-size: 28px; color: #03a9f4; cursor: pointer; width: 36px; text-align: center; border-right: 1px solid rgba(0,0,0,0.05); margin-right: 13px;}
.oc-head i.oc-back {margin-right:9px;}
.oc-head i.oc-back:hover, .oc-head i.oc-back-new:hover, i.oc-back-bans:hover {background:#555;border-color:#555;color:#fff;}
.oc-head i.oc-back-new {display:block;margin:-10px 13px -10px -10px;}
i.oc-back-bans {display:block;margin:-10px 10px -10px -10px;height:39px;line-height:39px;}

.oc-chat-thread .oc-head .oc-img-wrap {float:left;width:36px;height:36px;border-radius:18px;background:#fff;overflow:hidden;margin:7px 8px 7px 9px;position:relative;box-shadow:0px 1px 3px rgba(0,0,0,0.15);}
.oc-chat-thread .oc-head .oc-img-wrap img {display: block; width: auto; height: auto; max-width: 36px; max-height: 36px;position: absolute; top: -50%; left: -50%; bottom: -50%; right: -50%; margin: auto;}
.oc-chat-thread .oc-head strong {font-weight:500;}
.oc-chat-thread .oc-head strong span {float:left;}
.oc-chat-thread .oc-head > span:not(.oc-to-user-name) {padding:10px 0 9px 0;width:150px;margin:0;}
.oc-chat-thread .oc-head > span strong {font-size:13px;line-height:16px;float:left;clear:both;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap: break-word; word-break: break-all;}
.oc-chat-thread .oc-head > span em {float:left;clear:both;max-width:100%;font-size:11px;line-height:14px;height:14px;font-style:normal;color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap: break-word; word-break: break-all;}
.oc-chat-thread:not(.oc-offline) .oc-head .oc-check {color:#00c944;}
.oc-chat-thread.oc-unread .oc-head {background:#f8ffc4}
.oc-chat-thread.oc-unread:not(.oc-on) .oc-head:before {display: block; width: 4px; top: 0px; left: 0px; height: 50px; background: rgba(0,0,0,0.2); content: ""; position: absolute;}
.oc-chat-thread.oc-unread .oc-head:hover {background:#f2ff8d}
.oc-chat-thread.oc-unread .oc-head strong {font-weight:600;color:#111;}
.oc-chat-thread.oc-unread .oc-head > span em {color:#777;}

.oc-chat-in.oc-on .oc-chat-thread.oc-on .oc-head {height:36px;background:#fff;border-bottom-color:rgba(0,0,0,0.1);cursor:default;}
.oc-chat-in.oc-on .oc-chat-thread.oc-on .oc-head > span:not(.oc-to-user-name) {padding:10px 0 9px 0;margin:0;}
.oc-chat-in.oc-on .oc-chat-thread.oc-on .oc-head .oc-img-wrap {display:none;}
.oc-chat-in.oc-on .oc-chat-thread.oc-on .oc-head .oc-check {float: left; position: relative; right: auto; top: auto; vertical-align: 0px; display: inline!important; font-size: 13px; line-height: 17px; margin: 0 6px 0 0;}
.oc-chat-in.oc-on .oc-chat-thread.oc-on .oc-head .oc-back {display:block;}
.oc-chat-in.oc-on .oc-chat-thread.oc-on .oc-head i.oc-options, .oc-chat-in.oc-on .oc-chat-thread.oc-on .oc-head i.oc-close {display:block;height:36px;line-height:36px;}



/* CHAT THREAD BODY */
.oc-body {float:left;clear:both;cursor:default;width:100%;padding:10px 10px 10px 45px;height:250px;overflow:hidden;overflow-y:auto;border:1px solid #f8f8f8;border-top-width:2px;border-bottom-width:2px;}
.oc-body > div {position:relative;float:left;clear:both;width:auto;max-width:85%;background:#fff;color:#555;font-size:12px;line-height:16px;padding:5px 6px;border-radius:5px;margin:0 0 6px 0;box-shadow:1px 1px 3px rgba(0,0,0,0.1);min-height:26px;min-width:32px;}
.oc-body > div:before {display:none;content:"";border:4px solid transparent;border-right-color:#fff;position:absolute;left:-8px;top:8px;}
.oc-body > div.oc-me {float:right;background:#03a9f4;color:#fff;}
.oc-body > div.oc-me:before {border-color:transparent;border-left-color:#03a9f4;left:auto;right:-8px;}
.oc-body > span.oc-time {position:relative;float:left;clear:both;text-align:center;width:calc(100% + 35px);color:#aaa;font-size:11px;margin:10px 0 16px -35px;font-style:italic;}
.oc-body > span.oc-time:before {content:"";position:absolute;top:50%;left:0;width:100%;height:1px;background:rgba(0,0,0,0.05);}
.oc-body > span.oc-time > span {background:#f8f8f8;display:inline-block;padding:0 8px;position:relative;z-index:2;}
.oc-body > span.oc-chat-offline, .oc-body > span.oc-chat-ended {display:none;padding:5px;border:1px solid rgba(0,0,0,0.05);background:#fff;position:relative;float:left;clear:both;text-align:center;width:calc(100% + 35px);color:#aaa;font-size:12px;margin:10px 0 10px -35px;font-style:italic;}
.oc-chat-thread.oc-offline .oc-body > span.oc-chat-ended {margin-top:-5px;}
.oc-chat-thread.oc-offline .oc-body > span.oc-chat-offline, .oc-chat-thread.oc-ended .oc-body > span.oc-chat-ended {display:block;}
.oc-chat-thread .oc-message, .oc-chat-thread .oc-body {display:none;}
.oc-chat-in.oc-on .oc-chat-thread.oc-on .oc-message, .oc-chat-in.oc-on .oc-chat-thread.oc-on .oc-body {display:block;}



/* CHAT THREAD MESSAGE */
.oc-message {float:left;clear:both;width:100%;border-top:1px solid rgba(0,0,0,0.1);padding:10px;height:70px;}
.oc-message textarea {border:1px solid rgba(0,0,0,0.2);background:#fff;padding:6px 36px 6px 6px;color:#555;font-size:12px;font-family: "Open Sans",sans-serif;outline:0;height:44px;width:100%;max-width:100%;max-height:44px;line-height:15px;background:#fff;box-shadow:none;border-radius:0;0px 1px 2px rgba(0,0,0,0.2);}
.oc-message textarea.disabled, .oc-chat-thread.oc-ended .oc-message textarea, .oc-chat-thread.oc-offline .oc-message textarea {opacity:0.7;}
.oc-message textarea::-webkit-input-placeholder {color:#bbb;font-family:"Open Sans",sans-serif;}
.oc-message textarea:-moz-placeholder {color:#bbb;font-family:"Open Sans",sans-serif;}
.oc-message textarea::-moz-placeholder {color:#bbb;font-family:"Open Sans",sans-serif;}
.oc-message textarea:-ms-input-placeholder {color:#bbb;font-family:"Open Sans",sans-serif;}
.oc-message form {position:relative;}
.oc-chat-thread .oc-message .oc-submit {cursor:pointer;display:block;position: absolute; right: 2px; top: 2px; height: 40px; background: #2dcc70; width: 30px; color: #fff; text-decoration: none; border: 1px solid rgba(0,0,0,0.1); line-height: 40px; text-align: center; font-size: 18px;text-shadow:0px 0px 15px rgba(0,0,0,0.35)}
.oc-chat-thread .oc-message .oc-submit:not(.oc-disabled):hover {background:#28bf68;}
.oc-chat-thread .oc-message .oc-submit.oc-disabled {opacity:0.7;cursor:default;}
.oc-chat-thread .oc-message .oc-submit i.fa {line-height: 38px; transform: rotate(90deg);}


/* CHAT THREAD OPTIONS */
.oc-options-list {position:absolute;margin:0;width:100%;z-index:2;height:50px;padding:7px 50px;top:0;left:0;border-bottom:1px solid rgba(0,0,0,0.1);display:none;background:#fff;color:#333;font-size:12px;font-weight:500;list-style-type:none;}
.oc-options-list div.oc-opt {cursor:pointer;float:left;width:100%;clear:both;height:18px;padding:0;line-height:18px;}
.oc-options-list div.oc-opt:hover {text-decoration:underline;}
.oc-options-list .oc-opt-ico {position:absolute;left:0;top:0;width:50px;height:49px;text-align:center;background:#fff;color:#ddd;font-size:24px;line-height:50px;}
.oc-options-list .oc-opt-close {position:absolute;cursor:pointer;right:0;top:0;width:30px;border-left:1px solid rgba(0,0,0,0.03);height:49px;line-height:52px;text-align:center;color:rgba(0,0,0,0.25);font-size:16px;}
.oc-options-list .oc-opt-close:hover {color:#03a9f4;}
.oc-options-list div.oc-opt.oc-opt-success {font-weight:600;}
.oc-options-list .oc-opt-ico.oc-opt-success {color:#00c944;}
.oc-options-list .oc-opt-ico.oc-opt-success:before {content:"\f00c";}



/* INITIATE CHAT */
.oc-before {display:none;float:left;clear:both;width:100%;background:#f8f8f8;position:relative;z-index:2;}
.oc-before .oc-head {height:36px;background:#fff;border-bottom:none;padding:10px;line-height:16px;}
.oc-before .oc-head .oc-to-user-name {font-weight:600;}
.oc-before label {color:#333;font-size:12px;line-height:16px;float:left;clear:both;width:100%;margin:0 0 2px 0;font-weight:600;}
.oc-before input[type="text"] {float:left;clear:both;width:100%;border-radius:0;color:#555;border:1px solid rgba(0,0,0,0.2);margin:0 0 15px 0;font-size:12px;box-shadow:none;background:#fff;font-family: "Open Sans",sans-serif;outline:0;padding:6px;line-height:15px;height:29px;}
.oc-before .oc-message textarea {height:105px;max-height:105px;}
.oc-before a.oc-submit {float:left;clear:both;width:100%;margin:10px 0;padding:6px;line-height:16px;background:#2dcc70;font-weight:600;border-radius:3px;font-size:12px;text-align:center;text-decoration:none;color:#fff;border:1px solid rgba(0,0,0,0.1);border-bottom-color:rgba(0,0,0,0.2);}
.oc-before a.oc-submit:hover {background:#28bf68;}
.oc-before .oc-message {height:auto;}
.oc-before[style*="display: block"] + .oc-chat-thread-empty, .oc-before[style*="display:block"] + .oc-chat-thread-empty, .oc-chat.oc-bans-opened .oc-chat-thread-empty {display:none;}
.oc-chat.oc-init .oc-before {display:block;}



/* INITIATE CHAT BUTTON */
.oc-chat-button {display:inline-block;height:52px;margin:10px 15px 10px 0;outline:0;padding:10px 12px 10px 10px;color:#fff;text-decoration:none;font-weight:500;font-size:13px;background:#03a9f4;line-height:16px;border-radius:3px;}
.oc-chat-button:active, .oc-chat-button:focus {outline:0;}
.oc-chat-button.oc-active:hover {background:#079fe4;}
.oc-chat-button.oc-disabled, .oc-chat-button.oc-offline {cursor:default;}
.oc-chat-button .oc-user-left {display:inline-block;}
.oc-chat-button .oc-user-left i {font-size: 33px; line-height: 28px;}
.oc-chat-button .oc-user-right {display:inline-block;padding-left:12px;padding-right:5px;}
.oc-chat-button .oc-user-top {font-size:16px;line-height:18px;font-weight:600;float:left;clear:both;width:100%;}
.oc-chat-button .oc-user-bot {font-size:11px;line-height:14px;float:left;clear:both;width:100%;}
.oc-chat-button.oc-online .oc-status-online, .oc-chat-button.oc-offline .oc-status-offline {display:block;}
.oc-chat-button.oc-offline .oc-status-online, .oc-chat-button.oc-online .oc-status-offline {display:none;}



/* USER STATUS CIRCLE */
.oc-user-status {color:#bbb;text-shadow:1px 1px 3px rgba(0,0,0,0.05);}
.oc-user-status.oc-active.oc-online {color:#00c944;}



/* USER BLOCKS */
.oc-bans {float:left;clear:both;width:100%;background:#fff;display:none;z-index:2;position:relative;}
.oc-bans:after {position:absolute;right:10px;bottom:10px;color:rgba(0,0,0,0.03);font-size:80px;width:80px;height:80px;line-height:80px;text-align:center;font-family:"FontAwesome";content:"\f05e";}
.oc-bans .oc-bans-ins {background:#f8f8f8;float:left;clear:both;width:100%;overflow:hidden;overflow-y:auto;max-height:320px;min-height:160px;}
.oc-bans-head {float:left;font-weight:600;clear:both;width:100%;line-height:19px;padding:10px 10px;border-bottom:1px solid rgba(0,0,0,0.1);color:#333;font-size:13px;background:#fff;}
.oc-bans-head > div {float:left;}
.oc-bans-head > a {float:right;color:#03a9f4;font-weight:500;text-decoration:none;}
.oc-bans-head > a:hover {text-decoration:underline;}
.oc-bans-head > a.oc-active {font-weight:600;color:#F44336;}
.oc-ban-row {background:#fff;float:left;clear:both;width:100%;line-height:20px;font-size:13px;color:#444;border-bottom:1px solid rgba(0,0,0,0.1);position:relative;z-index:2;}
.oc-ban-img {float: left; width: 32px; height: 32px; border-radius: 18px; background: #fff; overflow: hidden; margin: 4px 4px 4px 4px; position: relative;}
.oc-ban-img img {display: block; width: auto; height: auto; max-width: 32px; max-height: 32px; position: absolute; top: -50%; left: -50%; bottom: -50%; right: -50%; margin: auto;}
.oc-ban-user {float:left;width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap: break-word; word-break: break-all;padding:10px 10px;}
.oc-ban-empty {float:left;clear:both;width:100%;font-size:12px;color:#999;font-style:italic;line-height:20px;padding:5px 10px;}
.oc-ban-row + .oc-ban-empty {display:none;}
.oc-ban-row i.oc-ban-cancel {cursor:pointer;float:right;width:39px;height:39px;border-left:1px solid rgba(0,0,0,0.03);text-align:center;line-height:40px;font-size:16px;color:rgba(0,0,0,0.25);}
.oc-ban-row i.oc-ban-cancel:hover {color:#03a9f4;}
.oc-chat.oc-bans-opened .oc-bans {display:block;}
.oc-chat.oc-bans-opened .oc-gear {background: rgba(255,255,255,0.2); border-left-color: rgba(0,0,0,0.1);}
.oc-chat.oc-bans-opened .oc-before, .oc-chat.oc-bans-opened .oc-chat-thread {display:none;}



/* GLOBAL CHAT WINDOW HEAD */
.oc-global-head {border-top-left-radius:5px;border-top-right-radius:5px;float:left;width:100%;position:relative;clear:both;margin:0;height:40px;color:#fff;background:#FD1C03;font-size:14px;font-weight:600;border-bottom:1px solid rgba(0,0,0,0.1);cursor:default;}
.oc-global-head > i, .oc-global-head > span {cursor:pointer;}
.oc-global-head > i.oc-ico {float:left;margin:5px 10px;font-size:28px;line-height:30px;}
.oc-global-head > span {line-height:20px;padding:10px 0 8px 0;margin:0;float:left;width:150px;}
.oc-global-head > span.oc-alt {opacity:0;position:absolute;left:48px;z-index:1;}
.oc-global-head > i.oc-dir, .oc-global-head > i.oc-gear {float:right;font-size:26px;line-height:40px;width:30px;margin:0;padding:0;color:rgba(0,0,0,0.25);text-align:center;border-left: 1px solid rgba(0,0,0,0.05);}
.oc-global-head > i.oc-gear {font-size:18px;}
.oc-global-head > i.oc-dir:hover, .oc-global-head > i.oc-gear:hover {background:rgba(255,255,255,0.2);border-left-color:rgba(0,0,0,0.1)}
.oc-global-head > i.oc-dir:before {content:"\f107";}
.oc-chat.oc-closed .oc-global-head > i.oc-dir:before {content:"\f106";}
.oc-chat.oc-closed .oc-global-head > i.oc-gear {display:none;}
.oc-chat.oc-closed .oc-global-head.oc-g-unread {animation-name: anim-unread; animation-duration: 2s;animation-iteration-count: infinite;}
.oc-chat.oc-closed .oc-global-head.oc-g-unread > span {animation-name: anim-unread-switch; animation-duration: 2s;animation-iteration-count: infinite;}
.oc-chat.oc-closed .oc-global-head.oc-g-unread > span.oc-alt {animation-name: anim-unread-switch-alt; animation-duration: 2s;animation-iteration-count: infinite;}

@keyframes anim-unread {0% {background:#03a9f4;} 10% {background:#048cca;} 20% {background:#03a9f4;} 100% {background:#03a9f4;}}
@keyframes anim-unread-switch {0% {opacity:1;} 24% {opacity:1;} 25% {opacity:0;} 74% {opacity:0;} 75% {opacity:1;} 100% {opacity:1;}}
@keyframes anim-unread-switch-alt {0% {opacity:0;} 24% {opacity:0;} 25% {opacity:1;} 74% {opacity:1;} 75% {opacity:0;} 100% {opacity:0;}}



/* MOBILE DEVICES */
@media screen and (max-width: 67px) {
  .oc-chat, .oc-global-head {border-radius:0;}
  .oc-chat {right:0;}
  .oc-chat.oc-open, .oc-chat:not(.oc-closed) {right:0;max-height:100%;min-height:100%;height:100%;}
  .oc-chat .oc-chat-in {position:absolute;top:40px;bottom:0;min-height:initial;max-height:initial}
  .oc-chat-thread .oc-body {position: absolute; top: 36px; bottom: 70px;height:auto;}
  .oc-chat-thread .oc-message {position: absolute; bottom:0px;}
  .oc-chat-in.oc-on .oc-chat-thread.oc-on, .oc-bans {height:100%;}
  .oc-head:hover {background:#f8f8f8;}
  .oc-head:hover i.oc-close, .oc-head:hover i.oc-options {display:none;}
  .oc-head:hover .oc-check {display:block;}
  .oc-bans .oc-bans-ins {top:40px;bottom:0;height:auto;min-height:initial;max-height:initial;position:absolute;}
}



/* CHROME SCROLL BARS */
@media screen and (min-width: 768px) {
  .oc-body::-webkit-scrollbar, .oc-chat-in::-webkit-scrollbar {box-shadow: none;width: 10px;}
  .oc-body::-webkit-scrollbar-thumb, .oc-chat-in::-webkit-scrollbar-thumb {-moz-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);-o-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);-webkit-transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);transition: background-color 218ms cubic-bezier(0.4, 0, 0.2, 1);background-color: rgba(0,0,0,0.12);background-clip: initial;box-shadow: none;}
  .oc-body::-webkit-scrollbar-thumb:hover, .oc-chat-in::-webkit-scrollbar-thumb:hover {background-color: #9e9e9e;}
  .oc-body::-webkit-scrollbar-corner, .oc-chat-in::-webkit-scrollbar-corner {background: #000;}
}


@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url(../fonts/open-sans.eot);src:local('Open Sans'),local('Open Sans'),url(../fonts/open-sans.eot) format('embedded-opentype'),url(../fonts/open-sans.woff) format('woff')};